summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGES40
-rw-r--r--INSTALLATION13
-rw-r--r--PACKAGE/debian/changelog6
-rw-r--r--PACKAGE/debian/compat2
-rw-r--r--PACKAGE/debian/lynx-dev.lintian-overrides26
-rw-r--r--PACKAGE/debian/postinst27
-rw-r--r--PACKAGE/debian/prerm12
-rwxr-xr-xPACKAGE/debian/rules16
-rw-r--r--PACKAGE/lynx-curssl.iss14
-rw-r--r--PACKAGE/lynx.iss20
-rw-r--r--PACKAGE/lynx.nsi8
-rw-r--r--PACKAGE/lynx.spec28
-rw-r--r--PACKAGE/version.iss2
-rw-r--r--README34
-rw-r--r--WWW/Library/Implementation/HTFTP.c7
-rw-r--r--WWW/Library/Implementation/HTFile.c131
-rw-r--r--WWW/Library/Implementation/HTFile.h6
-rw-r--r--WWW/Library/Implementation/HTFormat.c4
-rw-r--r--WWW/Library/Implementation/HTMLGen.c8
-rw-r--r--WWW/Library/Implementation/HTTP.c8
-rw-r--r--WWW/Library/Implementation/HTUtils.h5
-rw-r--r--WWW/Library/Implementation/SGML.c7
-rw-r--r--WWW/Library/Implementation/makefile.in6
-rw-r--r--WWW/Library/Implementation/www_tcp.h8
-rw-r--r--aclocal.m4489
-rwxr-xr-xconfig.guess7
-rw-r--r--config.hin28
-rwxr-xr-xconfig.sub27
-rwxr-xr-xconfigure13633
-rw-r--r--configure.in22
-rw-r--r--lynx.cfg6
-rw-r--r--lynx.man6
-rw-r--r--lynx_help/Lynx_users_guide.html14
-rw-r--r--makefile.in4
-rwxr-xr-xsamples/mhtml-tool568
-rw-r--r--src/GridText.c20
-rw-r--r--src/HTFWriter.c167
-rw-r--r--src/LYBookmark.c268
-rw-r--r--src/LYCharSets.c35
-rw-r--r--src/LYCurses.c4
-rw-r--r--src/LYIcon.rc10
-rw-r--r--src/LYMain.c5
-rw-r--r--src/LYMainLoop.c42
-rw-r--r--src/LYReadCFG.c6
-rw-r--r--src/TRSTable.c5
-rw-r--r--src/chrtrans/README.tables2
-rw-r--r--src/makefile.in11
-rw-r--r--userdefs.h6
48 files changed, 7943 insertions, 7880 deletions
diff --git a/CHANGES b/CHANGES
index 6b8e03f..0527d6c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,8 +1,46 @@
--- $LynxId: CHANGES,v 1.1159 2024/01/15 21:41:51 tom Exp $
+-- $LynxId: CHANGES,v 1.1198 2024/05/31 22:09:16 tom Exp $
===============================================================================
Changes since Lynx 2.8 release
===============================================================================
+2024-05-31 (2.9.2)
+* modify makefile.in install-help to only remove files, leaving existing
+ directories and symbolic links -TD
+* in POSIX environments, check paths for external programs to ensure that they
+ are executable, non-empty files -TD
+* adapt special case of gzip decompression in 2.8.9dev.12 to brotli, to handle
+ downloads from websites which support "br" (report by Rajeev V Pillai) -TD
+* updated configure macro CF_ANSI_CC_C, to reset flags on test-failure, to
+ keep options from accumulating.
+* build-fix for NetBSD and Solaris system curses libraries, removing an ifdef
+ added in 2.9.0dev.11 (report by Nelson Beebe) -TD
+
+2024-04-15 (2.9.1)
+* add samples/mhtml-tool, from
+ https://github.com/ThomasDickey/mhtml-tool
+ which can use Lynx to display an "mhtml" file, e.g., foo.mht by
+ mhtml-tool -e lynx foo.mht
+* add --with-libintl-prefix configure option (from patch for tin by Urs
+ JanBen) -TD
+* improve bookmark file-updates, allowing for users to add HTML markup
+ (report by TG) -TD
+* remove obsolete option --with-included-gettext -TD
+* override $BUILD_CPPFLAGS and $BUILD_LIBS when not cross-compiling, to help
+ build Lynx with PDCurses -TD
+* re-order configure check for _XOPEN_SOURCE, etc., to reduce compiler warnings
+ with gcc 14 -TD
+* add configure check for ssp library, needed in some MinGW configurations -TD
+* fixes for saving a UTF-8 bookmark title -KH
+ + correct comparison of Windows codepage values when setting
+ DisplayCharsetMatchLocale, to handle UTF-8
+ + reset the internal state of UCTransToUni() before using it for bookmark
+ title check.
+* update/cleanup test-packages -TD
+* correct logic in HTMLGen.c where XMP was not treated as a preformatted
+ style, causing NNTP headers to be formatted (report by Marco Moock) -TD
+* fix special case of main status line on a page without links, broken by fix
+ for UBSAN/ASAN issue -TG
+
2024-01-15 (2.9.0)
* change version of OpenSSL used in Windows installers to 3.x and 1.1.1x,
for new/old respectively -TD
diff --git a/INSTALLATION b/INSTALLATION
index b51d8f8..68acdbb 100644
--- a/INSTALLATION
+++ b/INSTALLATION
@@ -136,7 +136,7 @@ II. Compile instructions -- UNIX
have either
"ncurses" ("https://invisible-island.net/ncurses") or
- "slang" ("ftp://space.mit.edu/pub/davis/slang").
+ "slang" ("https://www.jedsoft.org/slang/").
If you install these libraries in your home directory or a non-default
location, you may need to set the CPPFLAGS (full path to include files) and
@@ -665,15 +665,12 @@ II. Compile instructions -- UNIX
See the "--enable-gnutls-compat" option.
- --with-included-gettext
- not supported in this package. The configure script uses macros which
- are bundled together with more useful features.
-
- See the "--enable-nls" option.
-
--with-libiconv-prefix=DIR
search for libiconv in DIR/include and DIR/lib
+ --with-libintl-prefix=DIR
+ search for libintl in DIR/include and DIR/lib
+
--with-lss-file{=path} (define LYNX_LSS_FILE)
Specify the default style-sheet file's name. Use --without-lss-file
to make the default behavior match the non-color-style (if no --lss
@@ -1506,4 +1503,4 @@ VIII. Acknowledgment
-- 1999/04/24 - H. Nelson <lynx-admin@irm.nara.kindai.ac.jp>
-- vile:txtmode
--- $LynxId: INSTALLATION,v 1.137 2022/12/28 13:40:56 tom Exp $
+-- $LynxId: INSTALLATION,v 1.140 2024/05/29 22:41:52 tom Exp $
diff --git a/PACKAGE/debian/changelog b/PACKAGE/debian/changelog
index 048e3cf..6eb557b 100644
--- a/PACKAGE/debian/changelog
+++ b/PACKAGE/debian/changelog
@@ -1,8 +1,8 @@
-lynx-dev (2.9.0) unstable; urgency=high
+lynx-dev (2.9.2) unstable; urgency=low
- * new release
+ * maintenance updates
- -- Thomas E. Dickey <dickey@invisible-island.net> Sun, 14 Jan 2024 17:15:53 -0500
+ -- Thomas E. Dickey <dickey@invisible-island.net> Fri, 31 May 2024 18:09:16 -0400
lynx-dev (2.8.8dev.16) unstable; urgency=high
diff --git a/PACKAGE/debian/compat b/PACKAGE/debian/compat
index f599e28..48082f7 100644
--- a/PACKAGE/debian/compat
+++ b/PACKAGE/debian/compat
@@ -1 +1 @@
-10
+12
diff --git a/PACKAGE/debian/lynx-dev.lintian-overrides b/PACKAGE/debian/lynx-dev.lintian-overrides
index 9b0aa40..00712a9 100644
--- a/PACKAGE/debian/lynx-dev.lintian-overrides
+++ b/PACKAGE/debian/lynx-dev.lintian-overrides
@@ -1,15 +1,17 @@
-# This is intentional because it is referenced from the documentation.
-lynx-dev: extra-license-file usr/share/doc/lynx-dev/COPYING
-
-lynx-dev: national-encoding usr/share/doc/lynx-dev/test/ALT88592.html
-lynx-dev: national-encoding usr/share/doc/lynx-dev/test/iso-8859-1.html
-lynx-dev: national-encoding usr/share/doc/lynx-dev/test/iso-8859-2.html
+# These are sample/test-files:
+lynx-dev: national-encoding [usr/share/doc/lynx-dev/test/ALT88592.html]
+lynx-dev: national-encoding [usr/share/doc/lynx-dev/test/iso-8859-1.html]
+lynx-dev: national-encoding [usr/share/doc/lynx-dev/test/iso-8859-2.html]
# These are a known problem with lintian:
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891301
-lynx-dev: privacy-breach-generic usr/share/doc/lynx-dev/test/ALT88592.html [<link rev="owner" href="http://mail.gnu.org/mailman/listinfo/lynx-dev/">] (http://mail.gnu.org/mailman/listinfo/lynx-dev/)
-lynx-dev: privacy-breach-generic usr/share/doc/lynx-dev/test/bad-html.html [<link rev="owner" href="http://mail.gnu.org/mailman/listinfo/lynx-dev/">] (http://mail.gnu.org/mailman/listinfo/lynx-dev/)
-lynx-dev: privacy-breach-generic usr/share/doc/lynx-dev/test/cp-1252.html [<link rev="owner" href="http://mail.gnu.org/mailman/listinfo/lynx-dev/">] (http://mail.gnu.org/mailman/listinfo/lynx-dev/)
-lynx-dev: privacy-breach-generic usr/share/doc/lynx-dev/test/cp-1252a.html [<link rev="owner" href="http://mail.gnu.org/mailman/listinfo/lynx-dev/">] (http://mail.gnu.org/mailman/listinfo/lynx-dev/)
-lynx-dev: privacy-breach-generic usr/share/doc/lynx-dev/test/iso-8859-2.html [<link rev="owner" href="http://mail.gnu.org/mailman/listinfo/lynx-dev/">] (http://mail.gnu.org/mailman/listinfo/lynx-dev/)
-lynx-dev: privacy-breach-generic usr/share/doc/lynx-dev/test/iso-8859-2a.html [<link rev="owner" href="http://mail.gnu.org/mailman/listinfo/lynx-dev/">] (http://mail.gnu.org/mailman/listinfo/lynx-dev/)
+lynx-dev: privacy-breach-generic [<link rev="owner" href="http://mail.gnu.org/mailman/listinfo/lynx-dev/">] (http://mail.gnu.org/mailman/listinfo/lynx-dev/) [usr/share/doc/lynx-dev/test/ALT88592.html]
+lynx-dev: privacy-breach-generic [<link rev="owner" href="http://mail.gnu.org/mailman/listinfo/lynx-dev/">] (http://mail.gnu.org/mailman/listinfo/lynx-dev/) [usr/share/doc/lynx-dev/test/bad-html.html]
+lynx-dev: privacy-breach-generic [<link rev="owner" href="http://mail.gnu.org/mailman/listinfo/lynx-dev/">] (http://mail.gnu.org/mailman/listinfo/lynx-dev/) [usr/share/doc/lynx-dev/test/cp-1252.html]
+lynx-dev: privacy-breach-generic [<link rev="owner" href="http://mail.gnu.org/mailman/listinfo/lynx-dev/">] (http://mail.gnu.org/mailman/listinfo/lynx-dev/) [usr/share/doc/lynx-dev/test/cp-1252a.html]
+lynx-dev: privacy-breach-generic [<link rev="owner" href="http://mail.gnu.org/mailman/listinfo/lynx-dev/">] (http://mail.gnu.org/mailman/listinfo/lynx-dev/) [usr/share/doc/lynx-dev/test/iso-8859-2.html]
+lynx-dev: privacy-breach-generic [<link rev="owner" href="http://mail.gnu.org/mailman/listinfo/lynx-dev/">] (http://mail.gnu.org/mailman/listinfo/lynx-dev/) [usr/share/doc/lynx-dev/test/iso-8859-2a.html]
+
+# These are intentional:
+lynx-dev: extra-license-file [usr/share/doc/lynx-dev/COPYING]
+lynx-dev: spelling-error-in-binary XWINDOWS X [usr/bin/lynx-dev]
diff --git a/PACKAGE/debian/postinst b/PACKAGE/debian/postinst
deleted file mode 100644
index 89955d4..0000000
--- a/PACKAGE/debian/postinst
+++ /dev/null
@@ -1,27 +0,0 @@
-#! /bin/sh
-# postinst script for lynx
-
-set -e
-
-PRI=50
-ALT=lynx
-PKG=lynx-dev
-
-BINDIR=/usr/bin
-MANDIR=/usr/share/man/man1
-
-if [ $1 != "upgrade" ]
-then
-
- update-alternatives \
- --install \
- $BINDIR/$ALT $ALT \
- $BINDIR/$PKG $PRI \
- --slave $MANDIR/$ALT.1.gz $ALT.1.gz \
- $MANDIR/$PKG.1.gz
-
-fi
-
-#DEBHELPER#
-
-exit 0
diff --git a/PACKAGE/debian/prerm b/PACKAGE/debian/prerm
deleted file mode 100644
index a79bf38..0000000
--- a/PACKAGE/debian/prerm
+++ /dev/null
@@ -1,12 +0,0 @@
-#! /bin/sh
-# prerm script for lynx
-
-set -e
-
-if [ $1 != "upgrade" ]; then
- update-alternatives --remove lynx /usr/bin/lynx-dev
-fi
-
-#DEBHELPER#
-
-exit 0
diff --git a/PACKAGE/debian/rules b/PACKAGE/debian/rules
index 908ed5e..08cabf6 100755
--- a/PACKAGE/debian/rules
+++ b/PACKAGE/debian/rules
@@ -1,5 +1,9 @@
#!/usr/bin/make -f
-# $LynxId: rules,v 1.19 2024/01/15 01:16:07 tom Exp $
+# $LynxId: rules,v 1.24 2024/03/14 13:48:36 tom Exp $
+
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/buildflags.mk
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
@@ -20,10 +24,6 @@ helpdir := $(docdir)/help_dir
DSTDIR := $(CURDIR)/debian/$(PACKAGE)
DOCDIR := $(DSTDIR)$(docdir)
-CPPFLAGS := $(shell dpkg-buildflags --get CPPFLAGS)
-CFLAGS := $(shell dpkg-buildflags --get CFLAGS)
-LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
-
ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
DEBOP=--enable-debug
else
@@ -155,15 +155,15 @@ install-indep:
install-arch:
dh_testdir
dh_testroot
- dh_prep -s
- dh_installdirs -s
+ dh_prep -a
+ dh_installdirs -a
$(MAKE) install-full \
DESTDIR=$(DSTDIR) \
docdir=$(docdir) \
helpdir=$(helpdir)
- cd $(DOCDIR) && rm -f COPY*.asc CHANGES
+ cd $(DOCDIR) && rm -f COPY*.asc CHANGES
# Build architecture-independent files here.
binary-indep: build install
diff --git a/PACKAGE/lynx-curssl.iss b/PACKAGE/lynx-curssl.iss
deleted file mode 100644
index 3182257..0000000
--- a/PACKAGE/lynx-curssl.iss
+++ /dev/null
@@ -1,14 +0,0 @@
-; $LynxId: lynx-curssl.iss,v 1.1 2022/12/29 00:38:46 tom Exp $
-;
-; This is an installer for Lynx built with "current" OpenSSL (3.0.x).
-;
-; The script assumes environment variables have been set, e.g., to point to
-; data which is used by the installer (see "lynx.lss" for details).
-
-#define NoScreenDll
-#define SslGlob1 "'libssl-3*.dll'"
-#define SslGlob2 "'libcrypto-3*.dll'"
-#define SetupBaseName "lynx-curssl"
-#define SourceExeName "lynx-curssl.exe"
-
-#include "lynx.iss"
diff --git a/PACKAGE/lynx.iss b/PACKAGE/lynx.iss
index 2353067..385b51c 100644
--- a/PACKAGE/lynx.iss
+++ b/PACKAGE/lynx.iss
@@ -1,4 +1,4 @@
-; $LynxId: lynx.iss,v 1.41 2024/01/15 23:28:41 tom Exp $
+; $LynxId: lynx.iss,v 1.42 2024/04/14 23:28:50 tom Exp $
; vile:ts=4 sw=4 notabinsert fk=8bit
;
; This is the BASE script for different flavors of the installer for Lynx.
@@ -95,7 +95,7 @@ AppCopyright=© 1997-2023,2024, Thomas E. Dickey
AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL}
-DefaultDirName={pf}\{#MyAppName}
+DefaultDirName={commonpf}\{#MyAppName}
DefaultGroupName={#MyAppName}
AllowNoIcons=yes
LicenseFile=..\COPYHEADER
@@ -176,7 +176,7 @@ Type: dirifempty; Name: {app}
function isGuru(): Boolean;
begin
- Result := isAdminLoggedOn();
+ Result := isAdmin();
end;
function environRootKey(): Integer;
@@ -232,7 +232,7 @@ end;
function selectedVarsRootKey(): Integer;
begin
- if isTaskSelected('for_all_users') then
+ if WizardisTaskSelected('for_all_users') then
Result := HKEY_LOCAL_MACHINE
else
Result := HKEY_CURRENT_USER;
@@ -240,15 +240,15 @@ end;
function selectedVarsSubKey(): String;
begin
- if isTaskSelected('for_all_users') then
+ if WizardisTaskSelected('for_all_users') then
begin
- if isTaskSelected('register_vars') then
+ if WizardisTaskSelected('register_vars') then
Result := appSubKey()
else
Result := envSysKey();
end else
begin
- if isTaskSelected('register_vars') then
+ if WizardisTaskSelected('register_vars') then
Result := appSubKey()
else
Result := envSubKey();
@@ -308,13 +308,13 @@ begin
if not RegWriteStringValue(selectedVarsRootKey(), Keypath, '', AppDir) then
Log('Failed to set key');
- if isTaskSelected('use_sendto') then
+ if WizardisTaskSelected('use_sendto') then
begin
AddSendTo();
Log('** added Send-To link');
end;
- if isTaskSelected('quicklaunchicon') then
+ if WizardisTaskSelected('quicklaunchicon') then
begin
AddQuickLaunch();
Log('** added Quick-launch link');
@@ -346,7 +346,7 @@ begin
Log('** customized ' + CfgFile);
- if isTaskSelected('use_sendto') then
+ if WizardisTaskSelected('use_sendto') then
begin
AddSendTo();
Log('** added Send-To link');
diff --git a/PACKAGE/lynx.nsi b/PACKAGE/lynx.nsi
index 7071db2..1bb2f5f 100644
--- a/PACKAGE/lynx.nsi
+++ b/PACKAGE/lynx.nsi
@@ -1,4 +1,4 @@
-; $LynxId: lynx.nsi,v 1.63 2024/01/07 11:13:00 tom Exp $
+; $LynxId: lynx.nsi,v 1.78 2024/05/31 22:09:16 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.
@@ -8,9 +8,9 @@
!define VERSION_EPOCH "2"
!define VERSION_MAJOR "9"
-!define VERSION_MINOR "0"
-!define VERSION_LEVEL "1013"
-!define VERSION_PATCH "dev.13"
+!define VERSION_MINOR "2"
+!define VERSION_LEVEL "0"
+!define VERSION_PATCH ""
!define SUBKEY "Lynx"
diff --git a/PACKAGE/lynx.spec b/PACKAGE/lynx.spec
index a11a9a0..7d15605 100644
--- a/PACKAGE/lynx.spec
+++ b/PACKAGE/lynx.spec
@@ -1,25 +1,28 @@
-# $LynxId: lynx.spec,v 1.72 2024/01/15 11:47:26 tom Exp $
+# $LynxId: lynx.spec,v 1.91 2024/05/31 22:09:16 tom Exp $
Summary: A text-based Web browser
Name: lynx-dev
-Version: 2.9.0
+Version: 2.9.2
Release: 1
License: GPLv2
Group: Applications/Internet
-Source: lynx%{version}.tgz
+Source: https://invisible-island.net/archives/lynx/lynx%{version}.tgz
URL: https://lynx.invisible-island.net
Provides: webclient >= 0.0
Provides: text-www-browser >= 0.0
# Fedora:
-BuildRequires: openssl-devel, pkgconfig, ncurses-devel >= 5.3-5,
+BuildRequires: pkgconfig, ncurses-devel >= 5.3-5,
BuildRequires: zlib-devel, gettext
BuildRequires: libidn-devel
+# BuildRequires: openssl-devel
# BuildRequires: bzip2-devel
# SuSE:
# BuildRequires: libbz2-devel
+# BuildRequires: libopenssl-1_1-devel, or
+# BuildRequires: libopenssl-3-devel
-Requires: gzip, bzip2, tar, zip, unzip
+Requires: brotli, gzip, bzip2, tar, zip, unzip
%description
Lynx is a fully-featured World Wide Web (WWW) client for users running
@@ -48,35 +51,23 @@ HTTP, FTP, WAIS, and NNTP servers.
--sysconfdir=%{lynx_etc} \
--with-cfg-path=%{lynx_etc}:%{lynx_doc}/samples \
--with-textdomain=%{name} \
- --enable-8bit-toupper \
--enable-cgi-links \
--enable-change-exec \
--enable-charset-choice \
- --enable-cjk \
--enable-default-colors \
--enable-exec-links \
--enable-exec-scripts \
--enable-externs \
--enable-font-switch \
- --enable-forms-options \
--enable-gzip-help \
--enable-htmlized-cfg \
--enable-internal-links \
--enable-ipv6 \
- --enable-chinese-utf8 \
- --enable-japanese-utf8 \
- --enable-justify-elts \
--enable-kbd-layout \
--enable-local-docs \
--enable-nested-tables \
--enable-nls \
--enable-nsl-fork \
- --enable-partial \
- --enable-persistent-cookies \
- --enable-prettysrc \
- --enable-read-eta \
- --enable-scrollbar \
- --enable-source-cache \
--enable-syslog \
--enable-warnings \
--with-screen=ncursesw6dev \
@@ -111,6 +102,9 @@ strip $RPM_BUILD_ROOT%{_bindir}/%{name}
%changelog
+* Thu Mar 14 2024 Thomas E. Dickey
+- trim redundant options
+
* Mon Jan 15 2024 Thomas E. Dickey
- simplified tarball name
diff --git a/PACKAGE/version.iss b/PACKAGE/version.iss
index e3fe613..7d9309e 100644
--- a/PACKAGE/version.iss
+++ b/PACKAGE/version.iss
@@ -1,6 +1,6 @@
; version used for Inno Setup files.
-#define LYNX_VERSION "2.9.0"
+#define LYNX_VERSION "2.9.2"
#define MyAppProg "Lynx"
#define MyAppName "Lynx - web browser"
diff --git a/README b/README
index dd14148..79406ff 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Lynx README file
-Lynx Version 2.9.0 is the latest release (January 2024).
+Lynx Version 2.9.2 is the latest release (May 2024).
See the CHANGES file for a complete record of all changes and bug fixes.
New releases are announced on the lynx-dev mailing list (see below).
@@ -12,20 +12,20 @@ at very simple programming. If you just want something which will work
by following the links from
<URL: https://lynx.invisible-island.net/resources.html/> ;
-For DOS or Windows, go to
- <URL: http://www.fdisk.com/doslynx/lynxport.htm>.
-
WHAT IS LYNX?
Lynx is a fully-featured World Wide Web (WWW) client for users running
cursor-addressable, character-cell display devices such as vt100 terminals,
- vt100 emulators running on Windows 95/NT or Macintoshes, or any other
- character-cell display. It will display Hypertext Markup Language (HTML)
- documents containing links to files on the local system, as well as files on
- remote systems running http, gopher, ftp, wais, nntp, finger, or cso/ph/qi
- servers, and services accessible via logins to telnet, tn3270 or rlogin
- accounts. Current versions of Lynx run on Unix, VMS, Windows95
- through Windows 8, 386DOS and OS/2 EMX.
+ vt100 emulators or any other character-cell display.
+
+ Lynx will display Hypertext Markup Language (HTML) documents containing
+ links to files on the local system, as well as files on remote systems
+ running http, gopher, ftp, wais, nntp, finger, or cso/ph/qi servers, and
+ services accessible via logins to telnet, tn3270 or rlogin accounts.
+
+ Lynx runs on any POSIX platform as well as Windows.
+
+ Older releases also work with VMS, Windows95 (and up), 386DOS and OS/2 EMX.
Lynx can be used to access information on the WWW, or to establish
information systems intended primarily for local access. Lynx has been
@@ -105,16 +105,12 @@ INSTALLING THE DOCUMENTATION
where [public_path] is the absolute path to the lynx_help directory.
Customizing the help menu system is just a matter of editing a set of
- HTML files. Additional information about installing and customizing
- the help file set is available at
- <URL: http://www.irm.nara.kindai.ac.jp/lynxdev/README.help>.
+ HTML files.
INSTALLING LYNX
To install Lynx, follow the steps in the INSTALLATION file, which is
- located in the top directory of the source distribution. Win32 users
- who need pre-compiled distributions should visit the site
- <URL: http://www.fdisk.com/doslynx/lynxport.htm>.
+ located in the top directory of the source distribution.
PROBLEMS
@@ -146,9 +142,9 @@ LYNX-DEV MAILING LIST
questions or comments in the archive since more often than not nobody
will send a carbon copy to you. View the archives at:
"lynx-dev Mailing list archives"
- <URL: http://mail.gnu.org/mailman/listinfo/lynx-dev/>
+ <URL: https://mail.gnu.org/mailman/listinfo/lynx-dev/>
------------------------------------------------------------------------------
-- vile:txtmode fc=72 noti
--- $LynxId: README,v 1.37 2024/01/15 01:48:07 tom Exp $
+-- $LynxId: README,v 1.39 2024/05/29 22:33:17 tom Exp $
------------------------------------------------------------------------------
diff --git a/WWW/Library/Implementation/HTFTP.c b/WWW/Library/Implementation/HTFTP.c
index decf559..a08701c 100644
--- a/WWW/Library/Implementation/HTFTP.c
+++ b/WWW/Library/Implementation/HTFTP.c
@@ -1,5 +1,5 @@
/*
- * $LynxId: HTFTP.c,v 1.148 2023/01/05 09:17:15 tom Exp $
+ * $LynxId: HTFTP.c,v 1.149 2024/03/21 07:51:10 tom Exp $
*
* File Transfer Protocol (FTP) Client
* for a WorldWideWeb browser
@@ -2189,7 +2189,10 @@ static void parse_cms_dir_entry(char *line,
set_years_and_date();
}
- /* Track down the date. */
+ /* Track down the date using the ":" separating hours/minutes:
+ * mm/dd/yy hh:mm
+ * 01234567890123
+ */
cpd = cps;
if (((cps < end) &&
(cps = StrChr(cpd, ':')) != NULL) &&
diff --git a/WWW/Library/Implementation/HTFile.c b/WWW/Library/Implementation/HTFile.c
index 8fdaa2c..9b6c54f 100644
--- a/WWW/Library/Implementation/HTFile.c
+++ b/WWW/Library/Implementation/HTFile.c
@@ -1,5 +1,5 @@
/*
- * $LynxId: HTFile.c,v 1.158 2022/07/25 23:52:05 tom Exp $
+ * $LynxId: HTFile.c,v 1.165 2024/05/28 00:35:41 tom Exp $
*
* File Access HTFile.c
* ===========
@@ -1313,7 +1313,7 @@ CompressFileType HTCompressFileType(const char *filename,
*/
const char *HTCompressTypeToSuffix(CompressFileType method)
{
- const char *result = "";
+ const char *result;
switch (method) {
default:
@@ -1384,6 +1384,9 @@ CompressFileType HTEncodingToCompressType(const char *coding)
if (coding == NULL) {
result = cftNone;
+ } else if (!strcasecomp(coding, "deflate") ||
+ !strcasecomp(coding, "x-deflate")) {
+ result = cftDeflate;
} else if (!strcasecomp(coding, "gzip") ||
!strcasecomp(coding, "x-gzip")) {
result = cftGzip;
@@ -1394,12 +1397,9 @@ CompressFileType HTEncodingToCompressType(const char *coding)
!strcasecomp(coding, "x-bzip2")) {
result = cftBzip2;
} else if (!strcasecomp(coding, "br") || /* actual */
- !strcasecomp(coding, "brotli") || /* expected */
- !strcasecomp(coding, "x-brotli")) {
+ !strcasecomp(coding, "x-br") ||
+ !strcasecomp(coding, "brotli")) { /* expected */
result = cftBrotli;
- } else if (!strcasecomp(coding, "deflate") ||
- !strcasecomp(coding, "x-deflate")) {
- result = cftDeflate;
}
return result;
}
@@ -1410,6 +1410,9 @@ CompressFileType HTContentTypeToCompressType(const char *ct)
if (ct == NULL) {
method = cftNone;
+ } else if (!strncasecomp(ct, "application/deflate", 19) ||
+ !strncasecomp(ct, "application/x-deflate", 21)) {
+ method = cftGzip;
} else if (!strncasecomp(ct, "application/gzip", 16) ||
!strncasecomp(ct, "application/x-gzip", 18)) {
method = cftGzip;
@@ -1420,14 +1423,49 @@ CompressFileType HTContentTypeToCompressType(const char *ct)
!strncasecomp(ct, "application/x-bzip2", 19)) {
method = cftBzip2;
} else if (!strncasecomp(ct, "application/br", 14) ||
- !strncasecomp(ct, "application/brotli", 18) ||
- !strncasecomp(ct, "application/x-brotli", 20)) {
+ !strncasecomp(ct, "application/x-br", 16) ||
+ !strncasecomp(ct, "application/brotli", 18)) {
method = cftBrotli;
}
return method;
}
/*
+ * "Encoding" is jargon for compression-type. Provide a reverse mapping.
+ */
+BOOL IsCompressionFormat(HTAtom *format, CompressFileType check)
+{
+ BOOL result = FALSE;
+
+ switch (check) {
+ case cftDeflate:
+ result = (format == HTAtom_for("application/deflate") ||
+ format == HTAtom_for("application/x-deflate"));
+ break;
+ case cftGzip:
+ result = (format == HTAtom_for("application/gzip") ||
+ format == HTAtom_for("application/x-gzip"));
+ break;
+ case cftCompress:
+ result = (format == HTAtom_for("application/compress") ||
+ format == HTAtom_for("application/x-compress"));
+ break;
+ case cftBzip2:
+ result = (format == HTAtom_for("application/bzip2") ||
+ format == HTAtom_for("application/x-bzip2"));
+ break;
+ case cftBrotli:
+ result = (format == HTAtom_for("application/br") ||
+ format == HTAtom_for("application/x-br") ||
+ format == HTAtom_for("application/brotli"));
+ break;
+ case cftNone:
+ break;
+ }
+ return result;
+}
+
+/*
* Check the anchor's content_type and content_encoding elements for a gzip or
* Unix compressed file -FM, TD
*/
@@ -3210,6 +3248,28 @@ int HTLoadFile(const char *addr,
static const char *program_paths[pp_Last];
+#if defined(UNIX) || defined(_WINDOWS)
+#ifndef X_OK
+#define X_OK 0
+#endif
+static int VerifyProgram(const char *path)
+{
+ int result = 0;
+ struct stat info;
+
+ if (stat(path, &info) == 0) {
+ if (S_ISREG(info.st_mode) &&
+ info.st_size != 0 &&
+ access(path, X_OK) == 0) {
+ result = 1;
+ } else {
+ result = -1;
+ }
+ }
+ return result;
+}
+#endif
+
/*
* Given a program number, return its path
*/
@@ -3217,8 +3277,59 @@ const char *HTGetProgramPath(ProgramPaths code)
{
const char *result = NULL;
- if (code > ppUnknown && code < pp_Last)
+ if (code > ppUnknown && code < pp_Last) {
result = program_paths[code];
+#if defined(UNIX) || defined(_WINDOWS)
+#define VERIFY_FMT "not a program: %s\n"
+#define EXISTS_FMT "no file found: %s\n"
+ if (result != NULL) {
+ char *path;
+
+ switch (VerifyProgram(result)) {
+ case -1:
+ CTRACE((tfp, VERIFY_FMT, result));
+ result = NULL;
+ break;
+ case 0:
+ if (*result == '/') {
+ CTRACE((tfp, EXISTS_FMT, result));
+ result = NULL;
+ } else if ((path = getenv("PATH")) != NULL) {
+ int check = 0;
+ char *list = NULL;
+
+ StrAllocCopy(list, path);
+ if (list != NULL) {
+ char *item;
+
+ path = list;
+ while ((item = strtok(path, PATH_SEPARATOR)) != NULL) {
+ path = NULL;
+ if (*item != '\0') {
+ char *full = NULL;
+
+ HTSprintf0(&full, "%s%s%s",
+ item, FILE_SEPARATOR, result);
+ check = VerifyProgram(full);
+ free(full);
+ if (check != 0)
+ break;
+ }
+ }
+ free(list);
+ }
+ if (check <= 0) {
+ CTRACE((tfp, check ? VERIFY_FMT : EXISTS_FMT, result));
+ result = NULL;
+ }
+ }
+ break;
+ default:
+ break;
+ }
+ }
+#endif
+ }
return result;
}
diff --git a/WWW/Library/Implementation/HTFile.h b/WWW/Library/Implementation/HTFile.h
index 1209090..9340963 100644
--- a/WWW/Library/Implementation/HTFile.h
+++ b/WWW/Library/Implementation/HTFile.h
@@ -1,5 +1,5 @@
/*
- * $LynxId: HTFile.h,v 1.36 2023/10/24 08:07:39 tom Exp $
+ * $LynxId: HTFile.h,v 1.37 2024/05/27 10:08:57 tom Exp $
* File access in libwww
* FILE ACCESS
*
@@ -232,6 +232,10 @@ extern "C" {
*/
extern CompressFileType HTContentTypeToCompressType(const char *ct);
/*
+ * Check if a given content-encoding (format) matches something we support.
+ */
+ extern BOOL IsCompressionFormat(HTAtom *format, CompressFileType check);
+/*
* Determine compression type from the content-type and/or content-encoding.
*/
extern CompressFileType HTContentToCompressType(HTParentAnchor *anchor);
diff --git a/WWW/Library/Implementation/HTFormat.c b/WWW/Library/Implementation/HTFormat.c
index a830387..198ea51 100644
--- a/WWW/Library/Implementation/HTFormat.c
+++ b/WWW/Library/Implementation/HTFormat.c
@@ -1,5 +1,5 @@
/*
- * $LynxId: HTFormat.c,v 1.96 2022/03/31 23:39:38 tom Exp $
+ * $LynxId: HTFormat.c,v 1.97 2024/04/11 20:19:35 tom Exp $
*
* Manage different file formats HTFormat.c
* =============================
@@ -1378,7 +1378,7 @@ static int HTBrFileCopy(FILE *brfp, HTStream *sink)
char *normal_buffer = NULL;
size_t brotli_size;
size_t brotli_limit = 0;
- size_t brotli_offset = brotli_limit;
+ size_t brotli_offset;
size_t normal_size;
size_t normal_limit = 0;
diff --git a/WWW/Library/Implementation/HTMLGen.c b/WWW/Library/Implementation/HTMLGen.c
index c63723c..7cf7bb9 100644
--- a/WWW/Library/Implementation/HTMLGen.c
+++ b/WWW/Library/Implementation/HTMLGen.c
@@ -1,5 +1,5 @@
/*
- * $LynxId: HTMLGen.c,v 1.46 2020/01/21 22:02:35 tom Exp $
+ * $LynxId: HTMLGen.c,v 1.47 2024/03/13 23:48:59 tom Exp $
*
* HTML Generator
* ==============
@@ -160,7 +160,7 @@ static void allow_break(HTStructured * me, int new_cleanness, int dlbc)
* ------------------
*
* The tricky bits are the line break handling. This attempts
- * to synchrononise line breaks on sentence or phrase ends. This
+ * to synchronize line breaks on sentence or phrase ends. This
* is important if one stores SGML files in a line-oriented code
* repository, so that if a small change is made, line ends don't
* shift in a ripple-through to apparently change a large part of the
@@ -466,7 +466,7 @@ static int HTMLGen_start_element(HTStructured * me, int element_number,
/*
* Make very specific HTML assumption that PRE can't be nested!
*/
- me->preformatted = (BOOL) ((element_number == HTML_PRE)
+ me->preformatted = (BOOL) ((element_number == HTML_PRE || element_number == HTML_XMP)
? YES
: was_preformatted);
@@ -538,7 +538,7 @@ static int HTMLGen_end_element(HTStructured * me, int element_number,
HTMLGen_put_string(me, "</");
HTMLGen_put_string(me, HTML_dtd.tags[element_number].name);
HTMLGen_put_character(me, '>');
- if (element_number == HTML_PRE) {
+ if (element_number == HTML_PRE || element_number == HTML_XMP) {
me->preformatted = NO;
}
#ifdef USE_COLOR_STYLE
diff --git a/WWW/Library/Implementation/HTTP.c b/WWW/Library/Implementation/HTTP.c
index bbcdf5d..c47d446 100644
--- a/WWW/Library/Implementation/HTTP.c
+++ b/WWW/Library/Implementation/HTTP.c
@@ -1,5 +1,5 @@
/*
- * $LynxId: HTTP.c,v 1.184 2023/07/23 20:02:58 tom Exp $
+ * $LynxId: HTTP.c,v 1.185 2024/05/29 21:02:14 tom Exp $
*
* HyperText Transfer Protocol - Client implementation HTTP.c
* ===========================
@@ -716,11 +716,7 @@ static BOOL acceptEncoding(int code)
default:
break;
}
- /*
- * FIXME: if lynx did not rely upon external programs to decompress
- * files for external viewers, this check could be relaxed.
- */
- result = (BOOL) (program != 0);
+ result = (BOOL) (program != NULL);
}
return result;
}
diff --git a/WWW/Library/Implementation/HTUtils.h b/WWW/Library/Implementation/HTUtils.h
index 3d66cab..5a14027 100644
--- a/WWW/Library/Implementation/HTUtils.h
+++ b/WWW/Library/Implementation/HTUtils.h
@@ -1,5 +1,5 @@
/*
- * $LynxId: HTUtils.h,v 1.135 2023/11/05 23:09:43 tom Exp $
+ * $LynxId: HTUtils.h,v 1.137 2024/03/17 23:04:27 tom Exp $
*
* Utility macros for the W3 code library
* MACROS FOR GENERAL USE
@@ -140,7 +140,6 @@ char *alloca();
/* suppress inadvertent use of gettext in makeuctb when cross-compiling */
#ifdef DONT_USE_GETTEXT
#undef HAVE_GETTEXT
-#undef HAVE_LIBGETTEXT_H
#undef HAVE_LIBINTL_H
#endif
@@ -618,7 +617,7 @@ extern int WWW_TraceMask;
#ifndef PRI_off_t
#define GUESS_PRI_off_t
-#if (SIZEOF_OFF_T == SIZEOF_LONG)
+#if defined(SIZEOF_OFF_T) && defined(SIZEOF_LONG) && (SIZEOF_OFF_T == SIZEOF_LONG)
#define PRI_off_t "ld"
#define SCN_off_t "ld"
#define CAST_off_t(n) (long)(n)
diff --git a/WWW/Library/Implementation/SGML.c b/WWW/Library/Implementation/SGML.c
index c256685..d689bbd 100644
--- a/WWW/Library/Implementation/SGML.c
+++ b/WWW/Library/Implementation/SGML.c
@@ -1,5 +1,5 @@
/*
- * $LynxId: SGML.c,v 1.186 2023/10/25 22:35:29 tom Exp $
+ * $LynxId: SGML.c,v 1.188 2024/04/11 20:22:19 tom Exp $
*
* General SGML Parser code SGML.c
* ========================
@@ -242,9 +242,10 @@ struct _HTStream {
#else
static const char *state_name(sgml_state n)
{
- const char *result = "?";
+ const char *result;
/* *INDENT-OFF* */
switch (n) {
+ default:
case S_attr: result = "S_attr"; break;
case S_attr_gap: result = "S_attr_gap"; break;
case S_comment: result = "S_comment"; break;
@@ -5023,11 +5024,9 @@ unsigned char *TO_EUC(const unsigned char *jis,
unsigned char *d;
int to1B, to2B;
int in_sjis = 0;
- static int nje;
int n8bits;
int is_JIS;
- nje++;
n8bits = 0;
s = jis;
d = euc;
diff --git a/WWW/Library/Implementation/makefile.in b/WWW/Library/Implementation/makefile.in
index 0b467d7..44de1c7 100644
--- a/WWW/Library/Implementation/makefile.in
+++ b/WWW/Library/Implementation/makefile.in
@@ -1,4 +1,4 @@
-# $LynxId: makefile.in,v 1.35 2021/07/16 20:01:00 tom Exp $
+# $LynxId: makefile.in,v 1.36 2024/03/17 22:13:00 tom Exp $
# Make WWW under unix for a.n.other unix system (bsd)
# Use this as a template
@@ -31,15 +31,13 @@ RANLIB = @RANLIB@
o = .@OBJEXT@
x = @EXEEXT@
-INTLDIR_CPPFLAGS= @INTLDIR_CPPFLAGS@ -I$(top_srcdir)/intl
-
CPP = @CPP@
CPPOPTS = $(DEFS) $(LYFLAGS) \
-I../../.. \
-I../../../src \
-I$(top_srcdir) \
-I$(top_srcdir)/src \
- $(INTLDIR_CPPFLAGS) -I$(WWWINC) $(EXTRA_CPPFLAGS) $(CPPFLAGS)
+ -I$(WWWINC) $(EXTRA_CPPFLAGS) $(CPPFLAGS)
LY_CFLAGS = @CFLAGS@ @EXTRA_CFLAGS@
CFLAGS = $(CPPOPTS) $(LY_CFLAGS)
diff --git a/WWW/Library/Implementation/www_tcp.h b/WWW/Library/Implementation/www_tcp.h
index ef754c8..1bc20e0 100644
--- a/WWW/Library/Implementation/www_tcp.h
+++ b/WWW/Library/Implementation/www_tcp.h
@@ -1,5 +1,5 @@
/* System dependencies in the W3 library
- * $LynxId: www_tcp.h,v 1.61 2018/12/26 12:30:14 tom Exp $
+ * $LynxId: www_tcp.h,v 1.63 2024/03/17 23:04:27 tom Exp $
*
SYSTEM DEPENDENCIES
@@ -804,7 +804,7 @@ typedef unsigned short mode_t;
#if defined(VMS)
#define socklen_t unsigned
-#else
+#elif defined(_WINDOWS)
#define socklen_t int /* used for default LY_SOCKLEN definition */
#endif
@@ -814,10 +814,6 @@ typedef unsigned short mode_t;
#include <libintl.h>
#endif
-#ifdef HAVE_LIBGETTEXT_H
-#include <libgettext.h>
-#endif
-
#define N_(s) s
#ifndef HAVE_GETTEXT
diff --git a/aclocal.m4 b/aclocal.m4
index 9f561cc..5cfd356 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1,4 +1,4 @@
-dnl $LynxId: aclocal.m4,v 1.328 2024/01/07 15:29:15 tom Exp $
+dnl $LynxId: aclocal.m4,v 1.342 2024/05/01 19:00:19 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>
@@ -41,68 +41,49 @@ dnl https://invisible-island.net/autoconf/autoconf.html
dnl https://invisible-island.net/autoconf/my-autoconf.html
dnl ---------------------------------------------------------------------------
dnl ---------------------------------------------------------------------------
-dnl AM_GNU_GETTEXT version: 15 updated: 2021/01/02 09:31:20
+dnl AM_GNU_GETTEXT version: 16 updated: 2024/03/17 19:34:20
dnl --------------
dnl Usage: Just like AM_WITH_NLS, which see.
AC_DEFUN([AM_GNU_GETTEXT],
- [AC_REQUIRE([AC_PROG_MAKE_SET])dnl
- AC_REQUIRE([AC_CANONICAL_HOST])dnl
- AC_REQUIRE([AC_PROG_RANLIB])dnl
- AC_REQUIRE([AC_HEADER_STDC])dnl
- AC_REQUIRE([AC_C_INLINE])dnl
- AC_REQUIRE([AC_TYPE_OFF_T])dnl
- AC_REQUIRE([AC_TYPE_SIZE_T])dnl
- AC_REQUIRE([AC_FUNC_ALLOCA])dnl
- AC_REQUIRE([AC_FUNC_MMAP])dnl
- AC_REQUIRE([jm_GLIBC21])dnl
- AC_REQUIRE([CF_PROG_CC])dnl
-
- AC_CHECK_HEADERS([argz.h limits.h locale.h nl_types.h malloc.h stddef.h \
-stdlib.h string.h unistd.h sys/param.h])
- AC_CHECK_FUNCS([feof_unlocked fgets_unlocked getcwd getegid geteuid \
-getgid getuid mempcpy munmap putenv setenv setlocale stpcpy strchr strcasecmp \
-strdup strtoul tsearch __argz_count __argz_stringify __argz_next])
-
+ [
AM_ICONV
AM_LANGINFO_CODESET
AM_LC_MESSAGES
AM_WITH_NLS([$1],[$2],[$3],[$4])
- if test "x$CATOBJEXT" != "x"; then
- if test "x$ALL_LINGUAS" = "x"; then
- LINGUAS=
- else
- AC_MSG_CHECKING(for catalogs to be installed)
- NEW_LINGUAS=
- for presentlang in $ALL_LINGUAS; do
- useit=no
- for desiredlang in ${LINGUAS-$ALL_LINGUAS}; do
- # Use the presentlang catalog if desiredlang is
- # a. equal to presentlang, or
- # b. a variant of presentlang (because in this case,
- # presentlang can be used as a fallback for messages
- # which are not translated in the desiredlang catalog).
- case "$desiredlang" in
- ("$presentlang"*) useit=yes;;
- esac
- done
- if test "$useit" = yes; then
- NEW_LINGUAS="$NEW_LINGUAS $presentlang"
- fi
- done
- LINGUAS=$NEW_LINGUAS
- AC_MSG_RESULT($LINGUAS)
- fi
-
- dnl Construct list of names of catalog files to be constructed.
- if test -n "$LINGUAS"; then
- for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done
- fi
- fi
+ if test "$USE_NLS" = "yes"; then
+ if test "x$ALL_LINGUAS" = "x"; then
+ LINGUAS=
+ else
+ AC_MSG_CHECKING(for catalogs to be installed)
+ NEW_LINGUAS=
+ for presentlang in $ALL_LINGUAS; do
+ useit=no
+ for desiredlang in ${LINGUAS-$ALL_LINGUAS}; do
+ # Use the presentlang catalog if desiredlang is
+ # a. equal to presentlang, or
+ # b. a variant of presentlang (because in this case,
+ # presentlang can be used as a fallback for messages
+ # which are not translated in the desiredlang catalog).
+ case "$desiredlang" in
+ ("$presentlang"*) useit=yes;;
+ esac
+ done
+ if test "$useit" = yes; then
+ NEW_LINGUAS="$NEW_LINGUAS $presentlang"
+ fi
+ done
+ LINGUAS=$NEW_LINGUAS
+ AC_MSG_RESULT($LINGUAS)
+ fi
- dnl Enable libtool support if the surrounding package wishes it.
- INTL_LIBTOOL_SUFFIX_PREFIX=ifelse([$1], use-libtool, [l], [])
- AC_SUBST(INTL_LIBTOOL_SUFFIX_PREFIX)
+ dnl Construct list of names of catalog files to be constructed.
+ if test -n "$LINGUAS"; then
+ for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done
+ fi
+ else
+ CATALOGS=
+ fi
])dnl
dnl ---------------------------------------------------------------------------
dnl AM_ICONV version: 12 updated: 2007/07/30 19:12:03
@@ -292,7 +273,7 @@ fi
AC_SUBST($1)dnl
])dnl
dnl ---------------------------------------------------------------------------
-dnl AM_WITH_NLS version: 33 updated: 2022/01/28 08:32:11
+dnl AM_WITH_NLS version: 39 updated: 2024/04/09 18:37:41
dnl -----------
dnl Inserted as requested by gettext 0.10.40
dnl File from /usr/share/aclocal
@@ -318,35 +299,6 @@ dnl
dnl serial 10
dnl
dnl Usage: AM_WITH_NLS([TOOLSYMBOL], [NEEDSYMBOL], [LIBDIR], [ENABLED]).
-dnl If TOOLSYMBOL is specified and is 'use-libtool', then a libtool library
-dnl $(top_builddir)/intl/libintl.la will be created (shared and/or static,
-dnl depending on --{enable,disable}-{shared,static} and on the presence of
-dnl AM-DISABLE-SHARED). Otherwise, a static library
-dnl $(top_builddir)/intl/libintl.a will be created.
-dnl If NEEDSYMBOL is specified and is 'need-ngettext', then GNU gettext
-dnl implementations (in libc or libintl) without the ngettext() function
-dnl will be ignored.
-dnl LIBDIR is used to find the intl libraries. If empty,
-dnl the value `$(top_builddir)/intl/' is used.
-dnl ENABLED is used to control the default for the related --enable-nls, since
-dnl not all application developers want this feature by default, e.g., lynx.
-dnl
-dnl The result of the configuration is one of three cases:
-dnl 1) GNU gettext, as included in the intl subdirectory, will be compiled
-dnl and used.
-dnl Catalog format: GNU --> install in $(datadir)
-dnl Catalog extension: .mo after installation, .gmo in source tree
-dnl 2) GNU gettext has been found in the system's C library.
-dnl Catalog format: GNU --> install in $(datadir)
-dnl Catalog extension: .mo after installation, .gmo in source tree
-dnl 3) No internationalization, always use English msgid.
-dnl Catalog format: none
-dnl Catalog extension: none
-dnl The use of .gmo is historical (it was needed to avoid overwriting the
-dnl GNU format catalogs when building on a platform with an X/Open gettext),
-dnl but we keep it in order not to force irrelevant filename changes on the
-dnl maintainers.
-dnl
AC_DEFUN([AM_WITH_NLS],
[AC_MSG_CHECKING([whether NLS is requested])
dnl Default is enabled NLS
@@ -360,23 +312,9 @@ AC_DEFUN([AM_WITH_NLS],
AC_MSG_RESULT($USE_NLS)
AC_SUBST(USE_NLS)
- BUILD_INCLUDED_LIBINTL=no
- USE_INCLUDED_LIBINTL=no
- INTLLIBS=
-
dnl If we use NLS figure out what method
if test "$USE_NLS" = "yes"; then
dnl We need to process the po/ directory.
- POSUB=po
- AC_DEFINE(ENABLE_NLS, 1,
- [Define to 1 if translation of program messages to the user's native language
- is requested.])
- AC_MSG_CHECKING([whether included gettext is requested])
- AC_ARG_WITH(included-gettext,
- [ --with-included-gettext use the GNU gettext library included here],
- nls_cv_force_use_gnu_gettext=$withval,
- nls_cv_force_use_gnu_gettext=no)
- AC_MSG_RESULT($nls_cv_force_use_gnu_gettext)
dnl Search for GNU msgfmt in the PATH.
AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
@@ -388,108 +326,68 @@ AC_DEFUN([AM_WITH_NLS],
AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
["$ac_dir/$ac_word" --omit-header /dev/null >/dev/null 2>&1], :)
- nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
- if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
- dnl User does not insist on using GNU NLS library. Figure out what
- dnl to use. If GNU gettext is available we use this. Else we may have
- dnl to fall back to GNU NLS library.
- CATOBJEXT=NONE
-
- dnl Save these (possibly-set) variables for reference. If the user
- dnl overrode these to provide full pathnames, then warn if not actually
- dnl GNU gettext, but do not override their values. Also, if they were
- dnl overridden, suppress the part of the library test which prevents it
- dnl from finding anything other than GNU gettext. Doing this also
- dnl suppresses a bogus search for the intl library.
- cf_save_msgfmt_path="$MSGFMT"
- cf_save_xgettext_path="$XGETTEXT"
-
- cf_save_LIBS_1="$LIBS"
- CF_ADD_LIBS($LIBICONV)
-
- cf_save_OPTS_1="$CPPFLAGS"
- if test "x$cf_save_msgfmt_path" = "x$MSGFMT" && \
- test "x$cf_save_xgettext_path" = "x$XGETTEXT" ; then
- CF_ADD_CFLAGS(-DIGNORE_MSGFMT_HACK)
- fi
+ CATOBJEXT=NONE
- CF_FIND_LINKAGE(CF__INTL_HEAD,
- CF__INTL_BODY($2),
- intl,
- cf_cv_func_gettext=yes,
- cf_cv_func_gettext=no)
-
- AC_MSG_CHECKING([for libintl.h and gettext()])
- AC_MSG_RESULT($cf_cv_func_gettext)
-
- LIBS="$cf_save_LIBS_1"
- CPPFLAGS="$cf_save_OPTS_1"
-
- if test "$cf_cv_func_gettext" = yes ; then
- AC_DEFINE(HAVE_LIBINTL_H,1,[Define to 1 if we have libintl.h])
-
- dnl If an already present or preinstalled GNU gettext() is found,
- dnl use it. But if this macro is used in GNU gettext, and GNU
- dnl gettext is already preinstalled in libintl, we update this
- dnl libintl. (Cf. the install rule in intl/Makefile.in.)
- if test "$PACKAGE" != gettext; then
- AC_DEFINE(HAVE_GETTEXT, 1,
- [Define if the GNU gettext() function is already present or preinstalled.])
-
- CF_ADD_INCDIR($cf_cv_header_path_intl)
-
- if test -n "$cf_cv_library_file_intl" ; then
- dnl If iconv() is in a separate libiconv library, then anyone
- dnl linking with libintl{.a,.so} also needs to link with
- dnl libiconv.
- INTLLIBS="$cf_cv_library_file_intl $LIBICONV"
- CF_ADD_LIBDIR($cf_cv_library_path_intl,INTLLIBS)
- fi
+ dnl Save these (possibly-set) variables for reference. If the user
+ dnl overrode these to provide full pathnames, then warn if not actually
+ dnl GNU gettext, but do not override their values. Also, if they were
+ dnl overridden, suppress the part of the library test which prevents it
+ dnl from finding anything other than GNU gettext. Doing this also
+ dnl suppresses a bogus search for the intl library.
+ cf_save_msgfmt_path="$MSGFMT"
+ cf_save_xgettext_path="$XGETTEXT"
- gt_save_LIBS="$LIBS"
- LIBS="$LIBS $INTLLIBS"
- AC_CHECK_FUNCS(dcgettext)
- LIBS="$gt_save_LIBS"
-
- CATOBJEXT=.gmo
- fi
- elif test -z "$MSGFMT" || test -z "$XGETTEXT" ; then
- AC_MSG_WARN(disabling NLS feature)
- sed -e /ENABLE_NLS/d confdefs.h >confdefs.tmp
- mv confdefs.tmp confdefs.h
- ALL_LINGUAS=
- CATOBJEXT=.ignored
- MSGFMT=":"
- GMSGFMT=":"
- XGETTEXT=":"
- POSUB=
- BUILD_INCLUDED_LIBINTL=no
- USE_INCLUDED_LIBINTL=no
- USE_NLS=no
- nls_cv_use_gnu_gettext=no
- fi
+ CF_ADD_LIBS($LIBICONV)
+ cf_save_LIBS_1="$LIBS"
- if test "$CATOBJEXT" = "NONE"; then
- dnl GNU gettext is not found in the C library.
- dnl Fall back on GNU gettext library.
- nls_cv_use_gnu_gettext=maybe
- fi
- fi
+ cf_save_OPTS_1="$CPPFLAGS"
+ if test "x$cf_save_msgfmt_path" = "x$MSGFMT" && \
+ test "x$cf_save_xgettext_path" = "x$XGETTEXT" ; then
+ CF_ADD_CFLAGS(-DIGNORE_MSGFMT_HACK)
+ fi
- if test "$nls_cv_use_gnu_gettext" != "no"; then
- CATOBJEXT=.gmo
- if test -f "$srcdir/intl/libintl.h" || test -f "$srcdir/intl/libgnuintl.h" ; then
- dnl Mark actions used to generate GNU NLS library.
- AC_DEFINE(HAVE_LIBINTL_H,1,[Define to 1 for included intl header])
- INTLOBJS="\$(GETTOBJS)"
- BUILD_INCLUDED_LIBINTL=yes
- USE_INCLUDED_LIBINTL=yes
- INTLLIBS="ifelse([$3],[],\$(top_builddir)/intl,[$3])/libintl.ifelse([$1], use-libtool, [l], [])a $LIBICONV"
- LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
- elif test "$nls_cv_use_gnu_gettext" = "yes"; then
- nls_cv_use_gnu_gettext=no
- AC_MSG_WARN(no NLS library is packaged with this application)
- fi
+ AC_ARG_WITH([libintl-prefix],
+ [ --with-libintl-prefix=DIR
+ search for libintl in DIR/include and DIR/lib],
+ [CF_ADD_OPTIONAL_PATH($withval, libintl)])
+
+ CF_FIND_LINKAGE(CF__INTL_HEAD,
+ CF__INTL_BODY($2),
+ intl,
+ cf_cv_func_gettext=yes,
+ cf_cv_func_gettext=no)
+
+ AC_MSG_CHECKING([for libintl.h and gettext()])
+ AC_MSG_RESULT($cf_cv_func_gettext)
+
+ if test "$cf_cv_func_gettext" = yes ; then
+ AC_DEFINE(HAVE_LIBINTL_H,1,[Define to 1 if we have libintl.h])
+
+ AC_DEFINE(HAVE_GETTEXT, 1,
+ [Define if the GNU gettext() function is already present or preinstalled.])
+
+ CF_ADD_INCDIR($cf_cv_header_path_intl)
+
+ if test -n "$cf_cv_library_file_intl" ; then
+ INTLLIBS="$cf_cv_library_file_intl"
+ CF_ADD_LIBDIR($cf_cv_library_path_intl,INTLLIBS)
+ fi
+
+ LIBS="$LIBS $INTLLIBS"
+ AC_CHECK_FUNCS(dcgettext)
+ CATOBJEXT=.gmo
+ AC_DEFINE(ENABLE_NLS, 1,
+ [Define to 1 if translation of program messages is enabled.])
+ elif test -z "$MSGFMT" || test -z "$XGETTEXT" ; then
+ AC_MSG_WARN(disabling NLS feature)
+ ALL_LINGUAS=
+ CATOBJEXT=.ignored
+ MSGFMT=":"
+ GMSGFMT=":"
+ XGETTEXT=":"
+ USE_NLS=no
+ LIBS="$cf_save_LIBS_1"
+ CPPFLAGS="$cf_save_OPTS_1"
fi
dnl Test whether we really found GNU msgfmt.
@@ -549,50 +447,6 @@ AC_DEFUN([AM_WITH_NLS],
esac
done])
- dnl If this is used in GNU gettext we have to set BUILD_INCLUDED_LIBINTL
- dnl to 'yes' because some of the testsuite requires it.
- if test "$PACKAGE" = gettext; then
- BUILD_INCLUDED_LIBINTL=yes
- fi
-
- dnl intl/plural.c is generated from intl/plural.y. It requires an old
- dnl version of bison, or byacc, because plural.y uses the bison
- dnl "%pure-parser" feature. That requires at least bison-1.26 because
- dnl earlier versions generate a plural.c that doesn't compile. However,
- dnl while byacc (2010) supports this feature, bison dropped compatibility
- dnl beginning with version 2.3 (2008).
- dnl
- dnl bison or byacc are only needed for the maintainer (who touches
- dnl plural.y). To avoid separate Makefiles or --enable-maintainer-mode, we
- dnl put the rule in general Makefile. Now, some people carelessly touch
- dnl the files or have a broken "make" program, hence the plural.c rule will
- dnl sometimes fire. To avoid an error, define INTL_YACC to ":" if it is
- dnl not present or too old.
- if test "$nls_cv_use_gnu_gettext" = "yes"; then
- AC_CHECK_PROGS([INTL_YACC], [byacc bison])
- if test -z "$INTL_YACC"; then
- ac_verc_fail=yes
- else
- dnl Found it, now check the version.
- AC_MSG_CHECKING([version of $INTL_YACC])
-changequote(<<,>>)dnl
- ac_prog_version=`$INTL_YACC -V 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p;s/^\(byacc\) - \([0-9][0-9.]*\) \([0-9]*\).*$/\1-\2.\3/p'`
- case "$ac_prog_version" in
- (byacc-[0-9].[0-9].20[1-9]*)
- ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
- ('') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
- (1.2[6-9]*|1.[3-9][0-9]*|2.[0-3]*)
-changequote([,])dnl
- ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
- (*) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
- esac
- AC_MSG_RESULT([$ac_prog_version])
- fi
- if test "$ac_verc_fail" = yes; then
- INTL_YACC=:
- fi
- fi
-
dnl These rules are solely for the distribution goal. While doing this
dnl we only have to keep exactly one list of the available catalogs
dnl in configure.in.
@@ -603,15 +457,10 @@ changequote([,])dnl
fi
dnl Make all variables we use known to autoconf.
- AC_SUBST(BUILD_INCLUDED_LIBINTL)
- AC_SUBST(USE_INCLUDED_LIBINTL)
AC_SUBST(CATALOGS)
AC_SUBST(CATOBJEXT)
AC_SUBST(GMOFILES)
- AC_SUBST(INTLLIBS)
- AC_SUBST(INTLOBJS)
AC_SUBST(POFILES)
- AC_SUBST(POSUB)
dnl For backward compatibility. Some configure.ins may be using this.
nls_cv_header_intl=
@@ -887,7 +736,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: 3 updated: 2015/05/10 19:52:14
+dnl CF_ADD_OPTIONAL_PATH version: 5 updated: 2024/04/09 18:37:41
dnl --------------------
dnl Add an optional search-path to the compile/link variables.
dnl See CF_WITH_PATH
@@ -896,12 +745,11 @@ 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)
+(no|yes)
;;
(*)
CF_ADD_SEARCHPATH([$1], [AC_MSG_ERROR(cannot find $2 under $1)])
+ CF_VERBOSE(setting path value for ifelse([$2],,variable,[$2]) to $1)
;;
esac
])dnl
@@ -981,7 +829,7 @@ AC_MSG_RESULT($cf_cv_alt_char_set)
test "$cf_cv_alt_char_set" != no && AC_DEFINE_UNQUOTED(ALT_CHAR_SET,$cf_cv_alt_char_set,[Define to 1 if if curses supports alternate-character set])
])dnl
dnl ---------------------------------------------------------------------------
-dnl CF_ANSI_CC_CHECK version: 14 updated: 2024/01/07 06:34:16
+dnl CF_ANSI_CC_CHECK version: 15 updated: 2024/05/01 15:00:19
dnl ----------------
dnl This was originally adapted from the macros 'fp_PROG_CC_STDC' and
dnl 'fp_C_PROTOTYPES' in the sharutils 4.2 distribution.
@@ -1008,6 +856,8 @@ for cf_arg in "-DCC_HAS_PROTOS" \
"-Aa -D_HPUX_SOURCE" \
-Xc
do
+ CFLAGS="$cf_save_CFLAGS"
+ CPPFLAGS="$cf_save_CPPFLAGS"
CF_ADD_CFLAGS($cf_arg)
AC_TRY_COMPILE(
[
@@ -1209,7 +1059,7 @@ if test "$cf_cv_bool_defs" = no ; then
fi
])dnl
dnl ---------------------------------------------------------------------------
-dnl CF_BUILD_CC version: 11 updated: 2022/12/04 15:40:08
+dnl CF_BUILD_CC version: 12 updated: 2024/03/17 09:17:26
dnl -----------
dnl If we're cross-compiling, allow the user to override the tools and their
dnl options. The configure script is oriented toward identifying the host
@@ -1309,9 +1159,9 @@ else
: ${BUILD_CC:='${CC}'}
: ${BUILD_CPP:='${CPP}'}
: ${BUILD_CFLAGS:='${CFLAGS}'}
- : ${BUILD_CPPFLAGS:='${CPPFLAGS}'}
+ : ${BUILD_CPPFLAGS:='ifelse([$1],,'${CPPFLAGS}',[$1])'}
: ${BUILD_LDFLAGS:='${LDFLAGS}'}
- : ${BUILD_LIBS:='${LIBS}'}
+ : ${BUILD_LIBS:='ifelse([$2],,'${LIBS}',[$2])'}
: ${BUILD_EXEEXT:='$x'}
: ${BUILD_OBJEXT:='o'}
fi
@@ -1326,23 +1176,19 @@ AC_SUBST(BUILD_EXEEXT)
AC_SUBST(BUILD_OBJEXT)
])dnl
dnl ---------------------------------------------------------------------------
-dnl CF_BUNDLED_INTL version: 21 updated: 2023/01/10 19:35:04
+dnl CF_BUNDLED_INTL version: 22 updated: 2024/03/17 19:34:20
dnl ---------------
dnl Top-level macro for configuring an application with a bundled copy of
-dnl the intl and po directories for gettext.
+dnl the po directory for gettext.
dnl
dnl $1 specifies either Makefile or makefile, defaulting to the former.
dnl $2 if nonempty sets the option to --enable-nls rather than to --disable-nls
dnl
dnl Sets variables which can be used to substitute in makefiles:
-dnl GT_YES - "#" comment unless building intl library, otherwise empty
-dnl GT_NO - "#" comment if building intl library, otherwise empty
-dnl INTLDIR_MAKE - to make ./intl directory
-dnl MSG_DIR_MAKE - to make ./po directory
-dnl SUB_MAKEFILE - list of makefiles in ./intl, ./po directories
+dnl MSG_DIR_MAKE - empty to make ./po directory
+dnl SUB_MAKEFILE - makefile in ./po directory
dnl
dnl Defines:
-dnl HAVE_LIBGETTEXT_H if we're using ./intl
dnl NLS_TEXTDOMAIN
dnl
dnl Environment:
@@ -1387,73 +1233,17 @@ if test "$USE_NLS" = yes ; then
AC_SUBST(NLS_TEXTDOMAIN)
fi
-INTLDIR_MAKE=
MSG_DIR_MAKE=
SUB_MAKEFILE=
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
- :
- elif test "$nls_cv_use_gnu_gettext" != no ; then
- :
- else
- INTLDIR_MAKE="#"
- fi
- if test -z "$INTLDIR_MAKE"; then
- AC_DEFINE(HAVE_LIBGETTEXT_H,1,[Define to 1 if we have libgettext.h])
- for cf_makefile in \
- $srcdir/intl/Makefile.in \
- $srcdir/intl/makefile.in
- do
- if test -f "$cf_makefile" ; then
- SUB_MAKEFILE="$SUB_MAKEFILE `echo \"${cf_makefile}\"|sed -e 's,^'$srcdir/',,' -e 's/\.in$//'`:${cf_makefile}"
- break
- fi
- done
- fi
-else
- INTLDIR_MAKE="#"
- if test "$USE_NLS" = yes ; then
- AC_CHECK_HEADERS(libintl.h)
- fi
-fi
-
-if test -z "$INTLDIR_MAKE" ; then
- CF_APPEND_TEXT(CPPFLAGS,-I../intl)
-fi
-
-dnl FIXME: we use this in lynx (the alternative is a spurious dependency upon
-dnl GNU make)
-if test "$BUILD_INCLUDED_LIBINTL" = yes ; then
- GT_YES="#"
- GT_NO=
-else
- GT_YES=
- GT_NO="#"
+if test "$USE_NLS" = yes ; then
+ AC_CHECK_HEADERS(libintl.h)
fi
-AC_SUBST(INTLDIR_MAKE)
AC_SUBST(MSG_DIR_MAKE)
-AC_SUBST(GT_YES)
-AC_SUBST(GT_NO)
-
-dnl FIXME: the underlying AM_GNU_GETTEXT macro either needs some fixes or a
-dnl little documentation. It doesn't define anything so that we can ifdef our
-dnl own code, except ENABLE_NLS, which is too vague to be of any use.
-
-if test "$USE_INCLUDED_LIBINTL" = yes ; then
- if test "$nls_cv_force_use_gnu_gettext" = yes ; then
- AC_DEFINE(HAVE_GETTEXT,1,[Define to 1 if we have gettext function])
- elif test "$nls_cv_use_gnu_gettext" = yes ; then
- AC_DEFINE(HAVE_GETTEXT,1,[Define to 1 if we have gettext function])
- fi
- if test -n "$nls_cv_header_intl" ; then
- AC_DEFINE(HAVE_LIBINTL_H,1,[Define to 1 if we have header-file for libintl])
- fi
-fi
])dnl
dnl ---------------------------------------------------------------------------
dnl CF_C11_NORETURN version: 4 updated: 2023/02/18 17:41:25
@@ -4840,11 +4630,12 @@ CF_ADD_LIBS($cf_cv_netlibs)
test "$cf_test_netlibs" = no && echo "$cf_cv_netlibs" >&AC_FD_MSG
])dnl
dnl ---------------------------------------------------------------------------
-dnl CF_NGROUPS version: 5 updated: 2024/01/07 06:34:16
+dnl CF_NGROUPS version: 6 updated: 2024/03/17 19:34:20
dnl ----------
dnl Check for the symbol NGROUPS
AC_DEFUN([CF_NGROUPS],
[
+AC_CHECK_HEADERS( sys/param.h limits.h )
AC_MSG_CHECKING(if NGROUPS is defined)
AC_CACHE_VAL(cf_cv_ngroups,[
AC_TRY_COMPILE([
@@ -5006,7 +4797,7 @@ else
fi
])dnl
dnl ---------------------------------------------------------------------------
-dnl CF_OUR_MESSAGES version: 8 updated: 2021/01/02 09:31:20
+dnl CF_OUR_MESSAGES version: 9 updated: 2024/04/08 18:39:25
dnl ---------------
dnl Check if we use the messages included with this program
dnl
@@ -5025,7 +4816,7 @@ if test "$USE_NLS" = yes ; then
if test -d "$srcdir/po" ; then
AC_MSG_CHECKING(if we should use included message-library)
AC_ARG_ENABLE(included-msgs,
- [ --disable-included-msgs use included messages, for i18n support],
+ [ --disable-included-msgs do not use included messages for i18n support],
[use_our_messages=$enableval],
[use_our_messages=yes])
fi
@@ -6106,24 +5897,21 @@ AC_MSG_RESULT($cf_use_socks5p_h)
test "$cf_use_socks5p_h" = yes && AC_DEFINE(INCLUDE_PROTOTYPES,1,[Define to 1 if needed to declare prototypes in socks headers])
])dnl
dnl ---------------------------------------------------------------------------
-dnl CF_SRAND version: 20 updated: 2024/01/07 06:54:12
+dnl CF_SRAND version: 22 updated: 2024/01/22 19:30:53
dnl --------
dnl Check for functions similar to srand() and rand(). lrand48() and random()
dnl return a 31-bit value, while rand() returns a value less than RAND_MAX
dnl which usually is only 16-bits.
dnl
-dnl On MirOS, use arc4random_push() and arc4random().
-dnl Some systems support an asymmetric variation of this interface.
-dnl
dnl $1 = optional prefix for resulting shell variables. The default "my_"
dnl gives $my_srand and $my_rand to the caller, as well as MY_RAND_MAX.
dnl These are all AC_SUBST'd and AC_DEFINE'd.
AC_DEFUN([CF_SRAND],[
AC_CHECK_HEADERS(limits.h)
-AC_CHECK_FUNC(arc2random,,[AC_CHECK_LIB(bsd,arc4random,CF_ADD_LIB(bsd))])
+AC_CHECK_FUNC(arc4random,,[AC_CHECK_LIB(bsd,arc4random,CF_ADD_LIB(bsd))])
AC_CACHE_CHECK(for random-integer functions, cf_cv_srand_func,[
cf_cv_srand_func=unknown
-for cf_func in arc4random_push/arc4random arc4random_stir/arc4random srandom/random srand48/lrand48 srand/rand
+for cf_func in arc4random_stir/arc4random srandom/random srand48/lrand48 srand/rand
do
CF_SRAND_PARSE($cf_func,cf_srand_func,cf_rand_func)
@@ -7326,13 +7114,13 @@ fi
fi
])dnl
dnl ---------------------------------------------------------------------------
-dnl CF_WITH_BROTLI version: 1 updated: 2022/03/17 15:59:12
+dnl CF_WITH_BROTLI version: 2 updated: 2024/04/09 18:37:41
dnl --------------
dnl Check for Brotli decoder library
dnl
dnl $1 = optional path for headers/library
AC_DEFUN([CF_WITH_BROTLI],[
- CF_ADD_OPTIONAL_PATH($1)
+ CF_ADD_OPTIONAL_PATH($1, [brotli library])
CF_FIND_LINKAGE([
#include <brotli/decode.h>
@@ -7348,13 +7136,13 @@ AC_DEFUN([CF_WITH_BROTLI],[
],brotlidec,,,brotlilib)
])dnl
dnl ---------------------------------------------------------------------------
-dnl CF_WITH_BZLIB version: 4 updated: 2007/07/29 13:19:54
+dnl CF_WITH_BZLIB version: 5 updated: 2024/04/09 18:37:41
dnl -------------
dnl Check for libbz2 aka "bzlib"
dnl
dnl $1 = optional path for headers/library
AC_DEFUN([CF_WITH_BZLIB],[
- CF_ADD_OPTIONAL_PATH($1)
+ CF_ADD_OPTIONAL_PATH($1, [bzip2 library])
CF_FIND_LINKAGE([
#include <stdio.h>
@@ -7418,13 +7206,13 @@ if test "$with_dmalloc" = yes ; then
fi
])dnl
dnl ---------------------------------------------------------------------------
-dnl CF_WITH_IDNA version: 11 updated: 2021/07/05 09:09:42
+dnl CF_WITH_IDNA version: 12 updated: 2024/04/09 18:37:41
dnl ------------
dnl Check for libidn2, use it if found. Otherwise, check for libidn, use that.
dnl
dnl $1 = optional path for headers/library
AC_DEFUN([CF_WITH_IDNA],[
-CF_ADD_OPTIONAL_PATH($1)
+CF_ADD_OPTIONAL_PATH($1, [idna library])
CF_FIND_LINKAGE([
#include <stdio.h>
@@ -7493,11 +7281,11 @@ then
fi
])dnl
dnl ---------------------------------------------------------------------------
-dnl CF_WITH_ZLIB version: 4 updated: 2011/05/28 12:10:58
+dnl CF_WITH_ZLIB version: 5 updated: 2024/04/09 18:37:41
dnl ------------
dnl check for libz aka "zlib"
AC_DEFUN([CF_WITH_ZLIB],[
- CF_ADD_OPTIONAL_PATH($1)
+ CF_ADD_OPTIONAL_PATH($1, [zlib])
CF_FIND_LINKAGE([
#include <zlib.h>
@@ -8217,32 +8005,3 @@ define([CF__XOPEN_SOURCE_HEAD],
[
$ac_includes_default
])
-dnl ---------------------------------------------------------------------------
-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
-dnl glibc21.m4
-dnl ====================
-dnl serial 2
-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],
- [
-#include <features.h>
-#ifdef __GNU_LIBRARY__
- #if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1) || (__GLIBC__ > 2)
- Lucky GNU user
- #endif
-#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"
-])
diff --git a/config.guess b/config.guess
index cdfc439..f47d666 100755
--- a/config.guess
+++ b/config.guess
@@ -4,7 +4,7 @@
# shellcheck disable=SC2006,SC2268 # see below for rationale
-timestamp='2023-08-22'
+timestamp='2023-10-19'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@@ -165,6 +165,8 @@ Linux|GNU|GNU/*)
LIBC=dietlibc
#elif defined(__GLIBC__)
LIBC=gnu
+ #elif defined(__LLVM_LIBC__)
+ LIBC=llvm
#else
#include <stdarg.h>
/* First heuristic to detect musl libc. */
@@ -1593,6 +1595,9 @@ EOF
*:Unleashed:*:*)
GUESS=$UNAME_MACHINE-unknown-unleashed$UNAME_RELEASE
;;
+ *:Ironclad:*:*)
+ GUESS=$UNAME_MACHINE-unknown-ironclad
+ ;;
esac
# Do we have a guess based on uname results?
diff --git a/config.hin b/config.hin
index bc07aa2..7646361 100644
--- a/config.hin
+++ b/config.hin
@@ -1,5 +1,5 @@
/*
- * $LynxId: config.hin,v 1.154 2024/01/07 15:13:24 tom Exp $
+ * $LynxId: config.hin,v 1.155 2024/03/17 23:09:41 tom Exp $
* vile:cmode
*
* The configure script translates "config.hin" into "lynx_cfg.h"
@@ -53,9 +53,8 @@
#undef GCC_UNUSED /* CF_GCC_ATTRIBUTES */
#undef GETGROUPS_T /* AC_TYPE_GETGROUPS */
#undef GZIP_PATH /* CF_PATH_PROG(gzip) */
-#undef HAVE_ALLOCA /* AM_GNU_GETTEXT/AC_FUNC_ALLOCA */
-#undef HAVE_ALLOCA_H /* AM_GNU_GETTEXT/AC_FUNC_ALLOCA */
-#undef HAVE_ARGZ_H /* AM_GNU_GETTEXT */
+#undef HAVE_ALLOCA /* AC_FUNC_ALLOCA */
+#undef HAVE_ALLOCA_H /* AC_FUNC_ALLOCA */
#undef HAVE_ARPA_INET_H
#undef HAVE_ASSUME_DEFAULT_COLORS /* ncurses extension */
#undef HAVE_ATOLL
@@ -69,7 +68,6 @@
#undef HAVE_CURSES_EXIT /* ncurses debugging extension */
#undef HAVE_CURSES_VERSION /* CF_FUNC_CURSES_VERSION */
#undef HAVE_CUSERID
-#undef HAVE_DCGETTEXT /* AM_GNU_GETTEXT */
#undef HAVE_DEFINE_KEY
#undef HAVE_DELSCREEN /* CF_CURSES_FUNCS */
#undef HAVE_DIRENT_H /* AC_HEADER_DIRENT */
@@ -84,7 +82,7 @@
#undef HAVE_GETCWD
#undef HAVE_GETGROUPS
#undef HAVE_GETPWUID /* CF_FUNC_GETPWUID */
-#undef HAVE_GETTEXT /* defined if you want to use non-GNU gettext */
+#undef HAVE_GETTEXT /* AM_WITH_NLS */
#undef HAVE_GETTIMEOFDAY
#undef HAVE_GETUID
#undef HAVE_GNUTLS_PROTOCOL_SET_PRIORITY
@@ -99,21 +97,17 @@
#undef HAVE_LC_MESSAGES /* locale messages */
#undef HAVE_LIBDBMALLOC /* --with-dbmalloc */
#undef HAVE_LIBDMALLOC /* --with-dmalloc */
-#undef HAVE_LIBGETTEXT_H /* defined if you want to use bundled gettext */
#undef HAVE_LIBINTL_H /* AM_GNU_GETTEXT, or cleanup from that */
#undef HAVE_LIBUTF8_H /* may be needed for libncursesw */
-#undef HAVE_LIMITS_H
+#undef HAVE_LIMITS_H /* CF_NGROUP */
#undef HAVE_LOCALE_H
#undef HAVE_LONG_LONG /* CF_TYPE_LONG_LONG */
#undef HAVE_LSTAT /* CF_FUNC_LSTAT */
-#undef HAVE_MALLOC_H /* AM_GNU_GETTEXT */
#undef HAVE_MBSTATE_T /* CF_WIDEC_CURSES */
#undef HAVE_MEMORY_H /* AC_CHECK_DECL(exit) */
#undef HAVE_MKDTEMP
#undef HAVE_MKTEMP
#undef HAVE_MKTIME /* AC_REPLACE_FUNCS(mktime) */
-#undef HAVE_MMAP /* AM_GNU_GETTEXT */
-#undef HAVE_MUNMAP /* AM_GNU_GETTEXT */
#undef HAVE_NAPMS
#undef HAVE_NCURSESW_NCURSES_H /* defined if we include <ncursesw/ncurses.h> */
#undef HAVE_NCURSESW_TERM_H /* have <ncursesw/term.h> */
@@ -122,7 +116,6 @@
#undef HAVE_NCURSES_TERM_H /* have <ncurses/term.h> */
#undef HAVE_NEWPAD
#undef HAVE_NEWTERM
-#undef HAVE_NL_TYPES_H /* AM_GNU_GETTEXT */
#undef HAVE_PNOUTREFRESH
#undef HAVE_POPEN
#undef HAVE_PUTENV
@@ -130,7 +123,6 @@
#undef HAVE_READDIR
#undef HAVE_RESIZETERM
#undef HAVE_RESOLV_H
-#undef HAVE_SETENV /* AM_GNU_GETTEXT */
#undef HAVE_SETLOCALE
#undef HAVE_SETUID
#undef HAVE_SIGACTION /* CF_FUNC_SIGACTION */
@@ -140,9 +132,6 @@
#undef HAVE_STDINT_H /* AC_CHECK_DECL(exit) */
#undef HAVE_STDLIB_H /* AC_CHECK_DECL(exit) */
#undef HAVE_STDNORETURN_H /* CF_C11_NORETURN */
-#undef HAVE_STPCPY /* AM_GNU_GETTEXT */
-#undef HAVE_STRCASECMP /* AM_GNU_GETTEXT */
-#undef HAVE_STRCHR /* AM_GNU_GETTEXT */
#undef HAVE_STRERROR
#undef HAVE_STRINGS_H /* AC_CHECK_DECL(exit) */
#undef HAVE_STRING_H /* AC_CHECK_DECL(exit) */
@@ -154,7 +143,7 @@
#undef HAVE_SYS_FILIO_H /* have <sys/filio.h> */
#undef HAVE_SYS_IOCTL_H /* have <sys/ioctl.h> */
#undef HAVE_SYS_NDIR_H /* AC_HEADER_DIRENT */
-#undef HAVE_SYS_PARAM_H /* AM_GNU_GETTEXT */
+#undef HAVE_SYS_PARAM_H /* CF_NGROUP */
#undef HAVE_SYS_STAT_H /* AC_CHECK_DECL(exit) */
#undef HAVE_SYS_TIMEB_H /* have <sys/timeb.h> */
#undef HAVE_SYS_TIME_H /* have <sys/time.h> */
@@ -180,8 +169,6 @@
#undef HAVE_UTMP_UT_SESSION /* CF_UTMP_UT_SESSION */
#undef HAVE_UTMP_UT_XSTATUS /* CF_UTMP_UT_XSTATUS */
#undef HAVE_UTMP_UT_XTIME /* CF_UTMP_UT_XTIME */
-#undef HAVE_VALUES_H /* AM_GNU_GETTEXT */
-#undef HAVE_VARARGS_H /* CF_VARARGS */
#undef HAVE_VASPRINTF /* CF_FUNC_VASPRINTF */
#undef HAVE_VFORK_H /* have <vfork.h> */
#undef HAVE_WAIS_H
@@ -199,9 +186,6 @@
#undef HAVE_ZERROR
#undef HAVE__NC_FREEALL /* ncurses debugging extension */
#undef HAVE__NC_FREE_AND_EXIT /* ncurses debugging extension */
-#undef HAVE___ARGZ_COUNT /* AM_GNU_GETTEXT */
-#undef HAVE___ARGZ_NEXT /* AM_GNU_GETTEXT */
-#undef HAVE___ARGZ_STRINGIFY /* AM_GNU_GETTEXT */
#undef ICONV_CONST
#undef IGNORE_CTRL_C /* FIXME: make tests? */
#undef INCLUDE_PROTOTYPES /* CF_SOCKS5 */
diff --git a/config.sub b/config.sub
index 51394d3..e4c4e09 100755
--- a/config.sub
+++ b/config.sub
@@ -4,7 +4,7 @@
# shellcheck disable=SC2006,SC2268 # see below for rationale
-timestamp='2023-09-15'
+timestamp='2023-12-02'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@@ -1222,6 +1222,7 @@ case $cpu-$vendor in
| moxie \
| mt \
| msp430 \
+ | nanomips* \
| nds32 | nds32le | nds32be \
| nfp \
| nios | nios2 | nios2eb | nios2el \
@@ -1253,6 +1254,7 @@ case $cpu-$vendor in
| ubicom32 \
| v70 | v850 | v850e | v850e1 | v850es | v850e2 | v850e2v3 \
| vax \
+ | vc4 \
| visium \
| w65 \
| wasm32 | wasm64 \
@@ -1597,7 +1599,7 @@ case $cpu-$vendor in
os=
obj=elf
;;
- mips*-*)
+ mips*-*|nanomips*-*)
os=
obj=elf
;;
@@ -1721,7 +1723,7 @@ fi
case $os in
# Sometimes we do "kernel-libc", so those need to count as OSes.
- musl* | newlib* | relibc* | uclibc*)
+ llvm* | musl* | newlib* | relibc* | uclibc*)
;;
# Likewise for "kernel-abi"
eabi* | gnueabi*)
@@ -1766,12 +1768,19 @@ case $os in
| onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \
| midnightbsd* | amdhsa* | unleashed* | emscripten* | wasi* \
| nsk* | powerunix* | genode* | zvmoe* | qnx* | emx* | zephyr* \
- | fiwix* | mlibc* | cos* | mbr* )
+ | fiwix* | mlibc* | cos* | mbr* | ironclad* )
;;
# This one is extra strict with allowed versions
sco3.2v2 | sco3.2v[4-9]* | sco5v6*)
# Don't forget version if it is 3.2v4 or newer.
;;
+ # This refers to builds using the UEFI calling convention
+ # (which depends on the architecture) and PE file format.
+ # Note that this is both a different calling convention and
+ # different file format than that of GNU-EFI
+ # (x86_64-w64-mingw32).
+ uefi)
+ ;;
none)
;;
kernel* | msvc* )
@@ -1818,16 +1827,18 @@ esac
# As a final step for OS-related things, validate the OS-kernel combination
# (given a valid OS), if there is a kernel.
case $kernel-$os-$obj in
- linux-gnu*- | linux-dietlibc*- | linux-android*- | linux-newlib*- \
- | linux-musl*- | linux-relibc*- | linux-uclibc*- | linux-mlibc*- )
+ linux-gnu*- | linux-android*- | linux-dietlibc*- | linux-llvm*- \
+ | linux-mlibc*- | linux-musl*- | linux-newlib*- \
+ | linux-relibc*- | linux-uclibc*- )
;;
uclinux-uclibc*- )
;;
managarm-mlibc*- | managarm-kernel*- )
;;
- windows*-gnu*- | windows*-msvc*-)
+ windows*-msvc*-)
;;
- -dietlibc*- | -newlib*- | -musl*- | -relibc*- | -uclibc*- | -mlibc*- )
+ -dietlibc*- | -llvm*- | -mlibc*- | -musl*- | -newlib*- | -relibc*- \
+ | -uclibc*- )
# These are just libc implementations, not actual OSes, and thus
# require a kernel.
echo "Invalid configuration '$1': libc '$os' needs explicit kernel." 1>&2
diff --git a/configure b/configure
index 3de5c35..1f268a4 100755
--- a/configure
+++ b/configure
@@ -1,7 +1,7 @@
#! /bin/sh
-# From configure.in Revision: 1.355 .
+# From configure.in Revision: 1.370 .
# Guess values for system-dependent variables and create Makefiles.
-# Generated by Autoconf 2.52.20231210 for lynx 2.9.0.
+# Generated by Autoconf 2.52.20231210 for lynx 2.9.1b.
#
# Report bugs to <lynx-dev@nongnu.org>.
#
@@ -191,8 +191,8 @@ mandir='${datarootdir}/man'
# Identity of this package.
PACKAGE_NAME='lynx'
PACKAGE_TARNAME='lynx'
-PACKAGE_VERSION='2.9.0'
-PACKAGE_STRING='lynx 2.9.0'
+PACKAGE_VERSION='2.9.2'
+PACKAGE_STRING='lynx 2.9.2'
PACKAGE_BUGREPORT='lynx-dev@nongnu.org'
ac_prev=
@@ -625,7 +625,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<EOF
-\`configure' configures lynx 2.9.0 to adapt to many kinds of systems.
+\`configure' configures lynx 2.9.1b to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -698,7 +698,7 @@ fi
if test -n "$ac_init_help"; then
case "$ac_init_help" in
- short | recursive ) echo "Configuration of lynx 2.9.0:";;
+ short | recursive ) echo "Configuration of lynx 2.9.1b:";;
esac
cat <<\EOF
@@ -729,14 +729,15 @@ Development Options:
--enable-stdnoreturn enable C11 _Noreturn feature for diagnostics
--with-dbmalloc test: use Conor Cahill's dbmalloc library
--with-dmalloc test: use Gray Watson's dmalloc library
-Basic Configuration Options:
--disable-largefile omit support for large files
+Basic Configuration Options:
--with-libiconv-prefix=DIR
search for libiconv in DIR/include and DIR/lib
--enable-nls use Native Language Support
- --with-included-gettext use the GNU gettext library included here
+ --with-libintl-prefix=DIR
+ search for libintl in DIR/include and DIR/lib
--with-textdomain=PKG NLS text-domain (default is package name)
- --disable-included-msgs use included messages, for i18n support
+ --disable-included-msgs do not use included messages for i18n support
--with-nls-datadir=DIR NLS data, parent of locale (default: PREFIX/DATADIR)
--disable-full-paths control whether full utility pathnames are used
--with-nss-compat{=path} link with nss_compat library if available
@@ -888,7 +889,7 @@ fi
test -n "$ac_init_help" && exit 0
if "$ac_init_version"; then
cat <<\EOF
-lynx configure 2.9.0
+lynx configure 2.9.1b
generated by GNU Autoconf 2.52.20231210
Copyright 2003-2022,2023 Thomas E. Dickey
@@ -904,7 +905,7 @@ cat >&5 <<EOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by lynx $as_me 2.9.0, which was
+It was created by lynx $as_me 2.9.1b, which was
generated by GNU Autoconf 2.52.20231210. Invocation command line was
$ $0 $@
@@ -1029,7 +1030,7 @@ if test -z "$CONFIG_SITE"; then
fi
for ac_site_file in $CONFIG_SITE; do
if test -r "$ac_site_file"; then
- { echo "$as_me:1032: loading site script $ac_site_file" >&5
+ { echo "$as_me:1033: loading site script $ac_site_file" >&5
echo "$as_me: loading site script $ac_site_file" >&6;}
cat "$ac_site_file" >&5
. "$ac_site_file"
@@ -1040,7 +1041,7 @@ if test -r "$cache_file"; then
# Some versions of bash will fail to source /dev/null (special
# files actually), so we avoid doing that.
if test -f "$cache_file"; then
- { echo "$as_me:1043: loading cache $cache_file" >&5
+ { echo "$as_me:1044: loading cache $cache_file" >&5
echo "$as_me: loading cache $cache_file" >&6;}
case $cache_file in
[\\/]* | ?:[\\/]* ) . $cache_file;;
@@ -1048,7 +1049,7 @@ echo "$as_me: loading cache $cache_file" >&6;}
esac
fi
else
- { echo "$as_me:1051: creating cache $cache_file" >&5
+ { echo "$as_me:1052: creating cache $cache_file" >&5
echo "$as_me: creating cache $cache_file" >&6;}
>$cache_file
fi
@@ -1064,21 +1065,21 @@ for ac_var in `(set) 2>&1 |
eval ac_new_val="\$ac_env_${ac_var}_value"
case "$ac_old_set,$ac_new_set" in
set,)
- { echo "$as_me:1067: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
+ { echo "$as_me:1068: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
ac_cache_corrupted=: ;;
,set)
- { echo "$as_me:1071: error: \`$ac_var' was not set in the previous run" >&5
+ { echo "$as_me:1072: error: \`$ac_var' was not set in the previous run" >&5
echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
ac_cache_corrupted=: ;;
,);;
*)
if test "x$ac_old_val" != "x$ac_new_val"; then
- { echo "$as_me:1077: error: \`$ac_var' has changed since the previous run:" >&5
+ { echo "$as_me:1078: error: \`$ac_var' has changed since the previous run:" >&5
echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
- { echo "$as_me:1079: former value: $ac_old_val" >&5
+ { echo "$as_me:1080: former value: $ac_old_val" >&5
echo "$as_me: former value: $ac_old_val" >&2;}
- { echo "$as_me:1081: current value: $ac_new_val" >&5
+ { echo "$as_me:1082: current value: $ac_new_val" >&5
echo "$as_me: current value: $ac_new_val" >&2;}
ac_cache_corrupted=:
fi;;
@@ -1097,9 +1098,9 @@ echo "$as_me: current value: $ac_new_val" >&2;}
fi
done
if "$ac_cache_corrupted"; then
- { echo "$as_me:1100: error: changes in the environment can compromise the build" >&5
+ { echo "$as_me:1101: error: changes in the environment can compromise the build" >&5
echo "$as_me: error: changes in the environment can compromise the build" >&2;}
- { { echo "$as_me:1102: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
+ { { echo "$as_me:1103: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -1128,10 +1129,10 @@ esac
echo "#! $SHELL" >conftest.sh
echo "exit 0" >>conftest.sh
chmod +x conftest.sh
-if { (echo "$as_me:1131: PATH=\".;.\"; conftest.sh") >&5
+if { (echo "$as_me:1132: PATH=\".;.\"; conftest.sh") >&5
(PATH=".;."; conftest.sh) 2>&5
ac_status=$?
- echo "$as_me:1134: \$? = $ac_status" >&5
+ echo "$as_me:1135: \$? = $ac_status" >&5
(exit "$ac_status"); }; then
ac_path_separator=';'
else
@@ -1177,7 +1178,7 @@ for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
fi
done
if test -z "$ac_aux_dir"; then
- { { echo "$as_me:1180: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
+ { { echo "$as_me:1181: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -1187,11 +1188,11 @@ ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
# Make sure we can run config.sub.
$ac_config_sub sun4 >/dev/null 2>&1 ||
- { { echo "$as_me:1190: error: cannot run $ac_config_sub" >&5
+ { { echo "$as_me:1191: error: cannot run $ac_config_sub" >&5
echo "$as_me: error: cannot run $ac_config_sub" >&2;}
{ (exit 1); exit 1; }; }
-echo "$as_me:1194: checking build system type" >&5
+echo "$as_me:1195: checking build system type" >&5
echo $ECHO_N "checking build system type... $ECHO_C" >&6
if test "${ac_cv_build+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1200,23 +1201,23 @@ else
test -z "$ac_cv_build_alias" &&
ac_cv_build_alias=`$ac_config_guess`
test -z "$ac_cv_build_alias" &&
- { { echo "$as_me:1203: error: cannot guess build type; you must specify one" >&5
+ { { echo "$as_me:1204: error: cannot guess build type; you must specify one" >&5
echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
{ (exit 1); exit 1; }; }
ac_cv_build=`$ac_config_sub "$ac_cv_build_alias"` ||
- { { echo "$as_me:1207: error: $ac_config_sub $ac_cv_build_alias failed." >&5
+ { { echo "$as_me:1208: error: $ac_config_sub $ac_cv_build_alias failed." >&5
echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;}
{ (exit 1); exit 1; }; }
fi
-echo "$as_me:1212: result: $ac_cv_build" >&5
+echo "$as_me:1213: result: $ac_cv_build" >&5
echo "${ECHO_T}$ac_cv_build" >&6
build=$ac_cv_build
build_cpu=`echo "$ac_cv_build" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
build_vendor=`echo "$ac_cv_build" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
build_os=`echo "$ac_cv_build" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
-echo "$as_me:1219: checking host system type" >&5
+echo "$as_me:1220: checking host system type" >&5
echo $ECHO_N "checking host system type... $ECHO_C" >&6
if test "${ac_cv_host+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1225,12 +1226,12 @@ else
test -z "$ac_cv_host_alias" &&
ac_cv_host_alias=$ac_cv_build_alias
ac_cv_host=`$ac_config_sub "$ac_cv_host_alias"` ||
- { { echo "$as_me:1228: error: $ac_config_sub $ac_cv_host_alias failed" >&5
+ { { echo "$as_me:1229: error: $ac_config_sub $ac_cv_host_alias failed" >&5
echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
{ (exit 1); exit 1; }; }
fi
-echo "$as_me:1233: result: $ac_cv_host" >&5
+echo "$as_me:1234: result: $ac_cv_host" >&5
echo "${ECHO_T}$ac_cv_host" >&6
host=$ac_cv_host
host_cpu=`echo "$ac_cv_host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
@@ -1238,7 +1239,7 @@ host_vendor=`echo "$ac_cv_host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
host_os=`echo "$ac_cv_host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
if test -f "$srcdir/config.guess" || test -f "$ac_aux_dir/config.guess" ; then
- echo "$as_me:1241: checking target system type" >&5
+ echo "$as_me:1242: checking target system type" >&5
echo $ECHO_N "checking target system type... $ECHO_C" >&6
if test "${ac_cv_target+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1247,12 +1248,12 @@ else
test "x$ac_cv_target_alias" = "x" &&
ac_cv_target_alias=$ac_cv_host_alias
ac_cv_target=`$ac_config_sub "$ac_cv_target_alias"` ||
- { { echo "$as_me:1250: error: $ac_config_sub $ac_cv_target_alias failed" >&5
+ { { echo "$as_me:1251: error: $ac_config_sub $ac_cv_target_alias failed" >&5
echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
{ (exit 1); exit 1; }; }
fi
-echo "$as_me:1255: result: $ac_cv_target" >&5
+echo "$as_me:1256: result: $ac_cv_target" >&5
echo "${ECHO_T}$ac_cv_target" >&6
target=$ac_cv_target
target_cpu=`echo "$ac_cv_target" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
@@ -1284,13 +1285,13 @@ else
fi
test -z "$system_name" && system_name="$cf_cv_system_name"
-test -n "$cf_cv_system_name" && echo "$as_me:1287: result: Configuring for $cf_cv_system_name" >&5
+test -n "$cf_cv_system_name" && echo "$as_me:1288: result: Configuring for $cf_cv_system_name" >&5
echo "${ECHO_T}Configuring for $cf_cv_system_name" >&6
if test ".$system_name" != ".$cf_cv_system_name" ; then
- echo "$as_me:1291: result: Cached system name ($system_name) does not agree with actual ($cf_cv_system_name)" >&5
+ echo "$as_me:1292: result: Cached system name ($system_name) does not agree with actual ($cf_cv_system_name)" >&5
echo "${ECHO_T}Cached system name ($system_name) does not agree with actual ($cf_cv_system_name)" >&6
- { { echo "$as_me:1293: error: \"Please remove config.cache and try again.\"" >&5
+ { { echo "$as_me:1294: error: \"Please remove config.cache and try again.\"" >&5
echo "$as_me: error: \"Please remove config.cache and try again.\"" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -1298,7 +1299,7 @@ fi
# Check whether --with-system-type or --without-system-type was given.
if test "${with_system_type+set}" = set; then
withval="$with_system_type"
- { echo "$as_me:1301: WARNING: overriding system type $host_os to $withval" >&5
+ { echo "$as_me:1302: WARNING: overriding system type $host_os to $withval" >&5
echo "$as_me: WARNING: overriding system type $host_os to $withval" >&2;}
host_os=$withval
fi;
@@ -1321,7 +1322,7 @@ VERSION=$PACKAGE_VERSION
NO_DOTS_VERSION=`echo "$PACKAGE_VERSION" | sed -e 's,\.,-,g'`
-echo "$as_me:1324: checking for DESTDIR" >&5
+echo "$as_me:1325: checking for DESTDIR" >&5
echo $ECHO_N "checking for DESTDIR... $ECHO_C" >&6
# Check whether --with-destdir or --without-destdir was given.
@@ -1357,7 +1358,7 @@ case ".$withval" in
withval=`echo "$withval" | sed -e s%NONE%$cf_path_syntax%`
;;
(*)
- { { echo "$as_me:1360: error: expected a pathname, not \"$withval\"" >&5
+ { { echo "$as_me:1361: error: expected a pathname, not \"$withval\"" >&5
echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;}
{ (exit 1); exit 1; }; }
;;
@@ -1366,7 +1367,7 @@ esac
fi
eval DESTDIR="$withval"
-echo "$as_me:1369: result: $DESTDIR" >&5
+echo "$as_me:1370: result: $DESTDIR" >&5
echo "${ECHO_T}$DESTDIR" >&6
case "$host_os" in
@@ -1385,7 +1386,7 @@ ac_main_return="return"
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
set dummy ${ac_tool_prefix}gcc; ac_word=$2
-echo "$as_me:1388: checking for $ac_word" >&5
+echo "$as_me:1389: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1400,7 +1401,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_CC="${ac_tool_prefix}gcc"
-echo "$as_me:1403: found $ac_dir/$ac_word" >&5
+echo "$as_me:1404: found $ac_dir/$ac_word" >&5
break
done
@@ -1408,10 +1409,10 @@ fi
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
- echo "$as_me:1411: result: $CC" >&5
+ echo "$as_me:1412: result: $CC" >&5
echo "${ECHO_T}$CC" >&6
else
- echo "$as_me:1414: result: no" >&5
+ echo "$as_me:1415: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -1420,7 +1421,7 @@ if test -z "$ac_cv_prog_CC"; then
ac_ct_CC=$CC
# Extract the first word of "gcc", so it can be a program name with args.
set dummy gcc; ac_word=$2
-echo "$as_me:1423: checking for $ac_word" >&5
+echo "$as_me:1424: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1435,7 +1436,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_CC="gcc"
-echo "$as_me:1438: found $ac_dir/$ac_word" >&5
+echo "$as_me:1439: found $ac_dir/$ac_word" >&5
break
done
@@ -1443,10 +1444,10 @@ fi
fi
ac_ct_CC=$ac_cv_prog_ac_ct_CC
if test -n "$ac_ct_CC"; then
- echo "$as_me:1446: result: $ac_ct_CC" >&5
+ echo "$as_me:1447: result: $ac_ct_CC" >&5
echo "${ECHO_T}$ac_ct_CC" >&6
else
- echo "$as_me:1449: result: no" >&5
+ echo "$as_me:1450: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -1459,7 +1460,7 @@ if test -z "$CC"; then
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
set dummy ${ac_tool_prefix}cc; ac_word=$2
-echo "$as_me:1462: checking for $ac_word" >&5
+echo "$as_me:1463: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1474,7 +1475,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_CC="${ac_tool_prefix}cc"
-echo "$as_me:1477: found $ac_dir/$ac_word" >&5
+echo "$as_me:1478: found $ac_dir/$ac_word" >&5
break
done
@@ -1482,10 +1483,10 @@ fi
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
- echo "$as_me:1485: result: $CC" >&5
+ echo "$as_me:1486: result: $CC" >&5
echo "${ECHO_T}$CC" >&6
else
- echo "$as_me:1488: result: no" >&5
+ echo "$as_me:1489: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -1494,7 +1495,7 @@ if test -z "$ac_cv_prog_CC"; then
ac_ct_CC=$CC
# Extract the first word of "cc", so it can be a program name with args.
set dummy cc; ac_word=$2
-echo "$as_me:1497: checking for $ac_word" >&5
+echo "$as_me:1498: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1509,7 +1510,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_CC="cc"
-echo "$as_me:1512: found $ac_dir/$ac_word" >&5
+echo "$as_me:1513: found $ac_dir/$ac_word" >&5
break
done
@@ -1517,10 +1518,10 @@ fi
fi
ac_ct_CC=$ac_cv_prog_ac_ct_CC
if test -n "$ac_ct_CC"; then
- echo "$as_me:1520: result: $ac_ct_CC" >&5
+ echo "$as_me:1521: result: $ac_ct_CC" >&5
echo "${ECHO_T}$ac_ct_CC" >&6
else
- echo "$as_me:1523: result: no" >&5
+ echo "$as_me:1524: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -1533,7 +1534,7 @@ fi
if test -z "$CC"; then
# Extract the first word of "cc", so it can be a program name with args.
set dummy cc; ac_word=$2
-echo "$as_me:1536: checking for $ac_word" >&5
+echo "$as_me:1537: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1553,7 +1554,7 @@ if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
continue
fi
ac_cv_prog_CC="cc"
-echo "$as_me:1556: found $ac_dir/$ac_word" >&5
+echo "$as_me:1557: found $ac_dir/$ac_word" >&5
break
done
@@ -1575,10 +1576,10 @@ fi
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
- echo "$as_me:1578: result: $CC" >&5
+ echo "$as_me:1579: result: $CC" >&5
echo "${ECHO_T}$CC" >&6
else
- echo "$as_me:1581: result: no" >&5
+ echo "$as_me:1582: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -1589,7 +1590,7 @@ if test -z "$CC"; 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:1592: checking for $ac_word" >&5
+echo "$as_me:1593: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1604,7 +1605,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_CC="$ac_tool_prefix$ac_prog"
-echo "$as_me:1607: found $ac_dir/$ac_word" >&5
+echo "$as_me:1608: found $ac_dir/$ac_word" >&5
break
done
@@ -1612,10 +1613,10 @@ fi
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
- echo "$as_me:1615: result: $CC" >&5
+ echo "$as_me:1616: result: $CC" >&5
echo "${ECHO_T}$CC" >&6
else
- echo "$as_me:1618: result: no" >&5
+ echo "$as_me:1619: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -1628,7 +1629,7 @@ if test -z "$CC"; 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:1631: checking for $ac_word" >&5
+echo "$as_me:1632: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1643,7 +1644,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_CC="$ac_prog"
-echo "$as_me:1646: found $ac_dir/$ac_word" >&5
+echo "$as_me:1647: found $ac_dir/$ac_word" >&5
break
done
@@ -1651,10 +1652,10 @@ fi
fi
ac_ct_CC=$ac_cv_prog_ac_ct_CC
if test -n "$ac_ct_CC"; then
- echo "$as_me:1654: result: $ac_ct_CC" >&5
+ echo "$as_me:1655: result: $ac_ct_CC" >&5
echo "${ECHO_T}$ac_ct_CC" >&6
else
- echo "$as_me:1657: result: no" >&5
+ echo "$as_me:1658: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -1666,32 +1667,32 @@ fi
fi
-test -z "$CC" && { { echo "$as_me:1669: error: no acceptable cc found in \$PATH" >&5
+test -z "$CC" && { { echo "$as_me:1670: error: no acceptable cc found in \$PATH" >&5
echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
{ (exit 1); exit 1; }; }
# Provide some information about the compiler.
-echo "$as_me:1674:" \
+echo "$as_me:1675:" \
"checking for C compiler version" >&5
ac_compiler=`set X $ac_compile; echo "$2"`
-{ (eval echo "$as_me:1677: \"$ac_compiler --version </dev/null >&5\"") >&5
+{ (eval echo "$as_me:1678: \"$ac_compiler --version </dev/null >&5\"") >&5
(eval $ac_compiler --version </dev/null >&5) 2>&5
ac_status=$?
- echo "$as_me:1680: \$? = $ac_status" >&5
+ echo "$as_me:1681: \$? = $ac_status" >&5
(exit "$ac_status"); }
-{ (eval echo "$as_me:1682: \"$ac_compiler -v </dev/null >&5\"") >&5
+{ (eval echo "$as_me:1683: \"$ac_compiler -v </dev/null >&5\"") >&5
(eval $ac_compiler -v </dev/null >&5) 2>&5
ac_status=$?
- echo "$as_me:1685: \$? = $ac_status" >&5
+ echo "$as_me:1686: \$? = $ac_status" >&5
(exit "$ac_status"); }
-{ (eval echo "$as_me:1687: \"$ac_compiler -V </dev/null >&5\"") >&5
+{ (eval echo "$as_me:1688: \"$ac_compiler -V </dev/null >&5\"") >&5
(eval $ac_compiler -V </dev/null >&5) 2>&5
ac_status=$?
- echo "$as_me:1690: \$? = $ac_status" >&5
+ echo "$as_me:1691: \$? = $ac_status" >&5
(exit "$ac_status"); }
cat >"conftest.$ac_ext" <<_ACEOF
-#line 1694 "configure"
+#line 1695 "configure"
#include "confdefs.h"
int
@@ -1707,13 +1708,13 @@ ac_clean_files="$ac_clean_files a.out a.exe"
# Try to create an executable without -o first, disregard a.out.
# It will help us diagnose broken compilers, and finding out an intuition
# of exeext.
-echo "$as_me:1710: checking for C compiler default output" >&5
+echo "$as_me:1711: checking for C compiler default output" >&5
echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
ac_link_default=`echo "$ac_link" | sed 's/ -o *"conftest[^"]*"//'`
-if { (eval echo "$as_me:1713: \"$ac_link_default\"") >&5
+if { (eval echo "$as_me:1714: \"$ac_link_default\"") >&5
(eval $ac_link_default) 2>&5
ac_status=$?
- echo "$as_me:1716: \$? = $ac_status" >&5
+ echo "$as_me:1717: \$? = $ac_status" >&5
(exit "$ac_status"); }; then
# Find the output, starting from the most likely. This scheme is
# not robust to junk in `.', hence go to wildcards (a.*) only as a last
@@ -1736,34 +1737,34 @@ done
else
echo "$as_me: failed program was:" >&5
cat "conftest.$ac_ext" >&5
-{ { echo "$as_me:1739: error: C compiler cannot create executables" >&5
+{ { echo "$as_me:1740: error: C compiler cannot create executables" >&5
echo "$as_me: error: C compiler cannot create executables" >&2;}
{ (exit 77); exit 77; }; }
fi
ac_exeext=$ac_cv_exeext
-echo "$as_me:1745: result: $ac_file" >&5
+echo "$as_me:1746: result: $ac_file" >&5
echo "${ECHO_T}$ac_file" >&6
# Check the compiler produces executables we can run. If not, either
# the compiler is broken, or we cross compile.
-echo "$as_me:1750: checking whether the C compiler works" >&5
+echo "$as_me:1751: checking whether the C compiler works" >&5
echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
# If not cross compiling, check that we can run a simple program.
if test "$cross_compiling" != yes; then
if { ac_try='./$ac_file'
- { (eval echo "$as_me:1756: \"$ac_try\"") >&5
+ { (eval echo "$as_me:1757: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:1759: \$? = $ac_status" >&5
+ echo "$as_me:1760: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cross_compiling=no
else
if test "$cross_compiling" = maybe; then
cross_compiling=yes
else
- { { echo "$as_me:1766: error: cannot run C compiled programs.
+ { { echo "$as_me:1767: error: cannot run C compiled programs.
If you meant to cross compile, use \`--host'." >&5
echo "$as_me: error: cannot run C compiled programs.
If you meant to cross compile, use \`--host'." >&2;}
@@ -1771,24 +1772,24 @@ If you meant to cross compile, use \`--host'." >&2;}
fi
fi
fi
-echo "$as_me:1774: result: yes" >&5
+echo "$as_me:1775: result: yes" >&5
echo "${ECHO_T}yes" >&6
rm -f a.out a.exe "conftest$ac_cv_exeext"
ac_clean_files=$ac_clean_files_save
# Check the compiler produces executables we can run. If not, either
# the compiler is broken, or we cross compile.
-echo "$as_me:1781: checking whether we are cross compiling" >&5
+echo "$as_me:1782: checking whether we are cross compiling" >&5
echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
-echo "$as_me:1783: result: $cross_compiling" >&5
+echo "$as_me:1784: result: $cross_compiling" >&5
echo "${ECHO_T}$cross_compiling" >&6
-echo "$as_me:1786: checking for executable suffix" >&5
+echo "$as_me:1787: checking for executable suffix" >&5
echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6
-if { (eval echo "$as_me:1788: \"$ac_link\"") >&5
+if { (eval echo "$as_me:1789: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:1791: \$? = $ac_status" >&5
+ echo "$as_me:1792: \$? = $ac_status" >&5
(exit "$ac_status"); }; then
# If both `conftest.exe' and `conftest' are `present' (well, observable)
# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
@@ -1804,25 +1805,25 @@ for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do
esac
done
else
- { { echo "$as_me:1807: error: cannot compute EXEEXT: cannot compile and link" >&5
+ { { echo "$as_me:1808: error: cannot compute EXEEXT: cannot compile and link" >&5
echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;}
{ (exit 1); exit 1; }; }
fi
rm -f "conftest$ac_cv_exeext"
-echo "$as_me:1813: result: $ac_cv_exeext" >&5
+echo "$as_me:1814: result: $ac_cv_exeext" >&5
echo "${ECHO_T}$ac_cv_exeext" >&6
rm -f "conftest.$ac_ext"
EXEEXT=$ac_cv_exeext
ac_exeext=$EXEEXT
-echo "$as_me:1819: checking for object suffix" >&5
+echo "$as_me:1820: checking for object suffix" >&5
echo $ECHO_N "checking for object suffix... $ECHO_C" >&6
if test "${ac_cv_objext+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 1825 "configure"
+#line 1826 "configure"
#include "confdefs.h"
int
@@ -1834,10 +1835,10 @@ main (void)
}
_ACEOF
rm -f conftest.o conftest.obj
-if { (eval echo "$as_me:1837: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:1838: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:1840: \$? = $ac_status" >&5
+ echo "$as_me:1841: \$? = $ac_status" >&5
(exit "$ac_status"); }; then
for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
case $ac_file in
@@ -1849,24 +1850,24 @@ done
else
echo "$as_me: failed program was:" >&5
cat "conftest.$ac_ext" >&5
-{ { echo "$as_me:1852: error: cannot compute OBJEXT: cannot compile" >&5
+{ { echo "$as_me:1853: error: cannot compute OBJEXT: cannot compile" >&5
echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;}
{ (exit 1); exit 1; }; }
fi
rm -f "conftest.$ac_cv_objext" "conftest.$ac_ext"
fi
-echo "$as_me:1859: result: $ac_cv_objext" >&5
+echo "$as_me:1860: result: $ac_cv_objext" >&5
echo "${ECHO_T}$ac_cv_objext" >&6
OBJEXT=$ac_cv_objext
ac_objext=$OBJEXT
-echo "$as_me:1863: checking whether we are using the GNU C compiler" >&5
+echo "$as_me:1864: checking whether we are using the GNU C compiler" >&5
echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
if test "${ac_cv_c_compiler_gnu+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 1869 "configure"
+#line 1870 "configure"
#include "confdefs.h"
int
@@ -1881,16 +1882,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:1884: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:1885: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:1887: \$? = $ac_status" >&5
+ echo "$as_me:1888: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:1890: \"$ac_try\"") >&5
+ { (eval echo "$as_me:1891: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:1893: \$? = $ac_status" >&5
+ echo "$as_me:1894: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_compiler_gnu=yes
else
@@ -1902,19 +1903,19 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
ac_cv_c_compiler_gnu=$ac_compiler_gnu
fi
-echo "$as_me:1905: result: $ac_cv_c_compiler_gnu" >&5
+echo "$as_me:1906: result: $ac_cv_c_compiler_gnu" >&5
echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
GCC=`test $ac_compiler_gnu = yes && echo yes`
ac_test_CFLAGS=${CFLAGS+set}
ac_save_CFLAGS=$CFLAGS
CFLAGS="-g"
-echo "$as_me:1911: checking whether $CC accepts -g" >&5
+echo "$as_me:1912: checking whether $CC accepts -g" >&5
echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
if test "${ac_cv_prog_cc_g+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 1917 "configure"
+#line 1918 "configure"
#include "confdefs.h"
int
@@ -1926,16 +1927,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:1929: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:1930: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:1932: \$? = $ac_status" >&5
+ echo "$as_me:1933: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:1935: \"$ac_try\"") >&5
+ { (eval echo "$as_me:1936: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:1938: \$? = $ac_status" >&5
+ echo "$as_me:1939: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_prog_cc_g=yes
else
@@ -1945,7 +1946,7 @@ ac_cv_prog_cc_g=no
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:1948: result: $ac_cv_prog_cc_g" >&5
+echo "$as_me:1949: result: $ac_cv_prog_cc_g" >&5
echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
if test "$ac_test_CFLAGS" = set; then
CFLAGS=$ac_save_CFLAGS
@@ -1972,16 +1973,16 @@ cat >"conftest.$ac_ext" <<_ACEOF
#endif
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:1975: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:1976: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:1978: \$? = $ac_status" >&5
+ echo "$as_me:1979: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:1981: \"$ac_try\"") >&5
+ { (eval echo "$as_me:1982: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:1984: \$? = $ac_status" >&5
+ echo "$as_me:1985: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
for ac_declaration in \
''\
@@ -1993,7 +1994,7 @@ if { (eval echo "$as_me:1975: \"$ac_compile\"") >&5
'void exit (int);'
do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 1996 "configure"
+#line 1997 "configure"
#include "confdefs.h"
#include <stdlib.h>
$ac_declaration
@@ -2006,16 +2007,16 @@ exit (42);
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:2009: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:2010: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:2012: \$? = $ac_status" >&5
+ echo "$as_me:2013: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:2015: \"$ac_try\"") >&5
+ { (eval echo "$as_me:2016: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:2018: \$? = $ac_status" >&5
+ echo "$as_me:2019: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -2025,7 +2026,7 @@ continue
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 2028 "configure"
+#line 2029 "configure"
#include "confdefs.h"
$ac_declaration
int
@@ -2037,16 +2038,16 @@ exit (42);
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:2040: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:2041: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:2043: \$? = $ac_status" >&5
+ echo "$as_me:2044: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:2046: \"$ac_try\"") >&5
+ { (eval echo "$as_me:2047: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:2049: \$? = $ac_status" >&5
+ echo "$as_me:2050: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
break
else
@@ -2076,11 +2077,11 @@ ac_main_return="return"
GCC_VERSION=none
if test "$GCC" = yes ; then
- echo "$as_me:2079: checking version of $CC" >&5
+ echo "$as_me:2080: checking version of $CC" >&5
echo $ECHO_N "checking version of $CC... $ECHO_C" >&6
GCC_VERSION="`${CC} --version 2>/dev/null | sed -e '2,$d' -e 's/^[^(]*([^)][^)]*) //' -e 's/^[^0-9.]*//' -e 's/[^0-9.].*//'`"
test -z "$GCC_VERSION" && GCC_VERSION=unknown
- echo "$as_me:2083: result: $GCC_VERSION" >&5
+ echo "$as_me:2084: result: $GCC_VERSION" >&5
echo "${ECHO_T}$GCC_VERSION" >&6
fi
@@ -2089,12 +2090,12 @@ INTEL_COMPILER=no
if test "$GCC" = yes ; then
case "$host_os" in
(linux*|gnu*)
- echo "$as_me:2092: checking if this is really Intel C compiler" >&5
+ echo "$as_me:2093: checking if this is really Intel C compiler" >&5
echo $ECHO_N "checking if this is really Intel C compiler... $ECHO_C" >&6
cf_save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -no-gcc"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 2097 "configure"
+#line 2098 "configure"
#include "confdefs.h"
int
@@ -2111,16 +2112,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:2114: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:2115: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:2117: \$? = $ac_status" >&5
+ echo "$as_me:2118: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:2120: \"$ac_try\"") >&5
+ { (eval echo "$as_me:2121: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:2123: \$? = $ac_status" >&5
+ echo "$as_me:2124: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
INTEL_COMPILER=yes
cf_save_CFLAGS="$cf_save_CFLAGS -we147"
@@ -2131,7 +2132,7 @@ cat "conftest.$ac_ext" >&5
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
CFLAGS="$cf_save_CFLAGS"
- echo "$as_me:2134: result: $INTEL_COMPILER" >&5
+ echo "$as_me:2135: result: $INTEL_COMPILER" >&5
echo "${ECHO_T}$INTEL_COMPILER" >&6
;;
esac
@@ -2140,11 +2141,11 @@ fi
CLANG_COMPILER=no
if test "$GCC" = yes ; then
- echo "$as_me:2143: checking if this is really Clang C compiler" >&5
+ echo "$as_me:2144: checking if this is really Clang C compiler" >&5
echo $ECHO_N "checking if this is really Clang C compiler... $ECHO_C" >&6
cf_save_CFLAGS="$CFLAGS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 2147 "configure"
+#line 2148 "configure"
#include "confdefs.h"
int
@@ -2161,16 +2162,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:2164: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:2165: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:2167: \$? = $ac_status" >&5
+ echo "$as_me:2168: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:2170: \"$ac_try\"") >&5
+ { (eval echo "$as_me:2171: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:2173: \$? = $ac_status" >&5
+ echo "$as_me:2174: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
CLANG_COMPILER=yes
@@ -2180,7 +2181,7 @@ cat "conftest.$ac_ext" >&5
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
CFLAGS="$cf_save_CFLAGS"
- echo "$as_me:2183: result: $CLANG_COMPILER" >&5
+ echo "$as_me:2184: result: $CLANG_COMPILER" >&5
echo "${ECHO_T}$CLANG_COMPILER" >&6
fi
@@ -2189,30 +2190,30 @@ CLANG_VERSION=none
if test "x$CLANG_COMPILER" = "xyes" ; then
case "$CC" in
(c[1-9][0-9]|*/c[1-9][0-9])
- { echo "$as_me:2192: WARNING: replacing broken compiler alias $CC" >&5
+ { echo "$as_me:2193: WARNING: replacing broken compiler alias $CC" >&5
echo "$as_me: WARNING: replacing broken compiler alias $CC" >&2;}
CFLAGS="$CFLAGS -std=`echo "$CC" | sed -e 's%.*/%%'`"
CC=clang
;;
esac
- echo "$as_me:2199: checking version of $CC" >&5
+ echo "$as_me:2200: checking version of $CC" >&5
echo $ECHO_N "checking version of $CC... $ECHO_C" >&6
CLANG_VERSION="`$CC --version 2>/dev/null | sed -e '2,$d' -e 's/^.*(CLANG[^)]*) //' -e 's/^.*(Debian[^)]*) //' -e 's/^[^0-9.]*//' -e 's/[^0-9.].*//'`"
test -z "$CLANG_VERSION" && CLANG_VERSION=unknown
- echo "$as_me:2203: result: $CLANG_VERSION" >&5
+ echo "$as_me:2204: result: $CLANG_VERSION" >&5
echo "${ECHO_T}$CLANG_VERSION" >&6
for cf_clang_opt in \
-Qunused-arguments \
-Wno-error=implicit-function-declaration
do
- echo "$as_me:2210: checking if option $cf_clang_opt works" >&5
+ echo "$as_me:2211: checking if option $cf_clang_opt works" >&5
echo $ECHO_N "checking if option $cf_clang_opt works... $ECHO_C" >&6
cf_save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS $cf_clang_opt"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 2215 "configure"
+#line 2216 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -2226,16 +2227,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:2229: \"$ac_link\"") >&5
+if { (eval echo "$as_me:2230: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:2232: \$? = $ac_status" >&5
+ echo "$as_me:2233: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:2235: \"$ac_try\"") >&5
+ { (eval echo "$as_me:2236: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:2238: \$? = $ac_status" >&5
+ echo "$as_me:2239: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_clang_optok=yes
@@ -2246,13 +2247,13 @@ cat "conftest.$ac_ext" >&5
cf_clang_optok=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
- echo "$as_me:2249: result: $cf_clang_optok" >&5
+ echo "$as_me:2250: result: $cf_clang_optok" >&5
echo "${ECHO_T}$cf_clang_optok" >&6
CFLAGS="$cf_save_CFLAGS"
if test "$cf_clang_optok" = yes; then
test -n "$verbose" && echo " adding option $cf_clang_opt" 1>&6
-echo "${as_me:-configure}:2255: testing adding option $cf_clang_opt ..." 1>&5
+echo "${as_me:-configure}:2256: testing adding option $cf_clang_opt ..." 1>&5
test -n "$CFLAGS" && CFLAGS="$CFLAGS "
CFLAGS="${CFLAGS}$cf_clang_opt"
@@ -2261,7 +2262,7 @@ echo "${as_me:-configure}:2255: testing adding option $cf_clang_opt ..." 1>&5
done
fi
-echo "$as_me:2264: checking for $CC option to accept ANSI C" >&5
+echo "$as_me:2265: checking for $CC option to accept ANSI C" >&5
echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
if test "${ac_cv_prog_cc_stdc+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2269,7 +2270,7 @@ else
ac_cv_prog_cc_stdc=no
ac_save_CC=$CC
cat >"conftest.$ac_ext" <<_ACEOF
-#line 2272 "configure"
+#line 2273 "configure"
#include "confdefs.h"
#include <stdarg.h>
#include <stdio.h>
@@ -2316,16 +2317,16 @@ for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIO
do
CC="$ac_save_CC $ac_arg"
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:2319: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:2320: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:2322: \$? = $ac_status" >&5
+ echo "$as_me:2323: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:2325: \"$ac_try\"") >&5
+ { (eval echo "$as_me:2326: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:2328: \$? = $ac_status" >&5
+ echo "$as_me:2329: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_prog_cc_stdc=$ac_arg
break
@@ -2342,10 +2343,10 @@ fi
case "x$ac_cv_prog_cc_stdc" in
x|xno)
- echo "$as_me:2345: result: none needed" >&5
+ echo "$as_me:2346: result: none needed" >&5
echo "${ECHO_T}none needed" >&6 ;;
*)
- echo "$as_me:2348: result: $ac_cv_prog_cc_stdc" >&5
+ echo "$as_me:2349: result: $ac_cv_prog_cc_stdc" >&5
echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
CC="$CC $ac_cv_prog_cc_stdc" ;;
esac
@@ -2353,13 +2354,13 @@ esac
# This should have been defined by AC_PROG_CC
: "${CC:=cc}"
-echo "$as_me:2356: checking \$CFLAGS variable" >&5
+echo "$as_me:2357: checking \$CFLAGS variable" >&5
echo $ECHO_N "checking \$CFLAGS variable... $ECHO_C" >&6
case "x$CFLAGS" in
(*-[IUD]*)
- echo "$as_me:2360: result: broken" >&5
+ echo "$as_me:2361: result: broken" >&5
echo "${ECHO_T}broken" >&6
- { echo "$as_me:2362: WARNING: your environment uses the CFLAGS variable to hold CPPFLAGS options" >&5
+ { echo "$as_me:2363: WARNING: your environment uses the CFLAGS variable to hold CPPFLAGS options" >&5
echo "$as_me: WARNING: your environment uses the CFLAGS variable to hold CPPFLAGS options" >&2;}
cf_flags="$CFLAGS"
CFLAGS=
@@ -2467,18 +2468,18 @@ fi
done
;;
(*)
- echo "$as_me:2470: result: ok" >&5
+ echo "$as_me:2471: result: ok" >&5
echo "${ECHO_T}ok" >&6
;;
esac
-echo "$as_me:2475: checking \$CC variable" >&5
+echo "$as_me:2476: checking \$CC variable" >&5
echo $ECHO_N "checking \$CC variable... $ECHO_C" >&6
case "$CC" in
(*[\ \ ]-*)
- echo "$as_me:2479: result: broken" >&5
+ echo "$as_me:2480: result: broken" >&5
echo "${ECHO_T}broken" >&6
- { echo "$as_me:2481: WARNING: your environment uses the CC variable to hold CFLAGS/CPPFLAGS options" >&5
+ { echo "$as_me:2482: WARNING: your environment uses the CC variable to hold CFLAGS/CPPFLAGS options" >&5
echo "$as_me: WARNING: your environment uses the CC variable to hold CFLAGS/CPPFLAGS options" >&2;}
# humor him...
cf_prog=`echo "$CC" | sed -e 's/ / /g' -e 's/[ ]* / /g' -e 's/[ ]*[ ]-[^ ].*//'`
@@ -2595,28 +2596,80 @@ fi
done
test -n "$verbose" && echo " resulting CC: '$CC'" 1>&6
-echo "${as_me:-configure}:2598: testing resulting CC: '$CC' ..." 1>&5
+echo "${as_me:-configure}:2599: testing resulting CC: '$CC' ..." 1>&5
test -n "$verbose" && echo " resulting CFLAGS: '$CFLAGS'" 1>&6
-echo "${as_me:-configure}:2602: testing resulting CFLAGS: '$CFLAGS' ..." 1>&5
+echo "${as_me:-configure}:2603: testing resulting CFLAGS: '$CFLAGS' ..." 1>&5
test -n "$verbose" && echo " resulting CPPFLAGS: '$CPPFLAGS'" 1>&6
-echo "${as_me:-configure}:2606: testing resulting CPPFLAGS: '$CPPFLAGS' ..." 1>&5
+echo "${as_me:-configure}:2607: testing resulting CPPFLAGS: '$CPPFLAGS' ..." 1>&5
;;
(*)
- echo "$as_me:2610: result: ok" >&5
+ echo "$as_me:2611: result: ok" >&5
echo "${ECHO_T}ok" >&6
;;
esac
+echo "$as_me:2616: checking for inline" >&5
+echo $ECHO_N "checking for inline... $ECHO_C" >&6
+if test "${ac_cv_c_inline+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ ac_cv_c_inline=no
+for ac_kw in inline __inline__ __inline; do
+ cat >"conftest.$ac_ext" <<_ACEOF
+#line 2624 "configure"
+#include "confdefs.h"
+#ifndef __cplusplus
+static $ac_kw int static_foo (void) {return 0; }
+$ac_kw int foo (void) {return 0; }
+#endif
+
+_ACEOF
+rm -f "conftest.$ac_objext"
+if { (eval echo "$as_me:2633: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:2636: \$? = $ac_status" >&5
+ (exit "$ac_status"); } &&
+ { ac_try='test -s "conftest.$ac_objext"'
+ { (eval echo "$as_me:2639: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:2642: \$? = $ac_status" >&5
+ (exit "$ac_status"); }; }; then
+ ac_cv_c_inline=$ac_kw; break
+else
+ echo "$as_me: failed program was:" >&5
+cat "conftest.$ac_ext" >&5
+fi
+rm -f "conftest.$ac_objext" "conftest.$ac_ext"
+done
+
+fi
+echo "$as_me:2653: result: $ac_cv_c_inline" >&5
+echo "${ECHO_T}$ac_cv_c_inline" >&6
+case $ac_cv_c_inline in
+ inline | yes) ;;
+ no)
+cat >>confdefs.h <<\EOF
+#define inline
+EOF
+ ;;
+ *) cat >>confdefs.h <<EOF
+#define inline $ac_cv_c_inline
+EOF
+ ;;
+esac
+
for ac_prog in ggrep grep
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:2619: checking for $ac_word" >&5
+echo "$as_me:2672: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_GREP+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2631,7 +2684,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_GREP="$ac_prog"
-echo "$as_me:2634: found $ac_dir/$ac_word" >&5
+echo "$as_me:2687: found $ac_dir/$ac_word" >&5
break
done
@@ -2639,10 +2692,10 @@ fi
fi
GREP=$ac_cv_prog_GREP
if test -n "$GREP"; then
- echo "$as_me:2642: result: $GREP" >&5
+ echo "$as_me:2695: result: $GREP" >&5
echo "${ECHO_T}$GREP" >&6
else
- echo "$as_me:2645: result: no" >&5
+ echo "$as_me:2698: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -2650,7 +2703,7 @@ fi
done
test -n "$GREP" || GREP=": "
-echo "$as_me:2653: checking for egrep" >&5
+echo "$as_me:2706: checking for egrep" >&5
echo $ECHO_N "checking for egrep... $ECHO_C" >&6
if test "${ac_cv_path_EGREP+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2662,7 +2715,7 @@ else
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:2665: checking for $ac_word" >&5
+echo "$as_me:2718: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_path_EGREP+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2679,7 +2732,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_EGREP="$ac_dir/$ac_word"
- echo "$as_me:2682: found $ac_dir/$ac_word" >&5
+ echo "$as_me:2735: found $ac_dir/$ac_word" >&5
break
fi
done
@@ -2690,10 +2743,10 @@ fi
EGREP=$ac_cv_path_EGREP
if test -n "$EGREP"; then
- echo "$as_me:2693: result: $EGREP" >&5
+ echo "$as_me:2746: result: $EGREP" >&5
echo "${ECHO_T}$EGREP" >&6
else
- echo "$as_me:2696: result: no" >&5
+ echo "$as_me:2749: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -2701,12 +2754,12 @@ fi
done
test -n "$EGREP" || EGREP=": "
- test "x$ac_cv_path_EGREP" = "x:" && { { echo "$as_me:2704: error: cannot find workable egrep" >&5
+ test "x$ac_cv_path_EGREP" = "x:" && { { echo "$as_me:2757: error: cannot find workable egrep" >&5
echo "$as_me: error: cannot find workable egrep" >&2;}
{ (exit 1); exit 1; }; }
fi
fi
-echo "$as_me:2709: result: $ac_cv_path_EGREP" >&5
+echo "$as_me:2762: result: $ac_cv_path_EGREP" >&5
echo "${ECHO_T}$ac_cv_path_EGREP" >&6
EGREP="$ac_cv_path_EGREP"
@@ -2716,7 +2769,7 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS "conftest.$ac_ext" >&5'
ac_link='$CC -o "conftest$ac_exeext" $CFLAGS $CPPFLAGS $LDFLAGS "conftest.$ac_ext" $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac_main_return="return"
-echo "$as_me:2719: checking how to run the C preprocessor" >&5
+echo "$as_me:2772: checking how to run the C preprocessor" >&5
echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
# On Suns, sometimes $CPP names a directory.
if test -n "$CPP" && test -d "$CPP"; then
@@ -2737,18 +2790,18 @@ do
# On the NeXT, cc -E runs the code through the compiler's parser,
# not just through cpp. "Syntax error" is here to catch this case.
cat >"conftest.$ac_ext" <<_ACEOF
-#line 2740 "configure"
+#line 2793 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax error
_ACEOF
-if { (eval echo "$as_me:2745: \"$ac_cpp "conftest.$ac_ext"\"") >&5
+if { (eval echo "$as_me:2798: \"$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:2751: \$? = $ac_status" >&5
+ echo "$as_me:2804: \$? = $ac_status" >&5
(exit "$ac_status"); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -2771,17 +2824,17 @@ rm -f conftest.err "conftest.$ac_ext"
# OK, works on sane cases. Now check whether non-existent headers
# can be detected and how.
cat >"conftest.$ac_ext" <<_ACEOF
-#line 2774 "configure"
+#line 2827 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
_ACEOF
-if { (eval echo "$as_me:2778: \"$ac_cpp "conftest.$ac_ext"\"") >&5
+if { (eval echo "$as_me:2831: \"$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:2784: \$? = $ac_status" >&5
+ echo "$as_me:2837: \$? = $ac_status" >&5
(exit "$ac_status"); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -2818,7 +2871,7 @@ fi
else
ac_cv_prog_CPP=$CPP
fi
-echo "$as_me:2821: result: $CPP" >&5
+echo "$as_me:2874: result: $CPP" >&5
echo "${ECHO_T}$CPP" >&6
ac_preproc_ok=false
for ac_c_preproc_warn_flag in '' yes
@@ -2828,18 +2881,18 @@ do
# On the NeXT, cc -E runs the code through the compiler's parser,
# not just through cpp. "Syntax error" is here to catch this case.
cat >"conftest.$ac_ext" <<_ACEOF
-#line 2831 "configure"
+#line 2884 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax error
_ACEOF
-if { (eval echo "$as_me:2836: \"$ac_cpp "conftest.$ac_ext"\"") >&5
+if { (eval echo "$as_me:2889: \"$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:2842: \$? = $ac_status" >&5
+ echo "$as_me:2895: \$? = $ac_status" >&5
(exit "$ac_status"); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -2862,17 +2915,17 @@ rm -f conftest.err "conftest.$ac_ext"
# OK, works on sane cases. Now check whether non-existent headers
# can be detected and how.
cat >"conftest.$ac_ext" <<_ACEOF
-#line 2865 "configure"
+#line 2918 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
_ACEOF
-if { (eval echo "$as_me:2869: \"$ac_cpp "conftest.$ac_ext"\"") >&5
+if { (eval echo "$as_me:2922: \"$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:2875: \$? = $ac_status" >&5
+ echo "$as_me:2928: \$? = $ac_status" >&5
(exit "$ac_status"); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -2900,7 +2953,7 @@ rm -f conftest.err "conftest.$ac_ext"
if $ac_preproc_ok; then
:
else
- { { echo "$as_me:2903: error: C preprocessor \"$CPP\" fails sanity check" >&5
+ { { echo "$as_me:2956: error: C preprocessor \"$CPP\" fails sanity check" >&5
echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -2912,7 +2965,7 @@ ac_link='$CC -o "conftest$ac_exeext" $CFLAGS $CPPFLAGS $LDFLAGS "conftest.$ac_ex
ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac_main_return="return"
-echo "$as_me:2915: checking if preprocessor -C option works" >&5
+echo "$as_me:2968: checking if preprocessor -C option works" >&5
echo $ECHO_N "checking if preprocessor -C option works... $ECHO_C" >&6
if test "${cf_cv_prog_cpp_comments+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2937,34 +2990,34 @@ rm -f conftest.[ci]
fi
-echo "$as_me:2940: result: $cf_cv_prog_cpp_comments" >&5
+echo "$as_me:2993: result: $cf_cv_prog_cpp_comments" >&5
echo "${ECHO_T}$cf_cv_prog_cpp_comments" >&6
if test x$cf_cv_prog_cpp_comments = xyes
then
CPP="$CPP -C"
fi
-echo "$as_me:2947: checking whether ln -s works" >&5
+echo "$as_me:3000: checking whether ln -s works" >&5
echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
LN_S=$as_ln_s
if test "$LN_S" = "ln -s"; then
- echo "$as_me:2951: result: yes" >&5
+ echo "$as_me:3004: result: yes" >&5
echo "${ECHO_T}yes" >&6
else
- echo "$as_me:2954: result: no, using $LN_S" >&5
+ echo "$as_me:3007: result: no, using $LN_S" >&5
echo "${ECHO_T}no, using $LN_S" >&6
fi
case "$host_os" in
(mingw*)
LN_S="cp -p"
-echo "$as_me:2961: result: Override: No symbolic links in mingw." >&5
+echo "$as_me:3014: result: Override: No symbolic links in mingw." >&5
echo "${ECHO_T}Override: No symbolic links in mingw." >&6
;;
(*)
;;
esac
-echo "$as_me:2967: checking whether ${MAKE-make} sets \${MAKE}" >&5
+echo "$as_me:3020: checking whether ${MAKE-make} sets \${MAKE}" >&5
echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
@@ -2984,11 +3037,11 @@ fi
rm -f conftest.make
fi
if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
- echo "$as_me:2987: result: yes" >&5
+ echo "$as_me:3040: result: yes" >&5
echo "${ECHO_T}yes" >&6
SET_MAKE=
else
- echo "$as_me:2991: result: no" >&5
+ echo "$as_me:3044: result: no" >&5
echo "${ECHO_T}no" >&6
SET_MAKE="MAKE=${MAKE-make}"
fi
@@ -3005,7 +3058,7 @@ fi
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
# ./install, which can be erroneously created by make from ./install.sh.
-echo "$as_me:3008: checking for a BSD compatible install" >&5
+echo "$as_me:3061: checking for a BSD compatible install" >&5
echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6
if test -z "$INSTALL"; then
if test "${ac_cv_path_install+set}" = set; then
@@ -3054,7 +3107,7 @@ fi
INSTALL=$ac_install_sh
fi
fi
-echo "$as_me:3057: result: $INSTALL" >&5
+echo "$as_me:3110: result: $INSTALL" >&5
echo "${ECHO_T}$INSTALL" >&6
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
@@ -3069,7 +3122,7 @@ for ac_prog in byacc 'bison -y'
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:3072: checking for $ac_word" >&5
+echo "$as_me:3125: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_YACC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3084,7 +3137,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_YACC="$ac_prog"
-echo "$as_me:3087: found $ac_dir/$ac_word" >&5
+echo "$as_me:3140: found $ac_dir/$ac_word" >&5
break
done
@@ -3092,10 +3145,10 @@ fi
fi
YACC=$ac_cv_prog_YACC
if test -n "$YACC"; then
- echo "$as_me:3095: result: $YACC" >&5
+ echo "$as_me:3148: result: $YACC" >&5
echo "${ECHO_T}$YACC" >&6
else
- echo "$as_me:3098: result: no" >&5
+ echo "$as_me:3151: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -3103,7 +3156,7 @@ fi
done
test -n "$YACC" || YACC="yacc"
-echo "$as_me:3106: checking for egrep" >&5
+echo "$as_me:3159: checking for egrep" >&5
echo $ECHO_N "checking for egrep... $ECHO_C" >&6
if test "${ac_cv_path_EGREP+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3115,7 +3168,7 @@ else
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:3118: checking for $ac_word" >&5
+echo "$as_me:3171: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_path_EGREP+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3132,7 +3185,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_EGREP="$ac_dir/$ac_word"
- echo "$as_me:3135: found $ac_dir/$ac_word" >&5
+ echo "$as_me:3188: found $ac_dir/$ac_word" >&5
break
fi
done
@@ -3143,10 +3196,10 @@ fi
EGREP=$ac_cv_path_EGREP
if test -n "$EGREP"; then
- echo "$as_me:3146: result: $EGREP" >&5
+ echo "$as_me:3199: result: $EGREP" >&5
echo "${ECHO_T}$EGREP" >&6
else
- echo "$as_me:3149: result: no" >&5
+ echo "$as_me:3202: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -3154,12 +3207,12 @@ fi
done
test -n "$EGREP" || EGREP=": "
- test "x$ac_cv_path_EGREP" = "x:" && { { echo "$as_me:3157: error: cannot find workable egrep" >&5
+ test "x$ac_cv_path_EGREP" = "x:" && { { echo "$as_me:3210: error: cannot find workable egrep" >&5
echo "$as_me: error: cannot find workable egrep" >&2;}
{ (exit 1); exit 1; }; }
fi
fi
-echo "$as_me:3162: result: $ac_cv_path_EGREP" >&5
+echo "$as_me:3215: result: $ac_cv_path_EGREP" >&5
echo "${ECHO_T}$ac_cv_path_EGREP" >&6
EGREP="$ac_cv_path_EGREP"
@@ -3167,7 +3220,7 @@ for ac_prog in lint cppcheck splint
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:3170: checking for $ac_word" >&5
+echo "$as_me:3223: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_LINT+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3182,7 +3235,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_LINT="$ac_prog"
-echo "$as_me:3185: found $ac_dir/$ac_word" >&5
+echo "$as_me:3238: found $ac_dir/$ac_word" >&5
break
done
@@ -3190,10 +3243,10 @@ fi
fi
LINT=$ac_cv_prog_LINT
if test -n "$LINT"; then
- echo "$as_me:3193: result: $LINT" >&5
+ echo "$as_me:3246: result: $LINT" >&5
echo "${ECHO_T}$LINT" >&6
else
- echo "$as_me:3196: result: no" >&5
+ echo "$as_me:3249: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -3206,7 +3259,7 @@ case "x$LINT" in
;;
esac
-echo "$as_me:3209: checking for fgrep" >&5
+echo "$as_me:3262: checking for fgrep" >&5
echo $ECHO_N "checking for fgrep... $ECHO_C" >&6
if test "${ac_cv_path_FGREP+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3218,7 +3271,7 @@ else
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:3221: checking for $ac_word" >&5
+echo "$as_me:3274: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_path_FGREP+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3235,7 +3288,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_FGREP="$ac_dir/$ac_word"
- echo "$as_me:3238: found $ac_dir/$ac_word" >&5
+ echo "$as_me:3291: found $ac_dir/$ac_word" >&5
break
fi
done
@@ -3246,10 +3299,10 @@ fi
FGREP=$ac_cv_path_FGREP
if test -n "$FGREP"; then
- echo "$as_me:3249: result: $FGREP" >&5
+ echo "$as_me:3302: result: $FGREP" >&5
echo "${ECHO_T}$FGREP" >&6
else
- echo "$as_me:3252: result: no" >&5
+ echo "$as_me:3305: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -3257,16 +3310,16 @@ fi
done
test -n "$FGREP" || FGREP=": "
- test "x$ac_cv_path_FGREP" = "x:" && { { echo "$as_me:3260: error: cannot find workable fgrep" >&5
+ test "x$ac_cv_path_FGREP" = "x:" && { { echo "$as_me:3313: error: cannot find workable fgrep" >&5
echo "$as_me: error: cannot find workable fgrep" >&2;}
{ (exit 1); exit 1; }; }
fi
fi
-echo "$as_me:3265: result: $ac_cv_path_FGREP" >&5
+echo "$as_me:3318: result: $ac_cv_path_FGREP" >&5
echo "${ECHO_T}$ac_cv_path_FGREP" >&6
FGREP="$ac_cv_path_FGREP"
-echo "$as_me:3269: checking for makeflags variable" >&5
+echo "$as_me:3322: checking for makeflags variable" >&5
echo $ECHO_N "checking for makeflags variable... $ECHO_C" >&6
if test "${cf_cv_makeflags+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3296,7 +3349,7 @@ CF_EOF
;;
(*)
-echo "${as_me:-configure}:3299: testing given option \"$cf_option\",no match \"$cf_result\" ..." 1>&5
+echo "${as_me:-configure}:3352: testing given option \"$cf_option\",no match \"$cf_result\" ..." 1>&5
;;
esac
@@ -3304,10 +3357,10 @@ echo "${as_me:-configure}:3299: testing given option \"$cf_option\",no match \"$
rm -f cf_makeflags.tmp
fi
-echo "$as_me:3307: result: $cf_cv_makeflags" >&5
+echo "$as_me:3360: result: $cf_cv_makeflags" >&5
echo "${ECHO_T}$cf_cv_makeflags" >&6
-echo "$as_me:3310: checking for \".PHONY\" make-support" >&5
+echo "$as_me:3363: checking for \".PHONY\" make-support" >&5
echo $ECHO_N "checking for \".PHONY\" make-support... $ECHO_C" >&6
if test "${cf_cv_make_PHONY+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3362,14 +3415,14 @@ CF_EOF
rm -rf conftest*
fi
-echo "$as_me:3365: result: $cf_cv_make_PHONY" >&5
+echo "$as_me:3418: result: $cf_cv_make_PHONY" >&5
echo "${ECHO_T}$cf_cv_make_PHONY" >&6
MAKE_NO_PHONY="#"
MAKE_PHONY="#"
test "x$cf_cv_make_PHONY" = xyes && MAKE_PHONY=
test "x$cf_cv_make_PHONY" != xyes && MAKE_NO_PHONY=
-echo "$as_me:3372: checking if filesystem supports mixed-case filenames" >&5
+echo "$as_me:3425: checking if filesystem supports mixed-case filenames" >&5
echo $ECHO_N "checking if filesystem supports mixed-case filenames... $ECHO_C" >&6
if test "${cf_cv_mixedcase+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3396,7 +3449,7 @@ else
fi
fi
-echo "$as_me:3399: result: $cf_cv_mixedcase" >&5
+echo "$as_me:3452: result: $cf_cv_mixedcase" >&5
echo "${ECHO_T}$cf_cv_mixedcase" >&6
test "$cf_cv_mixedcase" = yes &&
cat >>confdefs.h <<\EOF
@@ -3407,7 +3460,7 @@ for ac_prog in exctags ctags
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:3410: checking for $ac_word" >&5
+echo "$as_me:3463: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_CTAGS+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3422,7 +3475,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_CTAGS="$ac_prog"
-echo "$as_me:3425: found $ac_dir/$ac_word" >&5
+echo "$as_me:3478: found $ac_dir/$ac_word" >&5
break
done
@@ -3430,10 +3483,10 @@ fi
fi
CTAGS=$ac_cv_prog_CTAGS
if test -n "$CTAGS"; then
- echo "$as_me:3433: result: $CTAGS" >&5
+ echo "$as_me:3486: result: $CTAGS" >&5
echo "${ECHO_T}$CTAGS" >&6
else
- echo "$as_me:3436: result: no" >&5
+ echo "$as_me:3489: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -3444,7 +3497,7 @@ for ac_prog in exetags etags
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:3447: checking for $ac_word" >&5
+echo "$as_me:3500: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_ETAGS+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3459,7 +3512,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_ETAGS="$ac_prog"
-echo "$as_me:3462: found $ac_dir/$ac_word" >&5
+echo "$as_me:3515: found $ac_dir/$ac_word" >&5
break
done
@@ -3467,10 +3520,10 @@ fi
fi
ETAGS=$ac_cv_prog_ETAGS
if test -n "$ETAGS"; then
- echo "$as_me:3470: result: $ETAGS" >&5
+ echo "$as_me:3523: result: $ETAGS" >&5
echo "${ECHO_T}$ETAGS" >&6
else
- echo "$as_me:3473: result: no" >&5
+ echo "$as_me:3526: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -3479,7 +3532,7 @@ done
# Extract the first word of "${CTAGS:-ctags}", so it can be a program name with args.
set dummy ${CTAGS:-ctags}; ac_word=$2
-echo "$as_me:3482: checking for $ac_word" >&5
+echo "$as_me:3535: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_MAKE_LOWER_TAGS+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3494,7 +3547,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_MAKE_LOWER_TAGS="yes"
-echo "$as_me:3497: found $ac_dir/$ac_word" >&5
+echo "$as_me:3550: found $ac_dir/$ac_word" >&5
break
done
@@ -3503,17 +3556,17 @@ fi
fi
MAKE_LOWER_TAGS=$ac_cv_prog_MAKE_LOWER_TAGS
if test -n "$MAKE_LOWER_TAGS"; then
- echo "$as_me:3506: result: $MAKE_LOWER_TAGS" >&5
+ echo "$as_me:3559: result: $MAKE_LOWER_TAGS" >&5
echo "${ECHO_T}$MAKE_LOWER_TAGS" >&6
else
- echo "$as_me:3509: result: no" >&5
+ echo "$as_me:3562: result: no" >&5
echo "${ECHO_T}no" >&6
fi
if test "$cf_cv_mixedcase" = yes ; then
# Extract the first word of "${ETAGS:-etags}", so it can be a program name with args.
set dummy ${ETAGS:-etags}; ac_word=$2
-echo "$as_me:3516: checking for $ac_word" >&5
+echo "$as_me:3569: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_MAKE_UPPER_TAGS+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3528,7 +3581,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_MAKE_UPPER_TAGS="yes"
-echo "$as_me:3531: found $ac_dir/$ac_word" >&5
+echo "$as_me:3584: found $ac_dir/$ac_word" >&5
break
done
@@ -3537,10 +3590,10 @@ fi
fi
MAKE_UPPER_TAGS=$ac_cv_prog_MAKE_UPPER_TAGS
if test -n "$MAKE_UPPER_TAGS"; then
- echo "$as_me:3540: result: $MAKE_UPPER_TAGS" >&5
+ echo "$as_me:3593: result: $MAKE_UPPER_TAGS" >&5
echo "${ECHO_T}$MAKE_UPPER_TAGS" >&6
else
- echo "$as_me:3543: result: no" >&5
+ echo "$as_me:3596: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -3563,7 +3616,7 @@ fi
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
set dummy ${ac_tool_prefix}windres; ac_word=$2
-echo "$as_me:3566: checking for $ac_word" >&5
+echo "$as_me:3619: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_path_WINDRES+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3580,7 +3633,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_WINDRES="$ac_dir/$ac_word"
- echo "$as_me:3583: found $ac_dir/$ac_word" >&5
+ echo "$as_me:3636: found $ac_dir/$ac_word" >&5
break
fi
done
@@ -3591,10 +3644,10 @@ fi
WINDRES=$ac_cv_path_WINDRES
if test -n "$WINDRES"; then
- echo "$as_me:3594: result: $WINDRES" >&5
+ echo "$as_me:3647: result: $WINDRES" >&5
echo "${ECHO_T}$WINDRES" >&6
else
- echo "$as_me:3597: result: no" >&5
+ echo "$as_me:3650: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -3603,7 +3656,7 @@ if test -z "$ac_cv_path_WINDRES"; then
ac_pt_WINDRES=$WINDRES
# Extract the first word of "windres", so it can be a program name with args.
set dummy windres; ac_word=$2
-echo "$as_me:3606: checking for $ac_word" >&5
+echo "$as_me:3659: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_path_ac_pt_WINDRES+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3620,7 +3673,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_WINDRES="$ac_dir/$ac_word"
- echo "$as_me:3623: found $ac_dir/$ac_word" >&5
+ echo "$as_me:3676: found $ac_dir/$ac_word" >&5
break
fi
done
@@ -3632,10 +3685,10 @@ fi
ac_pt_WINDRES=$ac_cv_path_ac_pt_WINDRES
if test -n "$ac_pt_WINDRES"; then
- echo "$as_me:3635: result: $ac_pt_WINDRES" >&5
+ echo "$as_me:3688: result: $ac_pt_WINDRES" >&5
echo "${ECHO_T}$ac_pt_WINDRES" >&6
else
- echo "$as_me:3638: result: no" >&5
+ echo "$as_me:3691: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -3663,7 +3716,7 @@ else
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:3666: checking for $ac_word" >&5
+echo "$as_me:3719: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_BUILD_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3678,7 +3731,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_BUILD_CC="$ac_prog"
-echo "$as_me:3681: found $ac_dir/$ac_word" >&5
+echo "$as_me:3734: found $ac_dir/$ac_word" >&5
break
done
@@ -3686,10 +3739,10 @@ fi
fi
BUILD_CC=$ac_cv_prog_BUILD_CC
if test -n "$BUILD_CC"; then
- echo "$as_me:3689: result: $BUILD_CC" >&5
+ echo "$as_me:3742: result: $BUILD_CC" >&5
echo "${ECHO_T}$BUILD_CC" >&6
else
- echo "$as_me:3692: result: no" >&5
+ echo "$as_me:3745: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -3698,12 +3751,12 @@ done
test -n "$BUILD_CC" || BUILD_CC="none"
fi;
- echo "$as_me:3701: checking for native build C compiler" >&5
+ echo "$as_me:3754: checking for native build C compiler" >&5
echo $ECHO_N "checking for native build C compiler... $ECHO_C" >&6
- echo "$as_me:3703: result: $BUILD_CC" >&5
+ echo "$as_me:3756: result: $BUILD_CC" >&5
echo "${ECHO_T}$BUILD_CC" >&6
- echo "$as_me:3706: checking for native build C preprocessor" >&5
+ echo "$as_me:3759: checking for native build C preprocessor" >&5
echo $ECHO_N "checking for native build C preprocessor... $ECHO_C" >&6
# Check whether --with-build-cpp or --without-build-cpp was given.
@@ -3713,10 +3766,10 @@ if test "${with_build_cpp+set}" = set; then
else
BUILD_CPP='${BUILD_CC} -E'
fi;
- echo "$as_me:3716: result: $BUILD_CPP" >&5
+ echo "$as_me:3769: result: $BUILD_CPP" >&5
echo "${ECHO_T}$BUILD_CPP" >&6
- echo "$as_me:3719: checking for native build C flags" >&5
+ echo "$as_me:3772: checking for native build C flags" >&5
echo $ECHO_N "checking for native build C flags... $ECHO_C" >&6
# Check whether --with-build-cflags or --without-build-cflags was given.
@@ -3724,10 +3777,10 @@ if test "${with_build_cflags+set}" = set; then
withval="$with_build_cflags"
BUILD_CFLAGS="$withval"
fi;
- echo "$as_me:3727: result: $BUILD_CFLAGS" >&5
+ echo "$as_me:3780: result: $BUILD_CFLAGS" >&5
echo "${ECHO_T}$BUILD_CFLAGS" >&6
- echo "$as_me:3730: checking for native build C preprocessor-flags" >&5
+ echo "$as_me:3783: checking for native build C preprocessor-flags" >&5
echo $ECHO_N "checking for native build C preprocessor-flags... $ECHO_C" >&6
# Check whether --with-build-cppflags or --without-build-cppflags was given.
@@ -3735,10 +3788,10 @@ if test "${with_build_cppflags+set}" = set; then
withval="$with_build_cppflags"
BUILD_CPPFLAGS="$withval"
fi;
- echo "$as_me:3738: result: $BUILD_CPPFLAGS" >&5
+ echo "$as_me:3791: result: $BUILD_CPPFLAGS" >&5
echo "${ECHO_T}$BUILD_CPPFLAGS" >&6
- echo "$as_me:3741: checking for native build linker-flags" >&5
+ echo "$as_me:3794: checking for native build linker-flags" >&5
echo $ECHO_N "checking for native build linker-flags... $ECHO_C" >&6
# Check whether --with-build-ldflags or --without-build-ldflags was given.
@@ -3746,10 +3799,10 @@ if test "${with_build_ldflags+set}" = set; then
withval="$with_build_ldflags"
BUILD_LDFLAGS="$withval"
fi;
- echo "$as_me:3749: result: $BUILD_LDFLAGS" >&5
+ echo "$as_me:3802: result: $BUILD_LDFLAGS" >&5
echo "${ECHO_T}$BUILD_LDFLAGS" >&6
- echo "$as_me:3752: checking for native build linker-libraries" >&5
+ echo "$as_me:3805: checking for native build linker-libraries" >&5
echo $ECHO_N "checking for native build linker-libraries... $ECHO_C" >&6
# Check whether --with-build-libs or --without-build-libs was given.
@@ -3757,7 +3810,7 @@ if test "${with_build_libs+set}" = set; then
withval="$with_build_libs"
BUILD_LIBS="$withval"
fi;
- echo "$as_me:3760: result: $BUILD_LIBS" >&5
+ echo "$as_me:3813: result: $BUILD_LIBS" >&5
echo "${ECHO_T}$BUILD_LIBS" >&6
# this assumes we're on Unix.
@@ -3766,7 +3819,7 @@ echo "${ECHO_T}$BUILD_LIBS" >&6
: ${BUILD_CC:='${CC}'}
- echo "$as_me:3769: checking if the build-compiler \"$BUILD_CC\" works" >&5
+ echo "$as_me:3822: checking if the build-compiler \"$BUILD_CC\" works" >&5
echo $ECHO_N "checking if the build-compiler \"$BUILD_CC\" works... $ECHO_C" >&6
cf_save_crossed=$cross_compiling
@@ -3780,7 +3833,7 @@ echo $ECHO_N "checking if the build-compiler \"$BUILD_CC\" works... $ECHO_C" >&6
cf_ok_build_cc=unknown
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 3783 "configure"
+#line 3836 "configure"
#include "confdefs.h"
#include <stdio.h>
int main(int argc, char *argv[])
@@ -3790,15 +3843,15 @@ else
_ACEOF
rm -f "conftest$ac_exeext"
-if { (eval echo "$as_me:3793: \"$ac_link\"") >&5
+if { (eval echo "$as_me:3846: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:3796: \$? = $ac_status" >&5
+ echo "$as_me:3849: \$? = $ac_status" >&5
(exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"'
- { (eval echo "$as_me:3798: \"$ac_try\"") >&5
+ { (eval echo "$as_me:3851: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:3801: \$? = $ac_status" >&5
+ echo "$as_me:3854: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_ok_build_cc=yes
else
@@ -3813,12 +3866,12 @@ fi
cross_compiling=$cf_save_crossed
ac_link=$cf_save_ac_link
- echo "$as_me:3816: result: $cf_ok_build_cc" >&5
+ echo "$as_me:3869: result: $cf_ok_build_cc" >&5
echo "${ECHO_T}$cf_ok_build_cc" >&6
if test "$cf_ok_build_cc" != yes
then
- { { echo "$as_me:3821: error: Cross-build requires two compilers.
+ { { echo "$as_me:3874: error: Cross-build requires two compilers.
Use --with-build-cc to specify the native compiler." >&5
echo "$as_me: error: Cross-build requires two compilers.
Use --with-build-cc to specify the native compiler." >&2;}
@@ -3829,9 +3882,9 @@ else
: ${BUILD_CC:='${CC}'}
: ${BUILD_CPP:='${CPP}'}
: ${BUILD_CFLAGS:='${CFLAGS}'}
- : ${BUILD_CPPFLAGS:='${CPPFLAGS}'}
+ : ${BUILD_CPPFLAGS:='#'}
: ${BUILD_LDFLAGS:='${LDFLAGS}'}
- : ${BUILD_LIBS:='${LIBS}'}
+ : ${BUILD_LIBS:=''${LIBS}''}
: ${BUILD_EXEEXT:='$x'}
: ${BUILD_OBJEXT:='o'}
fi
@@ -3839,7 +3892,7 @@ fi
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
set dummy ${ac_tool_prefix}ranlib; ac_word=$2
-echo "$as_me:3842: checking for $ac_word" >&5
+echo "$as_me:3895: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_RANLIB+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3854,7 +3907,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_RANLIB="${ac_tool_prefix}ranlib"
-echo "$as_me:3857: found $ac_dir/$ac_word" >&5
+echo "$as_me:3910: found $ac_dir/$ac_word" >&5
break
done
@@ -3862,10 +3915,10 @@ fi
fi
RANLIB=$ac_cv_prog_RANLIB
if test -n "$RANLIB"; then
- echo "$as_me:3865: result: $RANLIB" >&5
+ echo "$as_me:3918: result: $RANLIB" >&5
echo "${ECHO_T}$RANLIB" >&6
else
- echo "$as_me:3868: result: no" >&5
+ echo "$as_me:3921: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -3874,7 +3927,7 @@ if test -z "$ac_cv_prog_RANLIB"; then
ac_ct_RANLIB=$RANLIB
# Extract the first word of "ranlib", so it can be a program name with args.
set dummy ranlib; ac_word=$2
-echo "$as_me:3877: checking for $ac_word" >&5
+echo "$as_me:3930: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3889,7 +3942,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_RANLIB="ranlib"
-echo "$as_me:3892: found $ac_dir/$ac_word" >&5
+echo "$as_me:3945: found $ac_dir/$ac_word" >&5
break
done
@@ -3898,10 +3951,10 @@ fi
fi
ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
if test -n "$ac_ct_RANLIB"; then
- echo "$as_me:3901: result: $ac_ct_RANLIB" >&5
+ echo "$as_me:3954: result: $ac_ct_RANLIB" >&5
echo "${ECHO_T}$ac_ct_RANLIB" >&6
else
- echo "$as_me:3904: result: no" >&5
+ echo "$as_me:3957: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -3913,7 +3966,7 @@ fi
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
set dummy ${ac_tool_prefix}ar; ac_word=$2
-echo "$as_me:3916: checking for $ac_word" >&5
+echo "$as_me:3969: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_AR+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3928,7 +3981,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_AR="${ac_tool_prefix}ar"
-echo "$as_me:3931: found $ac_dir/$ac_word" >&5
+echo "$as_me:3984: found $ac_dir/$ac_word" >&5
break
done
@@ -3936,10 +3989,10 @@ fi
fi
AR=$ac_cv_prog_AR
if test -n "$AR"; then
- echo "$as_me:3939: result: $AR" >&5
+ echo "$as_me:3992: result: $AR" >&5
echo "${ECHO_T}$AR" >&6
else
- echo "$as_me:3942: result: no" >&5
+ echo "$as_me:3995: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -3948,7 +4001,7 @@ if test -z "$ac_cv_prog_AR"; then
ac_ct_AR=$AR
# Extract the first word of "ar", so it can be a program name with args.
set dummy ar; ac_word=$2
-echo "$as_me:3951: checking for $ac_word" >&5
+echo "$as_me:4004: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3963,7 +4016,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_AR="ar"
-echo "$as_me:3966: found $ac_dir/$ac_word" >&5
+echo "$as_me:4019: found $ac_dir/$ac_word" >&5
break
done
@@ -3972,10 +4025,10 @@ fi
fi
ac_ct_AR=$ac_cv_prog_ac_ct_AR
if test -n "$ac_ct_AR"; then
- echo "$as_me:3975: result: $ac_ct_AR" >&5
+ echo "$as_me:4028: result: $ac_ct_AR" >&5
echo "${ECHO_T}$ac_ct_AR" >&6
else
- echo "$as_me:3978: result: no" >&5
+ echo "$as_me:4031: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -3984,7 +4037,7 @@ else
AR="$ac_cv_prog_AR"
fi
-echo "$as_me:3987: checking for options to update archives" >&5
+echo "$as_me:4040: checking for options to update archives" >&5
echo $ECHO_N "checking for options to update archives... $ECHO_C" >&6
if test "${cf_cv_ar_flags+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4021,13 +4074,13 @@ else
rm -f conftest.a
cat >"conftest.$ac_ext" <<EOF
-#line 4024 "configure"
+#line 4077 "configure"
int testdata[3] = { 123, 456, 789 };
EOF
- if { (eval echo "$as_me:4027: \"$ac_compile\"") >&5
+ if { (eval echo "$as_me:4080: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:4030: \$? = $ac_status" >&5
+ echo "$as_me:4083: \$? = $ac_status" >&5
(exit "$ac_status"); } ; then
echo "$AR $ARFLAGS $cf_ar_flags conftest.a conftest.$ac_cv_objext" >&5
$AR $ARFLAGS "$cf_ar_flags" conftest.a "conftest.$ac_cv_objext" 2>&5 1>/dev/null
@@ -4038,7 +4091,7 @@ EOF
else
test -n "$verbose" && echo " cannot compile test-program" 1>&6
-echo "${as_me:-configure}:4041: testing cannot compile test-program ..." 1>&5
+echo "${as_me:-configure}:4094: testing cannot compile test-program ..." 1>&5
break
fi
@@ -4048,7 +4101,7 @@ echo "${as_me:-configure}:4041: testing cannot compile test-program ..." 1>&5
esac
fi
-echo "$as_me:4051: result: $cf_cv_ar_flags" >&5
+echo "$as_me:4104: result: $cf_cv_ar_flags" >&5
echo "${ECHO_T}$cf_cv_ar_flags" >&6
if test -n "$ARFLAGS" ; then
@@ -4059,7 +4112,7 @@ else
ARFLAGS=$cf_cv_ar_flags
fi
-echo "$as_me:4062: checking if you want to see long compiling messages" >&5
+echo "$as_me:4115: checking if you want to see long compiling messages" >&5
echo $ECHO_N "checking if you want to see long compiling messages... $ECHO_C" >&6
# Check whether --enable-echo or --disable-echo was given.
@@ -4093,7 +4146,7 @@ else
ECHO_CC=''
fi;
-echo "$as_me:4096: result: $enableval" >&5
+echo "$as_me:4149: result: $enableval" >&5
echo "${ECHO_T}$enableval" >&6
# special case for WWW/*
@@ -4103,7 +4156,7 @@ else
DONT_ECHO_CC=''
fi
-echo "$as_me:4106: checking if you want to check memory-leaks" >&5
+echo "$as_me:4159: checking if you want to check memory-leaks" >&5
echo $ECHO_N "checking if you want to check memory-leaks... $ECHO_C" >&6
# Check whether --enable-find-leaks or --disable-find-leaks was given.
@@ -4120,7 +4173,7 @@ else
with_leak_checks=no
fi;
-echo "$as_me:4123: result: $with_leak_checks" >&5
+echo "$as_me:4176: result: $with_leak_checks" >&5
echo "${ECHO_T}$with_leak_checks" >&6
test "$with_leak_checks" = "yes" &&
cat >>confdefs.h <<\EOF
@@ -4130,7 +4183,7 @@ EOF
# The comment about adding -g to $CFLAGS is unclear. Autoconf tries to add
# a -g flag; we remove it if the user's $CFLAGS was not set and debugging is
# disabled.
-echo "$as_me:4133: checking if you want to enable debug-code" >&5
+echo "$as_me:4186: checking if you want to enable debug-code" >&5
echo $ECHO_N "checking if you want to enable debug-code... $ECHO_C" >&6
# Check whether --enable-debug or --disable-debug was given.
@@ -4147,7 +4200,7 @@ else
with_debug=no
fi;
-echo "$as_me:4150: result: $with_debug" >&5
+echo "$as_me:4203: result: $with_debug" >&5
echo "${ECHO_T}$with_debug" >&6
if test "$with_debug" = "yes" ; then
case "$host_os" in
@@ -4172,7 +4225,7 @@ else
esac
fi
-echo "$as_me:4175: checking if you want to enable lynx trace code *recommended* " >&5
+echo "$as_me:4228: checking if you want to enable lynx trace code *recommended* " >&5
echo $ECHO_N "checking if you want to enable lynx trace code *recommended* ... $ECHO_C" >&6
# Check whether --enable-trace or --disable-trace was given.
@@ -4189,14 +4242,14 @@ else
with_trace=yes
fi;
-echo "$as_me:4192: result: $with_trace" >&5
+echo "$as_me:4245: result: $with_trace" >&5
echo "${ECHO_T}$with_trace" >&6
test "$with_trace" = no &&
cat >>confdefs.h <<\EOF
#define NO_LYNX_TRACE 1
EOF
-echo "$as_me:4199: checking if you want verbose trace code" >&5
+echo "$as_me:4252: checking if you want verbose trace code" >&5
echo $ECHO_N "checking if you want verbose trace code... $ECHO_C" >&6
# Check whether --enable-vertrace or --disable-vertrace was given.
@@ -4213,7 +4266,7 @@ else
with_vertrace=no
fi;
-echo "$as_me:4216: result: $with_vertrace" >&5
+echo "$as_me:4269: result: $with_vertrace" >&5
echo "${ECHO_T}$with_vertrace" >&6
test "$with_vertrace" = yes &&
cat >>confdefs.h <<\EOF
@@ -4222,7 +4275,7 @@ EOF
if test -n "$with_screen" && test "x$with_screen" = "xpdcurses"
then
- echo "$as_me:4225: checking for X" >&5
+ echo "$as_me:4278: checking for X" >&5
echo $ECHO_N "checking for X... $ECHO_C" >&6
# Check whether --with-x or --without-x was given.
@@ -4326,17 +4379,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 4329 "configure"
+#line 4382 "configure"
#include "confdefs.h"
#include <X11/Intrinsic.h>
_ACEOF
-if { (eval echo "$as_me:4333: \"$ac_cpp "conftest.$ac_ext"\"") >&5
+if { (eval echo "$as_me:4386: \"$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:4339: \$? = $ac_status" >&5
+ echo "$as_me:4392: \$? = $ac_status" >&5
(exit "$ac_status"); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -4369,7 +4422,7 @@ if test "$ac_x_libraries" = no; then
ac_save_LIBS=$LIBS
LIBS="-lXt $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 4372 "configure"
+#line 4425 "configure"
#include "confdefs.h"
#include <X11/Intrinsic.h>
int
@@ -4381,16 +4434,16 @@ XtMalloc (0)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:4384: \"$ac_link\"") >&5
+if { (eval echo "$as_me:4437: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:4387: \$? = $ac_status" >&5
+ echo "$as_me:4440: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:4390: \"$ac_try\"") >&5
+ { (eval echo "$as_me:4443: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:4393: \$? = $ac_status" >&5
+ echo "$as_me:4446: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
LIBS=$ac_save_LIBS
# We can link X programs with no special library path.
@@ -4428,7 +4481,7 @@ fi
fi # $with_x != no
if test "$have_x" != yes; then
- echo "$as_me:4431: result: $have_x" >&5
+ echo "$as_me:4484: result: $have_x" >&5
echo "${ECHO_T}$have_x" >&6
no_x=yes
else
@@ -4438,7 +4491,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:4441: result: libraries $x_libraries, headers $x_includes" >&5
+ echo "$as_me:4494: result: libraries $x_libraries, headers $x_includes" >&5
echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
fi
@@ -4465,11 +4518,11 @@ else
# others require no space. Words are not sufficient . . . .
case `(uname -sr) 2>/dev/null` in
"SunOS 5"*)
- echo "$as_me:4468: checking whether -R must be followed by a space" >&5
+ echo "$as_me:4521: 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 4472 "configure"
+#line 4525 "configure"
#include "confdefs.h"
int
@@ -4481,16 +4534,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:4484: \"$ac_link\"") >&5
+if { (eval echo "$as_me:4537: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:4487: \$? = $ac_status" >&5
+ echo "$as_me:4540: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:4490: \"$ac_try\"") >&5
+ { (eval echo "$as_me:4543: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:4493: \$? = $ac_status" >&5
+ echo "$as_me:4546: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_R_nospace=yes
else
@@ -4500,13 +4553,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:4503: result: no" >&5
+ echo "$as_me:4556: 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 4509 "configure"
+#line 4562 "configure"
#include "confdefs.h"
int
@@ -4518,16 +4571,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:4521: \"$ac_link\"") >&5
+if { (eval echo "$as_me:4574: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:4524: \$? = $ac_status" >&5
+ echo "$as_me:4577: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:4527: \"$ac_try\"") >&5
+ { (eval echo "$as_me:4580: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:4530: \$? = $ac_status" >&5
+ echo "$as_me:4583: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_R_space=yes
else
@@ -4537,11 +4590,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:4540: result: yes" >&5
+ echo "$as_me:4593: result: yes" >&5
echo "${ECHO_T}yes" >&6
X_LIBS="$X_LIBS -R $x_libraries"
else
- echo "$as_me:4544: result: neither works" >&5
+ echo "$as_me:4597: result: neither works" >&5
echo "${ECHO_T}neither works" >&6
fi
fi
@@ -4561,7 +4614,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 4564 "configure"
+#line 4617 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -4580,22 +4633,22 @@ XOpenDisplay ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:4583: \"$ac_link\"") >&5
+if { (eval echo "$as_me:4636: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:4586: \$? = $ac_status" >&5
+ echo "$as_me:4639: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:4589: \"$ac_try\"") >&5
+ { (eval echo "$as_me:4642: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:4592: \$? = $ac_status" >&5
+ echo "$as_me:4645: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
echo "$as_me: failed program was:" >&5
cat "conftest.$ac_ext" >&5
-echo "$as_me:4598: checking for dnet_ntoa in -ldnet" >&5
+echo "$as_me:4651: 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
@@ -4603,7 +4656,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ldnet $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 4606 "configure"
+#line 4659 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -4622,16 +4675,16 @@ dnet_ntoa ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:4625: \"$ac_link\"") >&5
+if { (eval echo "$as_me:4678: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:4628: \$? = $ac_status" >&5
+ echo "$as_me:4681: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:4631: \"$ac_try\"") >&5
+ { (eval echo "$as_me:4684: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:4634: \$? = $ac_status" >&5
+ echo "$as_me:4687: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_dnet_dnet_ntoa=yes
else
@@ -4642,14 +4695,14 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:4645: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
+echo "$as_me:4698: 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:4652: checking for dnet_ntoa in -ldnet_stub" >&5
+ echo "$as_me:4705: 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
@@ -4657,7 +4710,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ldnet_stub $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 4660 "configure"
+#line 4713 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -4676,16 +4729,16 @@ dnet_ntoa ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:4679: \"$ac_link\"") >&5
+if { (eval echo "$as_me:4732: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:4682: \$? = $ac_status" >&5
+ echo "$as_me:4735: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:4685: \"$ac_try\"") >&5
+ { (eval echo "$as_me:4738: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:4688: \$? = $ac_status" >&5
+ echo "$as_me:4741: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_dnet_stub_dnet_ntoa=yes
else
@@ -4696,7 +4749,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:4699: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
+echo "$as_me:4752: 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"
@@ -4715,13 +4768,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:4718: checking for gethostbyname" >&5
+ echo "$as_me:4771: 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 4724 "configure"
+#line 4777 "configure"
#include "confdefs.h"
#define gethostbyname autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -4752,16 +4805,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:4755: \"$ac_link\"") >&5
+if { (eval echo "$as_me:4808: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:4758: \$? = $ac_status" >&5
+ echo "$as_me:4811: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:4761: \"$ac_try\"") >&5
+ { (eval echo "$as_me:4814: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:4764: \$? = $ac_status" >&5
+ echo "$as_me:4817: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_func_gethostbyname=yes
else
@@ -4771,11 +4824,11 @@ ac_cv_func_gethostbyname=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:4774: result: $ac_cv_func_gethostbyname" >&5
+echo "$as_me:4827: 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:4778: checking for gethostbyname in -lnsl" >&5
+ echo "$as_me:4831: 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
@@ -4783,7 +4836,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lnsl $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 4786 "configure"
+#line 4839 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -4802,16 +4855,16 @@ gethostbyname ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:4805: \"$ac_link\"") >&5
+if { (eval echo "$as_me:4858: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:4808: \$? = $ac_status" >&5
+ echo "$as_me:4861: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:4811: \"$ac_try\"") >&5
+ { (eval echo "$as_me:4864: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:4814: \$? = $ac_status" >&5
+ echo "$as_me:4867: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_nsl_gethostbyname=yes
else
@@ -4822,14 +4875,14 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:4825: result: $ac_cv_lib_nsl_gethostbyname" >&5
+echo "$as_me:4878: 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:4832: checking for gethostbyname in -lbsd" >&5
+ echo "$as_me:4885: 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
@@ -4837,7 +4890,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lbsd $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 4840 "configure"
+#line 4893 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -4856,16 +4909,16 @@ gethostbyname ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:4859: \"$ac_link\"") >&5
+if { (eval echo "$as_me:4912: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:4862: \$? = $ac_status" >&5
+ echo "$as_me:4915: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:4865: \"$ac_try\"") >&5
+ { (eval echo "$as_me:4918: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:4868: \$? = $ac_status" >&5
+ echo "$as_me:4921: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_bsd_gethostbyname=yes
else
@@ -4876,7 +4929,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:4879: result: $ac_cv_lib_bsd_gethostbyname" >&5
+echo "$as_me:4932: 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"
@@ -4892,13 +4945,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:4895: checking for connect" >&5
+ echo "$as_me:4948: 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 4901 "configure"
+#line 4954 "configure"
#include "confdefs.h"
#define connect autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -4929,16 +4982,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:4932: \"$ac_link\"") >&5
+if { (eval echo "$as_me:4985: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:4935: \$? = $ac_status" >&5
+ echo "$as_me:4988: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:4938: \"$ac_try\"") >&5
+ { (eval echo "$as_me:4991: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:4941: \$? = $ac_status" >&5
+ echo "$as_me:4994: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_func_connect=yes
else
@@ -4948,11 +5001,11 @@ ac_cv_func_connect=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:4951: result: $ac_cv_func_connect" >&5
+echo "$as_me:5004: 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:4955: checking for connect in -lsocket" >&5
+ echo "$as_me:5008: 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
@@ -4960,7 +5013,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 4963 "configure"
+#line 5016 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -4979,16 +5032,16 @@ connect ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:4982: \"$ac_link\"") >&5
+if { (eval echo "$as_me:5035: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:4985: \$? = $ac_status" >&5
+ echo "$as_me:5038: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:4988: \"$ac_try\"") >&5
+ { (eval echo "$as_me:5041: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:4991: \$? = $ac_status" >&5
+ echo "$as_me:5044: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_socket_connect=yes
else
@@ -4999,7 +5052,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:5002: result: $ac_cv_lib_socket_connect" >&5
+echo "$as_me:5055: 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"
@@ -5008,13 +5061,13 @@ fi
fi
# Guillermo Gomez says -lposix is necessary on A/UX.
- echo "$as_me:5011: checking for remove" >&5
+ echo "$as_me:5064: 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 5017 "configure"
+#line 5070 "configure"
#include "confdefs.h"
#define remove autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -5045,16 +5098,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:5048: \"$ac_link\"") >&5
+if { (eval echo "$as_me:5101: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:5051: \$? = $ac_status" >&5
+ echo "$as_me:5104: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:5054: \"$ac_try\"") >&5
+ { (eval echo "$as_me:5107: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:5057: \$? = $ac_status" >&5
+ echo "$as_me:5110: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_func_remove=yes
else
@@ -5064,11 +5117,11 @@ ac_cv_func_remove=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:5067: result: $ac_cv_func_remove" >&5
+echo "$as_me:5120: 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:5071: checking for remove in -lposix" >&5
+ echo "$as_me:5124: 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
@@ -5076,7 +5129,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lposix $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 5079 "configure"
+#line 5132 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -5095,16 +5148,16 @@ remove ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:5098: \"$ac_link\"") >&5
+if { (eval echo "$as_me:5151: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:5101: \$? = $ac_status" >&5
+ echo "$as_me:5154: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:5104: \"$ac_try\"") >&5
+ { (eval echo "$as_me:5157: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:5107: \$? = $ac_status" >&5
+ echo "$as_me:5160: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_posix_remove=yes
else
@@ -5115,7 +5168,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:5118: result: $ac_cv_lib_posix_remove" >&5
+echo "$as_me:5171: 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"
@@ -5124,13 +5177,13 @@ fi
fi
# BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
- echo "$as_me:5127: checking for shmat" >&5
+ echo "$as_me:5180: 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 5133 "configure"
+#line 5186 "configure"
#include "confdefs.h"
#define shmat autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -5161,16 +5214,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:5164: \"$ac_link\"") >&5
+if { (eval echo "$as_me:5217: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:5167: \$? = $ac_status" >&5
+ echo "$as_me:5220: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:5170: \"$ac_try\"") >&5
+ { (eval echo "$as_me:5223: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:5173: \$? = $ac_status" >&5
+ echo "$as_me:5226: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_func_shmat=yes
else
@@ -5180,11 +5233,11 @@ ac_cv_func_shmat=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:5183: result: $ac_cv_func_shmat" >&5
+echo "$as_me:5236: 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:5187: checking for shmat in -lipc" >&5
+ echo "$as_me:5240: 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
@@ -5192,7 +5245,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lipc $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 5195 "configure"
+#line 5248 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -5211,16 +5264,16 @@ shmat ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:5214: \"$ac_link\"") >&5
+if { (eval echo "$as_me:5267: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:5217: \$? = $ac_status" >&5
+ echo "$as_me:5270: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:5220: \"$ac_try\"") >&5
+ { (eval echo "$as_me:5273: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:5223: \$? = $ac_status" >&5
+ echo "$as_me:5276: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_ipc_shmat=yes
else
@@ -5231,7 +5284,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:5234: result: $ac_cv_lib_ipc_shmat" >&5
+echo "$as_me:5287: 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"
@@ -5249,7 +5302,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:5252: checking for IceConnectionNumber in -lICE" >&5
+ echo "$as_me:5305: 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
@@ -5257,7 +5310,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lICE $X_EXTRA_LIBS $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 5260 "configure"
+#line 5313 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -5276,16 +5329,16 @@ IceConnectionNumber ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:5279: \"$ac_link\"") >&5
+if { (eval echo "$as_me:5332: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:5282: \$? = $ac_status" >&5
+ echo "$as_me:5335: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:5285: \"$ac_try\"") >&5
+ { (eval echo "$as_me:5338: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:5288: \$? = $ac_status" >&5
+ echo "$as_me:5341: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_ICE_IceConnectionNumber=yes
else
@@ -5296,7 +5349,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:5299: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
+echo "$as_me:5352: 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"
@@ -5308,7 +5361,7 @@ fi
fi
-echo "$as_me:5311: checking if you want to use C11 _Noreturn feature" >&5
+echo "$as_me:5364: checking if you want to use C11 _Noreturn feature" >&5
echo $ECHO_N "checking if you want to use C11 _Noreturn feature... $ECHO_C" >&6
# Check whether --enable-stdnoreturn or --disable-stdnoreturn was given.
@@ -5325,17 +5378,17 @@ else
enable_stdnoreturn=no
fi;
-echo "$as_me:5328: result: $enable_stdnoreturn" >&5
+echo "$as_me:5381: result: $enable_stdnoreturn" >&5
echo "${ECHO_T}$enable_stdnoreturn" >&6
if test $enable_stdnoreturn = yes; then
-echo "$as_me:5332: checking for C11 _Noreturn feature" >&5
+echo "$as_me:5385: checking for C11 _Noreturn feature" >&5
echo $ECHO_N "checking for C11 _Noreturn feature... $ECHO_C" >&6
if test "${cf_cv_c11_noreturn+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 5338 "configure"
+#line 5391 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -5351,16 +5404,16 @@ if (feof(stdin)) giveup()
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:5354: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:5407: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:5357: \$? = $ac_status" >&5
+ echo "$as_me:5410: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:5360: \"$ac_try\"") >&5
+ { (eval echo "$as_me:5413: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:5363: \$? = $ac_status" >&5
+ echo "$as_me:5416: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_c11_noreturn=yes
else
@@ -5371,7 +5424,7 @@ fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:5374: result: $cf_cv_c11_noreturn" >&5
+echo "$as_me:5427: result: $cf_cv_c11_noreturn" >&5
echo "${ECHO_T}$cf_cv_c11_noreturn" >&6
else
cf_cv_c11_noreturn=no,
@@ -5427,16 +5480,16 @@ then
then
test -n "$verbose" && echo " repairing CFLAGS: $CFLAGS" 1>&6
-echo "${as_me:-configure}:5430: testing repairing CFLAGS: $CFLAGS ..." 1>&5
+echo "${as_me:-configure}:5483: testing repairing CFLAGS: $CFLAGS ..." 1>&5
CFLAGS="$cf_temp_flags"
test -n "$verbose" && echo " ... fixed $CFLAGS" 1>&6
-echo "${as_me:-configure}:5435: testing ... fixed $CFLAGS ..." 1>&5
+echo "${as_me:-configure}:5488: testing ... fixed $CFLAGS ..." 1>&5
test -n "$verbose" && echo " ... extra $EXTRA_CFLAGS" 1>&6
-echo "${as_me:-configure}:5439: testing ... extra $EXTRA_CFLAGS ..." 1>&5
+echo "${as_me:-configure}:5492: testing ... extra $EXTRA_CFLAGS ..." 1>&5
fi
;;
@@ -5475,16 +5528,16 @@ then
then
test -n "$verbose" && echo " repairing CPPFLAGS: $CPPFLAGS" 1>&6
-echo "${as_me:-configure}:5478: testing repairing CPPFLAGS: $CPPFLAGS ..." 1>&5
+echo "${as_me:-configure}:5531: testing repairing CPPFLAGS: $CPPFLAGS ..." 1>&5
CPPFLAGS="$cf_temp_flags"
test -n "$verbose" && echo " ... fixed $CPPFLAGS" 1>&6
-echo "${as_me:-configure}:5483: testing ... fixed $CPPFLAGS ..." 1>&5
+echo "${as_me:-configure}:5536: testing ... fixed $CPPFLAGS ..." 1>&5
test -n "$verbose" && echo " ... extra $EXTRA_CFLAGS" 1>&6
-echo "${as_me:-configure}:5487: testing ... extra $EXTRA_CFLAGS ..." 1>&5
+echo "${as_me:-configure}:5540: testing ... extra $EXTRA_CFLAGS ..." 1>&5
fi
;;
@@ -5523,23 +5576,23 @@ then
then
test -n "$verbose" && echo " repairing LDFLAGS: $LDFLAGS" 1>&6
-echo "${as_me:-configure}:5526: testing repairing LDFLAGS: $LDFLAGS ..." 1>&5
+echo "${as_me:-configure}:5579: testing repairing LDFLAGS: $LDFLAGS ..." 1>&5
LDFLAGS="$cf_temp_flags"
test -n "$verbose" && echo " ... fixed $LDFLAGS" 1>&6
-echo "${as_me:-configure}:5531: testing ... fixed $LDFLAGS ..." 1>&5
+echo "${as_me:-configure}:5584: testing ... fixed $LDFLAGS ..." 1>&5
test -n "$verbose" && echo " ... extra $EXTRA_CFLAGS" 1>&6
-echo "${as_me:-configure}:5535: testing ... extra $EXTRA_CFLAGS ..." 1>&5
+echo "${as_me:-configure}:5588: testing ... extra $EXTRA_CFLAGS ..." 1>&5
fi
;;
esac
fi
-echo "$as_me:5542: checking if you want to turn on gcc warnings" >&5
+echo "$as_me:5595: checking if you want to turn on gcc warnings" >&5
echo $ECHO_N "checking if you want to turn on gcc warnings... $ECHO_C" >&6
# Check whether --enable-warnings or --disable-warnings was given.
@@ -5556,7 +5609,7 @@ else
enable_warnings=no
fi;
-echo "$as_me:5559: result: $enable_warnings" >&5
+echo "$as_me:5612: result: $enable_warnings" >&5
echo "${ECHO_T}$enable_warnings" >&6
if test "$enable_warnings" = "yes"
then
@@ -5579,10 +5632,10 @@ cat > conftest.i <<EOF
EOF
if test "$GCC" = yes
then
- { echo "$as_me:5582: checking for $CC __attribute__ directives..." >&5
+ { echo "$as_me:5635: checking for $CC __attribute__ directives..." >&5
echo "$as_me: checking for $CC __attribute__ directives..." >&6;}
cat > "conftest.$ac_ext" <<EOF
-#line 5585 "${as_me:-configure}"
+#line 5638 "${as_me:-configure}"
#include <stdio.h>
#include "confdefs.h"
#include "conftest.h"
@@ -5632,12 +5685,12 @@ EOF
;;
esac
- if { (eval echo "$as_me:5635: \"$ac_compile\"") >&5
+ if { (eval echo "$as_me:5688: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:5638: \$? = $ac_status" >&5
+ echo "$as_me:5691: \$? = $ac_status" >&5
(exit "$ac_status"); }; then
- test -n "$verbose" && echo "$as_me:5640: result: ... $cf_attribute" >&5
+ test -n "$verbose" && echo "$as_me:5693: result: ... $cf_attribute" >&5
echo "${ECHO_T}... $cf_attribute" >&6
cat conftest.h >>confdefs.h
case "$cf_attribute" in
@@ -5715,7 +5768,7 @@ do
done
cat >"conftest.$ac_ext" <<_ACEOF
-#line 5718 "configure"
+#line 5771 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -5730,26 +5783,26 @@ String foo = malloc(1); free((void*)foo)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:5733: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:5786: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:5736: \$? = $ac_status" >&5
+ echo "$as_me:5789: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:5739: \"$ac_try\"") >&5
+ { (eval echo "$as_me:5792: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:5742: \$? = $ac_status" >&5
+ echo "$as_me:5795: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
-echo "$as_me:5745: checking for X11/Xt const-feature" >&5
+echo "$as_me:5798: checking for X11/Xt const-feature" >&5
echo $ECHO_N "checking for X11/Xt const-feature... $ECHO_C" >&6
if test "${cf_cv_const_x_string+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 5752 "configure"
+#line 5805 "configure"
#include "confdefs.h"
#undef _CONST_X_STRING
@@ -5767,16 +5820,16 @@ String foo = malloc(1); *foo = 0
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:5770: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:5823: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:5773: \$? = $ac_status" >&5
+ echo "$as_me:5826: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:5776: \"$ac_try\"") >&5
+ { (eval echo "$as_me:5829: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:5779: \$? = $ac_status" >&5
+ echo "$as_me:5832: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_const_x_string=no
@@ -5791,7 +5844,7 @@ fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:5794: result: $cf_cv_const_x_string" >&5
+echo "$as_me:5847: result: $cf_cv_const_x_string" >&5
echo "${ECHO_T}$cf_cv_const_x_string" >&6
LIBS="$cf_save_LIBS_CF_CONST_X_STRING"
@@ -5820,7 +5873,7 @@ fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
cat > "conftest.$ac_ext" <<EOF
-#line 5823 "${as_me:-configure}"
+#line 5876 "${as_me:-configure}"
int main(int argc, char *argv[]) { return (argv[argc-1] == 0) ; }
EOF
if test "$INTEL_COMPILER" = yes
@@ -5836,7 +5889,7 @@ then
# remark #981: operands are evaluated in unspecified order
# warning #279: controlling expression is constant
- { echo "$as_me:5839: checking for $CC warning options..." >&5
+ { echo "$as_me:5892: checking for $CC warning options..." >&5
echo "$as_me: checking for $CC warning options..." >&6;}
cf_save_CFLAGS="$CFLAGS"
EXTRA_CFLAGS="$EXTRA_CFLAGS -Wall"
@@ -5852,12 +5905,12 @@ echo "$as_me: checking for $CC warning options..." >&6;}
wd981
do
CFLAGS="$cf_save_CFLAGS $EXTRA_CFLAGS -$cf_opt"
- if { (eval echo "$as_me:5855: \"$ac_compile\"") >&5
+ if { (eval echo "$as_me:5908: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:5858: \$? = $ac_status" >&5
+ echo "$as_me:5911: \$? = $ac_status" >&5
(exit "$ac_status"); }; then
- test -n "$verbose" && echo "$as_me:5860: result: ... -$cf_opt" >&5
+ test -n "$verbose" && echo "$as_me:5913: result: ... -$cf_opt" >&5
echo "${ECHO_T}... -$cf_opt" >&6
EXTRA_CFLAGS="$EXTRA_CFLAGS -$cf_opt"
fi
@@ -5865,7 +5918,7 @@ echo "${ECHO_T}... -$cf_opt" >&6
CFLAGS="$cf_save_CFLAGS"
elif test "$GCC" = yes && test "$GCC_VERSION" != "unknown"
then
- { echo "$as_me:5868: checking for $CC warning options..." >&5
+ { echo "$as_me:5921: checking for $CC warning options..." >&5
echo "$as_me: checking for $CC warning options..." >&6;}
cf_save_CFLAGS="$CFLAGS"
cf_warn_CONST=""
@@ -5888,12 +5941,12 @@ echo "$as_me: checking for $CC warning options..." >&6;}
Wundef Wno-inline $cf_gcc_warnings $cf_warn_CONST
do
CFLAGS="$cf_save_CFLAGS $EXTRA_CFLAGS -$cf_opt"
- if { (eval echo "$as_me:5891: \"$ac_compile\"") >&5
+ if { (eval echo "$as_me:5944: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:5894: \$? = $ac_status" >&5
+ echo "$as_me:5947: \$? = $ac_status" >&5
(exit "$ac_status"); }; then
- test -n "$verbose" && echo "$as_me:5896: result: ... -$cf_opt" >&5
+ test -n "$verbose" && echo "$as_me:5949: result: ... -$cf_opt" >&5
echo "${ECHO_T}... -$cf_opt" >&6
case "$cf_opt" in
(Winline)
@@ -5901,7 +5954,7 @@ echo "${ECHO_T}... -$cf_opt" >&6
([34].*)
test -n "$verbose" && echo " feature is broken in gcc $GCC_VERSION" 1>&6
-echo "${as_me:-configure}:5904: testing feature is broken in gcc $GCC_VERSION ..." 1>&5
+echo "${as_me:-configure}:5957: testing feature is broken in gcc $GCC_VERSION ..." 1>&5
continue;;
esac
@@ -5911,7 +5964,7 @@ echo "${as_me:-configure}:5904: testing feature is broken in gcc $GCC_VERSION ..
([12].*)
test -n "$verbose" && echo " feature is broken in gcc $GCC_VERSION" 1>&6
-echo "${as_me:-configure}:5914: testing feature is broken in gcc $GCC_VERSION ..." 1>&5
+echo "${as_me:-configure}:5967: testing feature is broken in gcc $GCC_VERSION ..." 1>&5
continue;;
esac
@@ -5928,7 +5981,7 @@ fi
fi
-echo "$as_me:5931: checking if you want to use dbmalloc for testing" >&5
+echo "$as_me:5984: checking if you want to use dbmalloc for testing" >&5
echo $ECHO_N "checking if you want to use dbmalloc for testing... $ECHO_C" >&6
# Check whether --with-dbmalloc or --without-dbmalloc was given.
@@ -5950,7 +6003,7 @@ EOF
else
with_dbmalloc=
fi;
-echo "$as_me:5953: result: ${with_dbmalloc:-no}" >&5
+echo "$as_me:6006: result: ${with_dbmalloc:-no}" >&5
echo "${ECHO_T}${with_dbmalloc:-no}" >&6
case ".$with_cflags" in
@@ -6064,23 +6117,23 @@ fi
esac
if test "$with_dbmalloc" = yes ; then
- echo "$as_me:6067: checking for dbmalloc.h" >&5
+ echo "$as_me:6120: checking for dbmalloc.h" >&5
echo $ECHO_N "checking for dbmalloc.h... $ECHO_C" >&6
if test "${ac_cv_header_dbmalloc_h+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 6073 "configure"
+#line 6126 "configure"
#include "confdefs.h"
#include <dbmalloc.h>
_ACEOF
-if { (eval echo "$as_me:6077: \"$ac_cpp "conftest.$ac_ext"\"") >&5
+if { (eval echo "$as_me:6130: \"$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:6083: \$? = $ac_status" >&5
+ echo "$as_me:6136: \$? = $ac_status" >&5
(exit "$ac_status"); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -6099,11 +6152,11 @@ else
fi
rm -f conftest.err "conftest.$ac_ext"
fi
-echo "$as_me:6102: result: $ac_cv_header_dbmalloc_h" >&5
+echo "$as_me:6155: result: $ac_cv_header_dbmalloc_h" >&5
echo "${ECHO_T}$ac_cv_header_dbmalloc_h" >&6
if test "$ac_cv_header_dbmalloc_h" = yes; then
-echo "$as_me:6106: checking for debug_malloc in -ldbmalloc" >&5
+echo "$as_me:6159: checking for debug_malloc in -ldbmalloc" >&5
echo $ECHO_N "checking for debug_malloc in -ldbmalloc... $ECHO_C" >&6
if test "${ac_cv_lib_dbmalloc_debug_malloc+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6111,7 +6164,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ldbmalloc $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 6114 "configure"
+#line 6167 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -6130,16 +6183,16 @@ debug_malloc ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:6133: \"$ac_link\"") >&5
+if { (eval echo "$as_me:6186: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:6136: \$? = $ac_status" >&5
+ echo "$as_me:6189: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:6139: \"$ac_try\"") >&5
+ { (eval echo "$as_me:6192: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:6142: \$? = $ac_status" >&5
+ echo "$as_me:6195: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_dbmalloc_debug_malloc=yes
else
@@ -6150,7 +6203,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:6153: result: $ac_cv_lib_dbmalloc_debug_malloc" >&5
+echo "$as_me:6206: result: $ac_cv_lib_dbmalloc_debug_malloc" >&5
echo "${ECHO_T}$ac_cv_lib_dbmalloc_debug_malloc" >&6
if test "$ac_cv_lib_dbmalloc_debug_malloc" = yes; then
cat >>confdefs.h <<EOF
@@ -6165,7 +6218,7 @@ fi
fi
-echo "$as_me:6168: checking if you want to use dmalloc for testing" >&5
+echo "$as_me:6221: checking if you want to use dmalloc for testing" >&5
echo $ECHO_N "checking if you want to use dmalloc for testing... $ECHO_C" >&6
# Check whether --with-dmalloc or --without-dmalloc was given.
@@ -6187,7 +6240,7 @@ EOF
else
with_dmalloc=
fi;
-echo "$as_me:6190: result: ${with_dmalloc:-no}" >&5
+echo "$as_me:6243: result: ${with_dmalloc:-no}" >&5
echo "${ECHO_T}${with_dmalloc:-no}" >&6
case ".$with_cflags" in
@@ -6301,23 +6354,23 @@ fi
esac
if test "$with_dmalloc" = yes ; then
- echo "$as_me:6304: checking for dmalloc.h" >&5
+ echo "$as_me:6357: checking for dmalloc.h" >&5
echo $ECHO_N "checking for dmalloc.h... $ECHO_C" >&6
if test "${ac_cv_header_dmalloc_h+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 6310 "configure"
+#line 6363 "configure"
#include "confdefs.h"
#include <dmalloc.h>
_ACEOF
-if { (eval echo "$as_me:6314: \"$ac_cpp "conftest.$ac_ext"\"") >&5
+if { (eval echo "$as_me:6367: \"$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:6320: \$? = $ac_status" >&5
+ echo "$as_me:6373: \$? = $ac_status" >&5
(exit "$ac_status"); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -6336,11 +6389,11 @@ else
fi
rm -f conftest.err "conftest.$ac_ext"
fi
-echo "$as_me:6339: result: $ac_cv_header_dmalloc_h" >&5
+echo "$as_me:6392: result: $ac_cv_header_dmalloc_h" >&5
echo "${ECHO_T}$ac_cv_header_dmalloc_h" >&6
if test "$ac_cv_header_dmalloc_h" = yes; then
-echo "$as_me:6343: checking for dmalloc_debug in -ldmalloc" >&5
+echo "$as_me:6396: checking for dmalloc_debug in -ldmalloc" >&5
echo $ECHO_N "checking for dmalloc_debug in -ldmalloc... $ECHO_C" >&6
if test "${ac_cv_lib_dmalloc_dmalloc_debug+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6348,7 +6401,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ldmalloc $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 6351 "configure"
+#line 6404 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -6367,16 +6420,16 @@ dmalloc_debug ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:6370: \"$ac_link\"") >&5
+if { (eval echo "$as_me:6423: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:6373: \$? = $ac_status" >&5
+ echo "$as_me:6426: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:6376: \"$ac_try\"") >&5
+ { (eval echo "$as_me:6429: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:6379: \$? = $ac_status" >&5
+ echo "$as_me:6432: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_dmalloc_dmalloc_debug=yes
else
@@ -6387,7 +6440,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:6390: result: $ac_cv_lib_dmalloc_dmalloc_debug" >&5
+echo "$as_me:6443: result: $ac_cv_lib_dmalloc_dmalloc_debug" >&5
echo "${ECHO_T}$ac_cv_lib_dmalloc_dmalloc_debug" >&6
if test "$ac_cv_lib_dmalloc_dmalloc_debug" = yes; then
cat >>confdefs.h <<EOF
@@ -6427,7 +6480,7 @@ case "$host_os" in
# contributed by Alex Matulich (matuli_a@marlin.navsea.navy.mil) also
# references -lmalloc and -lbsd.
-echo "$as_me:6430: checking for strcmp in -lc_s" >&5
+echo "$as_me:6483: checking for strcmp in -lc_s" >&5
echo $ECHO_N "checking for strcmp in -lc_s... $ECHO_C" >&6
if test "${ac_cv_lib_c_s_strcmp+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6435,7 +6488,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lc_s $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 6438 "configure"
+#line 6491 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -6454,16 +6507,16 @@ strcmp ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:6457: \"$ac_link\"") >&5
+if { (eval echo "$as_me:6510: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:6460: \$? = $ac_status" >&5
+ echo "$as_me:6513: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:6463: \"$ac_try\"") >&5
+ { (eval echo "$as_me:6516: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:6466: \$? = $ac_status" >&5
+ echo "$as_me:6519: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_c_s_strcmp=yes
else
@@ -6474,7 +6527,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:6477: result: $ac_cv_lib_c_s_strcmp" >&5
+echo "$as_me:6530: result: $ac_cv_lib_c_s_strcmp" >&5
echo "${ECHO_T}$ac_cv_lib_c_s_strcmp" >&6
if test "$ac_cv_lib_c_s_strcmp" = yes; then
cat >>confdefs.h <<EOF
@@ -6627,6 +6680,65 @@ if test -n "$cf_new_extra_cppflags" ; then
fi
EXTRA_OBJS="$EXTRA_OBJS Xsystem\$o"
+
+echo "$as_me:6684: checking for __chk_fail in -lssp" >&5
+echo $ECHO_N "checking for __chk_fail in -lssp... $ECHO_C" >&6
+if test "${ac_cv_lib_ssp___chk_fail+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ ac_check_lib_save_LIBS=$LIBS
+LIBS="-lssp $LIBS"
+cat >"conftest.$ac_ext" <<_ACEOF
+#line 6692 "configure"
+#include "confdefs.h"
+
+/* Override any gcc2 internal prototype to avoid an error. */
+#ifdef __cplusplus
+extern "C"
+#endif
+/* We use char because int might match the return type of a gcc2
+ builtin and then its argument prototype would still apply. */
+char __chk_fail (void);
+int
+main (void)
+{
+__chk_fail ();
+ ;
+ return 0;
+}
+_ACEOF
+rm -f "conftest.$ac_objext" "conftest$ac_exeext"
+if { (eval echo "$as_me:6711: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:6714: \$? = $ac_status" >&5
+ (exit "$ac_status"); } &&
+ { ac_try='test -s "conftest$ac_exeext"'
+ { (eval echo "$as_me:6717: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:6720: \$? = $ac_status" >&5
+ (exit "$ac_status"); }; }; then
+ ac_cv_lib_ssp___chk_fail=yes
+else
+ echo "$as_me: failed program was:" >&5
+cat "conftest.$ac_ext" >&5
+ac_cv_lib_ssp___chk_fail=no
+fi
+rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
+LIBS=$ac_check_lib_save_LIBS
+fi
+echo "$as_me:6731: result: $ac_cv_lib_ssp___chk_fail" >&5
+echo "${ECHO_T}$ac_cv_lib_ssp___chk_fail" >&6
+if test "$ac_cv_lib_ssp___chk_fail" = yes; then
+ cat >>confdefs.h <<EOF
+#define HAVE_LIBSSP 1
+EOF
+
+ LIBS="-lssp $LIBS"
+
+fi
+
;;
(msdosdjgpp*)
LIBS="$LIBS -lwatt"
@@ -6654,14 +6766,14 @@ fi
# SCO's cc (which is reported to have broken const/volatile).
case "$CC" in
(cc|*/cc)
- { echo "$as_me:6657: WARNING: You should consider using gcc or rcc if available" >&5
+ { echo "$as_me:6769: WARNING: You should consider using gcc or rcc if available" >&5
echo "$as_me: WARNING: You should consider using gcc or rcc if available" >&2;}
unset ac_cv_prog_CC
for ac_prog in gcc rcc
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:6664: checking for $ac_word" >&5
+echo "$as_me:6776: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6676,7 +6788,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_CC="$ac_prog"
-echo "$as_me:6679: found $ac_dir/$ac_word" >&5
+echo "$as_me:6791: found $ac_dir/$ac_word" >&5
break
done
@@ -6684,10 +6796,10 @@ fi
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
- echo "$as_me:6687: result: $CC" >&5
+ echo "$as_me:6799: result: $CC" >&5
echo "${ECHO_T}$CC" >&6
else
- echo "$as_me:6690: result: no" >&5
+ echo "$as_me:6802: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -6710,23 +6822,23 @@ test -n "$CC" || CC="$CC"
for ac_header in jcurses.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:6713: checking for $ac_header" >&5
+echo "$as_me:6825: 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 6719 "configure"
+#line 6831 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:6723: \"$ac_cpp "conftest.$ac_ext"\"") >&5
+if { (eval echo "$as_me:6835: \"$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:6729: \$? = $ac_status" >&5
+ echo "$as_me:6841: \$? = $ac_status" >&5
(exit "$ac_status"); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -6745,7 +6857,7 @@ else
fi
rm -f conftest.err "conftest.$ac_ext"
fi
-echo "$as_me:6748: result: `eval echo '${'"$as_ac_Header"'}'`" >&5
+echo "$as_me:6860: 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
@@ -6773,23 +6885,23 @@ done
for ac_header in cursesX.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:6776: checking for $ac_header" >&5
+echo "$as_me:6888: 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 6782 "configure"
+#line 6894 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:6786: \"$ac_cpp "conftest.$ac_ext"\"") >&5
+if { (eval echo "$as_me:6898: \"$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:6792: \$? = $ac_status" >&5
+ echo "$as_me:6904: \$? = $ac_status" >&5
(exit "$ac_status"); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -6808,7 +6920,7 @@ else
fi
rm -f conftest.err "conftest.$ac_ext"
fi
-echo "$as_me:6811: result: `eval echo '${'"$as_ac_Header"'}'`" >&5
+echo "$as_me:6923: 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
@@ -6835,13 +6947,13 @@ esac
# This should have been defined by AC_PROG_CC
: "${CC:=cc}"
-echo "$as_me:6838: checking \$CFLAGS variable" >&5
+echo "$as_me:6950: checking \$CFLAGS variable" >&5
echo $ECHO_N "checking \$CFLAGS variable... $ECHO_C" >&6
case "x$CFLAGS" in
(*-[IUD]*)
- echo "$as_me:6842: result: broken" >&5
+ echo "$as_me:6954: result: broken" >&5
echo "${ECHO_T}broken" >&6
- { echo "$as_me:6844: WARNING: your environment uses the CFLAGS variable to hold CPPFLAGS options" >&5
+ { echo "$as_me:6956: WARNING: your environment uses the CFLAGS variable to hold CPPFLAGS options" >&5
echo "$as_me: WARNING: your environment uses the CFLAGS variable to hold CPPFLAGS options" >&2;}
cf_flags="$CFLAGS"
CFLAGS=
@@ -6949,18 +7061,18 @@ fi
done
;;
(*)
- echo "$as_me:6952: result: ok" >&5
+ echo "$as_me:7064: result: ok" >&5
echo "${ECHO_T}ok" >&6
;;
esac
-echo "$as_me:6957: checking \$CC variable" >&5
+echo "$as_me:7069: checking \$CC variable" >&5
echo $ECHO_N "checking \$CC variable... $ECHO_C" >&6
case "$CC" in
(*[\ \ ]-*)
- echo "$as_me:6961: result: broken" >&5
+ echo "$as_me:7073: result: broken" >&5
echo "${ECHO_T}broken" >&6
- { echo "$as_me:6963: WARNING: your environment uses the CC variable to hold CFLAGS/CPPFLAGS options" >&5
+ { echo "$as_me:7075: WARNING: your environment uses the CC variable to hold CFLAGS/CPPFLAGS options" >&5
echo "$as_me: WARNING: your environment uses the CC variable to hold CFLAGS/CPPFLAGS options" >&2;}
# humor him...
cf_prog=`echo "$CC" | sed -e 's/ / /g' -e 's/[ ]* / /g' -e 's/[ ]*[ ]-[^ ].*//'`
@@ -7077,24 +7189,24 @@ fi
done
test -n "$verbose" && echo " resulting CC: '$CC'" 1>&6
-echo "${as_me:-configure}:7080: testing resulting CC: '$CC' ..." 1>&5
+echo "${as_me:-configure}:7192: testing resulting CC: '$CC' ..." 1>&5
test -n "$verbose" && echo " resulting CFLAGS: '$CFLAGS'" 1>&6
-echo "${as_me:-configure}:7084: testing resulting CFLAGS: '$CFLAGS' ..." 1>&5
+echo "${as_me:-configure}:7196: testing resulting CFLAGS: '$CFLAGS' ..." 1>&5
test -n "$verbose" && echo " resulting CPPFLAGS: '$CPPFLAGS'" 1>&6
-echo "${as_me:-configure}:7088: testing resulting CPPFLAGS: '$CPPFLAGS' ..." 1>&5
+echo "${as_me:-configure}:7200: testing resulting CPPFLAGS: '$CPPFLAGS' ..." 1>&5
;;
(*)
- echo "$as_me:7092: result: ok" >&5
+ echo "$as_me:7204: result: ok" >&5
echo "${ECHO_T}ok" >&6
;;
esac
-echo "$as_me:7097: checking for ${CC:-cc} option to accept ANSI C" >&5
+echo "$as_me:7209: checking for ${CC:-cc} option to accept ANSI C" >&5
echo $ECHO_N "checking for ${CC:-cc} option to accept ANSI C... $ECHO_C" >&6
if test "${cf_cv_ansi_cc+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7118,6 +7230,8 @@ for cf_arg in "-DCC_HAS_PROTOS" \
"-Aa -D_HPUX_SOURCE" \
-Xc
do
+ CFLAGS="$cf_save_CFLAGS"
+ CPPFLAGS="$cf_save_CPPFLAGS"
cf_fix_cppflags=no
cf_new_cflags=
@@ -7218,7 +7332,7 @@ if test -n "$cf_new_extra_cppflags" ; then
fi
cat >"conftest.$ac_ext" <<_ACEOF
-#line 7221 "configure"
+#line 7335 "configure"
#include "confdefs.h"
#ifndef CC_HAS_PROTOS
@@ -7239,16 +7353,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:7242: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:7356: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:7245: \$? = $ac_status" >&5
+ echo "$as_me:7359: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:7248: \"$ac_try\"") >&5
+ { (eval echo "$as_me:7362: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:7251: \$? = $ac_status" >&5
+ echo "$as_me:7365: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_ansi_cc="$cf_arg"; break
else
@@ -7261,7 +7375,7 @@ CFLAGS="$cf_save_CFLAGS"
CPPFLAGS="$cf_save_CPPFLAGS"
fi
-echo "$as_me:7264: result: $cf_cv_ansi_cc" >&5
+echo "$as_me:7378: result: $cf_cv_ansi_cc" >&5
echo "${ECHO_T}$cf_cv_ansi_cc" >&6
if test "$cf_cv_ansi_cc" != "no"; then
@@ -7375,7 +7489,7 @@ fi
fi
if test "$cf_cv_ansi_cc" = "no"; then
- { { echo "$as_me:7378: error: Your compiler does not appear to recognize prototypes.
+ { { echo "$as_me:7492: error: Your compiler does not appear to recognize prototypes.
You have the following choices:
a. adjust your compiler options
b. get an up-to-date compiler
@@ -7388,6 +7502,1921 @@ You have the following choices:
{ (exit 1); exit 1; }; }
fi
+echo "$as_me:7505: checking if the POSIX test-macros are already defined" >&5
+echo $ECHO_N "checking if the POSIX test-macros are already defined... $ECHO_C" >&6
+if test "${cf_cv_posix_visible+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+
+cat >"conftest.$ac_ext" <<_ACEOF
+#line 7512 "configure"
+#include "confdefs.h"
+#include <stdio.h>
+int
+main (void)
+{
+
+#if defined(__POSIX_VISIBLE) && ((__POSIX_VISIBLE - 0L) > 0) \
+ && defined(__XSI_VISIBLE) && ((__XSI_VISIBLE - 0L) > 0) \
+ && defined(__BSD_VISIBLE) && ((__BSD_VISIBLE - 0L) > 0) \
+ && defined(__ISO_C_VISIBLE) && ((__ISO_C_VISIBLE - 0L) > 0)
+#error conflicting symbols found
+#endif
+
+ ;
+ return 0;
+}
+_ACEOF
+rm -f "conftest.$ac_objext"
+if { (eval echo "$as_me:7531: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:7534: \$? = $ac_status" >&5
+ (exit "$ac_status"); } &&
+ { ac_try='test -s "conftest.$ac_objext"'
+ { (eval echo "$as_me:7537: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:7540: \$? = $ac_status" >&5
+ (exit "$ac_status"); }; }; then
+ cf_cv_posix_visible=no
+else
+ echo "$as_me: failed program was:" >&5
+cat "conftest.$ac_ext" >&5
+cf_cv_posix_visible=yes
+fi
+rm -f "conftest.$ac_objext" "conftest.$ac_ext"
+
+fi
+echo "$as_me:7551: result: $cf_cv_posix_visible" >&5
+echo "${ECHO_T}$cf_cv_posix_visible" >&6
+
+if test "$cf_cv_posix_visible" = no; then
+
+cf_XOPEN_SOURCE=500
+cf_POSIX_C_SOURCE=199506L
+cf_xopen_source=
+
+case "$host_os" in
+(aix[4-7]*)
+ cf_xopen_source="-D_ALL_SOURCE"
+ ;;
+(darwin[0-8].*)
+ cf_xopen_source="-D_APPLE_C_SOURCE"
+ ;;
+(darwin*)
+ cf_xopen_source="-D_DARWIN_C_SOURCE"
+ cf_XOPEN_SOURCE=
+ ;;
+(freebsd*|dragonfly*|midnightbsd*)
+ # 5.x headers associate
+ # _XOPEN_SOURCE=600 with _POSIX_C_SOURCE=200112L
+ # _XOPEN_SOURCE=500 with _POSIX_C_SOURCE=199506L
+ cf_POSIX_C_SOURCE=200112L
+ cf_XOPEN_SOURCE=600
+ cf_xopen_source="-D_BSD_TYPES -D__BSD_VISIBLE -D_POSIX_C_SOURCE=$cf_POSIX_C_SOURCE -D_XOPEN_SOURCE=$cf_XOPEN_SOURCE"
+ ;;
+(hpux11*)
+ cf_xopen_source="-D_HPUX_SOURCE -D_XOPEN_SOURCE=500"
+ ;;
+(hpux*)
+ cf_xopen_source="-D_HPUX_SOURCE"
+ ;;
+(irix[56].*)
+ cf_xopen_source="-D_SGI_SOURCE"
+ cf_XOPEN_SOURCE=
+ ;;
+(linux*gnu|linux*gnuabi64|linux*gnuabin32|linux*gnueabi|linux*gnueabihf|linux*gnux32|uclinux*|gnu*|mint*|k*bsd*-gnu|cygwin|msys|mingw*|linux*uclibc)
+
+cf_gnu_xopen_source=$cf_XOPEN_SOURCE
+
+echo "$as_me:7593: checking if this is the GNU C library" >&5
+echo $ECHO_N "checking if this is the GNU C library... $ECHO_C" >&6
+if test "${cf_cv_gnu_library+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+
+cat >"conftest.$ac_ext" <<_ACEOF
+#line 7600 "configure"
+#include "confdefs.h"
+#include <sys/types.h>
+int
+main (void)
+{
+
+ #if __GLIBC__ > 0 && __GLIBC_MINOR__ >= 0
+ return 0;
+ #elif __NEWLIB__ > 0 && __NEWLIB_MINOR__ >= 0
+ return 0;
+ #else
+ # error not GNU C library
+ #endif
+ ;
+ return 0;
+}
+_ACEOF
+rm -f "conftest.$ac_objext"
+if { (eval echo "$as_me:7619: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:7622: \$? = $ac_status" >&5
+ (exit "$ac_status"); } &&
+ { ac_try='test -s "conftest.$ac_objext"'
+ { (eval echo "$as_me:7625: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:7628: \$? = $ac_status" >&5
+ (exit "$ac_status"); }; }; then
+ cf_cv_gnu_library=yes
+else
+ echo "$as_me: failed program was:" >&5
+cat "conftest.$ac_ext" >&5
+cf_cv_gnu_library=no
+fi
+rm -f "conftest.$ac_objext" "conftest.$ac_ext"
+
+fi
+echo "$as_me:7639: result: $cf_cv_gnu_library" >&5
+echo "${ECHO_T}$cf_cv_gnu_library" >&6
+
+if test x$cf_cv_gnu_library = xyes; then
+
+ # With glibc 2.19 (13 years after this check was begun), _DEFAULT_SOURCE
+ # was changed to help a little. newlib incorporated the change about 4
+ # years later.
+ echo "$as_me:7647: checking if _DEFAULT_SOURCE can be used as a basis" >&5
+echo $ECHO_N "checking if _DEFAULT_SOURCE can be used as a basis... $ECHO_C" >&6
+if test "${cf_cv_gnu_library_219+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+
+ cf_save="$CPPFLAGS"
+
+ test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS "
+ CPPFLAGS="${CPPFLAGS}-D_DEFAULT_SOURCE"
+
+ cat >"conftest.$ac_ext" <<_ACEOF
+#line 7659 "configure"
+#include "confdefs.h"
+#include <sys/types.h>
+int
+main (void)
+{
+
+ #if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 19) || (__GLIBC__ > 2)
+ return 0;
+ #elif (__NEWLIB__ == 2 && __NEWLIB_MINOR__ >= 4) || (__GLIBC__ > 3)
+ return 0;
+ #else
+ # error GNU C library __GLIBC__.__GLIBC_MINOR__ is too old
+ #endif
+ ;
+ return 0;
+}
+_ACEOF
+rm -f "conftest.$ac_objext"
+if { (eval echo "$as_me:7678: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:7681: \$? = $ac_status" >&5
+ (exit "$ac_status"); } &&
+ { ac_try='test -s "conftest.$ac_objext"'
+ { (eval echo "$as_me:7684: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:7687: \$? = $ac_status" >&5
+ (exit "$ac_status"); }; }; then
+ cf_cv_gnu_library_219=yes
+else
+ echo "$as_me: failed program was:" >&5
+cat "conftest.$ac_ext" >&5
+cf_cv_gnu_library_219=no
+fi
+rm -f "conftest.$ac_objext" "conftest.$ac_ext"
+ CPPFLAGS="$cf_save"
+
+fi
+echo "$as_me:7699: result: $cf_cv_gnu_library_219" >&5
+echo "${ECHO_T}$cf_cv_gnu_library_219" >&6
+
+ if test "x$cf_cv_gnu_library_219" = xyes; then
+ cf_save="$CPPFLAGS"
+ echo "$as_me:7704: checking if _XOPEN_SOURCE=$cf_gnu_xopen_source works with _DEFAULT_SOURCE" >&5
+echo $ECHO_N "checking if _XOPEN_SOURCE=$cf_gnu_xopen_source works with _DEFAULT_SOURCE... $ECHO_C" >&6
+if test "${cf_cv_gnu_dftsrc_219+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+
+cf_fix_cppflags=no
+cf_new_cflags=
+cf_new_cppflags=
+cf_new_extra_cppflags=
+
+for cf_add_cflags in -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=$cf_gnu_xopen_source
+do
+case "$cf_fix_cppflags" in
+(no)
+ case "$cf_add_cflags" in
+ (-undef|-nostdinc*|-I*|-D*|-U*|-E|-P|-C)
+ case "$cf_add_cflags" in
+ (-D*)
+ cf_tst_cflags=`echo "${cf_add_cflags}" |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
+
+ test "x${cf_add_cflags}" != "x${cf_tst_cflags}" \
+ && test -z "${cf_tst_cflags}" \
+ && cf_fix_cppflags=yes
+
+ if test "$cf_fix_cppflags" = yes ; then
+
+ test -n "$cf_new_extra_cppflags" && cf_new_extra_cppflags="$cf_new_extra_cppflags "
+ cf_new_extra_cppflags="${cf_new_extra_cppflags}$cf_add_cflags"
+
+ continue
+ elif test "${cf_tst_cflags}" = "\"'" ; then
+
+ test -n "$cf_new_extra_cppflags" && cf_new_extra_cppflags="$cf_new_extra_cppflags "
+ cf_new_extra_cppflags="${cf_new_extra_cppflags}$cf_add_cflags"
+
+ continue
+ fi
+ ;;
+ esac
+ case "$CPPFLAGS" in
+ (*$cf_add_cflags)
+ ;;
+ (*)
+ case "$cf_add_cflags" in
+ (-D*)
+ cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
+
+CPPFLAGS=`echo "$CPPFLAGS" | \
+ sed -e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ ]*\)\?[ ]/ /g' \
+ -e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ ]*\)\?$//g'`
+
+ ;;
+ esac
+
+ test -n "$cf_new_cppflags" && cf_new_cppflags="$cf_new_cppflags "
+ cf_new_cppflags="${cf_new_cppflags}$cf_add_cflags"
+
+ ;;
+ esac
+ ;;
+ (*)
+
+ test -n "$cf_new_cflags" && cf_new_cflags="$cf_new_cflags "
+ cf_new_cflags="${cf_new_cflags}$cf_add_cflags"
+
+ ;;
+ esac
+ ;;
+(yes)
+
+ test -n "$cf_new_extra_cppflags" && cf_new_extra_cppflags="$cf_new_extra_cppflags "
+ cf_new_extra_cppflags="${cf_new_extra_cppflags}$cf_add_cflags"
+
+ cf_tst_cflags=`echo "${cf_add_cflags}" |sed -e 's/^[^"]*"'\''//'`
+
+ test "x${cf_add_cflags}" != "x${cf_tst_cflags}" \
+ && test -z "${cf_tst_cflags}" \
+ && cf_fix_cppflags=no
+ ;;
+esac
+done
+
+if test -n "$cf_new_cflags" ; then
+
+ test -n "$CFLAGS" && CFLAGS="$CFLAGS "
+ CFLAGS="${CFLAGS}$cf_new_cflags"
+
+fi
+
+if test -n "$cf_new_cppflags" ; then
+
+ test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS "
+ CPPFLAGS="${CPPFLAGS}$cf_new_cppflags"
+
+fi
+
+if test -n "$cf_new_extra_cppflags" ; then
+
+ test -n "$EXTRA_CPPFLAGS" && EXTRA_CPPFLAGS="$EXTRA_CPPFLAGS "
+ EXTRA_CPPFLAGS="${EXTRA_CPPFLAGS}$cf_new_extra_cppflags"
+
+fi
+
+ cat >"conftest.$ac_ext" <<_ACEOF
+#line 7809 "configure"
+#include "confdefs.h"
+
+ #include <limits.h>
+ #include <sys/types.h>
+
+int
+main (void)
+{
+
+ #if (_XOPEN_SOURCE >= $cf_gnu_xopen_source) && (MB_LEN_MAX > 1)
+ return 0;
+ #else
+ # error GNU C library is too old
+ #endif
+ ;
+ return 0;
+}
+_ACEOF
+rm -f "conftest.$ac_objext"
+if { (eval echo "$as_me:7829: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:7832: \$? = $ac_status" >&5
+ (exit "$ac_status"); } &&
+ { ac_try='test -s "conftest.$ac_objext"'
+ { (eval echo "$as_me:7835: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:7838: \$? = $ac_status" >&5
+ (exit "$ac_status"); }; }; then
+ cf_cv_gnu_dftsrc_219=yes
+else
+ echo "$as_me: failed program was:" >&5
+cat "conftest.$ac_ext" >&5
+cf_cv_gnu_dftsrc_219=no
+fi
+rm -f "conftest.$ac_objext" "conftest.$ac_ext"
+
+fi
+echo "$as_me:7849: result: $cf_cv_gnu_dftsrc_219" >&5
+echo "${ECHO_T}$cf_cv_gnu_dftsrc_219" >&6
+ test "x$cf_cv_gnu_dftsrc_219" = "xyes" || CPPFLAGS="$cf_save"
+ else
+ cf_cv_gnu_dftsrc_219=maybe
+ fi
+
+ if test "x$cf_cv_gnu_dftsrc_219" != xyes; then
+
+ echo "$as_me:7858: 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 7865 "configure"
+#include "confdefs.h"
+#include <sys/types.h>
+int
+main (void)
+{
+
+ #ifndef _XOPEN_SOURCE
+ #error expected _XOPEN_SOURCE to be defined
+ #endif
+ ;
+ return 0;
+}
+_ACEOF
+rm -f "conftest.$ac_objext"
+if { (eval echo "$as_me:7880: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:7883: \$? = $ac_status" >&5
+ (exit "$ac_status"); } &&
+ { ac_try='test -s "conftest.$ac_objext"'
+ { (eval echo "$as_me:7886: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:7889: \$? = $ac_status" >&5
+ (exit "$ac_status"); }; }; then
+ cf_cv_gnu_source=no
+else
+ echo "$as_me: failed program was:" >&5
+cat "conftest.$ac_ext" >&5
+cf_save="$CPPFLAGS"
+
+cf_fix_cppflags=no
+cf_new_cflags=
+cf_new_cppflags=
+cf_new_extra_cppflags=
+
+for cf_add_cflags in -D_GNU_SOURCE
+do
+case "$cf_fix_cppflags" in
+(no)
+ case "$cf_add_cflags" in
+ (-undef|-nostdinc*|-I*|-D*|-U*|-E|-P|-C)
+ case "$cf_add_cflags" in
+ (-D*)
+ cf_tst_cflags=`echo "${cf_add_cflags}" |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
+
+ test "x${cf_add_cflags}" != "x${cf_tst_cflags}" \
+ && test -z "${cf_tst_cflags}" \
+ && cf_fix_cppflags=yes
+
+ if test "$cf_fix_cppflags" = yes ; then
+
+ test -n "$cf_new_extra_cppflags" && cf_new_extra_cppflags="$cf_new_extra_cppflags "
+ cf_new_extra_cppflags="${cf_new_extra_cppflags}$cf_add_cflags"
+
+ continue
+ elif test "${cf_tst_cflags}" = "\"'" ; then
+
+ test -n "$cf_new_extra_cppflags" && cf_new_extra_cppflags="$cf_new_extra_cppflags "
+ cf_new_extra_cppflags="${cf_new_extra_cppflags}$cf_add_cflags"
+
+ continue
+ fi
+ ;;
+ esac
+ case "$CPPFLAGS" in
+ (*$cf_add_cflags)
+ ;;
+ (*)
+ case "$cf_add_cflags" in
+ (-D*)
+ cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
+
+CPPFLAGS=`echo "$CPPFLAGS" | \
+ sed -e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ ]*\)\?[ ]/ /g' \
+ -e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ ]*\)\?$//g'`
+
+ ;;
+ esac
+
+ test -n "$cf_new_cppflags" && cf_new_cppflags="$cf_new_cppflags "
+ cf_new_cppflags="${cf_new_cppflags}$cf_add_cflags"
+
+ ;;
+ esac
+ ;;
+ (*)
+
+ test -n "$cf_new_cflags" && cf_new_cflags="$cf_new_cflags "
+ cf_new_cflags="${cf_new_cflags}$cf_add_cflags"
+
+ ;;
+ esac
+ ;;
+(yes)
+
+ test -n "$cf_new_extra_cppflags" && cf_new_extra_cppflags="$cf_new_extra_cppflags "
+ cf_new_extra_cppflags="${cf_new_extra_cppflags}$cf_add_cflags"
+
+ cf_tst_cflags=`echo "${cf_add_cflags}" |sed -e 's/^[^"]*"'\''//'`
+
+ test "x${cf_add_cflags}" != "x${cf_tst_cflags}" \
+ && test -z "${cf_tst_cflags}" \
+ && cf_fix_cppflags=no
+ ;;
+esac
+done
+
+if test -n "$cf_new_cflags" ; then
+
+ test -n "$CFLAGS" && CFLAGS="$CFLAGS "
+ CFLAGS="${CFLAGS}$cf_new_cflags"
+
+fi
+
+if test -n "$cf_new_cppflags" ; then
+
+ test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS "
+ CPPFLAGS="${CPPFLAGS}$cf_new_cppflags"
+
+fi
+
+if test -n "$cf_new_extra_cppflags" ; then
+
+ test -n "$EXTRA_CPPFLAGS" && EXTRA_CPPFLAGS="$EXTRA_CPPFLAGS "
+ EXTRA_CPPFLAGS="${EXTRA_CPPFLAGS}$cf_new_extra_cppflags"
+
+fi
+
+ cat >"conftest.$ac_ext" <<_ACEOF
+#line 7996 "configure"
+#include "confdefs.h"
+#include <sys/types.h>
+int
+main (void)
+{
+
+ #ifdef _XOPEN_SOURCE
+ #error expected _XOPEN_SOURCE to be undefined
+ #endif
+ ;
+ return 0;
+}
+_ACEOF
+rm -f "conftest.$ac_objext"
+if { (eval echo "$as_me:8011: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:8014: \$? = $ac_status" >&5
+ (exit "$ac_status"); } &&
+ { ac_try='test -s "conftest.$ac_objext"'
+ { (eval echo "$as_me:8017: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:8020: \$? = $ac_status" >&5
+ (exit "$ac_status"); }; }; then
+ cf_cv_gnu_source=no
+else
+ echo "$as_me: failed program was:" >&5
+cat "conftest.$ac_ext" >&5
+cf_cv_gnu_source=yes
+fi
+rm -f "conftest.$ac_objext" "conftest.$ac_ext"
+ CPPFLAGS="$cf_save"
+
+fi
+rm -f "conftest.$ac_objext" "conftest.$ac_ext"
+
+fi
+echo "$as_me:8035: result: $cf_cv_gnu_source" >&5
+echo "${ECHO_T}$cf_cv_gnu_source" >&6
+
+ if test "$cf_cv_gnu_source" = yes
+ then
+ echo "$as_me:8040: checking if we should also define _DEFAULT_SOURCE" >&5
+echo $ECHO_N "checking if we should also define _DEFAULT_SOURCE... $ECHO_C" >&6
+if test "${cf_cv_default_source+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+
+ test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS "
+ CPPFLAGS="${CPPFLAGS}-D_GNU_SOURCE"
+
+ cat >"conftest.$ac_ext" <<_ACEOF
+#line 8050 "configure"
+#include "confdefs.h"
+#include <sys/types.h>
+int
+main (void)
+{
+
+ #ifdef _DEFAULT_SOURCE
+ #error expected _DEFAULT_SOURCE to be undefined
+ #endif
+ ;
+ return 0;
+}
+_ACEOF
+rm -f "conftest.$ac_objext"
+if { (eval echo "$as_me:8065: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:8068: \$? = $ac_status" >&5
+ (exit "$ac_status"); } &&
+ { ac_try='test -s "conftest.$ac_objext"'
+ { (eval echo "$as_me:8071: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:8074: \$? = $ac_status" >&5
+ (exit "$ac_status"); }; }; then
+ cf_cv_default_source=no
+else
+ echo "$as_me: failed program was:" >&5
+cat "conftest.$ac_ext" >&5
+cf_cv_default_source=yes
+fi
+rm -f "conftest.$ac_objext" "conftest.$ac_ext"
+
+fi
+echo "$as_me:8085: result: $cf_cv_default_source" >&5
+echo "${ECHO_T}$cf_cv_default_source" >&6
+ if test "$cf_cv_default_source" = yes
+ then
+
+ test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS "
+ CPPFLAGS="${CPPFLAGS}-D_DEFAULT_SOURCE"
+
+ fi
+ fi
+ fi
+
+fi
+
+ ;;
+(minix*)
+ cf_xopen_source="-D_NETBSD_SOURCE" # POSIX.1-2001 features are ifdef'd with this...
+ ;;
+(mirbsd*)
+ # setting _XOPEN_SOURCE or _POSIX_SOURCE breaks <sys/select.h> and other headers which use u_int / u_short types
+ cf_XOPEN_SOURCE=
+
+if test "$cf_cv_posix_visible" = no; then
+
+cf_POSIX_C_SOURCE=$cf_POSIX_C_SOURCE
+
+cf_save_CFLAGS="$CFLAGS"
+cf_save_CPPFLAGS="$CPPFLAGS"
+
+cf_trim_CFLAGS=`echo "$cf_save_CFLAGS" | \
+ sed -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?[ ]/ /g' \
+ -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?$//g'`
+
+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:8122: 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}:8128: testing if the symbol is already defined go no further ..." 1>&5
+
+ cat >"conftest.$ac_ext" <<_ACEOF
+#line 8131 "configure"
+#include "confdefs.h"
+#include <sys/types.h>
+int
+main (void)
+{
+
+#ifndef _POSIX_C_SOURCE
+#error _POSIX_C_SOURCE is not defined
+#endif
+ ;
+ return 0;
+}
+_ACEOF
+rm -f "conftest.$ac_objext"
+if { (eval echo "$as_me:8146: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:8149: \$? = $ac_status" >&5
+ (exit "$ac_status"); } &&
+ { ac_try='test -s "conftest.$ac_objext"'
+ { (eval echo "$as_me:8152: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:8155: \$? = $ac_status" >&5
+ (exit "$ac_status"); }; }; then
+ cf_cv_posix_c_source=no
+else
+ echo "$as_me: failed program was:" >&5
+cat "conftest.$ac_ext" >&5
+cf_want_posix_source=no
+ case .$cf_POSIX_C_SOURCE in
+ (.[12]??*)
+ cf_cv_posix_c_source="-D_POSIX_C_SOURCE=$cf_POSIX_C_SOURCE"
+ ;;
+ (.2)
+ cf_cv_posix_c_source="-D_POSIX_C_SOURCE=$cf_POSIX_C_SOURCE"
+ cf_want_posix_source=yes
+ ;;
+ (.*)
+ cf_want_posix_source=yes
+ ;;
+ esac
+ if test "$cf_want_posix_source" = yes ; then
+ cat >"conftest.$ac_ext" <<_ACEOF
+#line 8176 "configure"
+#include "confdefs.h"
+#include <sys/types.h>
+int
+main (void)
+{
+
+#ifdef _POSIX_SOURCE
+#error _POSIX_SOURCE is defined
+#endif
+ ;
+ return 0;
+}
+_ACEOF
+rm -f "conftest.$ac_objext"
+if { (eval echo "$as_me:8191: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:8194: \$? = $ac_status" >&5
+ (exit "$ac_status"); } &&
+ { ac_try='test -s "conftest.$ac_objext"'
+ { (eval echo "$as_me:8197: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:8200: \$? = $ac_status" >&5
+ (exit "$ac_status"); }; }; then
+ :
+else
+ echo "$as_me: failed program was:" >&5
+cat "conftest.$ac_ext" >&5
+cf_cv_posix_c_source="$cf_cv_posix_c_source -D_POSIX_SOURCE"
+fi
+rm -f "conftest.$ac_objext" "conftest.$ac_ext"
+ fi
+
+echo "${as_me:-configure}:8211: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5
+
+ CFLAGS="$cf_trim_CFLAGS"
+ CPPFLAGS="$cf_trim_CPPFLAGS"
+
+ test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS "
+ CPPFLAGS="${CPPFLAGS}$cf_cv_posix_c_source"
+
+echo "${as_me:-configure}:8219: testing if the second compile does not leave our definition intact error ..." 1>&5
+
+ cat >"conftest.$ac_ext" <<_ACEOF
+#line 8222 "configure"
+#include "confdefs.h"
+#include <sys/types.h>
+int
+main (void)
+{
+
+#ifndef _POSIX_C_SOURCE
+#error _POSIX_C_SOURCE is not defined
+#endif
+ ;
+ return 0;
+}
+_ACEOF
+rm -f "conftest.$ac_objext"
+if { (eval echo "$as_me:8237: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:8240: \$? = $ac_status" >&5
+ (exit "$ac_status"); } &&
+ { ac_try='test -s "conftest.$ac_objext"'
+ { (eval echo "$as_me:8243: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:8246: \$? = $ac_status" >&5
+ (exit "$ac_status"); }; }; then
+ :
+else
+ echo "$as_me: failed program was:" >&5
+cat "conftest.$ac_ext" >&5
+cf_cv_posix_c_source=no
+fi
+rm -f "conftest.$ac_objext" "conftest.$ac_ext"
+ CFLAGS="$cf_save_CFLAGS"
+ CPPFLAGS="$cf_save_CPPFLAGS"
+
+fi
+rm -f "conftest.$ac_objext" "conftest.$ac_ext"
+
+fi
+echo "$as_me:8262: 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
+ CFLAGS="$cf_trim_CFLAGS"
+ CPPFLAGS="$cf_trim_CPPFLAGS"
+
+cf_fix_cppflags=no
+cf_new_cflags=
+cf_new_cppflags=
+cf_new_extra_cppflags=
+
+for cf_add_cflags in $cf_cv_posix_c_source
+do
+case "$cf_fix_cppflags" in
+(no)
+ case "$cf_add_cflags" in
+ (-undef|-nostdinc*|-I*|-D*|-U*|-E|-P|-C)
+ case "$cf_add_cflags" in
+ (-D*)
+ cf_tst_cflags=`echo "${cf_add_cflags}" |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
+
+ test "x${cf_add_cflags}" != "x${cf_tst_cflags}" \
+ && test -z "${cf_tst_cflags}" \
+ && cf_fix_cppflags=yes
+
+ if test "$cf_fix_cppflags" = yes ; then
+
+ test -n "$cf_new_extra_cppflags" && cf_new_extra_cppflags="$cf_new_extra_cppflags "
+ cf_new_extra_cppflags="${cf_new_extra_cppflags}$cf_add_cflags"
+
+ continue
+ elif test "${cf_tst_cflags}" = "\"'" ; then
+
+ test -n "$cf_new_extra_cppflags" && cf_new_extra_cppflags="$cf_new_extra_cppflags "
+ cf_new_extra_cppflags="${cf_new_extra_cppflags}$cf_add_cflags"
+
+ continue
+ fi
+ ;;
+ esac
+ case "$CPPFLAGS" in
+ (*$cf_add_cflags)
+ ;;
+ (*)
+ case "$cf_add_cflags" in
+ (-D*)
+ cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
+
+CPPFLAGS=`echo "$CPPFLAGS" | \
+ sed -e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ ]*\)\?[ ]/ /g' \
+ -e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ ]*\)\?$//g'`
+
+ ;;
+ esac
+
+ test -n "$cf_new_cppflags" && cf_new_cppflags="$cf_new_cppflags "
+ cf_new_cppflags="${cf_new_cppflags}$cf_add_cflags"
+
+ ;;
+ esac
+ ;;
+ (*)
+
+ test -n "$cf_new_cflags" && cf_new_cflags="$cf_new_cflags "
+ cf_new_cflags="${cf_new_cflags}$cf_add_cflags"
+
+ ;;
+ esac
+ ;;
+(yes)
+
+ test -n "$cf_new_extra_cppflags" && cf_new_extra_cppflags="$cf_new_extra_cppflags "
+ cf_new_extra_cppflags="${cf_new_extra_cppflags}$cf_add_cflags"
+
+ cf_tst_cflags=`echo "${cf_add_cflags}" |sed -e 's/^[^"]*"'\''//'`
+
+ test "x${cf_add_cflags}" != "x${cf_tst_cflags}" \
+ && test -z "${cf_tst_cflags}" \
+ && cf_fix_cppflags=no
+ ;;
+esac
+done
+
+if test -n "$cf_new_cflags" ; then
+
+ test -n "$CFLAGS" && CFLAGS="$CFLAGS "
+ CFLAGS="${CFLAGS}$cf_new_cflags"
+
+fi
+
+if test -n "$cf_new_cppflags" ; then
+
+ test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS "
+ CPPFLAGS="${CPPFLAGS}$cf_new_cppflags"
+
+fi
+
+if test -n "$cf_new_extra_cppflags" ; then
+
+ test -n "$EXTRA_CPPFLAGS" && EXTRA_CPPFLAGS="$EXTRA_CPPFLAGS "
+ EXTRA_CPPFLAGS="${EXTRA_CPPFLAGS}$cf_new_extra_cppflags"
+
+fi
+
+fi
+
+fi # cf_cv_posix_visible
+
+ ;;
+(netbsd*)
+ cf_xopen_source="-D_NETBSD_SOURCE" # setting _XOPEN_SOURCE breaks IPv6 for lynx on NetBSD 1.6, breaks xterm, is not needed for ncursesw
+ ;;
+(openbsd[6-9]*)
+ # OpenBSD 6.x has broken locale support, both compile-time and runtime.
+ # see https://www.mail-archive.com/bugs@openbsd.org/msg13200.html
+ # Abusing the conformance level is a workaround.
+ { echo "$as_me:8379: WARNING: this system does not provide usable locale support" >&5
+echo "$as_me: WARNING: this system does not provide usable locale support" >&2;}
+ cf_xopen_source="-D_BSD_SOURCE"
+ cf_XOPEN_SOURCE=700
+ ;;
+(openbsd[4-5]*)
+ # setting _XOPEN_SOURCE lower than 500 breaks g++ compile with wchar.h, needed for ncursesw
+ cf_xopen_source="-D_BSD_SOURCE"
+ cf_XOPEN_SOURCE=600
+ ;;
+(openbsd*)
+ # setting _XOPEN_SOURCE breaks xterm on OpenBSD 2.8, is not needed for ncursesw
+ ;;
+(osf[45]*)
+ cf_xopen_source="-D_OSF_SOURCE"
+ ;;
+(nto-qnx*)
+ cf_xopen_source="-D_QNX_SOURCE"
+ ;;
+(sco*)
+ # setting _XOPEN_SOURCE breaks Lynx on SCO Unix / OpenServer
+ ;;
+(solaris2.*)
+ cf_xopen_source="-D__EXTENSIONS__"
+ cf_cv_xopen_source=broken
+ ;;
+(sysv4.2uw2.*) # Novell/SCO UnixWare 2.x (tested on 2.1.2)
+ cf_XOPEN_SOURCE=
+ cf_POSIX_C_SOURCE=
+ ;;
+(*)
+
+echo "$as_me:8411: 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 8418 "configure"
+#include "confdefs.h"
+
+$ac_includes_default
+
+int
+main (void)
+{
+
+#ifndef _XOPEN_SOURCE
+#error _XOPEN_SOURCE is not defined
+#endif
+
+ ;
+ return 0;
+}
+_ACEOF
+rm -f "conftest.$ac_objext"
+if { (eval echo "$as_me:8436: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:8439: \$? = $ac_status" >&5
+ (exit "$ac_status"); } &&
+ { ac_try='test -s "conftest.$ac_objext"'
+ { (eval echo "$as_me:8442: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:8445: \$? = $ac_status" >&5
+ (exit "$ac_status"); }; }; then
+ cf_cv_xopen_source=no
+else
+ echo "$as_me: failed program was:" >&5
+cat "conftest.$ac_ext" >&5
+cf_save="$CPPFLAGS"
+
+ test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS "
+ CPPFLAGS="${CPPFLAGS}-D_XOPEN_SOURCE=$cf_XOPEN_SOURCE"
+
+ cat >"conftest.$ac_ext" <<_ACEOF
+#line 8457 "configure"
+#include "confdefs.h"
+
+$ac_includes_default
+
+int
+main (void)
+{
+
+#ifndef _XOPEN_SOURCE
+#error _XOPEN_SOURCE is not defined
+#endif
+
+ ;
+ return 0;
+}
+_ACEOF
+rm -f "conftest.$ac_objext"
+if { (eval echo "$as_me:8475: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:8478: \$? = $ac_status" >&5
+ (exit "$ac_status"); } &&
+ { ac_try='test -s "conftest.$ac_objext"'
+ { (eval echo "$as_me:8481: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:8484: \$? = $ac_status" >&5
+ (exit "$ac_status"); }; }; then
+ cf_cv_xopen_source=no
+else
+ echo "$as_me: failed program was:" >&5
+cat "conftest.$ac_ext" >&5
+cf_cv_xopen_source=$cf_XOPEN_SOURCE
+fi
+rm -f "conftest.$ac_objext" "conftest.$ac_ext"
+ CPPFLAGS="$cf_save"
+
+fi
+rm -f "conftest.$ac_objext" "conftest.$ac_ext"
+
+fi
+echo "$as_me:8499: result: $cf_cv_xopen_source" >&5
+echo "${ECHO_T}$cf_cv_xopen_source" >&6
+
+if test "$cf_cv_xopen_source" != no ; then
+
+CFLAGS=`echo "$CFLAGS" | \
+ sed -e 's/-[UD]'"_XOPEN_SOURCE"'\(=[^ ]*\)\?[ ]/ /g' \
+ -e 's/-[UD]'"_XOPEN_SOURCE"'\(=[^ ]*\)\?$//g'`
+
+CPPFLAGS=`echo "$CPPFLAGS" | \
+ sed -e 's/-[UD]'"_XOPEN_SOURCE"'\(=[^ ]*\)\?[ ]/ /g' \
+ -e 's/-[UD]'"_XOPEN_SOURCE"'\(=[^ ]*\)\?$//g'`
+
+ cf_temp_xopen_source="-D_XOPEN_SOURCE=$cf_cv_xopen_source"
+
+for cf_add_cflags in $cf_temp_xopen_source
+do
+ case "x$cf_add_cflags" in
+ (x-[DU]*)
+
+cf_tmp_cflag=`echo "x$cf_add_cflags" | sed -e 's/^.//' -e 's/=.*//'`
+while true
+do
+ cf_old_cflag=`echo "x$CFLAGS" | sed -e 's/^.//' -e 's/[ ][ ]*-/ -/g' -e "s%$cf_tmp_cflag\\(=[^ ][^ ]*\\)\?%%" -e 's/^[ ]*//' -e 's%[ ][ ]*-D% -D%g' -e 's%[ ][ ]*-I% -I%g'`
+ test "$CFLAGS" != "$cf_old_cflag" || break
+
+ CFLAGS="$cf_old_cflag"
+done
+
+cf_tmp_cflag=`echo "x$cf_add_cflags" | sed -e 's/^.//' -e 's/=.*//'`
+while true
+do
+ cf_old_cflag=`echo "x$CPPFLAGS" | sed -e 's/^.//' -e 's/[ ][ ]*-/ -/g' -e "s%$cf_tmp_cflag\\(=[^ ][^ ]*\\)\?%%" -e 's/^[ ]*//' -e 's%[ ][ ]*-D% -D%g' -e 's%[ ][ ]*-I% -I%g'`
+ test "$CPPFLAGS" != "$cf_old_cflag" || break
+
+ CPPFLAGS="$cf_old_cflag"
+done
+
+ ;;
+ esac
+
+cf_fix_cppflags=no
+cf_new_cflags=
+cf_new_cppflags=
+cf_new_extra_cppflags=
+
+for cf_add_cflags in $cf_add_cflags
+do
+case "$cf_fix_cppflags" in
+(no)
+ case "$cf_add_cflags" in
+ (-undef|-nostdinc*|-I*|-D*|-U*|-E|-P|-C)
+ case "$cf_add_cflags" in
+ (-D*)
+ cf_tst_cflags=`echo "${cf_add_cflags}" |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
+
+ test "x${cf_add_cflags}" != "x${cf_tst_cflags}" \
+ && test -z "${cf_tst_cflags}" \
+ && cf_fix_cppflags=yes
+
+ if test "$cf_fix_cppflags" = yes ; then
+
+ test -n "$cf_new_extra_cppflags" && cf_new_extra_cppflags="$cf_new_extra_cppflags "
+ cf_new_extra_cppflags="${cf_new_extra_cppflags}$cf_add_cflags"
+
+ continue
+ elif test "${cf_tst_cflags}" = "\"'" ; then
+
+ test -n "$cf_new_extra_cppflags" && cf_new_extra_cppflags="$cf_new_extra_cppflags "
+ cf_new_extra_cppflags="${cf_new_extra_cppflags}$cf_add_cflags"
+
+ continue
+ fi
+ ;;
+ esac
+ case "$CPPFLAGS" in
+ (*$cf_add_cflags)
+ ;;
+ (*)
+ case "$cf_add_cflags" in
+ (-D*)
+ cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
+
+CPPFLAGS=`echo "$CPPFLAGS" | \
+ sed -e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ ]*\)\?[ ]/ /g' \
+ -e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ ]*\)\?$//g'`
+
+ ;;
+ esac
+
+ test -n "$cf_new_cppflags" && cf_new_cppflags="$cf_new_cppflags "
+ cf_new_cppflags="${cf_new_cppflags}$cf_add_cflags"
+
+ ;;
+ esac
+ ;;
+ (*)
+
+ test -n "$cf_new_cflags" && cf_new_cflags="$cf_new_cflags "
+ cf_new_cflags="${cf_new_cflags}$cf_add_cflags"
+
+ ;;
+ esac
+ ;;
+(yes)
+
+ test -n "$cf_new_extra_cppflags" && cf_new_extra_cppflags="$cf_new_extra_cppflags "
+ cf_new_extra_cppflags="${cf_new_extra_cppflags}$cf_add_cflags"
+
+ cf_tst_cflags=`echo "${cf_add_cflags}" |sed -e 's/^[^"]*"'\''//'`
+
+ test "x${cf_add_cflags}" != "x${cf_tst_cflags}" \
+ && test -z "${cf_tst_cflags}" \
+ && cf_fix_cppflags=no
+ ;;
+esac
+done
+
+if test -n "$cf_new_cflags" ; then
+
+ test -n "$CFLAGS" && CFLAGS="$CFLAGS "
+ CFLAGS="${CFLAGS}$cf_new_cflags"
+
+fi
+
+if test -n "$cf_new_cppflags" ; then
+
+ test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS "
+ CPPFLAGS="${CPPFLAGS}$cf_new_cppflags"
+
+fi
+
+if test -n "$cf_new_extra_cppflags" ; then
+
+ test -n "$EXTRA_CPPFLAGS" && EXTRA_CPPFLAGS="$EXTRA_CPPFLAGS "
+ EXTRA_CPPFLAGS="${EXTRA_CPPFLAGS}$cf_new_extra_cppflags"
+
+fi
+
+done
+
+fi
+
+ cf_save_xopen_cppflags="$CPPFLAGS"
+
+if test "$cf_cv_posix_visible" = no; then
+
+cf_POSIX_C_SOURCE=$cf_POSIX_C_SOURCE
+
+cf_save_CFLAGS="$CFLAGS"
+cf_save_CPPFLAGS="$CPPFLAGS"
+
+cf_trim_CFLAGS=`echo "$cf_save_CFLAGS" | \
+ sed -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?[ ]/ /g' \
+ -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?$//g'`
+
+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:8659: 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}:8665: testing if the symbol is already defined go no further ..." 1>&5
+
+ cat >"conftest.$ac_ext" <<_ACEOF
+#line 8668 "configure"
+#include "confdefs.h"
+#include <sys/types.h>
+int
+main (void)
+{
+
+#ifndef _POSIX_C_SOURCE
+#error _POSIX_C_SOURCE is not defined
+#endif
+ ;
+ return 0;
+}
+_ACEOF
+rm -f "conftest.$ac_objext"
+if { (eval echo "$as_me:8683: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:8686: \$? = $ac_status" >&5
+ (exit "$ac_status"); } &&
+ { ac_try='test -s "conftest.$ac_objext"'
+ { (eval echo "$as_me:8689: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:8692: \$? = $ac_status" >&5
+ (exit "$ac_status"); }; }; then
+ cf_cv_posix_c_source=no
+else
+ echo "$as_me: failed program was:" >&5
+cat "conftest.$ac_ext" >&5
+cf_want_posix_source=no
+ case .$cf_POSIX_C_SOURCE in
+ (.[12]??*)
+ cf_cv_posix_c_source="-D_POSIX_C_SOURCE=$cf_POSIX_C_SOURCE"
+ ;;
+ (.2)
+ cf_cv_posix_c_source="-D_POSIX_C_SOURCE=$cf_POSIX_C_SOURCE"
+ cf_want_posix_source=yes
+ ;;
+ (.*)
+ cf_want_posix_source=yes
+ ;;
+ esac
+ if test "$cf_want_posix_source" = yes ; then
+ cat >"conftest.$ac_ext" <<_ACEOF
+#line 8713 "configure"
+#include "confdefs.h"
+#include <sys/types.h>
+int
+main (void)
+{
+
+#ifdef _POSIX_SOURCE
+#error _POSIX_SOURCE is defined
+#endif
+ ;
+ return 0;
+}
+_ACEOF
+rm -f "conftest.$ac_objext"
+if { (eval echo "$as_me:8728: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:8731: \$? = $ac_status" >&5
+ (exit "$ac_status"); } &&
+ { ac_try='test -s "conftest.$ac_objext"'
+ { (eval echo "$as_me:8734: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:8737: \$? = $ac_status" >&5
+ (exit "$ac_status"); }; }; then
+ :
+else
+ echo "$as_me: failed program was:" >&5
+cat "conftest.$ac_ext" >&5
+cf_cv_posix_c_source="$cf_cv_posix_c_source -D_POSIX_SOURCE"
+fi
+rm -f "conftest.$ac_objext" "conftest.$ac_ext"
+ fi
+
+echo "${as_me:-configure}:8748: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5
+
+ CFLAGS="$cf_trim_CFLAGS"
+ CPPFLAGS="$cf_trim_CPPFLAGS"
+
+ test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS "
+ CPPFLAGS="${CPPFLAGS}$cf_cv_posix_c_source"
+
+echo "${as_me:-configure}:8756: testing if the second compile does not leave our definition intact error ..." 1>&5
+
+ cat >"conftest.$ac_ext" <<_ACEOF
+#line 8759 "configure"
+#include "confdefs.h"
+#include <sys/types.h>
+int
+main (void)
+{
+
+#ifndef _POSIX_C_SOURCE
+#error _POSIX_C_SOURCE is not defined
+#endif
+ ;
+ return 0;
+}
+_ACEOF
+rm -f "conftest.$ac_objext"
+if { (eval echo "$as_me:8774: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:8777: \$? = $ac_status" >&5
+ (exit "$ac_status"); } &&
+ { ac_try='test -s "conftest.$ac_objext"'
+ { (eval echo "$as_me:8780: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:8783: \$? = $ac_status" >&5
+ (exit "$ac_status"); }; }; then
+ :
+else
+ echo "$as_me: failed program was:" >&5
+cat "conftest.$ac_ext" >&5
+cf_cv_posix_c_source=no
+fi
+rm -f "conftest.$ac_objext" "conftest.$ac_ext"
+ CFLAGS="$cf_save_CFLAGS"
+ CPPFLAGS="$cf_save_CPPFLAGS"
+
+fi
+rm -f "conftest.$ac_objext" "conftest.$ac_ext"
+
+fi
+echo "$as_me:8799: 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
+ CFLAGS="$cf_trim_CFLAGS"
+ CPPFLAGS="$cf_trim_CPPFLAGS"
+
+cf_fix_cppflags=no
+cf_new_cflags=
+cf_new_cppflags=
+cf_new_extra_cppflags=
+
+for cf_add_cflags in $cf_cv_posix_c_source
+do
+case "$cf_fix_cppflags" in
+(no)
+ case "$cf_add_cflags" in
+ (-undef|-nostdinc*|-I*|-D*|-U*|-E|-P|-C)
+ case "$cf_add_cflags" in
+ (-D*)
+ cf_tst_cflags=`echo "${cf_add_cflags}" |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
+
+ test "x${cf_add_cflags}" != "x${cf_tst_cflags}" \
+ && test -z "${cf_tst_cflags}" \
+ && cf_fix_cppflags=yes
+
+ if test "$cf_fix_cppflags" = yes ; then
+
+ test -n "$cf_new_extra_cppflags" && cf_new_extra_cppflags="$cf_new_extra_cppflags "
+ cf_new_extra_cppflags="${cf_new_extra_cppflags}$cf_add_cflags"
+
+ continue
+ elif test "${cf_tst_cflags}" = "\"'" ; then
+
+ test -n "$cf_new_extra_cppflags" && cf_new_extra_cppflags="$cf_new_extra_cppflags "
+ cf_new_extra_cppflags="${cf_new_extra_cppflags}$cf_add_cflags"
+
+ continue
+ fi
+ ;;
+ esac
+ case "$CPPFLAGS" in
+ (*$cf_add_cflags)
+ ;;
+ (*)
+ case "$cf_add_cflags" in
+ (-D*)
+ cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
+
+CPPFLAGS=`echo "$CPPFLAGS" | \
+ sed -e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ ]*\)\?[ ]/ /g' \
+ -e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ ]*\)\?$//g'`
+
+ ;;
+ esac
+
+ test -n "$cf_new_cppflags" && cf_new_cppflags="$cf_new_cppflags "
+ cf_new_cppflags="${cf_new_cppflags}$cf_add_cflags"
+
+ ;;
+ esac
+ ;;
+ (*)
+
+ test -n "$cf_new_cflags" && cf_new_cflags="$cf_new_cflags "
+ cf_new_cflags="${cf_new_cflags}$cf_add_cflags"
+
+ ;;
+ esac
+ ;;
+(yes)
+
+ test -n "$cf_new_extra_cppflags" && cf_new_extra_cppflags="$cf_new_extra_cppflags "
+ cf_new_extra_cppflags="${cf_new_extra_cppflags}$cf_add_cflags"
+
+ cf_tst_cflags=`echo "${cf_add_cflags}" |sed -e 's/^[^"]*"'\''//'`
+
+ test "x${cf_add_cflags}" != "x${cf_tst_cflags}" \
+ && test -z "${cf_tst_cflags}" \
+ && cf_fix_cppflags=no
+ ;;
+esac
+done
+
+if test -n "$cf_new_cflags" ; then
+
+ test -n "$CFLAGS" && CFLAGS="$CFLAGS "
+ CFLAGS="${CFLAGS}$cf_new_cflags"
+
+fi
+
+if test -n "$cf_new_cppflags" ; then
+
+ test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS "
+ CPPFLAGS="${CPPFLAGS}$cf_new_cppflags"
+
+fi
+
+if test -n "$cf_new_extra_cppflags" ; then
+
+ test -n "$EXTRA_CPPFLAGS" && EXTRA_CPPFLAGS="$EXTRA_CPPFLAGS "
+ EXTRA_CPPFLAGS="${EXTRA_CPPFLAGS}$cf_new_extra_cppflags"
+
+fi
+
+fi
+
+fi # cf_cv_posix_visible
+
+ # Some of these niche implementations use copy/paste, double-check...
+ if test "$cf_cv_xopen_source" = no ; then
+ test -n "$verbose" && echo " checking if _POSIX_C_SOURCE interferes with _XOPEN_SOURCE" 1>&6
+
+echo "${as_me:-configure}:8912: testing checking if _POSIX_C_SOURCE interferes with _XOPEN_SOURCE ..." 1>&5
+
+ cat >"conftest.$ac_ext" <<_ACEOF
+#line 8915 "configure"
+#include "confdefs.h"
+
+$ac_includes_default
+
+int
+main (void)
+{
+
+#ifndef _XOPEN_SOURCE
+#error _XOPEN_SOURCE is not defined
+#endif
+
+ ;
+ return 0;
+}
+_ACEOF
+rm -f "conftest.$ac_objext"
+if { (eval echo "$as_me:8933: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:8936: \$? = $ac_status" >&5
+ (exit "$ac_status"); } &&
+ { ac_try='test -s "conftest.$ac_objext"'
+ { (eval echo "$as_me:8939: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:8942: \$? = $ac_status" >&5
+ (exit "$ac_status"); }; }; then
+ :
+else
+ echo "$as_me: failed program was:" >&5
+cat "conftest.$ac_ext" >&5
+
+ { echo "$as_me:8949: WARNING: _POSIX_C_SOURCE definition is not usable" >&5
+echo "$as_me: WARNING: _POSIX_C_SOURCE definition is not usable" >&2;}
+ CPPFLAGS="$cf_save_xopen_cppflags"
+fi
+rm -f "conftest.$ac_objext" "conftest.$ac_ext"
+ fi
+ ;;
+esac
+
+if test -n "$cf_xopen_source" ; then
+
+for cf_add_cflags in $cf_xopen_source
+do
+ case "x$cf_add_cflags" in
+ (x-[DU]*)
+
+cf_tmp_cflag=`echo "x$cf_add_cflags" | sed -e 's/^.//' -e 's/=.*//'`
+while true
+do
+ cf_old_cflag=`echo "x$CFLAGS" | sed -e 's/^.//' -e 's/[ ][ ]*-/ -/g' -e "s%$cf_tmp_cflag\\(=[^ ][^ ]*\\)\?%%" -e 's/^[ ]*//' -e 's%[ ][ ]*-D% -D%g' -e 's%[ ][ ]*-I% -I%g'`
+ test "$CFLAGS" != "$cf_old_cflag" || break
+ test -n "$verbose" && echo " removing old option $cf_add_cflags from CFLAGS" 1>&6
+
+echo "${as_me:-configure}:8972: testing removing old option $cf_add_cflags from CFLAGS ..." 1>&5
+
+ CFLAGS="$cf_old_cflag"
+done
+
+cf_tmp_cflag=`echo "x$cf_add_cflags" | sed -e 's/^.//' -e 's/=.*//'`
+while true
+do
+ cf_old_cflag=`echo "x$CPPFLAGS" | sed -e 's/^.//' -e 's/[ ][ ]*-/ -/g' -e "s%$cf_tmp_cflag\\(=[^ ][^ ]*\\)\?%%" -e 's/^[ ]*//' -e 's%[ ][ ]*-D% -D%g' -e 's%[ ][ ]*-I% -I%g'`
+ test "$CPPFLAGS" != "$cf_old_cflag" || break
+ test -n "$verbose" && echo " removing old option $cf_add_cflags from CPPFLAGS" 1>&6
+
+echo "${as_me:-configure}:8984: testing removing old option $cf_add_cflags from CPPFLAGS ..." 1>&5
+
+ CPPFLAGS="$cf_old_cflag"
+done
+
+ ;;
+ esac
+
+cf_fix_cppflags=no
+cf_new_cflags=
+cf_new_cppflags=
+cf_new_extra_cppflags=
+
+for cf_add_cflags in $cf_add_cflags
+do
+case "$cf_fix_cppflags" in
+(no)
+ case "$cf_add_cflags" in
+ (-undef|-nostdinc*|-I*|-D*|-U*|-E|-P|-C)
+ case "$cf_add_cflags" in
+ (-D*)
+ cf_tst_cflags=`echo "${cf_add_cflags}" |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
+
+ test "x${cf_add_cflags}" != "x${cf_tst_cflags}" \
+ && test -z "${cf_tst_cflags}" \
+ && cf_fix_cppflags=yes
+
+ if test "$cf_fix_cppflags" = yes ; then
+
+ test -n "$cf_new_extra_cppflags" && cf_new_extra_cppflags="$cf_new_extra_cppflags "
+ cf_new_extra_cppflags="${cf_new_extra_cppflags}$cf_add_cflags"
+
+ continue
+ elif test "${cf_tst_cflags}" = "\"'" ; then
+
+ test -n "$cf_new_extra_cppflags" && cf_new_extra_cppflags="$cf_new_extra_cppflags "
+ cf_new_extra_cppflags="${cf_new_extra_cppflags}$cf_add_cflags"
+
+ continue
+ fi
+ ;;
+ esac
+ case "$CPPFLAGS" in
+ (*$cf_add_cflags)
+ ;;
+ (*)
+ case "$cf_add_cflags" in
+ (-D*)
+ cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
+
+CPPFLAGS=`echo "$CPPFLAGS" | \
+ sed -e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ ]*\)\?[ ]/ /g' \
+ -e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ ]*\)\?$//g'`
+
+ ;;
+ esac
+
+ test -n "$cf_new_cppflags" && cf_new_cppflags="$cf_new_cppflags "
+ cf_new_cppflags="${cf_new_cppflags}$cf_add_cflags"
+
+ ;;
+ esac
+ ;;
+ (*)
+
+ test -n "$cf_new_cflags" && cf_new_cflags="$cf_new_cflags "
+ cf_new_cflags="${cf_new_cflags}$cf_add_cflags"
+
+ ;;
+ esac
+ ;;
+(yes)
+
+ test -n "$cf_new_extra_cppflags" && cf_new_extra_cppflags="$cf_new_extra_cppflags "
+ cf_new_extra_cppflags="${cf_new_extra_cppflags}$cf_add_cflags"
+
+ cf_tst_cflags=`echo "${cf_add_cflags}" |sed -e 's/^[^"]*"'\''//'`
+
+ test "x${cf_add_cflags}" != "x${cf_tst_cflags}" \
+ && test -z "${cf_tst_cflags}" \
+ && cf_fix_cppflags=no
+ ;;
+esac
+done
+
+if test -n "$cf_new_cflags" ; then
+ test -n "$verbose" && echo " add to \$CFLAGS $cf_new_cflags" 1>&6
+
+echo "${as_me:-configure}:9072: testing add to \$CFLAGS $cf_new_cflags ..." 1>&5
+
+ test -n "$CFLAGS" && CFLAGS="$CFLAGS "
+ CFLAGS="${CFLAGS}$cf_new_cflags"
+
+fi
+
+if test -n "$cf_new_cppflags" ; then
+ test -n "$verbose" && echo " add to \$CPPFLAGS $cf_new_cppflags" 1>&6
+
+echo "${as_me:-configure}:9082: testing add to \$CPPFLAGS $cf_new_cppflags ..." 1>&5
+
+ test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS "
+ CPPFLAGS="${CPPFLAGS}$cf_new_cppflags"
+
+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}:9092: testing add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags ..." 1>&5
+
+ test -n "$EXTRA_CPPFLAGS" && EXTRA_CPPFLAGS="$EXTRA_CPPFLAGS "
+ EXTRA_CPPFLAGS="${EXTRA_CPPFLAGS}$cf_new_extra_cppflags"
+
+fi
+
+done
+
+fi
+
+if test -n "$cf_XOPEN_SOURCE" && test -z "$cf_cv_xopen_source" ; then
+ echo "$as_me:9104: 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 9107 "configure"
+#include "confdefs.h"
+#include <stdlib.h>
+int
+main (void)
+{
+
+#ifndef _XOPEN_SOURCE
+#error _XOPEN_SOURCE is not defined
+#endif
+ ;
+ return 0;
+}
+_ACEOF
+rm -f "conftest.$ac_objext"
+if { (eval echo "$as_me:9122: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:9125: \$? = $ac_status" >&5
+ (exit "$ac_status"); } &&
+ { ac_try='test -s "conftest.$ac_objext"'
+ { (eval echo "$as_me:9128: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:9131: \$? = $ac_status" >&5
+ (exit "$ac_status"); }; }; then
+ cf_XOPEN_SOURCE_set=yes
+else
+ echo "$as_me: failed program was:" >&5
+cat "conftest.$ac_ext" >&5
+cf_XOPEN_SOURCE_set=no
+fi
+rm -f "conftest.$ac_objext" "conftest.$ac_ext"
+ echo "$as_me:9140: 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 9145 "configure"
+#include "confdefs.h"
+#include <stdlib.h>
+int
+main (void)
+{
+
+#if (_XOPEN_SOURCE - 0) < $cf_XOPEN_SOURCE
+#error (_XOPEN_SOURCE - 0) < $cf_XOPEN_SOURCE
+#endif
+ ;
+ return 0;
+}
+_ACEOF
+rm -f "conftest.$ac_objext"
+if { (eval echo "$as_me:9160: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:9163: \$? = $ac_status" >&5
+ (exit "$ac_status"); } &&
+ { ac_try='test -s "conftest.$ac_objext"'
+ { (eval echo "$as_me:9166: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:9169: \$? = $ac_status" >&5
+ (exit "$ac_status"); }; }; then
+ cf_XOPEN_SOURCE_set_ok=yes
+else
+ echo "$as_me: failed program was:" >&5
+cat "conftest.$ac_ext" >&5
+cf_XOPEN_SOURCE_set_ok=no
+fi
+rm -f "conftest.$ac_objext" "conftest.$ac_ext"
+ if test "$cf_XOPEN_SOURCE_set_ok" = no
+ then
+ { echo "$as_me:9180: WARNING: _XOPEN_SOURCE is lower than requested" >&5
+echo "$as_me: WARNING: _XOPEN_SOURCE is lower than requested" >&2;}
+ fi
+ else
+
+echo "$as_me:9185: 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 9192 "configure"
+#include "confdefs.h"
+
+$ac_includes_default
+
+int
+main (void)
+{
+
+#ifndef _XOPEN_SOURCE
+#error _XOPEN_SOURCE is not defined
+#endif
+
+ ;
+ return 0;
+}
+_ACEOF
+rm -f "conftest.$ac_objext"
+if { (eval echo "$as_me:9210: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:9213: \$? = $ac_status" >&5
+ (exit "$ac_status"); } &&
+ { ac_try='test -s "conftest.$ac_objext"'
+ { (eval echo "$as_me:9216: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:9219: \$? = $ac_status" >&5
+ (exit "$ac_status"); }; }; then
+ cf_cv_xopen_source=no
+else
+ echo "$as_me: failed program was:" >&5
+cat "conftest.$ac_ext" >&5
+cf_save="$CPPFLAGS"
+
+ test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS "
+ CPPFLAGS="${CPPFLAGS}-D_XOPEN_SOURCE=$cf_XOPEN_SOURCE"
+
+ cat >"conftest.$ac_ext" <<_ACEOF
+#line 9231 "configure"
+#include "confdefs.h"
+
+$ac_includes_default
+
+int
+main (void)
+{
+
+#ifndef _XOPEN_SOURCE
+#error _XOPEN_SOURCE is not defined
+#endif
+
+ ;
+ return 0;
+}
+_ACEOF
+rm -f "conftest.$ac_objext"
+if { (eval echo "$as_me:9249: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:9252: \$? = $ac_status" >&5
+ (exit "$ac_status"); } &&
+ { ac_try='test -s "conftest.$ac_objext"'
+ { (eval echo "$as_me:9255: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:9258: \$? = $ac_status" >&5
+ (exit "$ac_status"); }; }; then
+ cf_cv_xopen_source=no
+else
+ echo "$as_me: failed program was:" >&5
+cat "conftest.$ac_ext" >&5
+cf_cv_xopen_source=$cf_XOPEN_SOURCE
+fi
+rm -f "conftest.$ac_objext" "conftest.$ac_ext"
+ CPPFLAGS="$cf_save"
+
+fi
+rm -f "conftest.$ac_objext" "conftest.$ac_ext"
+
+fi
+echo "$as_me:9273: result: $cf_cv_xopen_source" >&5
+echo "${ECHO_T}$cf_cv_xopen_source" >&6
+
+if test "$cf_cv_xopen_source" != no ; then
+
+CFLAGS=`echo "$CFLAGS" | \
+ sed -e 's/-[UD]'"_XOPEN_SOURCE"'\(=[^ ]*\)\?[ ]/ /g' \
+ -e 's/-[UD]'"_XOPEN_SOURCE"'\(=[^ ]*\)\?$//g'`
+
+CPPFLAGS=`echo "$CPPFLAGS" | \
+ sed -e 's/-[UD]'"_XOPEN_SOURCE"'\(=[^ ]*\)\?[ ]/ /g' \
+ -e 's/-[UD]'"_XOPEN_SOURCE"'\(=[^ ]*\)\?$//g'`
+
+ cf_temp_xopen_source="-D_XOPEN_SOURCE=$cf_cv_xopen_source"
+
+for cf_add_cflags in $cf_temp_xopen_source
+do
+ case "x$cf_add_cflags" in
+ (x-[DU]*)
+
+cf_tmp_cflag=`echo "x$cf_add_cflags" | sed -e 's/^.//' -e 's/=.*//'`
+while true
+do
+ cf_old_cflag=`echo "x$CFLAGS" | sed -e 's/^.//' -e 's/[ ][ ]*-/ -/g' -e "s%$cf_tmp_cflag\\(=[^ ][^ ]*\\)\?%%" -e 's/^[ ]*//' -e 's%[ ][ ]*-D% -D%g' -e 's%[ ][ ]*-I% -I%g'`
+ test "$CFLAGS" != "$cf_old_cflag" || break
+
+ CFLAGS="$cf_old_cflag"
+done
+
+cf_tmp_cflag=`echo "x$cf_add_cflags" | sed -e 's/^.//' -e 's/=.*//'`
+while true
+do
+ cf_old_cflag=`echo "x$CPPFLAGS" | sed -e 's/^.//' -e 's/[ ][ ]*-/ -/g' -e "s%$cf_tmp_cflag\\(=[^ ][^ ]*\\)\?%%" -e 's/^[ ]*//' -e 's%[ ][ ]*-D% -D%g' -e 's%[ ][ ]*-I% -I%g'`
+ test "$CPPFLAGS" != "$cf_old_cflag" || break
+
+ CPPFLAGS="$cf_old_cflag"
+done
+
+ ;;
+ esac
+
+cf_fix_cppflags=no
+cf_new_cflags=
+cf_new_cppflags=
+cf_new_extra_cppflags=
+
+for cf_add_cflags in $cf_add_cflags
+do
+case "$cf_fix_cppflags" in
+(no)
+ case "$cf_add_cflags" in
+ (-undef|-nostdinc*|-I*|-D*|-U*|-E|-P|-C)
+ case "$cf_add_cflags" in
+ (-D*)
+ cf_tst_cflags=`echo "${cf_add_cflags}" |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
+
+ test "x${cf_add_cflags}" != "x${cf_tst_cflags}" \
+ && test -z "${cf_tst_cflags}" \
+ && cf_fix_cppflags=yes
+
+ if test "$cf_fix_cppflags" = yes ; then
+
+ test -n "$cf_new_extra_cppflags" && cf_new_extra_cppflags="$cf_new_extra_cppflags "
+ cf_new_extra_cppflags="${cf_new_extra_cppflags}$cf_add_cflags"
+
+ continue
+ elif test "${cf_tst_cflags}" = "\"'" ; then
+
+ test -n "$cf_new_extra_cppflags" && cf_new_extra_cppflags="$cf_new_extra_cppflags "
+ cf_new_extra_cppflags="${cf_new_extra_cppflags}$cf_add_cflags"
+
+ continue
+ fi
+ ;;
+ esac
+ case "$CPPFLAGS" in
+ (*$cf_add_cflags)
+ ;;
+ (*)
+ case "$cf_add_cflags" in
+ (-D*)
+ cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
+
+CPPFLAGS=`echo "$CPPFLAGS" | \
+ sed -e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ ]*\)\?[ ]/ /g' \
+ -e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ ]*\)\?$//g'`
+
+ ;;
+ esac
+
+ test -n "$cf_new_cppflags" && cf_new_cppflags="$cf_new_cppflags "
+ cf_new_cppflags="${cf_new_cppflags}$cf_add_cflags"
+
+ ;;
+ esac
+ ;;
+ (*)
+
+ test -n "$cf_new_cflags" && cf_new_cflags="$cf_new_cflags "
+ cf_new_cflags="${cf_new_cflags}$cf_add_cflags"
+
+ ;;
+ esac
+ ;;
+(yes)
+
+ test -n "$cf_new_extra_cppflags" && cf_new_extra_cppflags="$cf_new_extra_cppflags "
+ cf_new_extra_cppflags="${cf_new_extra_cppflags}$cf_add_cflags"
+
+ cf_tst_cflags=`echo "${cf_add_cflags}" |sed -e 's/^[^"]*"'\''//'`
+
+ test "x${cf_add_cflags}" != "x${cf_tst_cflags}" \
+ && test -z "${cf_tst_cflags}" \
+ && cf_fix_cppflags=no
+ ;;
+esac
+done
+
+if test -n "$cf_new_cflags" ; then
+
+ test -n "$CFLAGS" && CFLAGS="$CFLAGS "
+ CFLAGS="${CFLAGS}$cf_new_cflags"
+
+fi
+
+if test -n "$cf_new_cppflags" ; then
+
+ test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS "
+ CPPFLAGS="${CPPFLAGS}$cf_new_cppflags"
+
+fi
+
+if test -n "$cf_new_extra_cppflags" ; then
+
+ test -n "$EXTRA_CPPFLAGS" && EXTRA_CPPFLAGS="$EXTRA_CPPFLAGS "
+ EXTRA_CPPFLAGS="${EXTRA_CPPFLAGS}$cf_new_extra_cppflags"
+
+fi
+
+done
+
+fi
+
+ fi
+fi
+fi # cf_cv_posix_visible
+
# Check whether --enable-largefile or --disable-largefile was given.
if test "${enable_largefile+set}" = set; then
enableval="$enable_largefile"
@@ -7395,7 +9424,7 @@ if test "${enable_largefile+set}" = set; then
fi;
if test "$enable_largefile" != no; then
- echo "$as_me:7398: checking for special C compiler options needed for large files" >&5
+ echo "$as_me:9427: checking for special C compiler options needed for large files" >&5
echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6
if test "${ac_cv_sys_largefile_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7407,7 +9436,7 @@ else
# IRIX 6.2 and later do not support large files by default,
# so use the C compiler's -n32 option if that helps.
cat >"conftest.$ac_ext" <<_ACEOF
-#line 7410 "configure"
+#line 9439 "configure"
#include "confdefs.h"
#include <sys/types.h>
/* Check that off_t can represent 2**63 - 1 correctly.
@@ -7427,16 +9456,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:7430: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:9459: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:7433: \$? = $ac_status" >&5
+ echo "$as_me:9462: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:7436: \"$ac_try\"") >&5
+ { (eval echo "$as_me:9465: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:7439: \$? = $ac_status" >&5
+ echo "$as_me:9468: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
break
else
@@ -7446,16 +9475,16 @@ fi
rm -f "conftest.$ac_objext"
CC="$CC -n32"
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:7449: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:9478: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:7452: \$? = $ac_status" >&5
+ echo "$as_me:9481: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:7455: \"$ac_try\"") >&5
+ { (eval echo "$as_me:9484: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:7458: \$? = $ac_status" >&5
+ echo "$as_me:9487: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_sys_largefile_CC=' -n32'; break
else
@@ -7469,13 +9498,13 @@ rm -f "conftest.$ac_objext"
rm -f "conftest.$ac_ext"
fi
fi
-echo "$as_me:7472: result: $ac_cv_sys_largefile_CC" >&5
+echo "$as_me:9501: result: $ac_cv_sys_largefile_CC" >&5
echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6
if test "$ac_cv_sys_largefile_CC" != no; then
CC=$CC$ac_cv_sys_largefile_CC
fi
- echo "$as_me:7478: checking for _FILE_OFFSET_BITS value needed for large files" >&5
+ echo "$as_me:9507: checking for _FILE_OFFSET_BITS value needed for large files" >&5
echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
if test "${ac_cv_sys_file_offset_bits+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7483,7 +9512,7 @@ else
while :; do
ac_cv_sys_file_offset_bits=no
cat >"conftest.$ac_ext" <<_ACEOF
-#line 7486 "configure"
+#line 9515 "configure"
#include "confdefs.h"
#include <sys/types.h>
/* Check that off_t can represent 2**63 - 1 correctly.
@@ -7503,16 +9532,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:7506: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:9535: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:7509: \$? = $ac_status" >&5
+ echo "$as_me:9538: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:7512: \"$ac_try\"") >&5
+ { (eval echo "$as_me:9541: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:7515: \$? = $ac_status" >&5
+ echo "$as_me:9544: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
break
else
@@ -7521,7 +9550,7 @@ cat "conftest.$ac_ext" >&5
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 7524 "configure"
+#line 9553 "configure"
#include "confdefs.h"
#define _FILE_OFFSET_BITS 64
#include <sys/types.h>
@@ -7542,16 +9571,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:7545: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:9574: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:7548: \$? = $ac_status" >&5
+ echo "$as_me:9577: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:7551: \"$ac_try\"") >&5
+ { (eval echo "$as_me:9580: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:7554: \$? = $ac_status" >&5
+ echo "$as_me:9583: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_sys_file_offset_bits=64; break
else
@@ -7562,7 +9591,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
break
done
fi
-echo "$as_me:7565: result: $ac_cv_sys_file_offset_bits" >&5
+echo "$as_me:9594: result: $ac_cv_sys_file_offset_bits" >&5
echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
if test "$ac_cv_sys_file_offset_bits" != no; then
@@ -7572,7 +9601,7 @@ EOF
fi
rm -rf conftest*
- echo "$as_me:7575: checking for _LARGE_FILES value needed for large files" >&5
+ echo "$as_me:9604: checking for _LARGE_FILES value needed for large files" >&5
echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
if test "${ac_cv_sys_large_files+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7580,7 +9609,7 @@ else
while :; do
ac_cv_sys_large_files=no
cat >"conftest.$ac_ext" <<_ACEOF
-#line 7583 "configure"
+#line 9612 "configure"
#include "confdefs.h"
#include <sys/types.h>
/* Check that off_t can represent 2**63 - 1 correctly.
@@ -7600,16 +9629,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:7603: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:9632: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:7606: \$? = $ac_status" >&5
+ echo "$as_me:9635: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:7609: \"$ac_try\"") >&5
+ { (eval echo "$as_me:9638: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:7612: \$? = $ac_status" >&5
+ echo "$as_me:9641: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
break
else
@@ -7618,7 +9647,7 @@ cat "conftest.$ac_ext" >&5
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 7621 "configure"
+#line 9650 "configure"
#include "confdefs.h"
#define _LARGE_FILES 1
#include <sys/types.h>
@@ -7639,16 +9668,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:7642: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:9671: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:7645: \$? = $ac_status" >&5
+ echo "$as_me:9674: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:7648: \"$ac_try\"") >&5
+ { (eval echo "$as_me:9677: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:7651: \$? = $ac_status" >&5
+ echo "$as_me:9680: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_sys_large_files=1; break
else
@@ -7659,7 +9688,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
break
done
fi
-echo "$as_me:7662: result: $ac_cv_sys_large_files" >&5
+echo "$as_me:9691: result: $ac_cv_sys_large_files" >&5
echo "${ECHO_T}$ac_cv_sys_large_files" >&6
if test "$ac_cv_sys_large_files" != no; then
@@ -7672,7 +9701,7 @@ rm -rf conftest*
fi
if test "$enable_largefile" != no ; then
- echo "$as_me:7675: checking for _LARGEFILE_SOURCE value needed for large files" >&5
+ echo "$as_me:9704: checking for _LARGEFILE_SOURCE value needed for large files" >&5
echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6
if test "${ac_cv_sys_largefile_source+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7680,7 +9709,7 @@ else
while :; do
ac_cv_sys_largefile_source=no
cat >"conftest.$ac_ext" <<_ACEOF
-#line 7683 "configure"
+#line 9712 "configure"
#include "confdefs.h"
#include <stdio.h>
#include <sys/types.h>
@@ -7695,16 +9724,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:7698: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:9727: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:7701: \$? = $ac_status" >&5
+ echo "$as_me:9730: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:7704: \"$ac_try\"") >&5
+ { (eval echo "$as_me:9733: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:7707: \$? = $ac_status" >&5
+ echo "$as_me:9736: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
break
else
@@ -7713,7 +9742,7 @@ cat "conftest.$ac_ext" >&5
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 7716 "configure"
+#line 9745 "configure"
#include "confdefs.h"
#define _LARGEFILE_SOURCE 1
#include <stdio.h>
@@ -7729,16 +9758,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:7732: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:9761: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:7735: \$? = $ac_status" >&5
+ echo "$as_me:9764: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:7738: \"$ac_try\"") >&5
+ { (eval echo "$as_me:9767: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:7741: \$? = $ac_status" >&5
+ echo "$as_me:9770: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_sys_largefile_source=1; break
else
@@ -7749,7 +9778,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
break
done
fi
-echo "$as_me:7752: result: $ac_cv_sys_largefile_source" >&5
+echo "$as_me:9781: result: $ac_cv_sys_largefile_source" >&5
echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6
if test "$ac_cv_sys_largefile_source" != no; then
@@ -7763,13 +9792,13 @@ rm -rf conftest*
# We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
# in glibc 2.1.3, but that breaks too many other things.
# If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
-echo "$as_me:7766: checking for fseeko" >&5
+echo "$as_me:9795: checking for fseeko" >&5
echo $ECHO_N "checking for fseeko... $ECHO_C" >&6
if test "${ac_cv_func_fseeko+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 7772 "configure"
+#line 9801 "configure"
#include "confdefs.h"
#include <stdio.h>
#include <sys/types.h>
@@ -7783,16 +9812,16 @@ int (*my_fseeko)(FILE *, off_t, int) = fseeko;
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:7786: \"$ac_link\"") >&5
+if { (eval echo "$as_me:9815: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:7789: \$? = $ac_status" >&5
+ echo "$as_me:9818: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:7792: \"$ac_try\"") >&5
+ { (eval echo "$as_me:9821: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:7795: \$? = $ac_status" >&5
+ echo "$as_me:9824: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_func_fseeko=yes
else
@@ -7802,7 +9831,7 @@ ac_cv_func_fseeko=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:7805: result: $ac_cv_func_fseeko" >&5
+echo "$as_me:9834: result: $ac_cv_func_fseeko" >&5
echo "${ECHO_T}$ac_cv_func_fseeko" >&6
if test $ac_cv_func_fseeko = yes; then
@@ -7841,14 +9870,14 @@ fi
fi
- echo "$as_me:7844: checking whether to use struct dirent64" >&5
+ echo "$as_me:9873: checking whether to use struct dirent64" >&5
echo $ECHO_N "checking whether to use struct dirent64... $ECHO_C" >&6
if test "${cf_cv_struct_dirent64+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 7851 "configure"
+#line 9880 "configure"
#include "confdefs.h"
#pragma GCC diagnostic error "-Wincompatible-pointer-types"
@@ -7875,16 +9904,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:7878: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:9907: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:7881: \$? = $ac_status" >&5
+ echo "$as_me:9910: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:7884: \"$ac_try\"") >&5
+ { (eval echo "$as_me:9913: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:7887: \$? = $ac_status" >&5
+ echo "$as_me:9916: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_struct_dirent64=yes
else
@@ -7895,7 +9924,7 @@ fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:7898: result: $cf_cv_struct_dirent64" >&5
+echo "$as_me:9927: result: $cf_cv_struct_dirent64" >&5
echo "${ECHO_T}$cf_cv_struct_dirent64" >&6
test "$cf_cv_struct_dirent64" = yes &&
cat >>confdefs.h <<\EOF
@@ -7904,146 +9933,13 @@ EOF
fi
-if test -z "$ALL_LINGUAS" ; then
- ALL_LINGUAS=`test -d "$srcdir/po" && cd "$srcdir/po" && echo *.po|sed -e 's/\.po//g' -e 's/*//'`
-
- echo "$as_me:7910: checking for PATH separator" >&5
-echo $ECHO_N "checking for PATH separator... $ECHO_C" >&6
- case "$cf_cv_system_name" in
- (os2*) PATH_SEPARATOR=';' ;;
- (*) ${PATH_SEPARATOR:=':'} ;;
- esac
-
- echo "$as_me:7917: result: $PATH_SEPARATOR" >&5
-echo "${ECHO_T}$PATH_SEPARATOR" >&6
-
-# Extract the first word of "msginit", so it can be a program name with args.
-
-set dummy msginit; ac_word=$2
-echo "$as_me:7923: checking for $ac_word" >&5
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
-if test "${ac_cv_path_MSGINIT+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
- case "$MSGINIT" in
- ([\\/]*|?:[\\/]*)
- ac_cv_path_MSGINIT="$MSGINIT" # Let the user override the test with a path.
- ;;
- (*)
- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR}"
- for ac_dir in $PATH; do
- test -z "$ac_dir" && ac_dir=.
- if test -f "$ac_dir/$ac_word$ac_exeext" ; then
- if "$ac_dir/$ac_word" --no-translator --version /dev/null >/dev/null 2>&1; then
- ac_cv_path_MSGINIT="$ac_dir/$ac_word$ac_exeext"
- break
- fi
- fi
- done
- IFS="$ac_save_ifs"
- test -z "$ac_cv_path_MSGINIT" && ac_cv_path_MSGINIT=":"
- ;;
-esac
-fi
-MSGINIT="$ac_cv_path_MSGINIT"
-if test "$MSGINIT" != ":"; then
- echo "$as_me:7950: result: $MSGINIT" >&5
-echo "${ECHO_T}$MSGINIT" >&6
-else
- echo "$as_me:7953: result: no" >&5
-echo "${ECHO_T}no" >&6
-fi
-
- if test "$MSGINIT" != ":" ; then
- test -n "$verbose" && echo " adding en.po" 1>&6
-
-echo "${as_me:-configure}:7960: testing adding en.po ..." 1>&5
-
- ALL_LINGUAS="$ALL_LINGUAS en"
- fi
-fi
-
-if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
-set dummy ${ac_tool_prefix}ranlib; ac_word=$2
-echo "$as_me:7969: checking for $ac_word" >&5
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
-if test "${ac_cv_prog_RANLIB+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
- if test -n "$RANLIB"; then
- ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
-else
- ac_save_IFS=$IFS; IFS=$ac_path_separator
-ac_dummy="$PATH"
-for ac_dir in $ac_dummy; do
- IFS=$ac_save_IFS
- test -z "$ac_dir" && ac_dir=.
- $as_executable_p "$ac_dir/$ac_word" || continue
-ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
-echo "$as_me:7984: found $ac_dir/$ac_word" >&5
-break
-done
-
-fi
-fi
-RANLIB=$ac_cv_prog_RANLIB
-if test -n "$RANLIB"; then
- echo "$as_me:7992: result: $RANLIB" >&5
-echo "${ECHO_T}$RANLIB" >&6
-else
- echo "$as_me:7995: result: no" >&5
-echo "${ECHO_T}no" >&6
-fi
-
-fi
-if test -z "$ac_cv_prog_RANLIB"; then
- ac_ct_RANLIB=$RANLIB
- # Extract the first word of "ranlib", so it can be a program name with args.
-set dummy ranlib; ac_word=$2
-echo "$as_me:8004: checking for $ac_word" >&5
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
-if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
- if test -n "$ac_ct_RANLIB"; then
- ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
-else
- ac_save_IFS=$IFS; IFS=$ac_path_separator
-ac_dummy="$PATH"
-for ac_dir in $ac_dummy; do
- IFS=$ac_save_IFS
- test -z "$ac_dir" && ac_dir=.
- $as_executable_p "$ac_dir/$ac_word" || continue
-ac_cv_prog_ac_ct_RANLIB="ranlib"
-echo "$as_me:8019: found $ac_dir/$ac_word" >&5
-break
-done
-
- test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
-fi
-fi
-ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
-if test -n "$ac_ct_RANLIB"; then
- echo "$as_me:8028: result: $ac_ct_RANLIB" >&5
-echo "${ECHO_T}$ac_ct_RANLIB" >&6
-else
- echo "$as_me:8031: result: no" >&5
-echo "${ECHO_T}no" >&6
-fi
-
- RANLIB=$ac_ct_RANLIB
-else
- RANLIB="$ac_cv_prog_RANLIB"
-fi
-
-echo "$as_me:8040: checking for ANSI C header files" >&5
+echo "$as_me:9936: 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 8046 "configure"
+#line 9942 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
@@ -8051,13 +9947,13 @@ else
#include <float.h>
_ACEOF
-if { (eval echo "$as_me:8054: \"$ac_cpp "conftest.$ac_ext"\"") >&5
+if { (eval echo "$as_me:9950: \"$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:8060: \$? = $ac_status" >&5
+ echo "$as_me:9956: \$? = $ac_status" >&5
(exit "$ac_status"); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -8079,7 +9975,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 8082 "configure"
+#line 9978 "configure"
#include "confdefs.h"
#include <string.h>
@@ -8097,7 +9993,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 8100 "configure"
+#line 9996 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -8118,7 +10014,7 @@ if test $ac_cv_header_stdc = yes; then
:
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 8121 "configure"
+#line 10017 "configure"
#include "confdefs.h"
#include <ctype.h>
#if ((' ' & 0x0FF) == 0x020)
@@ -8144,15 +10040,15 @@ main (void)
}
_ACEOF
rm -f "conftest$ac_exeext"
-if { (eval echo "$as_me:8147: \"$ac_link\"") >&5
+if { (eval echo "$as_me:10043: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:8150: \$? = $ac_status" >&5
+ echo "$as_me:10046: \$? = $ac_status" >&5
(exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"'
- { (eval echo "$as_me:8152: \"$ac_try\"") >&5
+ { (eval echo "$as_me:10048: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:8155: \$? = $ac_status" >&5
+ echo "$as_me:10051: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -8165,7 +10061,7 @@ rm -f core ./core.* ./*.core "conftest$ac_exeext" "conftest.$ac_objext" "conftes
fi
fi
fi
-echo "$as_me:8168: result: $ac_cv_header_stdc" >&5
+echo "$as_me:10064: result: $ac_cv_header_stdc" >&5
echo "${ECHO_T}$ac_cv_header_stdc" >&6
if test $ac_cv_header_stdc = yes; then
@@ -8175,86 +10071,34 @@ EOF
fi
-echo "$as_me:8178: checking for inline" >&5
-echo $ECHO_N "checking for inline... $ECHO_C" >&6
-if test "${ac_cv_c_inline+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
- ac_cv_c_inline=no
-for ac_kw in inline __inline__ __inline; do
- cat >"conftest.$ac_ext" <<_ACEOF
-#line 8186 "configure"
-#include "confdefs.h"
-#ifndef __cplusplus
-static $ac_kw int static_foo (void) {return 0; }
-$ac_kw int foo (void) {return 0; }
-#endif
-
-_ACEOF
-rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:8195: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:8198: \$? = $ac_status" >&5
- (exit "$ac_status"); } &&
- { ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:8201: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:8204: \$? = $ac_status" >&5
- (exit "$ac_status"); }; }; then
- ac_cv_c_inline=$ac_kw; break
-else
- echo "$as_me: failed program was:" >&5
-cat "conftest.$ac_ext" >&5
-fi
-rm -f "conftest.$ac_objext" "conftest.$ac_ext"
-done
-
-fi
-echo "$as_me:8215: result: $ac_cv_c_inline" >&5
-echo "${ECHO_T}$ac_cv_c_inline" >&6
-case $ac_cv_c_inline in
- inline | yes) ;;
- no)
-cat >>confdefs.h <<\EOF
-#define inline
-EOF
- ;;
- *) cat >>confdefs.h <<EOF
-#define inline $ac_cv_c_inline
-EOF
- ;;
-esac
-
# On IRIX 5.3, sys/types and inttypes.h are conflicting.
for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
inttypes.h stdint.h unistd.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:8236: checking for $ac_header" >&5
+echo "$as_me:10080: 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 8242 "configure"
+#line 10086 "configure"
#include "confdefs.h"
$ac_includes_default
#include <$ac_header>
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:8248: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:10092: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:8251: \$? = $ac_status" >&5
+ echo "$as_me:10095: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:8254: \"$ac_try\"") >&5
+ { (eval echo "$as_me:10098: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:8257: \$? = $ac_status" >&5
+ echo "$as_me:10101: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
eval "$as_ac_Header=yes"
else
@@ -8264,7 +10108,7 @@ eval "$as_ac_Header=no"
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:8267: result: `eval echo '${'"$as_ac_Header"'}'`" >&5
+echo "$as_me:10111: 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
@@ -8274,711 +10118,107 @@ EOF
fi
done
-echo "$as_me:8277: 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 "$as_me:10121: checking whether exit is declared" >&5
+echo $ECHO_N "checking whether exit is declared... $ECHO_C" >&6
+if test "${ac_cv_have_decl_exit+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 8283 "configure"
+#line 10127 "configure"
#include "confdefs.h"
$ac_includes_default
int
main (void)
{
-if ((off_t *) 0)
- return 0;
-if (sizeof (off_t))
- return 0;
- ;
- return 0;
-}
-_ACEOF
-rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:8298: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:8301: \$? = $ac_status" >&5
- (exit "$ac_status"); } &&
- { ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:8304: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:8307: \$? = $ac_status" >&5
- (exit "$ac_status"); }; }; then
- ac_cv_type_off_t=yes
-else
- echo "$as_me: failed program was:" >&5
-cat "conftest.$ac_ext" >&5
-ac_cv_type_off_t=no
-fi
-rm -f "conftest.$ac_objext" "conftest.$ac_ext"
-fi
-echo "$as_me:8317: 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
- :
-else
-
-cat >>confdefs.h <<EOF
-#define off_t long
-EOF
-
-fi
+#ifndef exit
+ (void) exit;
+#endif
-echo "$as_me:8329: checking for size_t" >&5
-echo $ECHO_N "checking for size_t... $ECHO_C" >&6
-if test "${ac_cv_type_size_t+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
- cat >"conftest.$ac_ext" <<_ACEOF
-#line 8335 "configure"
-#include "confdefs.h"
-$ac_includes_default
-int
-main (void)
-{
-if ((size_t *) 0)
- return 0;
-if (sizeof (size_t))
- return 0;
;
return 0;
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:8350: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:10142: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:8353: \$? = $ac_status" >&5
+ echo "$as_me:10145: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:8356: \"$ac_try\"") >&5
+ { (eval echo "$as_me:10148: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:8359: \$? = $ac_status" >&5
+ echo "$as_me:10151: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
- ac_cv_type_size_t=yes
+ ac_cv_have_decl_exit=yes
else
echo "$as_me: failed program was:" >&5
cat "conftest.$ac_ext" >&5
-ac_cv_type_size_t=no
+ac_cv_have_decl_exit=no
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:8369: result: $ac_cv_type_size_t" >&5
-echo "${ECHO_T}$ac_cv_type_size_t" >&6
-if test "$ac_cv_type_size_t" = yes; then
- :
-else
-
-cat >>confdefs.h <<EOF
-#define size_t unsigned
-EOF
-
-fi
-
-# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
-# for constant arguments. Useless!
-echo "$as_me:8383: 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 8389 "configure"
-#include "confdefs.h"
-#include <alloca.h>
-int
-main (void)
-{
-char *p = (char *) alloca (2 * sizeof (int));
- ;
- return 0;
-}
-_ACEOF
-rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:8401: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:8404: \$? = $ac_status" >&5
- (exit "$ac_status"); } &&
- { ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:8407: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:8410: \$? = $ac_status" >&5
- (exit "$ac_status"); }; }; then
- ac_cv_working_alloca_h=yes
-else
- echo "$as_me: failed program was:" >&5
-cat "conftest.$ac_ext" >&5
-ac_cv_working_alloca_h=no
-fi
-rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
-fi
-echo "$as_me:8420: 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
-
-cat >>confdefs.h <<\EOF
-#define HAVE_ALLOCA_H 1
-EOF
-
-fi
-
-echo "$as_me:8430: 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 8436 "configure"
-#include "confdefs.h"
-#ifdef __GNUC__
-# define alloca __builtin_alloca
-#else
-# ifdef _MSC_VER
-# include <malloc.h>
-# define alloca _alloca
-# else
-# if HAVE_ALLOCA_H
-# include <alloca.h>
-# else
-# ifdef _AIX
- #pragma alloca
-# else
-# ifndef alloca /* predefined by HP cc +Olibcalls */
-char *alloca ();
-# endif
-# endif
-# endif
-# endif
-#endif
-
-int
-main (void)
-{
-char *p = (char *) alloca (1);
- ;
- return 0;
-}
-_ACEOF
-rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:8468: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:8471: \$? = $ac_status" >&5
- (exit "$ac_status"); } &&
- { ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:8474: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:8477: \$? = $ac_status" >&5
- (exit "$ac_status"); }; }; then
- ac_cv_func_alloca_works=yes
-else
- echo "$as_me: failed program was:" >&5
-cat "conftest.$ac_ext" >&5
-ac_cv_func_alloca_works=no
-fi
-rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
-fi
-echo "$as_me:8487: 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
-
-cat >>confdefs.h <<\EOF
-#define HAVE_ALLOCA 1
-EOF
-
-else
- # The SVR3 libPW and SVR4 libucb both contain incompatible functions
-# that cause trouble. Some versions do not even contain alloca or
-# contain a buggy version. If you still want to use their alloca,
-# use ar to extract alloca.o from them instead of compiling alloca.c.
+echo "$as_me:10161: result: $ac_cv_have_decl_exit" >&5
+echo "${ECHO_T}$ac_cv_have_decl_exit" >&6
-ALLOCA="alloca.$ac_objext"
+if test -z "$ALL_LINGUAS" ; then
+ ALL_LINGUAS=`test -d "$srcdir/po" && cd "$srcdir/po" && echo *.po|sed -e 's/\.po//g' -e 's/*//'`
-cat >>confdefs.h <<\EOF
-#define C_ALLOCA 1
-EOF
+ echo "$as_me:10167: checking for PATH separator" >&5
+echo $ECHO_N "checking for PATH separator... $ECHO_C" >&6
+ case "$cf_cv_system_name" in
+ (os2*) PATH_SEPARATOR=';' ;;
+ (*) ${PATH_SEPARATOR:=':'} ;;
+ esac
-echo "$as_me:8508: 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 8514 "configure"
-#include "confdefs.h"
-#if defined(CRAY) && ! defined(CRAY2)
-webecray
-#else
-wenotbecray
-#endif
+ echo "$as_me:10174: result: $PATH_SEPARATOR" >&5
+echo "${ECHO_T}$PATH_SEPARATOR" >&6
-_ACEOF
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
- $EGREP "webecray" >/dev/null 2>&1; then
- ac_cv_os_cray=yes
-else
- ac_cv_os_cray=no
-fi
-rm -rf conftest*
+# Extract the first word of "msginit", so it can be a program name with args.
-fi
-echo "$as_me:8532: 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:8537: checking for $ac_func" >&5
-echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
-if eval "test \"\${$as_ac_var+set}\" = set"; then
+set dummy msginit; ac_word=$2
+echo "$as_me:10180: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+if test "${ac_cv_path_MSGINIT+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
- cat >"conftest.$ac_ext" <<_ACEOF
-#line 8543 "configure"
-#include "confdefs.h"
-#define $ac_func autoconf_temporary
-#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
-#undef $ac_func
-
-#ifdef __cplusplus
-extern "C"
-#endif
-
-/* We use char because int might match the return type of a gcc2
- builtin and then its argument prototype would still apply. */
-char $ac_func (void);
-
-int
-main (void)
-{
-
-/* The GNU C library defines stubs for functions which it implements
- to always fail with ENOSYS. Some functions are actually named
- something starting with __ and the normal name is an alias. */
-#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
-#error found stub for $ac_func
-#endif
-
- return $ac_func ();
- ;
- return 0;
-}
-_ACEOF
-rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:8574: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:8577: \$? = $ac_status" >&5
- (exit "$ac_status"); } &&
- { ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:8580: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:8583: \$? = $ac_status" >&5
- (exit "$ac_status"); }; }; then
- eval "$as_ac_var=yes"
-else
- echo "$as_me: failed program was:" >&5
-cat "conftest.$ac_ext" >&5
-eval "$as_ac_var=no"
-fi
-rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
-fi
-echo "$as_me:8593: 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
-#define CRAY_STACKSEG_END $ac_func
-EOF
-
- break
-fi
-
+ case "$MSGINIT" in
+ ([\\/]*|?:[\\/]*)
+ ac_cv_path_MSGINIT="$MSGINIT" # Let the user override the test with a path.
+ ;;
+ (*)
+ IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR}"
+ for ac_dir in $PATH; do
+ test -z "$ac_dir" && ac_dir=.
+ if test -f "$ac_dir/$ac_word$ac_exeext" ; then
+ if "$ac_dir/$ac_word" --no-translator --version /dev/null >/dev/null 2>&1; then
+ ac_cv_path_MSGINIT="$ac_dir/$ac_word$ac_exeext"
+ break
+ fi
+ fi
done
+ IFS="$ac_save_ifs"
+ test -z "$ac_cv_path_MSGINIT" && ac_cv_path_MSGINIT=":"
+ ;;
+esac
fi
-
-echo "$as_me:8607: 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
-else
- if test "$cross_compiling" = yes; then
- ac_cv_c_stack_direction=0
-else
- cat >"conftest.$ac_ext" <<_ACEOF
-#line 8616 "configure"
-#include "confdefs.h"
-int
-find_stack_direction (void)
-{
- static char *addr = 0;
- auto char dummy;
- if (addr == 0)
- {
- addr = &dummy;
- return find_stack_direction ();
- }
- else
- return (&dummy > addr) ? 1 : -1;
-}
-
-int
-main (void)
-{
- $ac_main_return (find_stack_direction () < 0);
-}
-_ACEOF
-rm -f "conftest$ac_exeext"
-if { (eval echo "$as_me:8639: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:8642: \$? = $ac_status" >&5
- (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"'
- { (eval echo "$as_me:8644: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:8647: \$? = $ac_status" >&5
- (exit "$ac_status"); }; }; then
- ac_cv_c_stack_direction=1
-else
- echo "$as_me: program exited with status $ac_status" >&5
-echo "$as_me: failed program was:" >&5
-cat "conftest.$ac_ext" >&5
-ac_cv_c_stack_direction=-1
-fi
-rm -f core ./core.* ./*.core "conftest$ac_exeext" "conftest.$ac_objext" "conftest.$ac_ext"
-fi
-fi
-echo "$as_me:8659: result: $ac_cv_c_stack_direction" >&5
-echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
-
-cat >>confdefs.h <<EOF
-#define STACK_DIRECTION $ac_cv_c_stack_direction
-EOF
-
-fi
-
-for ac_header in stdlib.h unistd.h
-do
-as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:8671: 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 8677 "configure"
-#include "confdefs.h"
-#include <$ac_header>
-_ACEOF
-if { (eval echo "$as_me:8681: \"$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:8687: \$? = $ac_status" >&5
- (exit "$ac_status"); } >/dev/null; then
- if test -s conftest.err; then
- ac_cpp_err=$ac_c_preproc_warn_flag
- else
- ac_cpp_err=
- fi
-else
- ac_cpp_err=yes
-fi
-if test -z "$ac_cpp_err"; then
- eval "$as_ac_Header=yes"
-else
- echo "$as_me: failed program was:" >&5
- cat "conftest.$ac_ext" >&5
- eval "$as_ac_Header=no"
-fi
-rm -f conftest.err "conftest.$ac_ext"
-fi
-echo "$as_me:8706: 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
-#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
-EOF
-
-fi
-done
-
-for ac_func in getpagesize
-do
-as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:8719: 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 8725 "configure"
-#include "confdefs.h"
-#define $ac_func autoconf_temporary
-#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
-#undef $ac_func
-
-#ifdef __cplusplus
-extern "C"
-#endif
-
-/* We use char because int might match the return type of a gcc2
- builtin and then its argument prototype would still apply. */
-char $ac_func (void);
-
-int
-main (void)
-{
-
-/* The GNU C library defines stubs for functions which it implements
- to always fail with ENOSYS. Some functions are actually named
- something starting with __ and the normal name is an alias. */
-#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
-#error found stub for $ac_func
-#endif
-
- return $ac_func ();
- ;
- return 0;
-}
-_ACEOF
-rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:8756: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:8759: \$? = $ac_status" >&5
- (exit "$ac_status"); } &&
- { ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:8762: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:8765: \$? = $ac_status" >&5
- (exit "$ac_status"); }; }; then
- eval "$as_ac_var=yes"
-else
- echo "$as_me: failed program was:" >&5
-cat "conftest.$ac_ext" >&5
-eval "$as_ac_var=no"
-fi
-rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
-fi
-echo "$as_me:8775: 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
-#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
-EOF
-
-fi
-done
-
-echo "$as_me:8785: checking for working mmap" >&5
-echo $ECHO_N "checking for working mmap... $ECHO_C" >&6
-if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
- if test "$cross_compiling" = yes; then
- ac_cv_func_mmap_fixed_mapped=no
-else
- cat >"conftest.$ac_ext" <<_ACEOF
-#line 8794 "configure"
-#include "confdefs.h"
-$ac_includes_default
-/* Thanks to Mike Haertel and Jim Avera for this test.
- Here is a matrix of mmap possibilities:
- mmap private not fixed
- mmap private fixed at somewhere currently unmapped
- mmap private fixed at somewhere already mapped
- mmap shared not fixed
- mmap shared fixed at somewhere currently unmapped
- mmap shared fixed at somewhere already mapped
- For private mappings, we should verify that changes cannot be read()
- back from the file, nor mmap's back from the file at a different
- address. (There have been systems where private was not correctly
- implemented like the infamous i386 svr4.0, and systems where the
- VM page cache was not coherent with the file system buffer cache
- like early versions of FreeBSD and possibly contemporary NetBSD.)
- For shared mappings, we should conversely verify that changes get
- propagated back to all the places they're supposed to be.
-
- Grep wants private fixed already mapped.
- The main things grep needs to know about mmap are:
- * does it exist and is it safe to write into the mmap'd area
- * how to use it (BSD variants) */
-
-#include <fcntl.h>
-#include <sys/mman.h>
-
-#if !STDC_HEADERS && !HAVE_STDLIB_H
-char *malloc ();
-#endif
-
-/* This mess was copied from the GNU getpagesize.h. */
-#if !HAVE_GETPAGESIZE
-/* Assume that all systems that can run configure have sys/param.h. */
-# if !HAVE_SYS_PARAM_H
-# define HAVE_SYS_PARAM_H 1
-# endif
-
-# ifdef _SC_PAGESIZE
-# define getpagesize() sysconf(_SC_PAGESIZE)
-# else /* no _SC_PAGESIZE */
-# if HAVE_SYS_PARAM_H
-# include <sys/param.h>
-# ifdef EXEC_PAGESIZE
-# define getpagesize() EXEC_PAGESIZE
-# else /* no EXEC_PAGESIZE */
-# ifdef NBPG
-# define getpagesize() NBPG * CLSIZE
-# ifndef CLSIZE
-# define CLSIZE 1
-# endif /* no CLSIZE */
-# else /* no NBPG */
-# ifdef NBPC
-# define getpagesize() NBPC
-# else /* no NBPC */
-# ifdef PAGESIZE
-# define getpagesize() PAGESIZE
-# endif /* PAGESIZE */
-# endif /* no NBPC */
-# endif /* no NBPG */
-# endif /* no EXEC_PAGESIZE */
-# else /* no HAVE_SYS_PARAM_H */
-# define getpagesize() 8192 /* punt totally */
-# endif /* no HAVE_SYS_PARAM_H */
-# endif /* no _SC_PAGESIZE */
-
-#endif /* no HAVE_GETPAGESIZE */
-
-int
-main (void)
-{
- char *data, *data2, *data3;
- int i, pagesize;
- int fd;
-
- pagesize = getpagesize ();
-
- /* First, make a file with some known garbage in it. */
- data = (char *) malloc (pagesize);
- if (!data)
- $ac_main_return (1);
- for (i = 0; i < pagesize; ++i)
- *(data + i) = rand ();
- umask (0);
- fd = creat ("conftest.mmap", 0600);
- if (fd < 0)
- $ac_main_return (1);
- if (write (fd, data, pagesize) != pagesize)
- $ac_main_return (1);
- close (fd);
-
- /* Next, try to mmap the file at a fixed address which already has
- something else allocated at it. If we can, also make sure that
- we see the same garbage. */
- fd = open ("conftest.mmap", O_RDWR);
- if (fd < 0)
- $ac_main_return (1);
- data2 = (char *) malloc (2 * pagesize);
- if (!data2)
- $ac_main_return (1);
- data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1);
- if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
- MAP_PRIVATE | MAP_FIXED, fd, 0L))
- $ac_main_return (1);
- for (i = 0; i < pagesize; ++i)
- if (*(data + i) != *(data2 + i))
- $ac_main_return (1);
-
- /* Finally, make sure that changes to the mapped area do not
- percolate back to the file as seen by read(). (This is a bug on
- some variants of i386 svr4.0.) */
- for (i = 0; i < pagesize; ++i)
- *(data2 + i) = *(data2 + i) + 1;
- data3 = (char *) malloc (pagesize);
- if (!data3)
- $ac_main_return (1);
- if (read (fd, data3, pagesize) != pagesize)
- $ac_main_return (1);
- for (i = 0; i < pagesize; ++i)
- if (*(data + i) != *(data3 + i))
- $ac_main_return (1);
- close (fd);
- $ac_main_return (0);
-}
-_ACEOF
-rm -f "conftest$ac_exeext"
-if { (eval echo "$as_me:8921: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:8924: \$? = $ac_status" >&5
- (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"'
- { (eval echo "$as_me:8926: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:8929: \$? = $ac_status" >&5
- (exit "$ac_status"); }; }; then
- ac_cv_func_mmap_fixed_mapped=yes
+MSGINIT="$ac_cv_path_MSGINIT"
+if test "$MSGINIT" != ":"; then
+ echo "$as_me:10207: result: $MSGINIT" >&5
+echo "${ECHO_T}$MSGINIT" >&6
else
- echo "$as_me: program exited with status $ac_status" >&5
-echo "$as_me: failed program was:" >&5
-cat "conftest.$ac_ext" >&5
-ac_cv_func_mmap_fixed_mapped=no
-fi
-rm -f core ./core.* ./*.core "conftest$ac_exeext" "conftest.$ac_objext" "conftest.$ac_ext"
-fi
-fi
-echo "$as_me:8941: result: $ac_cv_func_mmap_fixed_mapped" >&5
-echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6
-if test $ac_cv_func_mmap_fixed_mapped = yes; then
-
-cat >>confdefs.h <<\EOF
-#define HAVE_MMAP 1
-EOF
-
+ echo "$as_me:10210: result: no" >&5
+echo "${ECHO_T}no" >&6
fi
-rm -f conftest.mmap
-echo "$as_me:8952: 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
-else
- cat >"conftest.$ac_ext" <<_ACEOF
-#line 8958 "configure"
-#include "confdefs.h"
+ if test "$MSGINIT" != ":" ; then
+ test -n "$verbose" && echo " adding en.po" 1>&6
-#include <features.h>
-#ifdef __GNU_LIBRARY__
- #if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1) || (__GLIBC__ > 2)
- Lucky GNU user
- #endif
-#endif
-
-_ACEOF
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
- $EGREP "Lucky GNU user" >/dev/null 2>&1; then
- ac_cv_gnu_library_2_1=yes
-else
- ac_cv_gnu_library_2_1=no
-fi
-rm -rf conftest*
+echo "${as_me:-configure}:10217: testing adding en.po ..." 1>&5
+ ALL_LINGUAS="$ALL_LINGUAS en"
+ fi
fi
-echo "$as_me:8978: 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"
cf_makefile=makefile
@@ -8988,7 +10228,7 @@ test -z "$ALL_LINGUAS" && ALL_LINGUAS=`test -d "$srcdir/po" && cd "$srcdir/po" &
: ${CONFIG_H:=config.h}
if test -z "$PACKAGE" ; then
- { { echo "$as_me:8991: error: CF_BUNDLED_INTL used without setting PACKAGE variable" >&5
+ { { echo "$as_me:10231: error: CF_BUNDLED_INTL used without setting PACKAGE variable" >&5
echo "$as_me: error: CF_BUNDLED_INTL used without setting PACKAGE variable" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -9001,134 +10241,12 @@ else
fi
fi
-for ac_header in argz.h limits.h locale.h nl_types.h malloc.h stddef.h \
-stdlib.h string.h unistd.h sys/param.h
-do
-as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:9008: 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 9014 "configure"
-#include "confdefs.h"
-#include <$ac_header>
-_ACEOF
-if { (eval echo "$as_me:9018: \"$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:9024: \$? = $ac_status" >&5
- (exit "$ac_status"); } >/dev/null; then
- if test -s conftest.err; then
- ac_cpp_err=$ac_c_preproc_warn_flag
- else
- ac_cpp_err=
- fi
-else
- ac_cpp_err=yes
-fi
-if test -z "$ac_cpp_err"; then
- eval "$as_ac_Header=yes"
-else
- echo "$as_me: failed program was:" >&5
- cat "conftest.$ac_ext" >&5
- eval "$as_ac_Header=no"
-fi
-rm -f conftest.err "conftest.$ac_ext"
-fi
-echo "$as_me:9043: 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
-#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
-EOF
-
-fi
-done
-
-for ac_func in feof_unlocked fgets_unlocked getcwd getegid geteuid \
-getgid getuid mempcpy munmap putenv setenv setlocale stpcpy strchr strcasecmp \
-strdup strtoul tsearch __argz_count __argz_stringify __argz_next
-do
-as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:9058: 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 9064 "configure"
-#include "confdefs.h"
-#define $ac_func autoconf_temporary
-#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
-#undef $ac_func
-
-#ifdef __cplusplus
-extern "C"
-#endif
-
-/* We use char because int might match the return type of a gcc2
- builtin and then its argument prototype would still apply. */
-char $ac_func (void);
-
-int
-main (void)
-{
-
-/* The GNU C library defines stubs for functions which it implements
- to always fail with ENOSYS. Some functions are actually named
- something starting with __ and the normal name is an alias. */
-#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
-#error found stub for $ac_func
-#endif
-
- return $ac_func ();
- ;
- return 0;
-}
-_ACEOF
-rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:9095: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:9098: \$? = $ac_status" >&5
- (exit "$ac_status"); } &&
- { ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:9101: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:9104: \$? = $ac_status" >&5
- (exit "$ac_status"); }; }; then
- eval "$as_ac_var=yes"
-else
- echo "$as_me: failed program was:" >&5
-cat "conftest.$ac_ext" >&5
-eval "$as_ac_var=no"
-fi
-rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
-fi
-echo "$as_me:9114: 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
-#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
-EOF
-
-fi
-done
-
# Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
if test "${with_libiconv_prefix+set}" = set; then
withval="$with_libiconv_prefix"
case "$withval" in
-(no)
- ;;
-(yes)
+(no|yes)
;;
(*)
@@ -9162,7 +10280,7 @@ if test -n "$cf_searchpath/include" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 9165 "configure"
+#line 10283 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -9174,16 +10292,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:9177: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:10295: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:9180: \$? = $ac_status" >&5
+ echo "$as_me:10298: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:9183: \"$ac_try\"") >&5
+ { (eval echo "$as_me:10301: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:9186: \$? = $ac_status" >&5
+ echo "$as_me:10304: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -9200,7 +10318,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}:9203: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:10321: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -9246,7 +10364,7 @@ if test -n "$cf_searchpath/../include" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 9249 "configure"
+#line 10367 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -9258,16 +10376,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:9261: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:10379: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:9264: \$? = $ac_status" >&5
+ echo "$as_me:10382: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:9267: \"$ac_try\"") >&5
+ { (eval echo "$as_me:10385: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:9270: \$? = $ac_status" >&5
+ echo "$as_me:10388: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -9284,7 +10402,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}:9287: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:10405: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -9302,7 +10420,7 @@ echo "${as_me:-configure}:9287: testing adding $cf_add_incdir to include-path ..
fi
else
-{ { echo "$as_me:9305: error: cannot find libiconv under $withval" >&5
+{ { echo "$as_me:10423: error: cannot find libiconv under $withval" >&5
echo "$as_me: error: cannot find libiconv under $withval" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -9327,7 +10445,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}:9330: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:10448: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -9356,7 +10474,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}:9359: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:10477: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -9365,18 +10483,22 @@ echo "${as_me:-configure}:9359: testing adding $cf_add_libdir to library-path ..
fi
else
-{ { echo "$as_me:9368: error: cannot find libiconv under $withval" >&5
+{ { echo "$as_me:10486: error: cannot find libiconv under $withval" >&5
echo "$as_me: error: cannot find libiconv under $withval" >&2;}
{ (exit 1); exit 1; }; }
fi
done
+ test -n "$verbose" && echo " setting path value for libiconv to $withval" 1>&6
+
+echo "${as_me:-configure}:10494: testing setting path value for libiconv to $withval ..." 1>&5
+
;;
esac
fi;
- echo "$as_me:9379: checking for iconv" >&5
+ echo "$as_me:10501: 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
@@ -9387,12 +10509,12 @@ else
cf_cv_header_path_iconv=
cf_cv_library_path_iconv=
-echo "${as_me:-configure}:9390: testing Starting FIND_LINKAGE(iconv,) ..." 1>&5
+echo "${as_me:-configure}:10512: testing Starting FIND_LINKAGE(iconv,) ..." 1>&5
cf_save_LIBS="$LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 9395 "configure"
+#line 10517 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -9411,16 +10533,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:9414: \"$ac_link\"") >&5
+if { (eval echo "$as_me:10536: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:9417: \$? = $ac_status" >&5
+ echo "$as_me:10539: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:9420: \"$ac_try\"") >&5
+ { (eval echo "$as_me:10542: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:9423: \$? = $ac_status" >&5
+ echo "$as_me:10545: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_find_linkage_iconv=yes
@@ -9434,7 +10556,7 @@ cat "conftest.$ac_ext" >&5
LIBS="-liconv $cf_save_LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 9437 "configure"
+#line 10559 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -9453,16 +10575,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:9456: \"$ac_link\"") >&5
+if { (eval echo "$as_me:10578: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:9459: \$? = $ac_status" >&5
+ echo "$as_me:10581: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:9462: \"$ac_try\"") >&5
+ { (eval echo "$as_me:10584: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:9465: \$? = $ac_status" >&5
+ echo "$as_me:10587: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_find_linkage_iconv=yes
@@ -9479,9 +10601,9 @@ cat "conftest.$ac_ext" >&5
test -n "$verbose" && echo " find linkage for iconv library" 1>&6
-echo "${as_me:-configure}:9482: testing find linkage for iconv library ..." 1>&5
+echo "${as_me:-configure}:10604: testing find linkage for iconv library ..." 1>&5
-echo "${as_me:-configure}:9484: testing Searching for headers in FIND_LINKAGE(iconv,) ..." 1>&5
+echo "${as_me:-configure}:10606: testing Searching for headers in FIND_LINKAGE(iconv,) ..." 1>&5
cf_save_CPPFLAGS="$CPPFLAGS"
cf_test_CPPFLAGS="$CPPFLAGS"
@@ -9572,7 +10694,7 @@ cf_search="$cf_search $cf_header_path_list"
if test -d "$cf_cv_header_path_iconv" ; then
test -n "$verbose" && echo " ... testing $cf_cv_header_path_iconv" 1>&6
-echo "${as_me:-configure}:9575: testing ... testing $cf_cv_header_path_iconv ..." 1>&5
+echo "${as_me:-configure}:10697: testing ... testing $cf_cv_header_path_iconv ..." 1>&5
CPPFLAGS="$cf_save_CPPFLAGS"
@@ -9580,7 +10702,7 @@ echo "${as_me:-configure}:9575: testing ... testing $cf_cv_header_path_iconv ...
CPPFLAGS="${CPPFLAGS}-I$cf_cv_header_path_iconv"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 9583 "configure"
+#line 10705 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -9599,21 +10721,21 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:9602: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:10724: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:9605: \$? = $ac_status" >&5
+ echo "$as_me:10727: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:9608: \"$ac_try\"") >&5
+ { (eval echo "$as_me:10730: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:9611: \$? = $ac_status" >&5
+ echo "$as_me:10733: \$? = $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}:9616: testing ... found iconv headers in $cf_cv_header_path_iconv ..." 1>&5
+echo "${as_me:-configure}:10738: testing ... found iconv headers in $cf_cv_header_path_iconv ..." 1>&5
cf_cv_find_linkage_iconv=maybe
cf_test_CPPFLAGS="$CPPFLAGS"
@@ -9631,7 +10753,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_cv_find_linkage_iconv" = maybe ; then
-echo "${as_me:-configure}:9634: testing Searching for iconv library in FIND_LINKAGE(iconv,) ..." 1>&5
+echo "${as_me:-configure}:10756: testing Searching for iconv library in FIND_LINKAGE(iconv,) ..." 1>&5
cf_save_LIBS="$LIBS"
cf_save_LDFLAGS="$LDFLAGS"
@@ -9706,13 +10828,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}:9709: testing ... testing $cf_cv_library_path_iconv ..." 1>&5
+echo "${as_me:-configure}:10831: 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 9715 "configure"
+#line 10837 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -9731,21 +10853,21 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:9734: \"$ac_link\"") >&5
+if { (eval echo "$as_me:10856: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:9737: \$? = $ac_status" >&5
+ echo "$as_me:10859: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:9740: \"$ac_try\"") >&5
+ { (eval echo "$as_me:10862: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:9743: \$? = $ac_status" >&5
+ echo "$as_me:10865: \$? = $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}:9748: testing ... found iconv library in $cf_cv_library_path_iconv ..." 1>&5
+echo "${as_me:-configure}:10870: testing ... found iconv library in $cf_cv_library_path_iconv ..." 1>&5
cf_cv_find_linkage_iconv=yes
cf_cv_library_file_iconv="-liconv"
@@ -9785,7 +10907,7 @@ am_cv_func_iconv="no, consider installing GNU libiconv"
fi
fi
-echo "$as_me:9788: result: $am_cv_func_iconv" >&5
+echo "$as_me:10910: result: $am_cv_func_iconv" >&5
echo "${ECHO_T}$am_cv_func_iconv" >&6
if test "$am_cv_func_iconv" = yes; then
@@ -9794,14 +10916,14 @@ cat >>confdefs.h <<\EOF
#define HAVE_ICONV 1
EOF
- echo "$as_me:9797: checking if the declaration of iconv() needs const." >&5
+ echo "$as_me:10919: 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 9804 "configure"
+#line 10926 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -9826,16 +10948,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:9829: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:10951: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:9832: \$? = $ac_status" >&5
+ echo "$as_me:10954: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:9835: \"$ac_try\"") >&5
+ { (eval echo "$as_me:10957: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:9838: \$? = $ac_status" >&5
+ echo "$as_me:10960: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
am_cv_proto_iconv_const=no
else
@@ -9845,7 +10967,7 @@ am_cv_proto_iconv_const=yes
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:9848: result: $am_cv_proto_iconv_const" >&5
+echo "$as_me:10970: 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
@@ -9890,7 +11012,7 @@ if test -n "$cf_cv_header_path_iconv" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 9893 "configure"
+#line 11015 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -9902,16 +11024,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:9905: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:11027: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:9908: \$? = $ac_status" >&5
+ echo "$as_me:11030: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:9911: \"$ac_try\"") >&5
+ { (eval echo "$as_me:11033: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:9914: \$? = $ac_status" >&5
+ echo "$as_me:11036: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -9928,7 +11050,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}:9931: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:11053: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -9967,7 +11089,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}:9970: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:11092: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -9978,13 +11100,13 @@ fi
fi
fi
-echo "$as_me:9981: checking for nl_langinfo and CODESET" >&5
+echo "$as_me:11103: 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 9987 "configure"
+#line 11109 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -9998,16 +11120,16 @@ char* cs = nl_langinfo(CODESET); (void)cs
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:10001: \"$ac_link\"") >&5
+if { (eval echo "$as_me:11123: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:10004: \$? = $ac_status" >&5
+ echo "$as_me:11126: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:10007: \"$ac_try\"") >&5
+ { (eval echo "$as_me:11129: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:10010: \$? = $ac_status" >&5
+ echo "$as_me:11132: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
am_cv_langinfo_codeset=yes
else
@@ -10018,7 +11140,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:10021: result: $am_cv_langinfo_codeset" >&5
+echo "$as_me:11143: result: $am_cv_langinfo_codeset" >&5
echo "${ECHO_T}$am_cv_langinfo_codeset" >&6
if test "$am_cv_langinfo_codeset" = yes; then
@@ -10029,13 +11151,13 @@ EOF
fi
if test "$ac_cv_header_locale_h" = yes; then
- echo "$as_me:10032: checking for LC_MESSAGES" >&5
+ echo "$as_me:11154: 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 10038 "configure"
+#line 11160 "configure"
#include "confdefs.h"
#include <locale.h>
int
@@ -10047,16 +11169,16 @@ return LC_MESSAGES
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:10050: \"$ac_link\"") >&5
+if { (eval echo "$as_me:11172: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:10053: \$? = $ac_status" >&5
+ echo "$as_me:11175: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:10056: \"$ac_try\"") >&5
+ { (eval echo "$as_me:11178: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:10059: \$? = $ac_status" >&5
+ echo "$as_me:11181: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
am_cv_val_LC_MESSAGES=yes
else
@@ -10066,7 +11188,7 @@ am_cv_val_LC_MESSAGES=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:10069: result: $am_cv_val_LC_MESSAGES" >&5
+echo "$as_me:11191: 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
@@ -10076,7 +11198,7 @@ EOF
fi
fi
- echo "$as_me:10079: checking whether NLS is requested" >&5
+ echo "$as_me:11201: 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.
@@ -10086,37 +11208,15 @@ if test "${enable_nls+set}" = set; then
else
USE_NLS=no
fi;
- echo "$as_me:10089: result: $USE_NLS" >&5
+ echo "$as_me:11211: result: $USE_NLS" >&5
echo "${ECHO_T}$USE_NLS" >&6
- BUILD_INCLUDED_LIBINTL=no
- USE_INCLUDED_LIBINTL=no
- INTLLIBS=
-
if test "$USE_NLS" = "yes"; then
- POSUB=po
-
-cat >>confdefs.h <<\EOF
-#define ENABLE_NLS 1
-EOF
-
- echo "$as_me:10103: 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.
-if test "${with_included_gettext+set}" = set; then
- withval="$with_included_gettext"
- nls_cv_force_use_gnu_gettext=$withval
-else
- nls_cv_force_use_gnu_gettext=no
-fi;
- echo "$as_me:10113: result: $nls_cv_force_use_gnu_gettext" >&5
-echo "${ECHO_T}$nls_cv_force_use_gnu_gettext" >&6
# Extract the first word of "msgfmt", so it can be a program name with args.
set dummy msgfmt; ac_word=$2
-echo "$as_me:10119: checking for $ac_word" >&5
+echo "$as_me:11219: 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
@@ -10143,16 +11243,16 @@ esac
fi
MSGFMT="$ac_cv_path_MSGFMT"
if test "$MSGFMT" != ":"; then
- echo "$as_me:10146: result: $MSGFMT" >&5
+ echo "$as_me:11246: result: $MSGFMT" >&5
echo "${ECHO_T}$MSGFMT" >&6
else
- echo "$as_me:10149: result: no" >&5
+ echo "$as_me:11249: 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:10155: checking for $ac_word" >&5
+echo "$as_me:11255: 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
@@ -10169,7 +11269,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:10172: found $ac_dir/$ac_word" >&5
+ echo "$as_me:11272: found $ac_dir/$ac_word" >&5
break
fi
done
@@ -10181,17 +11281,17 @@ fi
GMSGFMT=$ac_cv_path_GMSGFMT
if test -n "$GMSGFMT"; then
- echo "$as_me:10184: result: $GMSGFMT" >&5
+ echo "$as_me:11284: result: $GMSGFMT" >&5
echo "${ECHO_T}$GMSGFMT" >&6
else
- echo "$as_me:10187: result: no" >&5
+ echo "$as_me:11287: 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:10194: checking for $ac_word" >&5
+echo "$as_me:11294: 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
@@ -10218,21 +11318,17 @@ esac
fi
XGETTEXT="$ac_cv_path_XGETTEXT"
if test "$XGETTEXT" != ":"; then
- echo "$as_me:10221: result: $XGETTEXT" >&5
+ echo "$as_me:11321: result: $XGETTEXT" >&5
echo "${ECHO_T}$XGETTEXT" >&6
else
- echo "$as_me:10224: result: no" >&5
+ echo "$as_me:11324: result: no" >&5
echo "${ECHO_T}no" >&6
fi
- nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
- if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
- CATOBJEXT=NONE
+ CATOBJEXT=NONE
- cf_save_msgfmt_path="$MSGFMT"
- cf_save_xgettext_path="$XGETTEXT"
-
- cf_save_LIBS_1="$LIBS"
+ cf_save_msgfmt_path="$MSGFMT"
+ cf_save_xgettext_path="$XGETTEXT"
cf_add_libs="$LIBS"
# reverse order
@@ -10250,9 +11346,11 @@ for cf_add_1lib in $cf_add_0lib; do
done
LIBS="$cf_add_libs"
- cf_save_OPTS_1="$CPPFLAGS"
- if test "x$cf_save_msgfmt_path" = "x$MSGFMT" && \
- test "x$cf_save_xgettext_path" = "x$XGETTEXT" ; then
+ cf_save_LIBS_1="$LIBS"
+
+ cf_save_OPTS_1="$CPPFLAGS"
+ if test "x$cf_save_msgfmt_path" = "x$MSGFMT" && \
+ test "x$cf_save_xgettext_path" = "x$XGETTEXT" ; then
cf_fix_cppflags=no
cf_new_cflags=
@@ -10352,19 +11450,276 @@ if test -n "$cf_new_extra_cppflags" ; then
fi
- fi
+ fi
+
+# Check whether --with-libintl-prefix or --without-libintl-prefix was given.
+if test "${with_libintl_prefix+set}" = set; then
+ withval="$with_libintl_prefix"
+
+case "$withval" in
+(no|yes)
+ ;;
+(*)
+
+for cf_searchpath in `echo "$withval" | tr $PATH_SEPARATOR ' '`; do
+ if test -d "$cf_searchpath/include" ; then
+
+if test -n "$cf_searchpath/include" ; then
+ for cf_add_incdir in $cf_searchpath/include
+ do
+ while test "$cf_add_incdir" != /usr/include
+ do
+ if test -d "$cf_add_incdir"
+ then
+ cf_have_incdir=no
+ if test -n "$CFLAGS$CPPFLAGS" ; then
+ # a loop is needed to ensure we can add subdirs of existing dirs
+ for cf_test_incdir in $CFLAGS $CPPFLAGS ; do
+ if test ".$cf_test_incdir" = ".-I$cf_add_incdir" ; then
+ cf_have_incdir=yes; break
+ fi
+ done
+ fi
+
+ if test "$cf_have_incdir" = no ; then
+ if test "$cf_add_incdir" = /usr/local/include ; then
+ if test "$GCC" = yes
+ then
+ cf_save_CPPFLAGS=$CPPFLAGS
+
+ test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS "
+ CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
+
+ cat >"conftest.$ac_ext" <<_ACEOF
+#line 11494 "configure"
+#include "confdefs.h"
+#include <stdio.h>
+int
+main (void)
+{
+printf("Hello")
+ ;
+ return 0;
+}
+_ACEOF
+rm -f "conftest.$ac_objext"
+if { (eval echo "$as_me:11506: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:11509: \$? = $ac_status" >&5
+ (exit "$ac_status"); } &&
+ { ac_try='test -s "conftest.$ac_objext"'
+ { (eval echo "$as_me:11512: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:11515: \$? = $ac_status" >&5
+ (exit "$ac_status"); }; }; then
+ :
+else
+ echo "$as_me: failed program was:" >&5
+cat "conftest.$ac_ext" >&5
+cf_have_incdir=yes
+fi
+rm -f "conftest.$ac_objext" "conftest.$ac_ext"
+ CPPFLAGS=$cf_save_CPPFLAGS
+ fi
+ fi
+ fi
+
+ if test "$cf_have_incdir" = no ; then
+ test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6
+
+echo "${as_me:-configure}:11532: testing adding $cf_add_incdir to include-path ..." 1>&5
+
+ CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
+
+ cf_top_incdir=`echo "$cf_add_incdir" | sed -e 's%/include/.*$%/include%'`
+ test "$cf_top_incdir" = "$cf_add_incdir" && break
+ cf_add_incdir="$cf_top_incdir"
+ else
+ break
+ fi
+ else
+ break
+ fi
+ done
+ done
+fi
+
+ elif test -d "$cf_searchpath/../include" ; then
+
+if test -n "$cf_searchpath/../include" ; then
+ for cf_add_incdir in $cf_searchpath/../include
+ do
+ while test "$cf_add_incdir" != /usr/include
+ do
+ if test -d "$cf_add_incdir"
+ then
+ cf_have_incdir=no
+ if test -n "$CFLAGS$CPPFLAGS" ; then
+ # a loop is needed to ensure we can add subdirs of existing dirs
+ for cf_test_incdir in $CFLAGS $CPPFLAGS ; do
+ if test ".$cf_test_incdir" = ".-I$cf_add_incdir" ; then
+ cf_have_incdir=yes; break
+ fi
+ done
+ fi
+
+ if test "$cf_have_incdir" = no ; then
+ if test "$cf_add_incdir" = /usr/local/include ; then
+ if test "$GCC" = yes
+ then
+ cf_save_CPPFLAGS=$CPPFLAGS
+
+ test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS "
+ CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
+
+ cat >"conftest.$ac_ext" <<_ACEOF
+#line 11578 "configure"
+#include "confdefs.h"
+#include <stdio.h>
+int
+main (void)
+{
+printf("Hello")
+ ;
+ return 0;
+}
+_ACEOF
+rm -f "conftest.$ac_objext"
+if { (eval echo "$as_me:11590: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:11593: \$? = $ac_status" >&5
+ (exit "$ac_status"); } &&
+ { ac_try='test -s "conftest.$ac_objext"'
+ { (eval echo "$as_me:11596: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:11599: \$? = $ac_status" >&5
+ (exit "$ac_status"); }; }; then
+ :
+else
+ echo "$as_me: failed program was:" >&5
+cat "conftest.$ac_ext" >&5
+cf_have_incdir=yes
+fi
+rm -f "conftest.$ac_objext" "conftest.$ac_ext"
+ CPPFLAGS=$cf_save_CPPFLAGS
+ fi
+ fi
+ fi
+
+ if test "$cf_have_incdir" = no ; then
+ test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6
+
+echo "${as_me:-configure}:11616: testing adding $cf_add_incdir to include-path ..." 1>&5
+
+ CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
+
+ cf_top_incdir=`echo "$cf_add_incdir" | sed -e 's%/include/.*$%/include%'`
+ test "$cf_top_incdir" = "$cf_add_incdir" && break
+ cf_add_incdir="$cf_top_incdir"
+ else
+ break
+ fi
+ else
+ break
+ fi
+ done
+ done
+fi
+
+ else
+{ { echo "$as_me:11634: error: cannot find libintl under $withval" >&5
+echo "$as_me: error: cannot find libintl under $withval" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+ if test -d "$cf_searchpath/lib" ; then
+
+if test -n "$cf_searchpath/lib" ; then
+ for cf_add_libdir in $cf_searchpath/lib
+ do
+ if test "$cf_add_libdir" = /usr/lib ; then
+ :
+ elif test -d "$cf_add_libdir"
+ then
+ cf_have_libdir=no
+ if test -n "$LDFLAGS$LIBS" ; then
+ # a loop is needed to ensure we can add subdirs of existing dirs
+ for cf_test_libdir in $LDFLAGS $LIBS ; do
+ if test ".$cf_test_libdir" = ".-L$cf_add_libdir" ; then
+ cf_have_libdir=yes; break
+ fi
+ done
+ fi
+ if test "$cf_have_libdir" = no ; then
+ test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6
+
+echo "${as_me:-configure}:11659: testing adding $cf_add_libdir to library-path ..." 1>&5
+
+ LDFLAGS="-L$cf_add_libdir $LDFLAGS"
+ fi
+ fi
+ done
+fi
+
+ elif test -d "$cf_searchpath" ; then
+
+if test -n "$cf_searchpath" ; then
+ for cf_add_libdir in $cf_searchpath
+ do
+ if test "$cf_add_libdir" = /usr/lib ; then
+ :
+ elif test -d "$cf_add_libdir"
+ then
+ cf_have_libdir=no
+ if test -n "$LDFLAGS$LIBS" ; then
+ # a loop is needed to ensure we can add subdirs of existing dirs
+ for cf_test_libdir in $LDFLAGS $LIBS ; do
+ if test ".$cf_test_libdir" = ".-L$cf_add_libdir" ; then
+ cf_have_libdir=yes; break
+ fi
+ done
+ fi
+ if test "$cf_have_libdir" = no ; then
+ test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6
+
+echo "${as_me:-configure}:11688: testing adding $cf_add_libdir to library-path ..." 1>&5
+
+ LDFLAGS="-L$cf_add_libdir $LDFLAGS"
+ fi
+ fi
+ done
+fi
+
+ else
+{ { echo "$as_me:11697: error: cannot find libintl under $withval" >&5
+echo "$as_me: error: cannot find libintl under $withval" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+done
+
+ test -n "$verbose" && echo " setting path value for libintl to $withval" 1>&6
+
+echo "${as_me:-configure}:11705: testing setting path value for libintl to $withval ..." 1>&5
+
+ ;;
+esac
+
+fi;
# 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_intl=
cf_cv_library_path_intl=
-echo "${as_me:-configure}:10362: testing Starting FIND_LINKAGE(intl,) ..." 1>&5
+echo "${as_me:-configure}:11717: testing Starting FIND_LINKAGE(intl,) ..." 1>&5
cf_save_LIBS="$LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 10367 "configure"
+#line 11722 "configure"
#include "confdefs.h"
#include <libintl.h>
@@ -10386,16 +11741,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:10389: \"$ac_link\"") >&5
+if { (eval echo "$as_me:11744: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:10392: \$? = $ac_status" >&5
+ echo "$as_me:11747: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:10395: \"$ac_try\"") >&5
+ { (eval echo "$as_me:11750: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:10398: \$? = $ac_status" >&5
+ echo "$as_me:11753: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_find_linkage_intl=yes
@@ -10409,7 +11764,7 @@ cat "conftest.$ac_ext" >&5
LIBS="-lintl $cf_save_LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 10412 "configure"
+#line 11767 "configure"
#include "confdefs.h"
#include <libintl.h>
@@ -10431,16 +11786,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:10434: \"$ac_link\"") >&5
+if { (eval echo "$as_me:11789: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:10437: \$? = $ac_status" >&5
+ echo "$as_me:11792: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:10440: \"$ac_try\"") >&5
+ { (eval echo "$as_me:11795: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:10443: \$? = $ac_status" >&5
+ echo "$as_me:11798: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_find_linkage_intl=yes
@@ -10457,9 +11812,9 @@ cat "conftest.$ac_ext" >&5
test -n "$verbose" && echo " find linkage for intl library" 1>&6
-echo "${as_me:-configure}:10460: testing find linkage for intl library ..." 1>&5
+echo "${as_me:-configure}:11815: testing find linkage for intl library ..." 1>&5
-echo "${as_me:-configure}:10462: testing Searching for headers in FIND_LINKAGE(intl,) ..." 1>&5
+echo "${as_me:-configure}:11817: testing Searching for headers in FIND_LINKAGE(intl,) ..." 1>&5
cf_save_CPPFLAGS="$CPPFLAGS"
cf_test_CPPFLAGS="$CPPFLAGS"
@@ -10550,7 +11905,7 @@ 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}:10553: testing ... testing $cf_cv_header_path_intl ..." 1>&5
+echo "${as_me:-configure}:11908: testing ... testing $cf_cv_header_path_intl ..." 1>&5
CPPFLAGS="$cf_save_CPPFLAGS"
@@ -10558,7 +11913,7 @@ echo "${as_me:-configure}:10553: testing ... testing $cf_cv_header_path_intl ...
CPPFLAGS="${CPPFLAGS}-I$cf_cv_header_path_intl"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 10561 "configure"
+#line 11916 "configure"
#include "confdefs.h"
#include <libintl.h>
@@ -10580,21 +11935,21 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:10583: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:11938: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:10586: \$? = $ac_status" >&5
+ echo "$as_me:11941: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:10589: \"$ac_try\"") >&5
+ { (eval echo "$as_me:11944: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:10592: \$? = $ac_status" >&5
+ echo "$as_me:11947: \$? = $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}:10597: testing ... found intl headers in $cf_cv_header_path_intl ..." 1>&5
+echo "${as_me:-configure}:11952: testing ... found intl headers in $cf_cv_header_path_intl ..." 1>&5
cf_cv_find_linkage_intl=maybe
cf_test_CPPFLAGS="$CPPFLAGS"
@@ -10612,7 +11967,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_cv_find_linkage_intl" = maybe ; then
-echo "${as_me:-configure}:10615: testing Searching for intl library in FIND_LINKAGE(intl,) ..." 1>&5
+echo "${as_me:-configure}:11970: testing Searching for intl library in FIND_LINKAGE(intl,) ..." 1>&5
cf_save_LIBS="$LIBS"
cf_save_LDFLAGS="$LDFLAGS"
@@ -10687,13 +12042,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}:10690: testing ... testing $cf_cv_library_path_intl ..." 1>&5
+echo "${as_me:-configure}:12045: 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 10696 "configure"
+#line 12051 "configure"
#include "confdefs.h"
#include <libintl.h>
@@ -10715,21 +12070,21 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:10718: \"$ac_link\"") >&5
+if { (eval echo "$as_me:12073: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:10721: \$? = $ac_status" >&5
+ echo "$as_me:12076: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:10724: \"$ac_try\"") >&5
+ { (eval echo "$as_me:12079: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:10727: \$? = $ac_status" >&5
+ echo "$as_me:12082: \$? = $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}:10732: testing ... found intl library in $cf_cv_library_path_intl ..." 1>&5
+echo "${as_me:-configure}:12087: testing ... found intl library in $cf_cv_library_path_intl ..." 1>&5
cf_cv_find_linkage_intl=yes
cf_cv_library_file_intl="-lintl"
@@ -10768,22 +12123,17 @@ else
cf_cv_func_gettext=no
fi
- echo "$as_me:10771: checking for libintl.h and gettext()" >&5
+ echo "$as_me:12126: checking for libintl.h and gettext()" >&5
echo $ECHO_N "checking for libintl.h and gettext()... $ECHO_C" >&6
- echo "$as_me:10773: result: $cf_cv_func_gettext" >&5
+ echo "$as_me:12128: result: $cf_cv_func_gettext" >&5
echo "${ECHO_T}$cf_cv_func_gettext" >&6
- LIBS="$cf_save_LIBS_1"
- CPPFLAGS="$cf_save_OPTS_1"
-
- if test "$cf_cv_func_gettext" = yes ; then
+ if test "$cf_cv_func_gettext" = yes ; then
cat >>confdefs.h <<\EOF
#define HAVE_LIBINTL_H 1
EOF
- if test "$PACKAGE" != gettext; then
-
cat >>confdefs.h <<\EOF
#define HAVE_GETTEXT 1
EOF
@@ -10815,7 +12165,7 @@ if test -n "$cf_cv_header_path_intl" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 10818 "configure"
+#line 12168 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -10827,16 +12177,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:10830: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:12180: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:10833: \$? = $ac_status" >&5
+ echo "$as_me:12183: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:10836: \"$ac_try\"") >&5
+ { (eval echo "$as_me:12186: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:10839: \$? = $ac_status" >&5
+ echo "$as_me:12189: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -10853,7 +12203,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}:10856: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:12206: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -10870,8 +12220,8 @@ echo "${as_me:-configure}:10856: testing adding $cf_add_incdir to include-path .
done
fi
- if test -n "$cf_cv_library_file_intl" ; then
- INTLLIBS="$cf_cv_library_file_intl $LIBICONV"
+ if test -n "$cf_cv_library_file_intl" ; then
+ INTLLIBS="$cf_cv_library_file_intl"
if test -n "$cf_cv_library_path_intl" ; then
for cf_add_libdir in $cf_cv_library_path_intl
@@ -10892,7 +12242,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}:10895: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:12245: testing adding $cf_add_libdir to library-path ..." 1>&5
INTLLIBS="-L$cf_add_libdir $INTLLIBS"
fi
@@ -10900,21 +12250,20 @@ echo "${as_me:-configure}:10895: testing adding $cf_add_libdir to library-path .
done
fi
- fi
+ fi
- gt_save_LIBS="$LIBS"
- LIBS="$LIBS $INTLLIBS"
+ LIBS="$LIBS $INTLLIBS"
for ac_func in dcgettext
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:10911: checking for $ac_func" >&5
+echo "$as_me:12260: 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 10917 "configure"
+#line 12266 "configure"
#include "confdefs.h"
#define $ac_func autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -10945,16 +12294,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:10948: \"$ac_link\"") >&5
+if { (eval echo "$as_me:12297: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:10951: \$? = $ac_status" >&5
+ echo "$as_me:12300: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:10954: \"$ac_try\"") >&5
+ { (eval echo "$as_me:12303: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:10957: \$? = $ac_status" >&5
+ echo "$as_me:12306: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
eval "$as_ac_var=yes"
else
@@ -10964,7 +12313,7 @@ eval "$as_ac_var=no"
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:10967: result: `eval echo '${'"$as_ac_var"'}'`" >&5
+echo "$as_me:12316: 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
@@ -10974,57 +12323,30 @@ EOF
fi
done
- LIBS="$gt_save_LIBS"
-
- CATOBJEXT=.gmo
- fi
- elif test -z "$MSGFMT" || test -z "$XGETTEXT" ; then
- { echo "$as_me:10982: WARNING: disabling NLS feature" >&5
-echo "$as_me: WARNING: disabling NLS feature" >&2;}
- sed -e /ENABLE_NLS/d confdefs.h >confdefs.tmp
- mv confdefs.tmp confdefs.h
- ALL_LINGUAS=
- CATOBJEXT=.ignored
- MSGFMT=":"
- GMSGFMT=":"
- XGETTEXT=":"
- POSUB=
- BUILD_INCLUDED_LIBINTL=no
- USE_INCLUDED_LIBINTL=no
- USE_NLS=no
- nls_cv_use_gnu_gettext=no
- fi
-
- if test "$CATOBJEXT" = "NONE"; then
- nls_cv_use_gnu_gettext=maybe
- fi
- fi
-
- if test "$nls_cv_use_gnu_gettext" != "no"; then
- CATOBJEXT=.gmo
- if test -f "$srcdir/intl/libintl.h" || test -f "$srcdir/intl/libgnuintl.h" ; then
+ CATOBJEXT=.gmo
cat >>confdefs.h <<\EOF
-#define HAVE_LIBINTL_H 1
+#define ENABLE_NLS 1
EOF
- INTLOBJS="\$(GETTOBJS)"
- BUILD_INCLUDED_LIBINTL=yes
- USE_INCLUDED_LIBINTL=yes
- INTLLIBS="\$(top_builddir)/intl/libintl.a $LIBICONV"
- LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
- elif test "$nls_cv_use_gnu_gettext" = "yes"; then
- nls_cv_use_gnu_gettext=no
- { echo "$as_me:11018: WARNING: no NLS library is packaged with this application" >&5
-echo "$as_me: WARNING: no NLS library is packaged with this application" >&2;}
- fi
+ elif test -z "$MSGFMT" || test -z "$XGETTEXT" ; then
+ { echo "$as_me:12333: WARNING: disabling NLS feature" >&5
+echo "$as_me: WARNING: disabling NLS feature" >&2;}
+ ALL_LINGUAS=
+ CATOBJEXT=.ignored
+ MSGFMT=":"
+ GMSGFMT=":"
+ XGETTEXT=":"
+ USE_NLS=no
+ LIBS="$cf_save_LIBS_1"
+ CPPFLAGS="$cf_save_OPTS_1"
fi
if test "$GMSGFMT" != ":"; then
if $GMSGFMT --statistics /dev/null >/dev/null 2>&1; then
: ;
else
- { echo "$as_me:11027: WARNING: found msgfmt program is not GNU msgfmt" >&5
+ { echo "$as_me:12349: WARNING: found msgfmt program is not GNU msgfmt" >&5
echo "$as_me: WARNING: found msgfmt program is not GNU msgfmt" >&2;}
fi
fi
@@ -11033,7 +12355,7 @@ echo "$as_me: WARNING: found msgfmt program is not GNU msgfmt" >&2;}
if $XGETTEXT --omit-header /dev/null >/dev/null 2>&1; then
: ;
else
- { echo "$as_me:11036: WARNING: found xgettext program is not GNU xgettext" >&5
+ { echo "$as_me:12358: WARNING: found xgettext program is not GNU xgettext" >&5
echo "$as_me: WARNING: found xgettext program is not GNU xgettext" >&2;}
fi
fi
@@ -11042,70 +12364,6 @@ echo "$as_me: WARNING: found xgettext program is not GNU xgettext" >&2;}
if test "$XGETTEXT" != ":"; then
ac_config_commands="$ac_config_commands default-1"
- if test "$PACKAGE" = gettext; then
- BUILD_INCLUDED_LIBINTL=yes
- fi
-
- if test "$nls_cv_use_gnu_gettext" = "yes"; then
- for ac_prog in byacc bison
-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:11054: checking for $ac_word" >&5
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
-if test "${ac_cv_prog_INTL_YACC+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
- if test -n "$INTL_YACC"; then
- ac_cv_prog_INTL_YACC="$INTL_YACC" # Let the user override the test.
-else
- ac_save_IFS=$IFS; IFS=$ac_path_separator
-ac_dummy="$PATH"
-for ac_dir in $ac_dummy; do
- IFS=$ac_save_IFS
- test -z "$ac_dir" && ac_dir=.
- $as_executable_p "$ac_dir/$ac_word" || continue
-ac_cv_prog_INTL_YACC="$ac_prog"
-echo "$as_me:11069: found $ac_dir/$ac_word" >&5
-break
-done
-
-fi
-fi
-INTL_YACC=$ac_cv_prog_INTL_YACC
-if test -n "$INTL_YACC"; then
- echo "$as_me:11077: result: $INTL_YACC" >&5
-echo "${ECHO_T}$INTL_YACC" >&6
-else
- echo "$as_me:11080: result: no" >&5
-echo "${ECHO_T}no" >&6
-fi
-
- test -n "$INTL_YACC" && break
-done
-
- if test -z "$INTL_YACC"; then
- ac_verc_fail=yes
- else
- echo "$as_me:11090: checking version of $INTL_YACC" >&5
-echo $ECHO_N "checking version of $INTL_YACC... $ECHO_C" >&6
- ac_prog_version=`$INTL_YACC -V 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p;s/^\(byacc\) - \([0-9][0-9.]*\) \([0-9]*\).*$/\1-\2.\3/p'`
- case "$ac_prog_version" in
- (byacc-[0-9].[0-9].20[1-9]*)
- ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
- ('') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
- (1.2[6-9]*|1.[3-9][0-9]*|2.[0-3]*)
- 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:11101: result: $ac_prog_version" >&5
-echo "${ECHO_T}$ac_prog_version" >&6
- fi
- if test "$ac_verc_fail" = yes; then
- INTL_YACC=:
- fi
- fi
-
for lang in $ALL_LINGUAS; do
GMOFILES="$GMOFILES $lang.gmo"
POFILES="$POFILES $lang.po"
@@ -11121,41 +12379,41 @@ echo "${ECHO_T}$ac_prog_version" >&6
GENCAT=gencat
- if test "x$CATOBJEXT" != "x"; then
- if test "x$ALL_LINGUAS" = "x"; then
- LINGUAS=
- else
- echo "$as_me:11128: checking for catalogs to be installed" >&5
+ if test "$USE_NLS" = "yes"; then
+ if test "x$ALL_LINGUAS" = "x"; then
+ LINGUAS=
+ else
+ echo "$as_me:12386: 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
- useit=no
- for desiredlang in ${LINGUAS-$ALL_LINGUAS}; do
- # Use the presentlang catalog if desiredlang is
- # a. equal to presentlang, or
- # b. a variant of presentlang (because in this case,
- # presentlang can be used as a fallback for messages
- # which are not translated in the desiredlang catalog).
- case "$desiredlang" in
- ("$presentlang"*) useit=yes;;
- esac
- done
- if test "$useit" = yes; then
- NEW_LINGUAS="$NEW_LINGUAS $presentlang"
- fi
- done
- LINGUAS=$NEW_LINGUAS
- echo "$as_me:11148: result: $LINGUAS" >&5
+ NEW_LINGUAS=
+ for presentlang in $ALL_LINGUAS; do
+ useit=no
+ for desiredlang in ${LINGUAS-$ALL_LINGUAS}; do
+ # Use the presentlang catalog if desiredlang is
+ # a. equal to presentlang, or
+ # b. a variant of presentlang (because in this case,
+ # presentlang can be used as a fallback for messages
+ # which are not translated in the desiredlang catalog).
+ case "$desiredlang" in
+ ("$presentlang"*) useit=yes;;
+ esac
+ done
+ if test "$useit" = yes; then
+ NEW_LINGUAS="$NEW_LINGUAS $presentlang"
+ fi
+ done
+ LINGUAS=$NEW_LINGUAS
+ echo "$as_me:12406: result: $LINGUAS" >&5
echo "${ECHO_T}$LINGUAS" >&6
- fi
+ fi
- if test -n "$LINGUAS"; then
- for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done
- fi
+ if test -n "$LINGUAS"; then
+ for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done
+ fi
+ else
+ CATALOGS=
fi
- INTL_LIBTOOL_SUFFIX_PREFIX=
-
if test "$USE_NLS" = yes ; then
# Check whether --with-textdomain or --without-textdomain was given.
@@ -11172,7 +12430,6 @@ EOF
fi
-INTLDIR_MAKE=
MSG_DIR_MAKE=
SUB_MAKEFILE=
@@ -11181,7 +12438,7 @@ cf_makefile=makefile
use_our_messages=no
if test "$USE_NLS" = yes ; then
if test -d "$srcdir/po" ; then
-echo "$as_me:11184: checking if we should use included message-library" >&5
+echo "$as_me:12441: 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.
@@ -11192,7 +12449,7 @@ else
use_our_messages=yes
fi;
fi
-echo "$as_me:11195: result: $use_our_messages" >&5
+echo "$as_me:12452: result: $use_our_messages" >&5
echo "${ECHO_T}$use_our_messages" >&6
fi
@@ -11203,54 +12460,28 @@ then
MSG_DIR_MAKE=
fi
-if test "$USE_INCLUDED_LIBINTL" = yes ; then
- if test "$nls_cv_force_use_gnu_gettext" = yes ; then
- :
- elif test "$nls_cv_use_gnu_gettext" != no ; then
- :
- else
- INTLDIR_MAKE="#"
- fi
- if test -z "$INTLDIR_MAKE"; then
-
-cat >>confdefs.h <<\EOF
-#define HAVE_LIBGETTEXT_H 1
-EOF
-
- for cf_makefile in \
- $srcdir/intl/Makefile.in \
- $srcdir/intl/makefile.in
- do
- if test -f "$cf_makefile" ; then
- SUB_MAKEFILE="$SUB_MAKEFILE `echo \"${cf_makefile}\"|sed -e 's,^'$srcdir/',,' -e 's/\.in$//'`:${cf_makefile}"
- break
- fi
- done
- fi
-else
- INTLDIR_MAKE="#"
- if test "$USE_NLS" = yes ; then
+if test "$USE_NLS" = yes ; then
for ac_header in libintl.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:11237: checking for $ac_header" >&5
+echo "$as_me:12468: 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 11243 "configure"
+#line 12474 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:11247: \"$ac_cpp "conftest.$ac_ext"\"") >&5
+if { (eval echo "$as_me:12478: \"$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:11253: \$? = $ac_status" >&5
+ echo "$as_me:12484: \$? = $ac_status" >&5
(exit "$ac_status"); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11269,7 +12500,7 @@ else
fi
rm -f conftest.err "conftest.$ac_ext"
fi
-echo "$as_me:11272: result: `eval echo '${'"$as_ac_Header"'}'`" >&5
+echo "$as_me:12503: 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
@@ -11279,50 +12510,6 @@ EOF
fi
done
- fi
-fi
-
-if test -z "$INTLDIR_MAKE" ; then
-
- test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS "
- CPPFLAGS="${CPPFLAGS}-I../intl"
-
-fi
-
-if test "$BUILD_INCLUDED_LIBINTL" = yes ; then
- GT_YES="#"
- GT_NO=
-else
- GT_YES=
- GT_NO="#"
-fi
-
-if test "$USE_INCLUDED_LIBINTL" = yes ; then
- if test "$nls_cv_force_use_gnu_gettext" = yes ; then
-
-cat >>confdefs.h <<\EOF
-#define HAVE_GETTEXT 1
-EOF
-
- elif test "$nls_cv_use_gnu_gettext" = yes ; then
-
-cat >>confdefs.h <<\EOF
-#define HAVE_GETTEXT 1
-EOF
-
- fi
- if test -n "$nls_cv_header_intl" ; then
-
-cat >>confdefs.h <<\EOF
-#define HAVE_LIBINTL_H 1
-EOF
-
- fi
-fi
-
-INTLDIR_CPPFLAGS="#"
-if test -z "$INTLDIR_MAKE" ; then
- INTLDIR_CPPFLAGS=
fi
# Check whether --with-nls-datadir or --without-nls-datadir was given.
@@ -11358,7 +12545,7 @@ case ".$withval" in
withval=`echo "$withval" | sed -e s%NONE%$cf_path_syntax%`
;;
(*)
- { { echo "$as_me:11361: error: expected a pathname, not \"$withval\"" >&5
+ { { echo "$as_me:12548: error: expected a pathname, not \"$withval\"" >&5
echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;}
{ (exit 1); exit 1; }; }
;;
@@ -11367,7 +12554,7 @@ esac
fi
eval NLS_DATADIR="$withval"
-echo "$as_me:11370: checking if you want full utility pathnames" >&5
+echo "$as_me:12557: 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.
@@ -11384,14 +12571,14 @@ else
with_full_paths=yes
fi;
-echo "$as_me:11387: result: $with_full_paths" >&5
+echo "$as_me:12574: 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:11394: checking for system mailer" >&5
+echo "$as_me:12581: 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
@@ -11411,14 +12598,14 @@ else
fi
-echo "$as_me:11414: result: $cf_cv_SYSTEM_MAIL" >&5
+echo "$as_me:12601: 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:11421: checking system mail flags" >&5
+echo "$as_me:12608: 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
@@ -11434,7 +12621,7 @@ else
fi
-echo "$as_me:11437: result: $cf_cv_system_mail_flags" >&5
+echo "$as_me:12624: result: $cf_cv_system_mail_flags" >&5
echo "${ECHO_T}$cf_cv_system_mail_flags" >&6
cat >>confdefs.h <<EOF
@@ -11447,1929 +12634,14 @@ if test "$with_full_paths" = no ; then
fi
fi
-echo "$as_me:11450: checking if the POSIX test-macros are already defined" >&5
-echo $ECHO_N "checking if the POSIX test-macros are already defined... $ECHO_C" >&6
-if test "${cf_cv_posix_visible+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
-
-cat >"conftest.$ac_ext" <<_ACEOF
-#line 11457 "configure"
-#include "confdefs.h"
-#include <stdio.h>
-int
-main (void)
-{
-
-#if defined(__POSIX_VISIBLE) && ((__POSIX_VISIBLE - 0L) > 0) \
- && defined(__XSI_VISIBLE) && ((__XSI_VISIBLE - 0L) > 0) \
- && defined(__BSD_VISIBLE) && ((__BSD_VISIBLE - 0L) > 0) \
- && defined(__ISO_C_VISIBLE) && ((__ISO_C_VISIBLE - 0L) > 0)
-#error conflicting symbols found
-#endif
-
- ;
- return 0;
-}
-_ACEOF
-rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:11476: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:11479: \$? = $ac_status" >&5
- (exit "$ac_status"); } &&
- { ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:11482: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:11485: \$? = $ac_status" >&5
- (exit "$ac_status"); }; }; then
- cf_cv_posix_visible=no
-else
- echo "$as_me: failed program was:" >&5
-cat "conftest.$ac_ext" >&5
-cf_cv_posix_visible=yes
-fi
-rm -f "conftest.$ac_objext" "conftest.$ac_ext"
-
-fi
-echo "$as_me:11496: result: $cf_cv_posix_visible" >&5
-echo "${ECHO_T}$cf_cv_posix_visible" >&6
-
-if test "$cf_cv_posix_visible" = no; then
-
-cf_XOPEN_SOURCE=500
-cf_POSIX_C_SOURCE=199506L
-cf_xopen_source=
-
-case "$host_os" in
-(aix[4-7]*)
- cf_xopen_source="-D_ALL_SOURCE"
- ;;
-(darwin[0-8].*)
- cf_xopen_source="-D_APPLE_C_SOURCE"
- ;;
-(darwin*)
- cf_xopen_source="-D_DARWIN_C_SOURCE"
- cf_XOPEN_SOURCE=
- ;;
-(freebsd*|dragonfly*|midnightbsd*)
- # 5.x headers associate
- # _XOPEN_SOURCE=600 with _POSIX_C_SOURCE=200112L
- # _XOPEN_SOURCE=500 with _POSIX_C_SOURCE=199506L
- cf_POSIX_C_SOURCE=200112L
- cf_XOPEN_SOURCE=600
- cf_xopen_source="-D_BSD_TYPES -D__BSD_VISIBLE -D_POSIX_C_SOURCE=$cf_POSIX_C_SOURCE -D_XOPEN_SOURCE=$cf_XOPEN_SOURCE"
- ;;
-(hpux11*)
- cf_xopen_source="-D_HPUX_SOURCE -D_XOPEN_SOURCE=500"
- ;;
-(hpux*)
- cf_xopen_source="-D_HPUX_SOURCE"
- ;;
-(irix[56].*)
- cf_xopen_source="-D_SGI_SOURCE"
- cf_XOPEN_SOURCE=
- ;;
-(linux*gnu|linux*gnuabi64|linux*gnuabin32|linux*gnueabi|linux*gnueabihf|linux*gnux32|uclinux*|gnu*|mint*|k*bsd*-gnu|cygwin|msys|mingw*|linux*uclibc)
-
-cf_gnu_xopen_source=$cf_XOPEN_SOURCE
-
-echo "$as_me:11538: checking if this is the GNU C library" >&5
-echo $ECHO_N "checking if this is the GNU C library... $ECHO_C" >&6
-if test "${cf_cv_gnu_library+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
-
-cat >"conftest.$ac_ext" <<_ACEOF
-#line 11545 "configure"
-#include "confdefs.h"
-#include <sys/types.h>
-int
-main (void)
-{
-
- #if __GLIBC__ > 0 && __GLIBC_MINOR__ >= 0
- return 0;
- #elif __NEWLIB__ > 0 && __NEWLIB_MINOR__ >= 0
- return 0;
- #else
- # error not GNU C library
- #endif
- ;
- return 0;
-}
-_ACEOF
-rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:11564: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:11567: \$? = $ac_status" >&5
- (exit "$ac_status"); } &&
- { ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:11570: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:11573: \$? = $ac_status" >&5
- (exit "$ac_status"); }; }; then
- cf_cv_gnu_library=yes
-else
- echo "$as_me: failed program was:" >&5
-cat "conftest.$ac_ext" >&5
-cf_cv_gnu_library=no
-fi
-rm -f "conftest.$ac_objext" "conftest.$ac_ext"
-
-fi
-echo "$as_me:11584: result: $cf_cv_gnu_library" >&5
-echo "${ECHO_T}$cf_cv_gnu_library" >&6
-
-if test x$cf_cv_gnu_library = xyes; then
-
- # With glibc 2.19 (13 years after this check was begun), _DEFAULT_SOURCE
- # was changed to help a little. newlib incorporated the change about 4
- # years later.
- echo "$as_me:11592: checking if _DEFAULT_SOURCE can be used as a basis" >&5
-echo $ECHO_N "checking if _DEFAULT_SOURCE can be used as a basis... $ECHO_C" >&6
-if test "${cf_cv_gnu_library_219+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
-
- cf_save="$CPPFLAGS"
-
- test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS "
- CPPFLAGS="${CPPFLAGS}-D_DEFAULT_SOURCE"
-
- cat >"conftest.$ac_ext" <<_ACEOF
-#line 11604 "configure"
-#include "confdefs.h"
-#include <sys/types.h>
-int
-main (void)
-{
-
- #if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 19) || (__GLIBC__ > 2)
- return 0;
- #elif (__NEWLIB__ == 2 && __NEWLIB_MINOR__ >= 4) || (__GLIBC__ > 3)
- return 0;
- #else
- # error GNU C library __GLIBC__.__GLIBC_MINOR__ is too old
- #endif
- ;
- return 0;
-}
-_ACEOF
-rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:11623: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:11626: \$? = $ac_status" >&5
- (exit "$ac_status"); } &&
- { ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:11629: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:11632: \$? = $ac_status" >&5
- (exit "$ac_status"); }; }; then
- cf_cv_gnu_library_219=yes
-else
- echo "$as_me: failed program was:" >&5
-cat "conftest.$ac_ext" >&5
-cf_cv_gnu_library_219=no
-fi
-rm -f "conftest.$ac_objext" "conftest.$ac_ext"
- CPPFLAGS="$cf_save"
-
-fi
-echo "$as_me:11644: result: $cf_cv_gnu_library_219" >&5
-echo "${ECHO_T}$cf_cv_gnu_library_219" >&6
-
- if test "x$cf_cv_gnu_library_219" = xyes; then
- cf_save="$CPPFLAGS"
- echo "$as_me:11649: checking if _XOPEN_SOURCE=$cf_gnu_xopen_source works with _DEFAULT_SOURCE" >&5
-echo $ECHO_N "checking if _XOPEN_SOURCE=$cf_gnu_xopen_source works with _DEFAULT_SOURCE... $ECHO_C" >&6
-if test "${cf_cv_gnu_dftsrc_219+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
-
-cf_fix_cppflags=no
-cf_new_cflags=
-cf_new_cppflags=
-cf_new_extra_cppflags=
-
-for cf_add_cflags in -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=$cf_gnu_xopen_source
-do
-case "$cf_fix_cppflags" in
-(no)
- case "$cf_add_cflags" in
- (-undef|-nostdinc*|-I*|-D*|-U*|-E|-P|-C)
- case "$cf_add_cflags" in
- (-D*)
- cf_tst_cflags=`echo "${cf_add_cflags}" |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
-
- test "x${cf_add_cflags}" != "x${cf_tst_cflags}" \
- && test -z "${cf_tst_cflags}" \
- && cf_fix_cppflags=yes
-
- if test "$cf_fix_cppflags" = yes ; then
-
- test -n "$cf_new_extra_cppflags" && cf_new_extra_cppflags="$cf_new_extra_cppflags "
- cf_new_extra_cppflags="${cf_new_extra_cppflags}$cf_add_cflags"
-
- continue
- elif test "${cf_tst_cflags}" = "\"'" ; then
-
- test -n "$cf_new_extra_cppflags" && cf_new_extra_cppflags="$cf_new_extra_cppflags "
- cf_new_extra_cppflags="${cf_new_extra_cppflags}$cf_add_cflags"
-
- continue
- fi
- ;;
- esac
- case "$CPPFLAGS" in
- (*$cf_add_cflags)
- ;;
- (*)
- case "$cf_add_cflags" in
- (-D*)
- cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
-
-CPPFLAGS=`echo "$CPPFLAGS" | \
- sed -e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ ]*\)\?[ ]/ /g' \
- -e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ ]*\)\?$//g'`
-
- ;;
- esac
-
- test -n "$cf_new_cppflags" && cf_new_cppflags="$cf_new_cppflags "
- cf_new_cppflags="${cf_new_cppflags}$cf_add_cflags"
-
- ;;
- esac
- ;;
- (*)
-
- test -n "$cf_new_cflags" && cf_new_cflags="$cf_new_cflags "
- cf_new_cflags="${cf_new_cflags}$cf_add_cflags"
-
- ;;
- esac
- ;;
-(yes)
-
- test -n "$cf_new_extra_cppflags" && cf_new_extra_cppflags="$cf_new_extra_cppflags "
- cf_new_extra_cppflags="${cf_new_extra_cppflags}$cf_add_cflags"
-
- cf_tst_cflags=`echo "${cf_add_cflags}" |sed -e 's/^[^"]*"'\''//'`
-
- test "x${cf_add_cflags}" != "x${cf_tst_cflags}" \
- && test -z "${cf_tst_cflags}" \
- && cf_fix_cppflags=no
- ;;
-esac
-done
-
-if test -n "$cf_new_cflags" ; then
-
- test -n "$CFLAGS" && CFLAGS="$CFLAGS "
- CFLAGS="${CFLAGS}$cf_new_cflags"
-
-fi
-
-if test -n "$cf_new_cppflags" ; then
-
- test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS "
- CPPFLAGS="${CPPFLAGS}$cf_new_cppflags"
-
-fi
-
-if test -n "$cf_new_extra_cppflags" ; then
-
- test -n "$EXTRA_CPPFLAGS" && EXTRA_CPPFLAGS="$EXTRA_CPPFLAGS "
- EXTRA_CPPFLAGS="${EXTRA_CPPFLAGS}$cf_new_extra_cppflags"
-
-fi
-
- cat >"conftest.$ac_ext" <<_ACEOF
-#line 11754 "configure"
-#include "confdefs.h"
-
- #include <limits.h>
- #include <sys/types.h>
-
-int
-main (void)
-{
-
- #if (_XOPEN_SOURCE >= $cf_gnu_xopen_source) && (MB_LEN_MAX > 1)
- return 0;
- #else
- # error GNU C library is too old
- #endif
- ;
- return 0;
-}
-_ACEOF
-rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:11774: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:11777: \$? = $ac_status" >&5
- (exit "$ac_status"); } &&
- { ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:11780: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:11783: \$? = $ac_status" >&5
- (exit "$ac_status"); }; }; then
- cf_cv_gnu_dftsrc_219=yes
-else
- echo "$as_me: failed program was:" >&5
-cat "conftest.$ac_ext" >&5
-cf_cv_gnu_dftsrc_219=no
-fi
-rm -f "conftest.$ac_objext" "conftest.$ac_ext"
-
-fi
-echo "$as_me:11794: result: $cf_cv_gnu_dftsrc_219" >&5
-echo "${ECHO_T}$cf_cv_gnu_dftsrc_219" >&6
- test "x$cf_cv_gnu_dftsrc_219" = "xyes" || CPPFLAGS="$cf_save"
- else
- cf_cv_gnu_dftsrc_219=maybe
- fi
-
- if test "x$cf_cv_gnu_dftsrc_219" != xyes; then
-
- echo "$as_me:11803: 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 11810 "configure"
-#include "confdefs.h"
-#include <sys/types.h>
-int
-main (void)
-{
-
- #ifndef _XOPEN_SOURCE
- #error expected _XOPEN_SOURCE to be defined
- #endif
- ;
- return 0;
-}
-_ACEOF
-rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:11825: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:11828: \$? = $ac_status" >&5
- (exit "$ac_status"); } &&
- { ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:11831: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:11834: \$? = $ac_status" >&5
- (exit "$ac_status"); }; }; then
- cf_cv_gnu_source=no
-else
- echo "$as_me: failed program was:" >&5
-cat "conftest.$ac_ext" >&5
-cf_save="$CPPFLAGS"
-
-cf_fix_cppflags=no
-cf_new_cflags=
-cf_new_cppflags=
-cf_new_extra_cppflags=
-
-for cf_add_cflags in -D_GNU_SOURCE
-do
-case "$cf_fix_cppflags" in
-(no)
- case "$cf_add_cflags" in
- (-undef|-nostdinc*|-I*|-D*|-U*|-E|-P|-C)
- case "$cf_add_cflags" in
- (-D*)
- cf_tst_cflags=`echo "${cf_add_cflags}" |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
-
- test "x${cf_add_cflags}" != "x${cf_tst_cflags}" \
- && test -z "${cf_tst_cflags}" \
- && cf_fix_cppflags=yes
-
- if test "$cf_fix_cppflags" = yes ; then
-
- test -n "$cf_new_extra_cppflags" && cf_new_extra_cppflags="$cf_new_extra_cppflags "
- cf_new_extra_cppflags="${cf_new_extra_cppflags}$cf_add_cflags"
-
- continue
- elif test "${cf_tst_cflags}" = "\"'" ; then
-
- test -n "$cf_new_extra_cppflags" && cf_new_extra_cppflags="$cf_new_extra_cppflags "
- cf_new_extra_cppflags="${cf_new_extra_cppflags}$cf_add_cflags"
-
- continue
- fi
- ;;
- esac
- case "$CPPFLAGS" in
- (*$cf_add_cflags)
- ;;
- (*)
- case "$cf_add_cflags" in
- (-D*)
- cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
-
-CPPFLAGS=`echo "$CPPFLAGS" | \
- sed -e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ ]*\)\?[ ]/ /g' \
- -e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ ]*\)\?$//g'`
-
- ;;
- esac
-
- test -n "$cf_new_cppflags" && cf_new_cppflags="$cf_new_cppflags "
- cf_new_cppflags="${cf_new_cppflags}$cf_add_cflags"
-
- ;;
- esac
- ;;
- (*)
-
- test -n "$cf_new_cflags" && cf_new_cflags="$cf_new_cflags "
- cf_new_cflags="${cf_new_cflags}$cf_add_cflags"
-
- ;;
- esac
- ;;
-(yes)
-
- test -n "$cf_new_extra_cppflags" && cf_new_extra_cppflags="$cf_new_extra_cppflags "
- cf_new_extra_cppflags="${cf_new_extra_cppflags}$cf_add_cflags"
-
- cf_tst_cflags=`echo "${cf_add_cflags}" |sed -e 's/^[^"]*"'\''//'`
-
- test "x${cf_add_cflags}" != "x${cf_tst_cflags}" \
- && test -z "${cf_tst_cflags}" \
- && cf_fix_cppflags=no
- ;;
-esac
-done
-
-if test -n "$cf_new_cflags" ; then
-
- test -n "$CFLAGS" && CFLAGS="$CFLAGS "
- CFLAGS="${CFLAGS}$cf_new_cflags"
-
-fi
-
-if test -n "$cf_new_cppflags" ; then
-
- test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS "
- CPPFLAGS="${CPPFLAGS}$cf_new_cppflags"
-
-fi
-
-if test -n "$cf_new_extra_cppflags" ; then
-
- test -n "$EXTRA_CPPFLAGS" && EXTRA_CPPFLAGS="$EXTRA_CPPFLAGS "
- EXTRA_CPPFLAGS="${EXTRA_CPPFLAGS}$cf_new_extra_cppflags"
-
-fi
-
- cat >"conftest.$ac_ext" <<_ACEOF
-#line 11941 "configure"
-#include "confdefs.h"
-#include <sys/types.h>
-int
-main (void)
-{
-
- #ifdef _XOPEN_SOURCE
- #error expected _XOPEN_SOURCE to be undefined
- #endif
- ;
- return 0;
-}
-_ACEOF
-rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:11956: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:11959: \$? = $ac_status" >&5
- (exit "$ac_status"); } &&
- { ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:11962: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:11965: \$? = $ac_status" >&5
- (exit "$ac_status"); }; }; then
- cf_cv_gnu_source=no
-else
- echo "$as_me: failed program was:" >&5
-cat "conftest.$ac_ext" >&5
-cf_cv_gnu_source=yes
-fi
-rm -f "conftest.$ac_objext" "conftest.$ac_ext"
- CPPFLAGS="$cf_save"
-
-fi
-rm -f "conftest.$ac_objext" "conftest.$ac_ext"
-
-fi
-echo "$as_me:11980: result: $cf_cv_gnu_source" >&5
-echo "${ECHO_T}$cf_cv_gnu_source" >&6
-
- if test "$cf_cv_gnu_source" = yes
- then
- echo "$as_me:11985: checking if we should also define _DEFAULT_SOURCE" >&5
-echo $ECHO_N "checking if we should also define _DEFAULT_SOURCE... $ECHO_C" >&6
-if test "${cf_cv_default_source+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
-
- test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS "
- CPPFLAGS="${CPPFLAGS}-D_GNU_SOURCE"
-
- cat >"conftest.$ac_ext" <<_ACEOF
-#line 11995 "configure"
-#include "confdefs.h"
-#include <sys/types.h>
-int
-main (void)
-{
-
- #ifdef _DEFAULT_SOURCE
- #error expected _DEFAULT_SOURCE to be undefined
- #endif
- ;
- return 0;
-}
-_ACEOF
-rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:12010: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:12013: \$? = $ac_status" >&5
- (exit "$ac_status"); } &&
- { ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:12016: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:12019: \$? = $ac_status" >&5
- (exit "$ac_status"); }; }; then
- cf_cv_default_source=no
-else
- echo "$as_me: failed program was:" >&5
-cat "conftest.$ac_ext" >&5
-cf_cv_default_source=yes
-fi
-rm -f "conftest.$ac_objext" "conftest.$ac_ext"
-
-fi
-echo "$as_me:12030: result: $cf_cv_default_source" >&5
-echo "${ECHO_T}$cf_cv_default_source" >&6
- if test "$cf_cv_default_source" = yes
- then
-
- test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS "
- CPPFLAGS="${CPPFLAGS}-D_DEFAULT_SOURCE"
-
- fi
- fi
- fi
-
-fi
-
- ;;
-(minix*)
- cf_xopen_source="-D_NETBSD_SOURCE" # POSIX.1-2001 features are ifdef'd with this...
- ;;
-(mirbsd*)
- # setting _XOPEN_SOURCE or _POSIX_SOURCE breaks <sys/select.h> and other headers which use u_int / u_short types
- cf_XOPEN_SOURCE=
-
-if test "$cf_cv_posix_visible" = no; then
-
-cf_POSIX_C_SOURCE=$cf_POSIX_C_SOURCE
-
-cf_save_CFLAGS="$CFLAGS"
-cf_save_CPPFLAGS="$CPPFLAGS"
-
-cf_trim_CFLAGS=`echo "$cf_save_CFLAGS" | \
- sed -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?[ ]/ /g' \
- -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?$//g'`
-
-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:12067: 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}:12073: testing if the symbol is already defined go no further ..." 1>&5
-
- cat >"conftest.$ac_ext" <<_ACEOF
-#line 12076 "configure"
-#include "confdefs.h"
-#include <sys/types.h>
-int
-main (void)
-{
-
-#ifndef _POSIX_C_SOURCE
-#error _POSIX_C_SOURCE is not defined
-#endif
- ;
- return 0;
-}
-_ACEOF
-rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:12091: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:12094: \$? = $ac_status" >&5
- (exit "$ac_status"); } &&
- { ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:12097: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:12100: \$? = $ac_status" >&5
- (exit "$ac_status"); }; }; then
- cf_cv_posix_c_source=no
-else
- echo "$as_me: failed program was:" >&5
-cat "conftest.$ac_ext" >&5
-cf_want_posix_source=no
- case .$cf_POSIX_C_SOURCE in
- (.[12]??*)
- cf_cv_posix_c_source="-D_POSIX_C_SOURCE=$cf_POSIX_C_SOURCE"
- ;;
- (.2)
- cf_cv_posix_c_source="-D_POSIX_C_SOURCE=$cf_POSIX_C_SOURCE"
- cf_want_posix_source=yes
- ;;
- (.*)
- cf_want_posix_source=yes
- ;;
- esac
- if test "$cf_want_posix_source" = yes ; then
- cat >"conftest.$ac_ext" <<_ACEOF
-#line 12121 "configure"
-#include "confdefs.h"
-#include <sys/types.h>
-int
-main (void)
-{
-
-#ifdef _POSIX_SOURCE
-#error _POSIX_SOURCE is defined
-#endif
- ;
- return 0;
-}
-_ACEOF
-rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:12136: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:12139: \$? = $ac_status" >&5
- (exit "$ac_status"); } &&
- { ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:12142: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:12145: \$? = $ac_status" >&5
- (exit "$ac_status"); }; }; then
- :
-else
- echo "$as_me: failed program was:" >&5
-cat "conftest.$ac_ext" >&5
-cf_cv_posix_c_source="$cf_cv_posix_c_source -D_POSIX_SOURCE"
-fi
-rm -f "conftest.$ac_objext" "conftest.$ac_ext"
- fi
-
-echo "${as_me:-configure}:12156: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5
-
- CFLAGS="$cf_trim_CFLAGS"
- CPPFLAGS="$cf_trim_CPPFLAGS"
-
- test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS "
- CPPFLAGS="${CPPFLAGS}$cf_cv_posix_c_source"
-
-echo "${as_me:-configure}:12164: testing if the second compile does not leave our definition intact error ..." 1>&5
-
- cat >"conftest.$ac_ext" <<_ACEOF
-#line 12167 "configure"
-#include "confdefs.h"
-#include <sys/types.h>
-int
-main (void)
-{
-
-#ifndef _POSIX_C_SOURCE
-#error _POSIX_C_SOURCE is not defined
-#endif
- ;
- return 0;
-}
-_ACEOF
-rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:12182: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:12185: \$? = $ac_status" >&5
- (exit "$ac_status"); } &&
- { ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:12188: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:12191: \$? = $ac_status" >&5
- (exit "$ac_status"); }; }; then
- :
-else
- echo "$as_me: failed program was:" >&5
-cat "conftest.$ac_ext" >&5
-cf_cv_posix_c_source=no
-fi
-rm -f "conftest.$ac_objext" "conftest.$ac_ext"
- CFLAGS="$cf_save_CFLAGS"
- CPPFLAGS="$cf_save_CPPFLAGS"
-
-fi
-rm -f "conftest.$ac_objext" "conftest.$ac_ext"
-
-fi
-echo "$as_me:12207: 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
- CFLAGS="$cf_trim_CFLAGS"
- CPPFLAGS="$cf_trim_CPPFLAGS"
-
-cf_fix_cppflags=no
-cf_new_cflags=
-cf_new_cppflags=
-cf_new_extra_cppflags=
-
-for cf_add_cflags in $cf_cv_posix_c_source
-do
-case "$cf_fix_cppflags" in
-(no)
- case "$cf_add_cflags" in
- (-undef|-nostdinc*|-I*|-D*|-U*|-E|-P|-C)
- case "$cf_add_cflags" in
- (-D*)
- cf_tst_cflags=`echo "${cf_add_cflags}" |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
-
- test "x${cf_add_cflags}" != "x${cf_tst_cflags}" \
- && test -z "${cf_tst_cflags}" \
- && cf_fix_cppflags=yes
-
- if test "$cf_fix_cppflags" = yes ; then
-
- test -n "$cf_new_extra_cppflags" && cf_new_extra_cppflags="$cf_new_extra_cppflags "
- cf_new_extra_cppflags="${cf_new_extra_cppflags}$cf_add_cflags"
-
- continue
- elif test "${cf_tst_cflags}" = "\"'" ; then
-
- test -n "$cf_new_extra_cppflags" && cf_new_extra_cppflags="$cf_new_extra_cppflags "
- cf_new_extra_cppflags="${cf_new_extra_cppflags}$cf_add_cflags"
-
- continue
- fi
- ;;
- esac
- case "$CPPFLAGS" in
- (*$cf_add_cflags)
- ;;
- (*)
- case "$cf_add_cflags" in
- (-D*)
- cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
-
-CPPFLAGS=`echo "$CPPFLAGS" | \
- sed -e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ ]*\)\?[ ]/ /g' \
- -e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ ]*\)\?$//g'`
-
- ;;
- esac
-
- test -n "$cf_new_cppflags" && cf_new_cppflags="$cf_new_cppflags "
- cf_new_cppflags="${cf_new_cppflags}$cf_add_cflags"
-
- ;;
- esac
- ;;
- (*)
-
- test -n "$cf_new_cflags" && cf_new_cflags="$cf_new_cflags "
- cf_new_cflags="${cf_new_cflags}$cf_add_cflags"
-
- ;;
- esac
- ;;
-(yes)
-
- test -n "$cf_new_extra_cppflags" && cf_new_extra_cppflags="$cf_new_extra_cppflags "
- cf_new_extra_cppflags="${cf_new_extra_cppflags}$cf_add_cflags"
-
- cf_tst_cflags=`echo "${cf_add_cflags}" |sed -e 's/^[^"]*"'\''//'`
-
- test "x${cf_add_cflags}" != "x${cf_tst_cflags}" \
- && test -z "${cf_tst_cflags}" \
- && cf_fix_cppflags=no
- ;;
-esac
-done
-
-if test -n "$cf_new_cflags" ; then
-
- test -n "$CFLAGS" && CFLAGS="$CFLAGS "
- CFLAGS="${CFLAGS}$cf_new_cflags"
-
-fi
-
-if test -n "$cf_new_cppflags" ; then
-
- test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS "
- CPPFLAGS="${CPPFLAGS}$cf_new_cppflags"
-
-fi
-
-if test -n "$cf_new_extra_cppflags" ; then
-
- test -n "$EXTRA_CPPFLAGS" && EXTRA_CPPFLAGS="$EXTRA_CPPFLAGS "
- EXTRA_CPPFLAGS="${EXTRA_CPPFLAGS}$cf_new_extra_cppflags"
-
-fi
-
-fi
-
-fi # cf_cv_posix_visible
-
- ;;
-(netbsd*)
- cf_xopen_source="-D_NETBSD_SOURCE" # setting _XOPEN_SOURCE breaks IPv6 for lynx on NetBSD 1.6, breaks xterm, is not needed for ncursesw
- ;;
-(openbsd[6-9]*)
- # OpenBSD 6.x has broken locale support, both compile-time and runtime.
- # see https://www.mail-archive.com/bugs@openbsd.org/msg13200.html
- # Abusing the conformance level is a workaround.
- { echo "$as_me:12324: WARNING: this system does not provide usable locale support" >&5
-echo "$as_me: WARNING: this system does not provide usable locale support" >&2;}
- cf_xopen_source="-D_BSD_SOURCE"
- cf_XOPEN_SOURCE=700
- ;;
-(openbsd[4-5]*)
- # setting _XOPEN_SOURCE lower than 500 breaks g++ compile with wchar.h, needed for ncursesw
- cf_xopen_source="-D_BSD_SOURCE"
- cf_XOPEN_SOURCE=600
- ;;
-(openbsd*)
- # setting _XOPEN_SOURCE breaks xterm on OpenBSD 2.8, is not needed for ncursesw
- ;;
-(osf[45]*)
- cf_xopen_source="-D_OSF_SOURCE"
- ;;
-(nto-qnx*)
- cf_xopen_source="-D_QNX_SOURCE"
- ;;
-(sco*)
- # setting _XOPEN_SOURCE breaks Lynx on SCO Unix / OpenServer
- ;;
-(solaris2.*)
- cf_xopen_source="-D__EXTENSIONS__"
- cf_cv_xopen_source=broken
- ;;
-(sysv4.2uw2.*) # Novell/SCO UnixWare 2.x (tested on 2.1.2)
- cf_XOPEN_SOURCE=
- cf_POSIX_C_SOURCE=
- ;;
-(*)
-
-echo "$as_me:12356: 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 12363 "configure"
-#include "confdefs.h"
-
-$ac_includes_default
-
-int
-main (void)
-{
-
-#ifndef _XOPEN_SOURCE
-#error _XOPEN_SOURCE is not defined
-#endif
-
- ;
- return 0;
-}
-_ACEOF
-rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:12381: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:12384: \$? = $ac_status" >&5
- (exit "$ac_status"); } &&
- { ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:12387: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:12390: \$? = $ac_status" >&5
- (exit "$ac_status"); }; }; then
- cf_cv_xopen_source=no
-else
- echo "$as_me: failed program was:" >&5
-cat "conftest.$ac_ext" >&5
-cf_save="$CPPFLAGS"
-
- test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS "
- CPPFLAGS="${CPPFLAGS}-D_XOPEN_SOURCE=$cf_XOPEN_SOURCE"
-
- cat >"conftest.$ac_ext" <<_ACEOF
-#line 12402 "configure"
-#include "confdefs.h"
-
-$ac_includes_default
-
-int
-main (void)
-{
-
-#ifndef _XOPEN_SOURCE
-#error _XOPEN_SOURCE is not defined
-#endif
-
- ;
- return 0;
-}
-_ACEOF
-rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:12420: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:12423: \$? = $ac_status" >&5
- (exit "$ac_status"); } &&
- { ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:12426: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:12429: \$? = $ac_status" >&5
- (exit "$ac_status"); }; }; then
- cf_cv_xopen_source=no
-else
- echo "$as_me: failed program was:" >&5
-cat "conftest.$ac_ext" >&5
-cf_cv_xopen_source=$cf_XOPEN_SOURCE
-fi
-rm -f "conftest.$ac_objext" "conftest.$ac_ext"
- CPPFLAGS="$cf_save"
-
-fi
-rm -f "conftest.$ac_objext" "conftest.$ac_ext"
-
-fi
-echo "$as_me:12444: result: $cf_cv_xopen_source" >&5
-echo "${ECHO_T}$cf_cv_xopen_source" >&6
-
-if test "$cf_cv_xopen_source" != no ; then
-
-CFLAGS=`echo "$CFLAGS" | \
- sed -e 's/-[UD]'"_XOPEN_SOURCE"'\(=[^ ]*\)\?[ ]/ /g' \
- -e 's/-[UD]'"_XOPEN_SOURCE"'\(=[^ ]*\)\?$//g'`
-
-CPPFLAGS=`echo "$CPPFLAGS" | \
- sed -e 's/-[UD]'"_XOPEN_SOURCE"'\(=[^ ]*\)\?[ ]/ /g' \
- -e 's/-[UD]'"_XOPEN_SOURCE"'\(=[^ ]*\)\?$//g'`
-
- cf_temp_xopen_source="-D_XOPEN_SOURCE=$cf_cv_xopen_source"
-
-for cf_add_cflags in $cf_temp_xopen_source
-do
- case "x$cf_add_cflags" in
- (x-[DU]*)
-
-cf_tmp_cflag=`echo "x$cf_add_cflags" | sed -e 's/^.//' -e 's/=.*//'`
-while true
-do
- cf_old_cflag=`echo "x$CFLAGS" | sed -e 's/^.//' -e 's/[ ][ ]*-/ -/g' -e "s%$cf_tmp_cflag\\(=[^ ][^ ]*\\)\?%%" -e 's/^[ ]*//' -e 's%[ ][ ]*-D% -D%g' -e 's%[ ][ ]*-I% -I%g'`
- test "$CFLAGS" != "$cf_old_cflag" || break
-
- CFLAGS="$cf_old_cflag"
-done
-
-cf_tmp_cflag=`echo "x$cf_add_cflags" | sed -e 's/^.//' -e 's/=.*//'`
-while true
-do
- cf_old_cflag=`echo "x$CPPFLAGS" | sed -e 's/^.//' -e 's/[ ][ ]*-/ -/g' -e "s%$cf_tmp_cflag\\(=[^ ][^ ]*\\)\?%%" -e 's/^[ ]*//' -e 's%[ ][ ]*-D% -D%g' -e 's%[ ][ ]*-I% -I%g'`
- test "$CPPFLAGS" != "$cf_old_cflag" || break
-
- CPPFLAGS="$cf_old_cflag"
-done
-
- ;;
- esac
-
-cf_fix_cppflags=no
-cf_new_cflags=
-cf_new_cppflags=
-cf_new_extra_cppflags=
-
-for cf_add_cflags in $cf_add_cflags
-do
-case "$cf_fix_cppflags" in
-(no)
- case "$cf_add_cflags" in
- (-undef|-nostdinc*|-I*|-D*|-U*|-E|-P|-C)
- case "$cf_add_cflags" in
- (-D*)
- cf_tst_cflags=`echo "${cf_add_cflags}" |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
-
- test "x${cf_add_cflags}" != "x${cf_tst_cflags}" \
- && test -z "${cf_tst_cflags}" \
- && cf_fix_cppflags=yes
-
- if test "$cf_fix_cppflags" = yes ; then
-
- test -n "$cf_new_extra_cppflags" && cf_new_extra_cppflags="$cf_new_extra_cppflags "
- cf_new_extra_cppflags="${cf_new_extra_cppflags}$cf_add_cflags"
-
- continue
- elif test "${cf_tst_cflags}" = "\"'" ; then
-
- test -n "$cf_new_extra_cppflags" && cf_new_extra_cppflags="$cf_new_extra_cppflags "
- cf_new_extra_cppflags="${cf_new_extra_cppflags}$cf_add_cflags"
-
- continue
- fi
- ;;
- esac
- case "$CPPFLAGS" in
- (*$cf_add_cflags)
- ;;
- (*)
- case "$cf_add_cflags" in
- (-D*)
- cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
-
-CPPFLAGS=`echo "$CPPFLAGS" | \
- sed -e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ ]*\)\?[ ]/ /g' \
- -e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ ]*\)\?$//g'`
-
- ;;
- esac
-
- test -n "$cf_new_cppflags" && cf_new_cppflags="$cf_new_cppflags "
- cf_new_cppflags="${cf_new_cppflags}$cf_add_cflags"
-
- ;;
- esac
- ;;
- (*)
-
- test -n "$cf_new_cflags" && cf_new_cflags="$cf_new_cflags "
- cf_new_cflags="${cf_new_cflags}$cf_add_cflags"
-
- ;;
- esac
- ;;
-(yes)
-
- test -n "$cf_new_extra_cppflags" && cf_new_extra_cppflags="$cf_new_extra_cppflags "
- cf_new_extra_cppflags="${cf_new_extra_cppflags}$cf_add_cflags"
-
- cf_tst_cflags=`echo "${cf_add_cflags}" |sed -e 's/^[^"]*"'\''//'`
-
- test "x${cf_add_cflags}" != "x${cf_tst_cflags}" \
- && test -z "${cf_tst_cflags}" \
- && cf_fix_cppflags=no
- ;;
-esac
-done
-
-if test -n "$cf_new_cflags" ; then
-
- test -n "$CFLAGS" && CFLAGS="$CFLAGS "
- CFLAGS="${CFLAGS}$cf_new_cflags"
-
-fi
-
-if test -n "$cf_new_cppflags" ; then
-
- test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS "
- CPPFLAGS="${CPPFLAGS}$cf_new_cppflags"
-
-fi
-
-if test -n "$cf_new_extra_cppflags" ; then
-
- test -n "$EXTRA_CPPFLAGS" && EXTRA_CPPFLAGS="$EXTRA_CPPFLAGS "
- EXTRA_CPPFLAGS="${EXTRA_CPPFLAGS}$cf_new_extra_cppflags"
-
-fi
-
-done
-
-fi
-
- cf_save_xopen_cppflags="$CPPFLAGS"
-
-if test "$cf_cv_posix_visible" = no; then
-
-cf_POSIX_C_SOURCE=$cf_POSIX_C_SOURCE
-
-cf_save_CFLAGS="$CFLAGS"
-cf_save_CPPFLAGS="$CPPFLAGS"
-
-cf_trim_CFLAGS=`echo "$cf_save_CFLAGS" | \
- sed -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?[ ]/ /g' \
- -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?$//g'`
-
-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:12604: 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}:12610: testing if the symbol is already defined go no further ..." 1>&5
-
- cat >"conftest.$ac_ext" <<_ACEOF
-#line 12613 "configure"
-#include "confdefs.h"
-#include <sys/types.h>
-int
-main (void)
-{
-
-#ifndef _POSIX_C_SOURCE
-#error _POSIX_C_SOURCE is not defined
-#endif
- ;
- return 0;
-}
-_ACEOF
-rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:12628: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:12631: \$? = $ac_status" >&5
- (exit "$ac_status"); } &&
- { ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:12634: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:12637: \$? = $ac_status" >&5
- (exit "$ac_status"); }; }; then
- cf_cv_posix_c_source=no
-else
- echo "$as_me: failed program was:" >&5
-cat "conftest.$ac_ext" >&5
-cf_want_posix_source=no
- case .$cf_POSIX_C_SOURCE in
- (.[12]??*)
- cf_cv_posix_c_source="-D_POSIX_C_SOURCE=$cf_POSIX_C_SOURCE"
- ;;
- (.2)
- cf_cv_posix_c_source="-D_POSIX_C_SOURCE=$cf_POSIX_C_SOURCE"
- cf_want_posix_source=yes
- ;;
- (.*)
- cf_want_posix_source=yes
- ;;
- esac
- if test "$cf_want_posix_source" = yes ; then
- cat >"conftest.$ac_ext" <<_ACEOF
-#line 12658 "configure"
-#include "confdefs.h"
-#include <sys/types.h>
-int
-main (void)
-{
-
-#ifdef _POSIX_SOURCE
-#error _POSIX_SOURCE is defined
-#endif
- ;
- return 0;
-}
-_ACEOF
-rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:12673: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:12676: \$? = $ac_status" >&5
- (exit "$ac_status"); } &&
- { ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:12679: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:12682: \$? = $ac_status" >&5
- (exit "$ac_status"); }; }; then
- :
-else
- echo "$as_me: failed program was:" >&5
-cat "conftest.$ac_ext" >&5
-cf_cv_posix_c_source="$cf_cv_posix_c_source -D_POSIX_SOURCE"
-fi
-rm -f "conftest.$ac_objext" "conftest.$ac_ext"
- fi
-
-echo "${as_me:-configure}:12693: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5
-
- CFLAGS="$cf_trim_CFLAGS"
- CPPFLAGS="$cf_trim_CPPFLAGS"
-
- test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS "
- CPPFLAGS="${CPPFLAGS}$cf_cv_posix_c_source"
-
-echo "${as_me:-configure}:12701: testing if the second compile does not leave our definition intact error ..." 1>&5
-
- cat >"conftest.$ac_ext" <<_ACEOF
-#line 12704 "configure"
-#include "confdefs.h"
-#include <sys/types.h>
-int
-main (void)
-{
-
-#ifndef _POSIX_C_SOURCE
-#error _POSIX_C_SOURCE is not defined
-#endif
- ;
- return 0;
-}
-_ACEOF
-rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:12719: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:12722: \$? = $ac_status" >&5
- (exit "$ac_status"); } &&
- { ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:12725: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:12728: \$? = $ac_status" >&5
- (exit "$ac_status"); }; }; then
- :
-else
- echo "$as_me: failed program was:" >&5
-cat "conftest.$ac_ext" >&5
-cf_cv_posix_c_source=no
-fi
-rm -f "conftest.$ac_objext" "conftest.$ac_ext"
- CFLAGS="$cf_save_CFLAGS"
- CPPFLAGS="$cf_save_CPPFLAGS"
-
-fi
-rm -f "conftest.$ac_objext" "conftest.$ac_ext"
-
-fi
-echo "$as_me:12744: 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
- CFLAGS="$cf_trim_CFLAGS"
- CPPFLAGS="$cf_trim_CPPFLAGS"
-
-cf_fix_cppflags=no
-cf_new_cflags=
-cf_new_cppflags=
-cf_new_extra_cppflags=
-
-for cf_add_cflags in $cf_cv_posix_c_source
-do
-case "$cf_fix_cppflags" in
-(no)
- case "$cf_add_cflags" in
- (-undef|-nostdinc*|-I*|-D*|-U*|-E|-P|-C)
- case "$cf_add_cflags" in
- (-D*)
- cf_tst_cflags=`echo "${cf_add_cflags}" |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
-
- test "x${cf_add_cflags}" != "x${cf_tst_cflags}" \
- && test -z "${cf_tst_cflags}" \
- && cf_fix_cppflags=yes
-
- if test "$cf_fix_cppflags" = yes ; then
-
- test -n "$cf_new_extra_cppflags" && cf_new_extra_cppflags="$cf_new_extra_cppflags "
- cf_new_extra_cppflags="${cf_new_extra_cppflags}$cf_add_cflags"
-
- continue
- elif test "${cf_tst_cflags}" = "\"'" ; then
-
- test -n "$cf_new_extra_cppflags" && cf_new_extra_cppflags="$cf_new_extra_cppflags "
- cf_new_extra_cppflags="${cf_new_extra_cppflags}$cf_add_cflags"
-
- continue
- fi
- ;;
- esac
- case "$CPPFLAGS" in
- (*$cf_add_cflags)
- ;;
- (*)
- case "$cf_add_cflags" in
- (-D*)
- cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
-
-CPPFLAGS=`echo "$CPPFLAGS" | \
- sed -e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ ]*\)\?[ ]/ /g' \
- -e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ ]*\)\?$//g'`
-
- ;;
- esac
-
- test -n "$cf_new_cppflags" && cf_new_cppflags="$cf_new_cppflags "
- cf_new_cppflags="${cf_new_cppflags}$cf_add_cflags"
-
- ;;
- esac
- ;;
- (*)
-
- test -n "$cf_new_cflags" && cf_new_cflags="$cf_new_cflags "
- cf_new_cflags="${cf_new_cflags}$cf_add_cflags"
-
- ;;
- esac
- ;;
-(yes)
-
- test -n "$cf_new_extra_cppflags" && cf_new_extra_cppflags="$cf_new_extra_cppflags "
- cf_new_extra_cppflags="${cf_new_extra_cppflags}$cf_add_cflags"
-
- cf_tst_cflags=`echo "${cf_add_cflags}" |sed -e 's/^[^"]*"'\''//'`
-
- test "x${cf_add_cflags}" != "x${cf_tst_cflags}" \
- && test -z "${cf_tst_cflags}" \
- && cf_fix_cppflags=no
- ;;
-esac
-done
-
-if test -n "$cf_new_cflags" ; then
-
- test -n "$CFLAGS" && CFLAGS="$CFLAGS "
- CFLAGS="${CFLAGS}$cf_new_cflags"
-
-fi
-
-if test -n "$cf_new_cppflags" ; then
-
- test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS "
- CPPFLAGS="${CPPFLAGS}$cf_new_cppflags"
-
-fi
-
-if test -n "$cf_new_extra_cppflags" ; then
-
- test -n "$EXTRA_CPPFLAGS" && EXTRA_CPPFLAGS="$EXTRA_CPPFLAGS "
- EXTRA_CPPFLAGS="${EXTRA_CPPFLAGS}$cf_new_extra_cppflags"
-
-fi
-
-fi
-
-fi # cf_cv_posix_visible
-
- # Some of these niche implementations use copy/paste, double-check...
- if test "$cf_cv_xopen_source" = no ; then
- test -n "$verbose" && echo " checking if _POSIX_C_SOURCE interferes with _XOPEN_SOURCE" 1>&6
-
-echo "${as_me:-configure}:12857: testing checking if _POSIX_C_SOURCE interferes with _XOPEN_SOURCE ..." 1>&5
-
- cat >"conftest.$ac_ext" <<_ACEOF
-#line 12860 "configure"
-#include "confdefs.h"
-
-$ac_includes_default
-
-int
-main (void)
-{
-
-#ifndef _XOPEN_SOURCE
-#error _XOPEN_SOURCE is not defined
-#endif
-
- ;
- return 0;
-}
-_ACEOF
-rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:12878: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:12881: \$? = $ac_status" >&5
- (exit "$ac_status"); } &&
- { ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:12884: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:12887: \$? = $ac_status" >&5
- (exit "$ac_status"); }; }; then
- :
-else
- echo "$as_me: failed program was:" >&5
-cat "conftest.$ac_ext" >&5
-
- { echo "$as_me:12894: WARNING: _POSIX_C_SOURCE definition is not usable" >&5
-echo "$as_me: WARNING: _POSIX_C_SOURCE definition is not usable" >&2;}
- CPPFLAGS="$cf_save_xopen_cppflags"
-fi
-rm -f "conftest.$ac_objext" "conftest.$ac_ext"
- fi
- ;;
-esac
-
-if test -n "$cf_xopen_source" ; then
-
-for cf_add_cflags in $cf_xopen_source
-do
- case "x$cf_add_cflags" in
- (x-[DU]*)
-
-cf_tmp_cflag=`echo "x$cf_add_cflags" | sed -e 's/^.//' -e 's/=.*//'`
-while true
-do
- cf_old_cflag=`echo "x$CFLAGS" | sed -e 's/^.//' -e 's/[ ][ ]*-/ -/g' -e "s%$cf_tmp_cflag\\(=[^ ][^ ]*\\)\?%%" -e 's/^[ ]*//' -e 's%[ ][ ]*-D% -D%g' -e 's%[ ][ ]*-I% -I%g'`
- test "$CFLAGS" != "$cf_old_cflag" || break
- test -n "$verbose" && echo " removing old option $cf_add_cflags from CFLAGS" 1>&6
-
-echo "${as_me:-configure}:12917: testing removing old option $cf_add_cflags from CFLAGS ..." 1>&5
-
- CFLAGS="$cf_old_cflag"
-done
-
-cf_tmp_cflag=`echo "x$cf_add_cflags" | sed -e 's/^.//' -e 's/=.*//'`
-while true
-do
- cf_old_cflag=`echo "x$CPPFLAGS" | sed -e 's/^.//' -e 's/[ ][ ]*-/ -/g' -e "s%$cf_tmp_cflag\\(=[^ ][^ ]*\\)\?%%" -e 's/^[ ]*//' -e 's%[ ][ ]*-D% -D%g' -e 's%[ ][ ]*-I% -I%g'`
- test "$CPPFLAGS" != "$cf_old_cflag" || break
- test -n "$verbose" && echo " removing old option $cf_add_cflags from CPPFLAGS" 1>&6
-
-echo "${as_me:-configure}:12929: testing removing old option $cf_add_cflags from CPPFLAGS ..." 1>&5
-
- CPPFLAGS="$cf_old_cflag"
-done
-
- ;;
- esac
-
-cf_fix_cppflags=no
-cf_new_cflags=
-cf_new_cppflags=
-cf_new_extra_cppflags=
-
-for cf_add_cflags in $cf_add_cflags
-do
-case "$cf_fix_cppflags" in
-(no)
- case "$cf_add_cflags" in
- (-undef|-nostdinc*|-I*|-D*|-U*|-E|-P|-C)
- case "$cf_add_cflags" in
- (-D*)
- cf_tst_cflags=`echo "${cf_add_cflags}" |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
-
- test "x${cf_add_cflags}" != "x${cf_tst_cflags}" \
- && test -z "${cf_tst_cflags}" \
- && cf_fix_cppflags=yes
-
- if test "$cf_fix_cppflags" = yes ; then
-
- test -n "$cf_new_extra_cppflags" && cf_new_extra_cppflags="$cf_new_extra_cppflags "
- cf_new_extra_cppflags="${cf_new_extra_cppflags}$cf_add_cflags"
-
- continue
- elif test "${cf_tst_cflags}" = "\"'" ; then
-
- test -n "$cf_new_extra_cppflags" && cf_new_extra_cppflags="$cf_new_extra_cppflags "
- cf_new_extra_cppflags="${cf_new_extra_cppflags}$cf_add_cflags"
-
- continue
- fi
- ;;
- esac
- case "$CPPFLAGS" in
- (*$cf_add_cflags)
- ;;
- (*)
- case "$cf_add_cflags" in
- (-D*)
- cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
-
-CPPFLAGS=`echo "$CPPFLAGS" | \
- sed -e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ ]*\)\?[ ]/ /g' \
- -e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ ]*\)\?$//g'`
-
- ;;
- esac
-
- test -n "$cf_new_cppflags" && cf_new_cppflags="$cf_new_cppflags "
- cf_new_cppflags="${cf_new_cppflags}$cf_add_cflags"
-
- ;;
- esac
- ;;
- (*)
-
- test -n "$cf_new_cflags" && cf_new_cflags="$cf_new_cflags "
- cf_new_cflags="${cf_new_cflags}$cf_add_cflags"
-
- ;;
- esac
- ;;
-(yes)
-
- test -n "$cf_new_extra_cppflags" && cf_new_extra_cppflags="$cf_new_extra_cppflags "
- cf_new_extra_cppflags="${cf_new_extra_cppflags}$cf_add_cflags"
-
- cf_tst_cflags=`echo "${cf_add_cflags}" |sed -e 's/^[^"]*"'\''//'`
-
- test "x${cf_add_cflags}" != "x${cf_tst_cflags}" \
- && test -z "${cf_tst_cflags}" \
- && cf_fix_cppflags=no
- ;;
-esac
-done
-
-if test -n "$cf_new_cflags" ; then
- test -n "$verbose" && echo " add to \$CFLAGS $cf_new_cflags" 1>&6
-
-echo "${as_me:-configure}:13017: testing add to \$CFLAGS $cf_new_cflags ..." 1>&5
-
- test -n "$CFLAGS" && CFLAGS="$CFLAGS "
- CFLAGS="${CFLAGS}$cf_new_cflags"
-
-fi
-
-if test -n "$cf_new_cppflags" ; then
- test -n "$verbose" && echo " add to \$CPPFLAGS $cf_new_cppflags" 1>&6
-
-echo "${as_me:-configure}:13027: testing add to \$CPPFLAGS $cf_new_cppflags ..." 1>&5
-
- test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS "
- CPPFLAGS="${CPPFLAGS}$cf_new_cppflags"
-
-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}:13037: testing add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags ..." 1>&5
-
- test -n "$EXTRA_CPPFLAGS" && EXTRA_CPPFLAGS="$EXTRA_CPPFLAGS "
- EXTRA_CPPFLAGS="${EXTRA_CPPFLAGS}$cf_new_extra_cppflags"
-
-fi
-
-done
-
-fi
-
-if test -n "$cf_XOPEN_SOURCE" && test -z "$cf_cv_xopen_source" ; then
- echo "$as_me:13049: 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 13052 "configure"
-#include "confdefs.h"
-#include <stdlib.h>
-int
-main (void)
-{
-
-#ifndef _XOPEN_SOURCE
-#error _XOPEN_SOURCE is not defined
-#endif
- ;
- return 0;
-}
-_ACEOF
-rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:13067: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:13070: \$? = $ac_status" >&5
- (exit "$ac_status"); } &&
- { ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:13073: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:13076: \$? = $ac_status" >&5
- (exit "$ac_status"); }; }; then
- cf_XOPEN_SOURCE_set=yes
-else
- echo "$as_me: failed program was:" >&5
-cat "conftest.$ac_ext" >&5
-cf_XOPEN_SOURCE_set=no
-fi
-rm -f "conftest.$ac_objext" "conftest.$ac_ext"
- echo "$as_me:13085: 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 13090 "configure"
-#include "confdefs.h"
-#include <stdlib.h>
-int
-main (void)
-{
-
-#if (_XOPEN_SOURCE - 0) < $cf_XOPEN_SOURCE
-#error (_XOPEN_SOURCE - 0) < $cf_XOPEN_SOURCE
-#endif
- ;
- return 0;
-}
-_ACEOF
-rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:13105: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:13108: \$? = $ac_status" >&5
- (exit "$ac_status"); } &&
- { ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:13111: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:13114: \$? = $ac_status" >&5
- (exit "$ac_status"); }; }; then
- cf_XOPEN_SOURCE_set_ok=yes
-else
- echo "$as_me: failed program was:" >&5
-cat "conftest.$ac_ext" >&5
-cf_XOPEN_SOURCE_set_ok=no
-fi
-rm -f "conftest.$ac_objext" "conftest.$ac_ext"
- if test "$cf_XOPEN_SOURCE_set_ok" = no
- then
- { echo "$as_me:13125: WARNING: _XOPEN_SOURCE is lower than requested" >&5
-echo "$as_me: WARNING: _XOPEN_SOURCE is lower than requested" >&2;}
- fi
- else
-
-echo "$as_me:13130: 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 13137 "configure"
-#include "confdefs.h"
-
-$ac_includes_default
-
-int
-main (void)
-{
-
-#ifndef _XOPEN_SOURCE
-#error _XOPEN_SOURCE is not defined
-#endif
-
- ;
- return 0;
-}
-_ACEOF
-rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:13155: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:13158: \$? = $ac_status" >&5
- (exit "$ac_status"); } &&
- { ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:13161: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:13164: \$? = $ac_status" >&5
- (exit "$ac_status"); }; }; then
- cf_cv_xopen_source=no
-else
- echo "$as_me: failed program was:" >&5
-cat "conftest.$ac_ext" >&5
-cf_save="$CPPFLAGS"
-
- test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS "
- CPPFLAGS="${CPPFLAGS}-D_XOPEN_SOURCE=$cf_XOPEN_SOURCE"
-
- cat >"conftest.$ac_ext" <<_ACEOF
-#line 13176 "configure"
-#include "confdefs.h"
-
-$ac_includes_default
-
-int
-main (void)
-{
-
-#ifndef _XOPEN_SOURCE
-#error _XOPEN_SOURCE is not defined
-#endif
-
- ;
- return 0;
-}
-_ACEOF
-rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:13194: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:13197: \$? = $ac_status" >&5
- (exit "$ac_status"); } &&
- { ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:13200: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:13203: \$? = $ac_status" >&5
- (exit "$ac_status"); }; }; then
- cf_cv_xopen_source=no
-else
- echo "$as_me: failed program was:" >&5
-cat "conftest.$ac_ext" >&5
-cf_cv_xopen_source=$cf_XOPEN_SOURCE
-fi
-rm -f "conftest.$ac_objext" "conftest.$ac_ext"
- CPPFLAGS="$cf_save"
-
-fi
-rm -f "conftest.$ac_objext" "conftest.$ac_ext"
-
-fi
-echo "$as_me:13218: result: $cf_cv_xopen_source" >&5
-echo "${ECHO_T}$cf_cv_xopen_source" >&6
-
-if test "$cf_cv_xopen_source" != no ; then
-
-CFLAGS=`echo "$CFLAGS" | \
- sed -e 's/-[UD]'"_XOPEN_SOURCE"'\(=[^ ]*\)\?[ ]/ /g' \
- -e 's/-[UD]'"_XOPEN_SOURCE"'\(=[^ ]*\)\?$//g'`
-
-CPPFLAGS=`echo "$CPPFLAGS" | \
- sed -e 's/-[UD]'"_XOPEN_SOURCE"'\(=[^ ]*\)\?[ ]/ /g' \
- -e 's/-[UD]'"_XOPEN_SOURCE"'\(=[^ ]*\)\?$//g'`
-
- cf_temp_xopen_source="-D_XOPEN_SOURCE=$cf_cv_xopen_source"
-
-for cf_add_cflags in $cf_temp_xopen_source
-do
- case "x$cf_add_cflags" in
- (x-[DU]*)
-
-cf_tmp_cflag=`echo "x$cf_add_cflags" | sed -e 's/^.//' -e 's/=.*//'`
-while true
-do
- cf_old_cflag=`echo "x$CFLAGS" | sed -e 's/^.//' -e 's/[ ][ ]*-/ -/g' -e "s%$cf_tmp_cflag\\(=[^ ][^ ]*\\)\?%%" -e 's/^[ ]*//' -e 's%[ ][ ]*-D% -D%g' -e 's%[ ][ ]*-I% -I%g'`
- test "$CFLAGS" != "$cf_old_cflag" || break
-
- CFLAGS="$cf_old_cflag"
-done
-
-cf_tmp_cflag=`echo "x$cf_add_cflags" | sed -e 's/^.//' -e 's/=.*//'`
-while true
-do
- cf_old_cflag=`echo "x$CPPFLAGS" | sed -e 's/^.//' -e 's/[ ][ ]*-/ -/g' -e "s%$cf_tmp_cflag\\(=[^ ][^ ]*\\)\?%%" -e 's/^[ ]*//' -e 's%[ ][ ]*-D% -D%g' -e 's%[ ][ ]*-I% -I%g'`
- test "$CPPFLAGS" != "$cf_old_cflag" || break
-
- CPPFLAGS="$cf_old_cflag"
-done
-
- ;;
- esac
-
-cf_fix_cppflags=no
-cf_new_cflags=
-cf_new_cppflags=
-cf_new_extra_cppflags=
-
-for cf_add_cflags in $cf_add_cflags
-do
-case "$cf_fix_cppflags" in
-(no)
- case "$cf_add_cflags" in
- (-undef|-nostdinc*|-I*|-D*|-U*|-E|-P|-C)
- case "$cf_add_cflags" in
- (-D*)
- cf_tst_cflags=`echo "${cf_add_cflags}" |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
-
- test "x${cf_add_cflags}" != "x${cf_tst_cflags}" \
- && test -z "${cf_tst_cflags}" \
- && cf_fix_cppflags=yes
-
- if test "$cf_fix_cppflags" = yes ; then
-
- test -n "$cf_new_extra_cppflags" && cf_new_extra_cppflags="$cf_new_extra_cppflags "
- cf_new_extra_cppflags="${cf_new_extra_cppflags}$cf_add_cflags"
-
- continue
- elif test "${cf_tst_cflags}" = "\"'" ; then
-
- test -n "$cf_new_extra_cppflags" && cf_new_extra_cppflags="$cf_new_extra_cppflags "
- cf_new_extra_cppflags="${cf_new_extra_cppflags}$cf_add_cflags"
-
- continue
- fi
- ;;
- esac
- case "$CPPFLAGS" in
- (*$cf_add_cflags)
- ;;
- (*)
- case "$cf_add_cflags" in
- (-D*)
- cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
-
-CPPFLAGS=`echo "$CPPFLAGS" | \
- sed -e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ ]*\)\?[ ]/ /g' \
- -e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ ]*\)\?$//g'`
-
- ;;
- esac
-
- test -n "$cf_new_cppflags" && cf_new_cppflags="$cf_new_cppflags "
- cf_new_cppflags="${cf_new_cppflags}$cf_add_cflags"
-
- ;;
- esac
- ;;
- (*)
-
- test -n "$cf_new_cflags" && cf_new_cflags="$cf_new_cflags "
- cf_new_cflags="${cf_new_cflags}$cf_add_cflags"
-
- ;;
- esac
- ;;
-(yes)
-
- test -n "$cf_new_extra_cppflags" && cf_new_extra_cppflags="$cf_new_extra_cppflags "
- cf_new_extra_cppflags="${cf_new_extra_cppflags}$cf_add_cflags"
-
- cf_tst_cflags=`echo "${cf_add_cflags}" |sed -e 's/^[^"]*"'\''//'`
-
- test "x${cf_add_cflags}" != "x${cf_tst_cflags}" \
- && test -z "${cf_tst_cflags}" \
- && cf_fix_cppflags=no
- ;;
-esac
-done
-
-if test -n "$cf_new_cflags" ; then
-
- test -n "$CFLAGS" && CFLAGS="$CFLAGS "
- CFLAGS="${CFLAGS}$cf_new_cflags"
-
-fi
-
-if test -n "$cf_new_cppflags" ; then
-
- test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS "
- CPPFLAGS="${CPPFLAGS}$cf_new_cppflags"
-
-fi
-
-if test -n "$cf_new_extra_cppflags" ; then
-
- test -n "$EXTRA_CPPFLAGS" && EXTRA_CPPFLAGS="$EXTRA_CPPFLAGS "
- EXTRA_CPPFLAGS="${EXTRA_CPPFLAGS}$cf_new_extra_cppflags"
-
-fi
-
-done
-
-fi
-
- fi
-fi
-fi # cf_cv_posix_visible
-
-echo "$as_me:13365: checking if SIGWINCH is defined" >&5
+echo "$as_me:12637: 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 13372 "configure"
+#line 12644 "configure"
#include "confdefs.h"
#include <sys/types.h>
@@ -13384,23 +12656,23 @@ int x = SIGWINCH; (void)x
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:13387: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:12659: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:13390: \$? = $ac_status" >&5
+ echo "$as_me:12662: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:13393: \"$ac_try\"") >&5
+ { (eval echo "$as_me:12665: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:13396: \$? = $ac_status" >&5
+ echo "$as_me:12668: \$? = $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 13403 "configure"
+#line 12675 "configure"
#include "confdefs.h"
#undef _XOPEN_SOURCE
@@ -13418,16 +12690,16 @@ int x = SIGWINCH; (void)x
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:13421: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:12693: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:13424: \$? = $ac_status" >&5
+ echo "$as_me:12696: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:13427: \"$ac_try\"") >&5
+ { (eval echo "$as_me:12699: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:13430: \$? = $ac_status" >&5
+ echo "$as_me:12702: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_define_sigwinch=maybe
else
@@ -13441,11 +12713,11 @@ fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:13444: result: $cf_cv_define_sigwinch" >&5
+echo "$as_me:12716: 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:13448: checking for actual SIGWINCH definition" >&5
+echo "$as_me:12720: 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
@@ -13456,7 +12728,7 @@ cf_sigwinch=32
while test "$cf_sigwinch" != 1
do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 13459 "configure"
+#line 12731 "configure"
#include "confdefs.h"
#undef _XOPEN_SOURCE
@@ -13478,16 +12750,16 @@ int x = SIGWINCH; (void)x
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:13481: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:12753: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:13484: \$? = $ac_status" >&5
+ echo "$as_me:12756: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:13487: \"$ac_try\"") >&5
+ { (eval echo "$as_me:12759: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:13490: \$? = $ac_status" >&5
+ echo "$as_me:12762: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_fixup_sigwinch=$cf_sigwinch
break
@@ -13501,7 +12773,7 @@ cf_sigwinch="`expr "$cf_sigwinch" - 1`"
done
fi
-echo "$as_me:13504: result: $cf_cv_fixup_sigwinch" >&5
+echo "$as_me:12776: result: $cf_cv_fixup_sigwinch" >&5
echo "${ECHO_T}$cf_cv_fixup_sigwinch" >&6
if test "$cf_cv_fixup_sigwinch" != unknown ; then
@@ -13513,7 +12785,7 @@ if test -n "$TRY_CFLAGS" ; then
test -n "$verbose" && echo " checking additions to CFLAGS" 1>&6
-echo "${as_me:-configure}:13516: testing checking additions to CFLAGS ..." 1>&5
+echo "${as_me:-configure}:12788: testing checking additions to CFLAGS ..." 1>&5
cf_check_cflags="$CFLAGS"
cf_check_cppflags="$CPPFLAGS"
@@ -13598,7 +12870,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}:13601: testing add to \$CFLAGS $cf_new_cflags ..." 1>&5
+echo "${as_me:-configure}:12873: testing add to \$CFLAGS $cf_new_cflags ..." 1>&5
test -n "$CFLAGS" && CFLAGS="$CFLAGS "
CFLAGS="${CFLAGS}$cf_new_cflags"
@@ -13608,7 +12880,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}:13611: testing add to \$CPPFLAGS $cf_new_cppflags ..." 1>&5
+echo "${as_me:-configure}:12883: testing add to \$CPPFLAGS $cf_new_cppflags ..." 1>&5
test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS "
CPPFLAGS="${CPPFLAGS}$cf_new_cppflags"
@@ -13618,7 +12890,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}:13621: testing add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags ..." 1>&5
+echo "${as_me:-configure}:12893: testing add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags ..." 1>&5
test -n "$EXTRA_CPPFLAGS" && EXTRA_CPPFLAGS="$EXTRA_CPPFLAGS "
EXTRA_CPPFLAGS="${EXTRA_CPPFLAGS}$cf_new_extra_cppflags"
@@ -13627,7 +12899,7 @@ fi
if test "x$cf_check_cflags" != "x$CFLAGS" ; then
cat >"conftest.$ac_ext" <<_ACEOF
-#line 13630 "configure"
+#line 12902 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -13639,16 +12911,16 @@ printf("Hello world");
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:13642: \"$ac_link\"") >&5
+if { (eval echo "$as_me:12914: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:13645: \$? = $ac_status" >&5
+ echo "$as_me:12917: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:13648: \"$ac_try\"") >&5
+ { (eval echo "$as_me:12920: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:13651: \$? = $ac_status" >&5
+ echo "$as_me:12923: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -13656,12 +12928,12 @@ else
cat "conftest.$ac_ext" >&5
test -n "$verbose" && echo " test-compile failed. Undoing change to \$CFLAGS" 1>&6
-echo "${as_me:-configure}:13659: testing test-compile failed. Undoing change to \$CFLAGS ..." 1>&5
+echo "${as_me:-configure}:12931: 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}:13664: testing but keeping change to \$CPPFLAGS ..." 1>&5
+echo "${as_me:-configure}:12936: testing but keeping change to \$CPPFLAGS ..." 1>&5
fi
CFLAGS="$cf_check_cflags"
@@ -13673,7 +12945,7 @@ fi
### Look for network libraries first, since some functions (such as gethostname)
### are used in a lot of places.
-echo "$as_me:13676: checking if you want NSS compatible SSL libraries" >&5
+echo "$as_me:12948: 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
@@ -13688,10 +12960,10 @@ else
fi;
fi
-echo "$as_me:13691: result: $cf_cv_use_libnss_compat" >&5
+echo "$as_me:12963: result: $cf_cv_use_libnss_compat" >&5
echo "${ECHO_T}$cf_cv_use_libnss_compat" >&6
-echo "$as_me:13694: checking if you want ssl library" >&5
+echo "$as_me:12966: 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
@@ -13706,10 +12978,10 @@ else
fi;
fi
-echo "$as_me:13709: result: $cf_cv_use_libssl" >&5
+echo "$as_me:12981: result: $cf_cv_use_libssl" >&5
echo "${ECHO_T}$cf_cv_use_libssl" >&6
-echo "$as_me:13712: checking if you want gnutls support" >&5
+echo "$as_me:12984: 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
@@ -13724,11 +12996,11 @@ else
fi;
fi
-echo "$as_me:13727: result: $cf_cv_use_libgnutls" >&5
+echo "$as_me:12999: 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:13731: checking if you want gnutls-openssl compat" >&5
+echo "$as_me:13003: 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
@@ -13743,10 +13015,10 @@ else
fi;
fi
-echo "$as_me:13746: result: $cf_cv_gnutls_compat" >&5
+echo "$as_me:13018: result: $cf_cv_gnutls_compat" >&5
echo "${ECHO_T}$cf_cv_gnutls_compat" >&6
-echo "$as_me:13749: checking if you want socks library" >&5
+echo "$as_me:13021: 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
@@ -13761,10 +13033,10 @@ else
fi;
fi
-echo "$as_me:13764: result: $cf_cv_use_libsocks" >&5
+echo "$as_me:13036: result: $cf_cv_use_libsocks" >&5
echo "${ECHO_T}$cf_cv_use_libsocks" >&6
-echo "$as_me:13767: checking if you want socks5 library" >&5
+echo "$as_me:13039: 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
@@ -13779,15 +13051,13 @@ else
fi;
fi
-echo "$as_me:13782: result: $cf_cv_use_libsocks5" >&5
+echo "$as_me:13054: 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)
+(no|yes)
;;
(*)
@@ -13821,7 +13091,7 @@ if test -n "$cf_searchpath/include" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 13824 "configure"
+#line 13094 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -13833,16 +13103,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:13836: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:13106: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:13839: \$? = $ac_status" >&5
+ echo "$as_me:13109: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:13842: \"$ac_try\"") >&5
+ { (eval echo "$as_me:13112: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:13845: \$? = $ac_status" >&5
+ echo "$as_me:13115: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -13859,7 +13129,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}:13862: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:13132: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -13905,7 +13175,7 @@ if test -n "$cf_searchpath/../include" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 13908 "configure"
+#line 13178 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -13917,16 +13187,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:13920: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:13190: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:13923: \$? = $ac_status" >&5
+ echo "$as_me:13193: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:13926: \"$ac_try\"") >&5
+ { (eval echo "$as_me:13196: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:13929: \$? = $ac_status" >&5
+ echo "$as_me:13199: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -13943,7 +13213,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}:13946: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:13216: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -13961,7 +13231,7 @@ echo "${as_me:-configure}:13946: testing adding $cf_add_incdir to include-path .
fi
else
-{ { echo "$as_me:13964: error: cannot find socks library under $cf_cv_use_libsocks" >&5
+{ { echo "$as_me:13234: 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
@@ -13986,7 +13256,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}:13989: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:13259: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -14015,7 +13285,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}:14018: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:13288: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -14024,12 +13294,16 @@ echo "${as_me:-configure}:14018: testing adding $cf_add_libdir to library-path .
fi
else
-{ { echo "$as_me:14027: error: cannot find socks library under $cf_cv_use_libsocks" >&5
+{ { echo "$as_me:13297: 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
+ test -n "$verbose" && echo " setting path value for socks library to $cf_cv_use_libsocks" 1>&6
+
+echo "${as_me:-configure}:13305: testing setting path value for socks library to $cf_cv_use_libsocks ..." 1>&5
+
;;
esac
@@ -14038,12 +13312,12 @@ esac
cf_cv_header_path_socks=
cf_cv_library_path_socks=
-echo "${as_me:-configure}:14041: testing Starting FIND_LINKAGE(socks,) ..." 1>&5
+echo "${as_me:-configure}:13315: testing Starting FIND_LINKAGE(socks,) ..." 1>&5
cf_save_LIBS="$LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 14046 "configure"
+#line 13320 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -14059,16 +13333,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:14062: \"$ac_link\"") >&5
+if { (eval echo "$as_me:13336: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:14065: \$? = $ac_status" >&5
+ echo "$as_me:13339: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:14068: \"$ac_try\"") >&5
+ { (eval echo "$as_me:13342: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:14071: \$? = $ac_status" >&5
+ echo "$as_me:13345: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_find_linkage_socks=yes
@@ -14082,7 +13356,7 @@ cat "conftest.$ac_ext" >&5
LIBS="-lsocks $cf_save_LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 14085 "configure"
+#line 13359 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -14098,16 +13372,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:14101: \"$ac_link\"") >&5
+if { (eval echo "$as_me:13375: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:14104: \$? = $ac_status" >&5
+ echo "$as_me:13378: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:14107: \"$ac_try\"") >&5
+ { (eval echo "$as_me:13381: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:14110: \$? = $ac_status" >&5
+ echo "$as_me:13384: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_find_linkage_socks=yes
@@ -14124,9 +13398,9 @@ cat "conftest.$ac_ext" >&5
test -n "$verbose" && echo " find linkage for socks library" 1>&6
-echo "${as_me:-configure}:14127: testing find linkage for socks library ..." 1>&5
+echo "${as_me:-configure}:13401: testing find linkage for socks library ..." 1>&5
-echo "${as_me:-configure}:14129: testing Searching for headers in FIND_LINKAGE(socks,) ..." 1>&5
+echo "${as_me:-configure}:13403: testing Searching for headers in FIND_LINKAGE(socks,) ..." 1>&5
cf_save_CPPFLAGS="$CPPFLAGS"
cf_test_CPPFLAGS="$CPPFLAGS"
@@ -14217,7 +13491,7 @@ cf_search="$cf_search $cf_header_path_list"
if test -d "$cf_cv_header_path_socks" ; then
test -n "$verbose" && echo " ... testing $cf_cv_header_path_socks" 1>&6
-echo "${as_me:-configure}:14220: testing ... testing $cf_cv_header_path_socks ..." 1>&5
+echo "${as_me:-configure}:13494: testing ... testing $cf_cv_header_path_socks ..." 1>&5
CPPFLAGS="$cf_save_CPPFLAGS"
@@ -14225,7 +13499,7 @@ echo "${as_me:-configure}:14220: testing ... testing $cf_cv_header_path_socks ..
CPPFLAGS="${CPPFLAGS}-I$cf_cv_header_path_socks"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 14228 "configure"
+#line 13502 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -14241,21 +13515,21 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:14244: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:13518: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:14247: \$? = $ac_status" >&5
+ echo "$as_me:13521: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:14250: \"$ac_try\"") >&5
+ { (eval echo "$as_me:13524: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:14253: \$? = $ac_status" >&5
+ echo "$as_me:13527: \$? = $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}:14258: testing ... found socks headers in $cf_cv_header_path_socks ..." 1>&5
+echo "${as_me:-configure}:13532: testing ... found socks headers in $cf_cv_header_path_socks ..." 1>&5
cf_cv_find_linkage_socks=maybe
cf_test_CPPFLAGS="$CPPFLAGS"
@@ -14273,7 +13547,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_cv_find_linkage_socks" = maybe ; then
-echo "${as_me:-configure}:14276: testing Searching for socks library in FIND_LINKAGE(socks,) ..." 1>&5
+echo "${as_me:-configure}:13550: testing Searching for socks library in FIND_LINKAGE(socks,) ..." 1>&5
cf_save_LIBS="$LIBS"
cf_save_LDFLAGS="$LDFLAGS"
@@ -14348,13 +13622,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}:14351: testing ... testing $cf_cv_library_path_socks ..." 1>&5
+echo "${as_me:-configure}:13625: 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 14357 "configure"
+#line 13631 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -14370,21 +13644,21 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:14373: \"$ac_link\"") >&5
+if { (eval echo "$as_me:13647: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:14376: \$? = $ac_status" >&5
+ echo "$as_me:13650: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:14379: \"$ac_try\"") >&5
+ { (eval echo "$as_me:13653: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:14382: \$? = $ac_status" >&5
+ echo "$as_me:13656: \$? = $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}:14387: testing ... found socks library in $cf_cv_library_path_socks ..." 1>&5
+echo "${as_me:-configure}:13661: testing ... found socks library in $cf_cv_library_path_socks ..." 1>&5
cf_cv_find_linkage_socks=yes
cf_cv_library_file_socks="-lsocks"
@@ -14446,7 +13720,7 @@ if test -n "$cf_cv_header_path_socks" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 14449 "configure"
+#line 13723 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -14458,16 +13732,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:14461: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:13735: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:14464: \$? = $ac_status" >&5
+ echo "$as_me:13738: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:14467: \"$ac_try\"") >&5
+ { (eval echo "$as_me:13741: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:14470: \$? = $ac_status" >&5
+ echo "$as_me:13744: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -14484,7 +13758,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}:14487: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:13761: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -14520,7 +13794,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}:14523: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:13797: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -14545,7 +13819,7 @@ done
LIBS="$cf_add_libs"
else
-{ echo "$as_me:14548: WARNING: Cannot find socks library" >&5
+{ echo "$as_me:13822: WARNING: Cannot find socks library" >&5
echo "$as_me: WARNING: Cannot find socks library" >&2;}
fi
@@ -14588,7 +13862,7 @@ cat >>confdefs.h <<\EOF
EOF
else
- { { echo "$as_me:14591: error: cannot link with socks library" >&5
+ { { echo "$as_me:13865: error: cannot link with socks library" >&5
echo "$as_me: error: cannot link with socks library" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -14596,9 +13870,7 @@ echo "$as_me: error: cannot link with socks library" >&2;}
elif test "x$cf_cv_use_libsocks5" != xno ; then
case "$cf_cv_use_libsocks5" in
-(no)
- ;;
-(yes)
+(no|yes)
;;
(*)
@@ -14632,7 +13904,7 @@ if test -n "$cf_searchpath/include" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 14635 "configure"
+#line 13907 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -14644,16 +13916,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:14647: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:13919: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:14650: \$? = $ac_status" >&5
+ echo "$as_me:13922: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:14653: \"$ac_try\"") >&5
+ { (eval echo "$as_me:13925: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:14656: \$? = $ac_status" >&5
+ echo "$as_me:13928: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -14670,7 +13942,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}:14673: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:13945: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -14716,7 +13988,7 @@ if test -n "$cf_searchpath/../include" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 14719 "configure"
+#line 13991 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -14728,16 +14000,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:14731: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:14003: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:14734: \$? = $ac_status" >&5
+ echo "$as_me:14006: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:14737: \"$ac_try\"") >&5
+ { (eval echo "$as_me:14009: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:14740: \$? = $ac_status" >&5
+ echo "$as_me:14012: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -14754,7 +14026,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}:14757: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:14029: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -14772,7 +14044,7 @@ echo "${as_me:-configure}:14757: testing adding $cf_add_incdir to include-path .
fi
else
-{ { echo "$as_me:14775: error: cannot find socks5 library under $cf_cv_use_libsocks5" >&5
+{ { echo "$as_me:14047: 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
@@ -14797,7 +14069,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}:14800: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:14072: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -14826,7 +14098,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}:14829: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:14101: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -14835,12 +14107,16 @@ echo "${as_me:-configure}:14829: testing adding $cf_add_libdir to library-path .
fi
else
-{ { echo "$as_me:14838: error: cannot find socks5 library under $cf_cv_use_libsocks5" >&5
+{ { echo "$as_me:14110: 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
+ test -n "$verbose" && echo " setting path value for socks5 library to $cf_cv_use_libsocks5" 1>&6
+
+echo "${as_me:-configure}:14118: testing setting path value for socks5 library to $cf_cv_use_libsocks5 ..." 1>&5
+
;;
esac
@@ -14868,11 +14144,11 @@ cat >>confdefs.h <<\EOF
#define SOCKS 1
EOF
-echo "$as_me:14871: checking if the socks library uses socks4 prefix" >&5
+echo "$as_me:14147: 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 14875 "configure"
+#line 14151 "configure"
#include "confdefs.h"
#include <socks.h>
@@ -14886,16 +14162,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:14889: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14165: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:14892: \$? = $ac_status" >&5
+ echo "$as_me:14168: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:14895: \"$ac_try\"") >&5
+ { (eval echo "$as_me:14171: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:14898: \$? = $ac_status" >&5
+ echo "$as_me:14174: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cat >>confdefs.h <<\EOF
@@ -14907,7 +14183,7 @@ else
echo "$as_me: failed program was:" >&5
cat "conftest.$ac_ext" >&5
cat >"conftest.$ac_ext" <<_ACEOF
-#line 14910 "configure"
+#line 14186 "configure"
#include "confdefs.h"
#include <socks.h>
int
@@ -14919,29 +14195,29 @@ SOCKSinit((char *)0)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:14922: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14198: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:14925: \$? = $ac_status" >&5
+ echo "$as_me:14201: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:14928: \"$ac_try\"") >&5
+ { (eval echo "$as_me:14204: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:14931: \$? = $ac_status" >&5
+ echo "$as_me:14207: \$? = $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:14937: error: Cannot link with socks5 library" >&5
+{ { echo "$as_me:14213: 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:14944: result: $cf_use_socks4" >&5
+echo "$as_me:14220: result: $cf_use_socks4" >&5
echo "${ECHO_T}$cf_use_socks4" >&6
if test "$cf_use_socks4" = "yes" ; then
@@ -14996,10 +14272,10 @@ EOF
fi
-echo "$as_me:14999: checking if socks5p.h is available" >&5
+echo "$as_me:14275: 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 15002 "configure"
+#line 14278 "configure"
#include "confdefs.h"
#define INCLUDE_PROTOTYPES
@@ -15014,16 +14290,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:15017: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:14293: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:15020: \$? = $ac_status" >&5
+ echo "$as_me:14296: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:15023: \"$ac_try\"") >&5
+ { (eval echo "$as_me:14299: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:15026: \$? = $ac_status" >&5
+ echo "$as_me:14302: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_use_socks5p_h=yes
else
@@ -15032,7 +14308,7 @@ cat "conftest.$ac_ext" >&5
cf_use_socks5p_h=no
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
-echo "$as_me:15035: result: $cf_use_socks5p_h" >&5
+echo "$as_me:14311: result: $cf_use_socks5p_h" >&5
echo "${ECHO_T}$cf_use_socks5p_h" >&6
test "$cf_use_socks5p_h" = yes &&
@@ -15044,14 +14320,14 @@ else
cf_test_netlibs=no
-echo "$as_me:15047: checking for network libraries" >&5
+echo "$as_me:14323: 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:15054: result: working..." >&5
+echo "$as_me:14330: result: working..." >&5
echo "${ECHO_T}working..." >&6
cf_cv_netlibs=""
@@ -15063,23 +14339,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:15066: checking for $ac_header" >&5
+echo "$as_me:14342: 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 15072 "configure"
+#line 14348 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:15076: \"$ac_cpp "conftest.$ac_ext"\"") >&5
+if { (eval echo "$as_me:14352: \"$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:15082: \$? = $ac_status" >&5
+ echo "$as_me:14358: \$? = $ac_status" >&5
(exit "$ac_status"); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -15098,7 +14374,7 @@ else
fi
rm -f conftest.err "conftest.$ac_ext"
fi
-echo "$as_me:15101: result: `eval echo '${'"$as_ac_Header"'}'`" >&5
+echo "$as_me:14377: 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
@@ -15133,7 +14409,7 @@ done
LIBS="$cf_add_libs"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 15136 "configure"
+#line 14412 "configure"
#include "confdefs.h"
#ifdef HAVE_WINDOWS_H
@@ -15160,22 +14436,22 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:15163: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14439: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:15166: \$? = $ac_status" >&5
+ echo "$as_me:14442: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:15169: \"$ac_try\"") >&5
+ { (eval echo "$as_me:14445: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:15172: \$? = $ac_status" >&5
+ echo "$as_me:14448: \$? = $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:15178: error: Cannot link against winsock library" >&5
+{ { echo "$as_me:14454: error: Cannot link against winsock library" >&5
echo "$as_me: error: Cannot link against winsock library" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -15188,13 +14464,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:15191: checking for $ac_func" >&5
+echo "$as_me:14467: 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 15197 "configure"
+#line 14473 "configure"
#include "confdefs.h"
#define $ac_func autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -15225,16 +14501,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:15228: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14504: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:15231: \$? = $ac_status" >&5
+ echo "$as_me:14507: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:15234: \"$ac_try\"") >&5
+ { (eval echo "$as_me:14510: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:15237: \$? = $ac_status" >&5
+ echo "$as_me:14513: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
eval "$as_ac_var=yes"
else
@@ -15244,7 +14520,7 @@ eval "$as_ac_var=no"
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:15247: result: `eval echo '${'"$as_ac_var"'}'`" >&5
+echo "$as_me:14523: 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
@@ -15253,7 +14529,7 @@ EOF
else
-echo "$as_me:15256: checking for gethostname in -lnsl" >&5
+echo "$as_me:14532: 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
@@ -15261,7 +14537,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lnsl $cf_cv_netlibs $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 15264 "configure"
+#line 14540 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -15280,16 +14556,16 @@ gethostname ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:15283: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14559: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:15286: \$? = $ac_status" >&5
+ echo "$as_me:14562: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:15289: \"$ac_try\"") >&5
+ { (eval echo "$as_me:14565: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:15292: \$? = $ac_status" >&5
+ echo "$as_me:14568: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_nsl_gethostname=yes
else
@@ -15300,7 +14576,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:15303: result: $ac_cv_lib_nsl_gethostname" >&5
+echo "$as_me:14579: 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
@@ -15317,7 +14593,7 @@ else
ac_cv_func_gethostname=unknown
unset ac_cv_func_gethostname 2>/dev/null
-echo "$as_me:15320: checking for gethostname in -lsocket" >&5
+echo "$as_me:14596: 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
@@ -15325,7 +14601,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lsocket $cf_cv_netlibs $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 15328 "configure"
+#line 14604 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -15344,16 +14620,16 @@ gethostname ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:15347: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14623: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:15350: \$? = $ac_status" >&5
+ echo "$as_me:14626: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:15353: \"$ac_try\"") >&5
+ { (eval echo "$as_me:14629: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:15356: \$? = $ac_status" >&5
+ echo "$as_me:14632: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_socket_gethostname=yes
else
@@ -15364,7 +14640,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:15367: result: $ac_cv_lib_socket_gethostname" >&5
+echo "$as_me:14643: 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
@@ -15388,7 +14664,7 @@ fi
fi
done
- echo "$as_me:15391: checking for main in -linet" >&5
+ echo "$as_me:14667: 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
@@ -15396,7 +14672,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-linet $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 15399 "configure"
+#line 14675 "configure"
#include "confdefs.h"
int
@@ -15408,16 +14684,16 @@ main ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:15411: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14687: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:15414: \$? = $ac_status" >&5
+ echo "$as_me:14690: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:15417: \"$ac_try\"") >&5
+ { (eval echo "$as_me:14693: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:15420: \$? = $ac_status" >&5
+ echo "$as_me:14696: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_inet_main=yes
else
@@ -15428,7 +14704,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:15431: result: $ac_cv_lib_inet_main" >&5
+echo "$as_me:14707: 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"
@@ -15439,13 +14715,13 @@ fi
for ac_func in socket
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:15442: checking for $ac_func" >&5
+echo "$as_me:14718: 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 15448 "configure"
+#line 14724 "configure"
#include "confdefs.h"
#define $ac_func autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -15476,16 +14752,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:15479: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14755: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:15482: \$? = $ac_status" >&5
+ echo "$as_me:14758: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:15485: \"$ac_try\"") >&5
+ { (eval echo "$as_me:14761: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:15488: \$? = $ac_status" >&5
+ echo "$as_me:14764: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
eval "$as_ac_var=yes"
else
@@ -15495,7 +14771,7 @@ eval "$as_ac_var=no"
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:15498: result: `eval echo '${'"$as_ac_var"'}'`" >&5
+echo "$as_me:14774: 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
@@ -15504,7 +14780,7 @@ EOF
else
-echo "$as_me:15507: checking for socket in -lsocket" >&5
+echo "$as_me:14783: 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
@@ -15512,7 +14788,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lsocket $cf_cv_netlibs $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 15515 "configure"
+#line 14791 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -15531,16 +14807,16 @@ socket ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:15534: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14810: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:15537: \$? = $ac_status" >&5
+ echo "$as_me:14813: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:15540: \"$ac_try\"") >&5
+ { (eval echo "$as_me:14816: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:15543: \$? = $ac_status" >&5
+ echo "$as_me:14819: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_socket_socket=yes
else
@@ -15551,7 +14827,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:15554: result: $ac_cv_lib_socket_socket" >&5
+echo "$as_me:14830: 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
@@ -15568,7 +14844,7 @@ else
ac_cv_func_socket=unknown
unset ac_cv_func_socket 2>/dev/null
-echo "$as_me:15571: checking for socket in -lbsd" >&5
+echo "$as_me:14847: 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
@@ -15576,7 +14852,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lbsd $cf_cv_netlibs $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 15579 "configure"
+#line 14855 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -15595,16 +14871,16 @@ socket ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:15598: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14874: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:15601: \$? = $ac_status" >&5
+ echo "$as_me:14877: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:15604: \"$ac_try\"") >&5
+ { (eval echo "$as_me:14880: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:15607: \$? = $ac_status" >&5
+ echo "$as_me:14883: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_bsd_socket=yes
else
@@ -15615,7 +14891,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:15618: result: $ac_cv_lib_bsd_socket" >&5
+echo "$as_me:14894: 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
@@ -15644,13 +14920,13 @@ done
for ac_func in gethostbyname
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:15647: checking for $ac_func" >&5
+echo "$as_me:14923: 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 15653 "configure"
+#line 14929 "configure"
#include "confdefs.h"
#define $ac_func autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -15681,16 +14957,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:15684: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14960: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:15687: \$? = $ac_status" >&5
+ echo "$as_me:14963: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:15690: \"$ac_try\"") >&5
+ { (eval echo "$as_me:14966: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:15693: \$? = $ac_status" >&5
+ echo "$as_me:14969: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
eval "$as_ac_var=yes"
else
@@ -15700,7 +14976,7 @@ eval "$as_ac_var=no"
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:15703: result: `eval echo '${'"$as_ac_var"'}'`" >&5
+echo "$as_me:14979: 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
@@ -15709,7 +14985,7 @@ EOF
else
-echo "$as_me:15712: checking for gethostbyname in -lnsl" >&5
+echo "$as_me:14988: 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
@@ -15717,7 +14993,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lnsl $cf_cv_netlibs $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 15720 "configure"
+#line 14996 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -15736,16 +15012,16 @@ gethostbyname ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:15739: \"$ac_link\"") >&5
+if { (eval echo "$as_me:15015: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:15742: \$? = $ac_status" >&5
+ echo "$as_me:15018: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:15745: \"$ac_try\"") >&5
+ { (eval echo "$as_me:15021: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:15748: \$? = $ac_status" >&5
+ echo "$as_me:15024: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_nsl_gethostbyname=yes
else
@@ -15756,7 +15032,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:15759: result: $ac_cv_lib_nsl_gethostbyname" >&5
+echo "$as_me:15035: 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
@@ -15781,13 +15057,13 @@ done
for ac_func in inet_ntoa
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:15784: checking for $ac_func" >&5
+echo "$as_me:15060: 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 15790 "configure"
+#line 15066 "configure"
#include "confdefs.h"
#define $ac_func autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -15818,16 +15094,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:15821: \"$ac_link\"") >&5
+if { (eval echo "$as_me:15097: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:15824: \$? = $ac_status" >&5
+ echo "$as_me:15100: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:15827: \"$ac_try\"") >&5
+ { (eval echo "$as_me:15103: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:15830: \$? = $ac_status" >&5
+ echo "$as_me:15106: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
eval "$as_ac_var=yes"
else
@@ -15837,7 +15113,7 @@ eval "$as_ac_var=no"
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:15840: result: `eval echo '${'"$as_ac_var"'}'`" >&5
+echo "$as_me:15116: 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
@@ -15846,7 +15122,7 @@ EOF
else
-echo "$as_me:15849: checking for inet_ntoa in -lnsl" >&5
+echo "$as_me:15125: 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
@@ -15854,7 +15130,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lnsl $cf_cv_netlibs $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 15857 "configure"
+#line 15133 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -15873,16 +15149,16 @@ inet_ntoa ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:15876: \"$ac_link\"") >&5
+if { (eval echo "$as_me:15152: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:15879: \$? = $ac_status" >&5
+ echo "$as_me:15155: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:15882: \"$ac_try\"") >&5
+ { (eval echo "$as_me:15158: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:15885: \$? = $ac_status" >&5
+ echo "$as_me:15161: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_nsl_inet_ntoa=yes
else
@@ -15893,7 +15169,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:15896: result: $ac_cv_lib_nsl_inet_ntoa" >&5
+echo "$as_me:15172: 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
@@ -15918,13 +15194,13 @@ done
for ac_func in gethostbyname
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:15921: checking for $ac_func" >&5
+echo "$as_me:15197: 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 15927 "configure"
+#line 15203 "configure"
#include "confdefs.h"
#define $ac_func autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -15955,16 +15231,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:15958: \"$ac_link\"") >&5
+if { (eval echo "$as_me:15234: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:15961: \$? = $ac_status" >&5
+ echo "$as_me:15237: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:15964: \"$ac_try\"") >&5
+ { (eval echo "$as_me:15240: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:15967: \$? = $ac_status" >&5
+ echo "$as_me:15243: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
eval "$as_ac_var=yes"
else
@@ -15974,7 +15250,7 @@ eval "$as_ac_var=no"
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:15977: result: `eval echo '${'"$as_ac_var"'}'`" >&5
+echo "$as_me:15253: 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
@@ -15983,7 +15259,7 @@ EOF
else
-echo "$as_me:15986: checking for gethostbyname in -lnetwork" >&5
+echo "$as_me:15262: 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
@@ -15991,7 +15267,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lnetwork $cf_cv_netlibs $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 15994 "configure"
+#line 15270 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -16010,16 +15286,16 @@ gethostbyname ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:16013: \"$ac_link\"") >&5
+if { (eval echo "$as_me:15289: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:16016: \$? = $ac_status" >&5
+ echo "$as_me:15292: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:16019: \"$ac_try\"") >&5
+ { (eval echo "$as_me:15295: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:16022: \$? = $ac_status" >&5
+ echo "$as_me:15298: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_network_gethostbyname=yes
else
@@ -16030,7 +15306,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:16033: result: $ac_cv_lib_network_gethostbyname" >&5
+echo "$as_me:15309: 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
@@ -16055,13 +15331,13 @@ done
for ac_func in strcasecmp
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:16058: checking for $ac_func" >&5
+echo "$as_me:15334: 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 16064 "configure"
+#line 15340 "configure"
#include "confdefs.h"
#define $ac_func autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -16092,16 +15368,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:16095: \"$ac_link\"") >&5
+if { (eval echo "$as_me:15371: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:16098: \$? = $ac_status" >&5
+ echo "$as_me:15374: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:16101: \"$ac_try\"") >&5
+ { (eval echo "$as_me:15377: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:16104: \$? = $ac_status" >&5
+ echo "$as_me:15380: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
eval "$as_ac_var=yes"
else
@@ -16111,7 +15387,7 @@ eval "$as_ac_var=no"
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:16114: result: `eval echo '${'"$as_ac_var"'}'`" >&5
+echo "$as_me:15390: 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
@@ -16120,7 +15396,7 @@ EOF
else
-echo "$as_me:16123: checking for strcasecmp in -lresolv" >&5
+echo "$as_me:15399: 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
@@ -16128,7 +15404,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lresolv $cf_cv_netlibs $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 16131 "configure"
+#line 15407 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -16147,16 +15423,16 @@ strcasecmp ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:16150: \"$ac_link\"") >&5
+if { (eval echo "$as_me:15426: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:16153: \$? = $ac_status" >&5
+ echo "$as_me:15429: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:16156: \"$ac_try\"") >&5
+ { (eval echo "$as_me:15432: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:16159: \$? = $ac_status" >&5
+ echo "$as_me:15435: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_resolv_strcasecmp=yes
else
@@ -16167,7 +15443,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:16170: result: $ac_cv_lib_resolv_strcasecmp" >&5
+echo "$as_me:15446: 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
@@ -16224,14 +15500,14 @@ test "$cf_test_netlibs" = no && echo "$cf_cv_netlibs" >&6
fi
-echo "$as_me:16227: checking for inet_aton function" >&5
+echo "$as_me:15503: 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 16234 "configure"
+#line 15510 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -16267,16 +15543,16 @@ inet_aton(0, (struct in_addr *)0)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:16270: \"$ac_link\"") >&5
+if { (eval echo "$as_me:15546: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:16273: \$? = $ac_status" >&5
+ echo "$as_me:15549: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:16276: \"$ac_try\"") >&5
+ { (eval echo "$as_me:15552: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:16279: \$? = $ac_status" >&5
+ echo "$as_me:15555: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_have_inet_aton=yes
else
@@ -16286,7 +15562,7 @@ cf_cv_have_inet_aton=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:16289: result: $cf_cv_have_inet_aton" >&5
+echo "$as_me:15565: 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
@@ -16295,14 +15571,14 @@ cat >>confdefs.h <<\EOF
EOF
else
- echo "$as_me:16298: checking for inet_addr function" >&5
+ echo "$as_me:15574: 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 16305 "configure"
+#line 15581 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -16338,16 +15614,16 @@ inet_addr(0)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:16341: \"$ac_link\"") >&5
+if { (eval echo "$as_me:15617: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:16344: \$? = $ac_status" >&5
+ echo "$as_me:15620: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:16347: \"$ac_try\"") >&5
+ { (eval echo "$as_me:15623: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:16350: \$? = $ac_status" >&5
+ echo "$as_me:15626: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_have_inet_addr=yes
else
@@ -16357,10 +15633,10 @@ cf_cv_have_inet_addr=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:16360: result: $cf_cv_have_inet_addr" >&5
+echo "$as_me:15636: 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:16363: checking for library with inet_addr" >&5
+ echo "$as_me:15639: 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
@@ -16371,7 +15647,7 @@ else
do
LIBS="$cf_save_LIBS $cf_inetlib"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 16374 "configure"
+#line 15650 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/socket.h>
@@ -16387,16 +15663,16 @@ inet_addr(0)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:16390: \"$ac_link\"") >&5
+if { (eval echo "$as_me:15666: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:16393: \$? = $ac_status" >&5
+ echo "$as_me:15669: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:16396: \"$ac_try\"") >&5
+ { (eval echo "$as_me:15672: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:16399: \$? = $ac_status" >&5
+ echo "$as_me:15675: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_lib_inet_addr=$cf_inetlib
else
@@ -16410,7 +15686,7 @@ rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
done
fi
-echo "$as_me:16413: result: $cf_cv_lib_inet_addr" >&5
+echo "$as_me:15689: 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
@@ -16431,13 +15707,13 @@ done
LIBS="$cf_add_libs"
else
- { echo "$as_me:16434: WARNING: Unable to find library for inet_addr function" >&5
+ { echo "$as_me:15710: 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:16440: checking if you want to use pkg-config" >&5
+echo "$as_me:15716: 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.
@@ -16447,7 +15723,7 @@ if test "${with_pkg_config+set}" = set; then
else
cf_pkg_config=yes
fi;
-echo "$as_me:16450: result: $cf_pkg_config" >&5
+echo "$as_me:15726: result: $cf_pkg_config" >&5
echo "${ECHO_T}$cf_pkg_config" >&6
case "$cf_pkg_config" in
@@ -16459,7 +15735,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:16462: checking for $ac_word" >&5
+echo "$as_me:15738: 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
@@ -16476,7 +15752,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:16479: found $ac_dir/$ac_word" >&5
+ echo "$as_me:15755: found $ac_dir/$ac_word" >&5
break
fi
done
@@ -16487,10 +15763,10 @@ fi
PKG_CONFIG=$ac_cv_path_PKG_CONFIG
if test -n "$PKG_CONFIG"; then
- echo "$as_me:16490: result: $PKG_CONFIG" >&5
+ echo "$as_me:15766: result: $PKG_CONFIG" >&5
echo "${ECHO_T}$PKG_CONFIG" >&6
else
- echo "$as_me:16493: result: no" >&5
+ echo "$as_me:15769: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -16499,7 +15775,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:16502: checking for $ac_word" >&5
+echo "$as_me:15778: 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
@@ -16516,7 +15792,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:16519: found $ac_dir/$ac_word" >&5
+ echo "$as_me:15795: found $ac_dir/$ac_word" >&5
break
fi
done
@@ -16528,10 +15804,10 @@ fi
ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
if test -n "$ac_pt_PKG_CONFIG"; then
- echo "$as_me:16531: result: $ac_pt_PKG_CONFIG" >&5
+ echo "$as_me:15807: result: $ac_pt_PKG_CONFIG" >&5
echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6
else
- echo "$as_me:16534: result: no" >&5
+ echo "$as_me:15810: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -16574,14 +15850,14 @@ case ".$PKG_CONFIG" in
PKG_CONFIG=`echo "$PKG_CONFIG" | sed -e s%NONE%$cf_path_syntax%`
;;
(*)
- { { echo "$as_me:16577: error: expected a pathname, not \"$PKG_CONFIG\"" >&5
+ { { echo "$as_me:15853: 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:16584: WARNING: pkg-config is not installed" >&5
+ { echo "$as_me:15860: WARNING: pkg-config is not installed" >&5
echo "$as_me: WARNING: pkg-config is not installed" >&2;}
fi
@@ -16593,9 +15869,7 @@ if test "x$cf_cv_use_libssl" != xno ; then
# command-line option, etc., override default behavior
case "$cf_cv_use_libssl" in
-(no)
- ;;
-(yes)
+(no|yes)
;;
(*)
@@ -16629,7 +15903,7 @@ if test -n "$cf_searchpath/include" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 16632 "configure"
+#line 15906 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -16641,16 +15915,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:16644: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:15918: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:16647: \$? = $ac_status" >&5
+ echo "$as_me:15921: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:16650: \"$ac_try\"") >&5
+ { (eval echo "$as_me:15924: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:16653: \$? = $ac_status" >&5
+ echo "$as_me:15927: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -16667,7 +15941,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}:16670: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:15944: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -16713,7 +15987,7 @@ if test -n "$cf_searchpath/../include" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 16716 "configure"
+#line 15990 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -16725,16 +15999,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:16728: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:16002: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:16731: \$? = $ac_status" >&5
+ echo "$as_me:16005: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:16734: \"$ac_try\"") >&5
+ { (eval echo "$as_me:16008: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:16737: \$? = $ac_status" >&5
+ echo "$as_me:16011: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -16751,7 +16025,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}:16754: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:16028: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -16769,7 +16043,7 @@ echo "${as_me:-configure}:16754: testing adding $cf_add_incdir to include-path .
fi
else
-{ { echo "$as_me:16772: error: cannot find ssl library under $cf_cv_use_libssl" >&5
+{ { echo "$as_me:16046: 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
@@ -16794,7 +16068,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}:16797: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:16071: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -16823,7 +16097,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}:16826: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:16100: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -16832,12 +16106,16 @@ echo "${as_me:-configure}:16826: testing adding $cf_add_libdir to library-path .
fi
else
-{ { echo "$as_me:16835: error: cannot find ssl library under $cf_cv_use_libssl" >&5
+{ { echo "$as_me:16109: 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
+ test -n "$verbose" && echo " setting path value for ssl library to $cf_cv_use_libssl" 1>&6
+
+echo "${as_me:-configure}:16117: testing setting path value for ssl library to $cf_cv_use_libssl ..." 1>&5
+
;;
esac
@@ -16849,15 +16127,15 @@ esac
cf_cv_pkg_ssl=
for cf_try_package in openssl libssl
do
- echo "$as_me:16852: checking pkg-config for $cf_try_package" >&5
+ echo "$as_me:16130: 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:16856: result: yes" >&5
+ echo "$as_me:16134: result: yes" >&5
echo "${ECHO_T}yes" >&6
break
else
- echo "$as_me:16860: result: no" >&5
+ echo "$as_me:16138: result: no" >&5
echo "${ECHO_T}no" >&6
fi
done
@@ -17001,7 +16279,7 @@ fi
esac
test -n "$verbose" && echo " adding $cf_libs_ssl to LIBS" 1>&6
-echo "${as_me:-configure}:17004: testing adding $cf_libs_ssl to LIBS ..." 1>&5
+echo "${as_me:-configure}:16282: testing adding $cf_libs_ssl to LIBS ..." 1>&5
cf_add_libs="$LIBS"
# reverse order
@@ -17037,7 +16315,7 @@ LIBS="$cf_add_libs"
(*-ldl)
;;
(*)
- echo "$as_me:17040: checking for dlsym in -ldl" >&5
+ echo "$as_me:16318: 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
@@ -17045,7 +16323,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ldl $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 17048 "configure"
+#line 16326 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -17064,16 +16342,16 @@ dlsym ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:17067: \"$ac_link\"") >&5
+if { (eval echo "$as_me:16345: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:17070: \$? = $ac_status" >&5
+ echo "$as_me:16348: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:17073: \"$ac_try\"") >&5
+ { (eval echo "$as_me:16351: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17076: \$? = $ac_status" >&5
+ echo "$as_me:16354: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_dl_dlsym=yes
else
@@ -17084,7 +16362,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:17087: result: $ac_cv_lib_dl_dlsym" >&5
+echo "$as_me:16365: 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"
@@ -17100,12 +16378,12 @@ fi
cf_cv_header_path_ssl=
cf_cv_library_path_ssl=
-echo "${as_me:-configure}:17103: testing Starting FIND_LINKAGE(ssl,openssl) ..." 1>&5
+echo "${as_me:-configure}:16381: testing Starting FIND_LINKAGE(ssl,openssl) ..." 1>&5
cf_save_LIBS="$LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 17108 "configure"
+#line 16386 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -17134,16 +16412,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:17137: \"$ac_link\"") >&5
+if { (eval echo "$as_me:16415: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:17140: \$? = $ac_status" >&5
+ echo "$as_me:16418: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:17143: \"$ac_try\"") >&5
+ { (eval echo "$as_me:16421: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17146: \$? = $ac_status" >&5
+ echo "$as_me:16424: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_find_linkage_ssl=yes
@@ -17157,7 +16435,7 @@ cat "conftest.$ac_ext" >&5
LIBS="-lssl $cf_extra_ssl_libs $cf_save_LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 17160 "configure"
+#line 16438 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -17186,16 +16464,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:17189: \"$ac_link\"") >&5
+if { (eval echo "$as_me:16467: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:17192: \$? = $ac_status" >&5
+ echo "$as_me:16470: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:17195: \"$ac_try\"") >&5
+ { (eval echo "$as_me:16473: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17198: \$? = $ac_status" >&5
+ echo "$as_me:16476: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_find_linkage_ssl=yes
@@ -17212,9 +16490,9 @@ cat "conftest.$ac_ext" >&5
test -n "$verbose" && echo " find linkage for ssl library" 1>&6
-echo "${as_me:-configure}:17215: testing find linkage for ssl library ..." 1>&5
+echo "${as_me:-configure}:16493: testing find linkage for ssl library ..." 1>&5
-echo "${as_me:-configure}:17217: testing Searching for headers in FIND_LINKAGE(ssl,openssl) ..." 1>&5
+echo "${as_me:-configure}:16495: testing Searching for headers in FIND_LINKAGE(ssl,openssl) ..." 1>&5
cf_save_CPPFLAGS="$CPPFLAGS"
cf_test_CPPFLAGS="$CPPFLAGS"
@@ -17305,7 +16583,7 @@ cf_search="$cf_search $cf_header_path_list"
if test -d "$cf_cv_header_path_ssl" ; then
test -n "$verbose" && echo " ... testing $cf_cv_header_path_ssl" 1>&6
-echo "${as_me:-configure}:17308: testing ... testing $cf_cv_header_path_ssl ..." 1>&5
+echo "${as_me:-configure}:16586: testing ... testing $cf_cv_header_path_ssl ..." 1>&5
CPPFLAGS="$cf_save_CPPFLAGS"
@@ -17313,7 +16591,7 @@ echo "${as_me:-configure}:17308: testing ... testing $cf_cv_header_path_ssl ..."
CPPFLAGS="${CPPFLAGS}-I$cf_cv_header_path_ssl"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 17316 "configure"
+#line 16594 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -17342,21 +16620,21 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:17345: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:16623: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:17348: \$? = $ac_status" >&5
+ echo "$as_me:16626: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:17351: \"$ac_try\"") >&5
+ { (eval echo "$as_me:16629: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17354: \$? = $ac_status" >&5
+ echo "$as_me:16632: \$? = $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}:17359: testing ... found ssl headers in $cf_cv_header_path_ssl ..." 1>&5
+echo "${as_me:-configure}:16637: testing ... found ssl headers in $cf_cv_header_path_ssl ..." 1>&5
cf_cv_find_linkage_ssl=maybe
cf_test_CPPFLAGS="$CPPFLAGS"
@@ -17374,7 +16652,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_cv_find_linkage_ssl" = maybe ; then
-echo "${as_me:-configure}:17377: testing Searching for ssl library in FIND_LINKAGE(ssl,openssl) ..." 1>&5
+echo "${as_me:-configure}:16655: testing Searching for ssl library in FIND_LINKAGE(ssl,openssl) ..." 1>&5
cf_save_LIBS="$LIBS"
cf_save_LDFLAGS="$LDFLAGS"
@@ -17382,7 +16660,7 @@ echo "${as_me:-configure}:17377: 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 17385 "configure"
+#line 16663 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -17411,21 +16689,21 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:17414: \"$ac_link\"") >&5
+if { (eval echo "$as_me:16692: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:17417: \$? = $ac_status" >&5
+ echo "$as_me:16695: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:17420: \"$ac_try\"") >&5
+ { (eval echo "$as_me:16698: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17423: \$? = $ac_status" >&5
+ echo "$as_me:16701: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
test -n "$verbose" && echo " ... found ssl library in system" 1>&6
-echo "${as_me:-configure}:17428: testing ... found ssl library in system ..." 1>&5
+echo "${as_me:-configure}:16706: testing ... found ssl library in system ..." 1>&5
cf_cv_find_linkage_ssl=yes
else
@@ -17506,13 +16784,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}:17509: testing ... testing $cf_cv_library_path_ssl ..." 1>&5
+echo "${as_me:-configure}:16787: 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 17515 "configure"
+#line 16793 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -17541,21 +16819,21 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:17544: \"$ac_link\"") >&5
+if { (eval echo "$as_me:16822: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:17547: \$? = $ac_status" >&5
+ echo "$as_me:16825: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:17550: \"$ac_try\"") >&5
+ { (eval echo "$as_me:16828: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17553: \$? = $ac_status" >&5
+ echo "$as_me:16831: \$? = $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}:17558: testing ... found ssl library in $cf_cv_library_path_ssl ..." 1>&5
+echo "${as_me:-configure}:16836: testing ... found ssl library in $cf_cv_library_path_ssl ..." 1>&5
cf_cv_find_linkage_ssl=yes
cf_cv_library_file_ssl="-lssl"
@@ -17617,7 +16895,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}:17620: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:16898: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -17676,7 +16954,7 @@ if test -n "$cf_cv_header_path_ssl" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 17679 "configure"
+#line 16957 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -17688,16 +16966,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:17691: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:16969: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:17694: \$? = $ac_status" >&5
+ echo "$as_me:16972: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:17697: \"$ac_try\"") >&5
+ { (eval echo "$as_me:16975: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17700: \$? = $ac_status" >&5
+ echo "$as_me:16978: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -17714,7 +16992,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}:17717: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:16995: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -17747,7 +17025,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}:17750: testing checking ssl header-path $cf_cv_header_path_ssl ..." 1>&5
+echo "${as_me:-configure}:17028: testing checking ssl header-path $cf_cv_header_path_ssl ..." 1>&5
case "$cf_cv_header_path_ssl" in
(*/openssl)
@@ -17760,10 +17038,10 @@ EOF
esac
fi
-echo "$as_me:17763: checking for X509 support" >&5
+echo "$as_me:17041: checking for X509 support" >&5
echo $ECHO_N "checking for X509 support... $ECHO_C" >&6
cat >"conftest.$ac_ext" <<_ACEOF
-#line 17766 "configure"
+#line 17044 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -17792,16 +17070,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:17795: \"$ac_link\"") >&5
+if { (eval echo "$as_me:17073: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:17798: \$? = $ac_status" >&5
+ echo "$as_me:17076: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:17801: \"$ac_try\"") >&5
+ { (eval echo "$as_me:17079: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17804: \$? = $ac_status" >&5
+ echo "$as_me:17082: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_x509_support=yes
else
@@ -17810,7 +17088,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:17813: result: $cf_x509_support" >&5
+echo "$as_me:17091: result: $cf_x509_support" >&5
echo "${ECHO_T}$cf_x509_support" >&6
if test "$cf_x509_support" = yes ; then
@@ -17829,9 +17107,7 @@ elif test "x$cf_cv_use_libgnutls" != xno ; then
cf_cv_pkg_config_ssl=no
case "$cf_cv_use_libgnutls" in
-(no)
- ;;
-(yes)
+(no|yes)
;;
(*)
@@ -17865,7 +17141,7 @@ if test -n "$cf_searchpath/include" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 17868 "configure"
+#line 17144 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -17877,16 +17153,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:17880: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:17156: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:17883: \$? = $ac_status" >&5
+ echo "$as_me:17159: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:17886: \"$ac_try\"") >&5
+ { (eval echo "$as_me:17162: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17889: \$? = $ac_status" >&5
+ echo "$as_me:17165: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -17903,7 +17179,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}:17906: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:17182: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -17949,7 +17225,7 @@ if test -n "$cf_searchpath/../include" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 17952 "configure"
+#line 17228 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -17961,16 +17237,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:17964: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:17240: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:17967: \$? = $ac_status" >&5
+ echo "$as_me:17243: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:17970: \"$ac_try\"") >&5
+ { (eval echo "$as_me:17246: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:17973: \$? = $ac_status" >&5
+ echo "$as_me:17249: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -17987,7 +17263,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}:17990: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:17266: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -18005,7 +17281,7 @@ echo "${as_me:-configure}:17990: testing adding $cf_add_incdir to include-path .
fi
else
-{ { echo "$as_me:18008: error: cannot find ssl library under $cf_cv_use_libgnutls" >&5
+{ { echo "$as_me:17284: 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
@@ -18030,7 +17306,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}:18033: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:17309: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -18059,7 +17335,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}:18062: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:17338: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -18068,12 +17344,16 @@ echo "${as_me:-configure}:18062: testing adding $cf_add_libdir to library-path .
fi
else
-{ { echo "$as_me:18071: error: cannot find ssl library under $cf_cv_use_libgnutls" >&5
+{ { echo "$as_me:17347: 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
+ test -n "$verbose" && echo " setting path value for ssl library to $cf_cv_use_libgnutls" 1>&6
+
+echo "${as_me:-configure}:17355: testing setting path value for ssl library to $cf_cv_use_libgnutls ..." 1>&5
+
;;
esac
@@ -18086,12 +17366,12 @@ esac
(yes) # if no explicit directory given, try pkg-config
test -n "$verbose" && echo " checking pkg-config for $cf_pkg_gnutls" 1>&6
-echo "${as_me:-configure}:18089: testing checking pkg-config for $cf_pkg_gnutls ..." 1>&5
+echo "${as_me:-configure}:17369: 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}:18094: testing ... found $cf_pkg_gnutls in pkg-config ..." 1>&5
+echo "${as_me:-configure}:17374: testing ... found $cf_pkg_gnutls in pkg-config ..." 1>&5
cf_cv_have_gnutls=yes
cf_cv_pkg_config_ssl=yes
@@ -18223,7 +17503,7 @@ fi
esac
test -n "$verbose" && echo " adding $cf_libs_ssl to LIBS" 1>&6
-echo "${as_me:-configure}:18226: testing adding $cf_libs_ssl to LIBS ..." 1>&5
+echo "${as_me:-configure}:17506: testing adding $cf_libs_ssl to LIBS ..." 1>&5
cf_add_libs="$LIBS"
# reverse order
@@ -18245,7 +17525,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}:18248: testing ... did not find $cf_pkg_gnutls in pkg-config ..." 1>&5
+echo "${as_me:-configure}:17528: testing ... did not find $cf_pkg_gnutls in pkg-config ..." 1>&5
cf_pkg_gnutls=none
fi
@@ -18265,12 +17545,12 @@ EOF
cf_cv_header_path_gnutls=
cf_cv_library_path_gnutls=
-echo "${as_me:-configure}:18268: testing Starting FIND_LINKAGE(gnutls,) ..." 1>&5
+echo "${as_me:-configure}:17548: testing Starting FIND_LINKAGE(gnutls,) ..." 1>&5
cf_save_LIBS="$LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 18273 "configure"
+#line 17553 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -18299,16 +17579,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:18302: \"$ac_link\"") >&5
+if { (eval echo "$as_me:17582: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:18305: \$? = $ac_status" >&5
+ echo "$as_me:17585: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:18308: \"$ac_try\"") >&5
+ { (eval echo "$as_me:17588: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:18311: \$? = $ac_status" >&5
+ echo "$as_me:17591: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_find_linkage_gnutls=yes
@@ -18322,7 +17602,7 @@ cat "conftest.$ac_ext" >&5
LIBS="-lgnutls $cf_save_LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 18325 "configure"
+#line 17605 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -18351,16 +17631,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:18354: \"$ac_link\"") >&5
+if { (eval echo "$as_me:17634: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:18357: \$? = $ac_status" >&5
+ echo "$as_me:17637: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:18360: \"$ac_try\"") >&5
+ { (eval echo "$as_me:17640: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:18363: \$? = $ac_status" >&5
+ echo "$as_me:17643: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_find_linkage_gnutls=yes
@@ -18377,9 +17657,9 @@ cat "conftest.$ac_ext" >&5
test -n "$verbose" && echo " find linkage for gnutls library" 1>&6
-echo "${as_me:-configure}:18380: testing find linkage for gnutls library ..." 1>&5
+echo "${as_me:-configure}:17660: testing find linkage for gnutls library ..." 1>&5
-echo "${as_me:-configure}:18382: testing Searching for headers in FIND_LINKAGE(gnutls,) ..." 1>&5
+echo "${as_me:-configure}:17662: testing Searching for headers in FIND_LINKAGE(gnutls,) ..." 1>&5
cf_save_CPPFLAGS="$CPPFLAGS"
cf_test_CPPFLAGS="$CPPFLAGS"
@@ -18470,7 +17750,7 @@ cf_search="$cf_search $cf_header_path_list"
if test -d "$cf_cv_header_path_gnutls" ; then
test -n "$verbose" && echo " ... testing $cf_cv_header_path_gnutls" 1>&6
-echo "${as_me:-configure}:18473: testing ... testing $cf_cv_header_path_gnutls ..." 1>&5
+echo "${as_me:-configure}:17753: testing ... testing $cf_cv_header_path_gnutls ..." 1>&5
CPPFLAGS="$cf_save_CPPFLAGS"
@@ -18478,7 +17758,7 @@ echo "${as_me:-configure}:18473: testing ... testing $cf_cv_header_path_gnutls .
CPPFLAGS="${CPPFLAGS}-I$cf_cv_header_path_gnutls"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 18481 "configure"
+#line 17761 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -18507,21 +17787,21 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:18510: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:17790: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:18513: \$? = $ac_status" >&5
+ echo "$as_me:17793: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:18516: \"$ac_try\"") >&5
+ { (eval echo "$as_me:17796: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:18519: \$? = $ac_status" >&5
+ echo "$as_me:17799: \$? = $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}:18524: testing ... found gnutls headers in $cf_cv_header_path_gnutls ..." 1>&5
+echo "${as_me:-configure}:17804: testing ... found gnutls headers in $cf_cv_header_path_gnutls ..." 1>&5
cf_cv_find_linkage_gnutls=maybe
cf_test_CPPFLAGS="$CPPFLAGS"
@@ -18539,7 +17819,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_cv_find_linkage_gnutls" = maybe ; then
-echo "${as_me:-configure}:18542: testing Searching for gnutls library in FIND_LINKAGE(gnutls,) ..." 1>&5
+echo "${as_me:-configure}:17822: testing Searching for gnutls library in FIND_LINKAGE(gnutls,) ..." 1>&5
cf_save_LIBS="$LIBS"
cf_save_LDFLAGS="$LDFLAGS"
@@ -18614,13 +17894,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}:18617: testing ... testing $cf_cv_library_path_gnutls ..." 1>&5
+echo "${as_me:-configure}:17897: 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 18623 "configure"
+#line 17903 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -18649,21 +17929,21 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:18652: \"$ac_link\"") >&5
+if { (eval echo "$as_me:17932: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:18655: \$? = $ac_status" >&5
+ echo "$as_me:17935: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:18658: \"$ac_try\"") >&5
+ { (eval echo "$as_me:17938: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:18661: \$? = $ac_status" >&5
+ echo "$as_me:17941: \$? = $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}:18666: testing ... found gnutls library in $cf_cv_library_path_gnutls ..." 1>&5
+echo "${as_me:-configure}:17946: testing ... found gnutls library in $cf_cv_library_path_gnutls ..." 1>&5
cf_cv_find_linkage_gnutls=yes
cf_cv_library_file_gnutls="-lgnutls"
@@ -18743,7 +18023,7 @@ if test -n "$cf_cv_header_path_gnutls" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 18746 "configure"
+#line 18026 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -18755,16 +18035,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:18758: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:18038: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:18761: \$? = $ac_status" >&5
+ echo "$as_me:18041: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:18764: \"$ac_try\"") >&5
+ { (eval echo "$as_me:18044: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:18767: \$? = $ac_status" >&5
+ echo "$as_me:18047: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -18781,7 +18061,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}:18784: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:18064: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -18822,7 +18102,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}:18825: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:18105: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -18851,13 +18131,13 @@ LIBS="$cf_add_libs"
for ac_func in gnutls_protocol_set_priority
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:18854: checking for $ac_func" >&5
+echo "$as_me:18134: 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 18860 "configure"
+#line 18140 "configure"
#include "confdefs.h"
#define $ac_func autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -18888,16 +18168,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:18891: \"$ac_link\"") >&5
+if { (eval echo "$as_me:18171: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:18894: \$? = $ac_status" >&5
+ echo "$as_me:18174: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:18897: \"$ac_try\"") >&5
+ { (eval echo "$as_me:18177: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:18900: \$? = $ac_status" >&5
+ echo "$as_me:18180: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
eval "$as_ac_var=yes"
else
@@ -18907,7 +18187,7 @@ eval "$as_ac_var=no"
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:18910: result: `eval echo '${'"$as_ac_var"'}'`" >&5
+echo "$as_me:18190: 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
@@ -18917,13 +18197,13 @@ EOF
fi
done
- echo "$as_me:18920: checking for gnutls_rnd" >&5
+ echo "$as_me:18200: 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 18926 "configure"
+#line 18206 "configure"
#include "confdefs.h"
#define gnutls_rnd autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -18954,16 +18234,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:18957: \"$ac_link\"") >&5
+if { (eval echo "$as_me:18237: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:18960: \$? = $ac_status" >&5
+ echo "$as_me:18240: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:18963: \"$ac_try\"") >&5
+ { (eval echo "$as_me:18243: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:18966: \$? = $ac_status" >&5
+ echo "$as_me:18246: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_func_gnutls_rnd=yes
else
@@ -18973,7 +18253,7 @@ ac_cv_func_gnutls_rnd=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:18976: result: $ac_cv_func_gnutls_rnd" >&5
+echo "$as_me:18256: 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
@@ -19003,10 +18283,10 @@ fi
EXTRA_OBJS="$EXTRA_OBJS tidy_tls\$o"
-echo "$as_me:19006: checking for X509 support" >&5
+echo "$as_me:18286: checking for X509 support" >&5
echo $ECHO_N "checking for X509 support... $ECHO_C" >&6
cat >"conftest.$ac_ext" <<_ACEOF
-#line 19009 "configure"
+#line 18289 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -19035,16 +18315,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:19038: \"$ac_link\"") >&5
+if { (eval echo "$as_me:18318: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:19041: \$? = $ac_status" >&5
+ echo "$as_me:18321: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:19044: \"$ac_try\"") >&5
+ { (eval echo "$as_me:18324: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:19047: \$? = $ac_status" >&5
+ echo "$as_me:18327: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_x509_support=yes
else
@@ -19053,7 +18333,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:19056: result: $cf_x509_support" >&5
+echo "$as_me:18336: result: $cf_x509_support" >&5
echo "${ECHO_T}$cf_x509_support" >&6
if test "$cf_x509_support" = yes ; then
@@ -19071,9 +18351,7 @@ fi
cf_cv_pkg_config_ssl=no
case "$cf_cv_use_libgnutls" in
-(no)
- ;;
-(yes)
+(no|yes)
;;
(*)
@@ -19107,7 +18385,7 @@ if test -n "$cf_searchpath/include" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 19110 "configure"
+#line 18388 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -19119,16 +18397,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:19122: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:18400: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:19125: \$? = $ac_status" >&5
+ echo "$as_me:18403: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:19128: \"$ac_try\"") >&5
+ { (eval echo "$as_me:18406: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:19131: \$? = $ac_status" >&5
+ echo "$as_me:18409: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -19145,7 +18423,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}:19148: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:18426: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -19191,7 +18469,7 @@ if test -n "$cf_searchpath/../include" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 19194 "configure"
+#line 18472 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -19203,16 +18481,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:19206: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:18484: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:19209: \$? = $ac_status" >&5
+ echo "$as_me:18487: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:19212: \"$ac_try\"") >&5
+ { (eval echo "$as_me:18490: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:19215: \$? = $ac_status" >&5
+ echo "$as_me:18493: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -19229,7 +18507,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}:19232: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:18510: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -19247,7 +18525,7 @@ echo "${as_me:-configure}:19232: testing adding $cf_add_incdir to include-path .
fi
else
-{ { echo "$as_me:19250: error: cannot find ssl library under $cf_cv_use_libgnutls" >&5
+{ { echo "$as_me:18528: 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
@@ -19272,7 +18550,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}:19275: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:18553: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -19301,7 +18579,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}:19304: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:18582: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -19310,12 +18588,16 @@ echo "${as_me:-configure}:19304: testing adding $cf_add_libdir to library-path .
fi
else
-{ { echo "$as_me:19313: error: cannot find ssl library under $cf_cv_use_libgnutls" >&5
+{ { echo "$as_me:18591: 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
+ test -n "$verbose" && echo " setting path value for ssl library to $cf_cv_use_libgnutls" 1>&6
+
+echo "${as_me:-configure}:18599: testing setting path value for ssl library to $cf_cv_use_libgnutls ..." 1>&5
+
;;
esac
@@ -19328,12 +18610,12 @@ esac
(yes) # if no explicit directory given, try pkg-config
test -n "$verbose" && echo " checking pkg-config for $cf_pkg_gnutls" 1>&6
-echo "${as_me:-configure}:19331: testing checking pkg-config for $cf_pkg_gnutls ..." 1>&5
+echo "${as_me:-configure}:18613: 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}:19336: testing ... found $cf_pkg_gnutls in pkg-config ..." 1>&5
+echo "${as_me:-configure}:18618: testing ... found $cf_pkg_gnutls in pkg-config ..." 1>&5
cf_cv_have_gnutls=yes
cf_cv_pkg_config_ssl=yes
@@ -19465,7 +18747,7 @@ fi
esac
test -n "$verbose" && echo " adding $cf_libs_ssl to LIBS" 1>&6
-echo "${as_me:-configure}:19468: testing adding $cf_libs_ssl to LIBS ..." 1>&5
+echo "${as_me:-configure}:18750: testing adding $cf_libs_ssl to LIBS ..." 1>&5
cf_add_libs="$LIBS"
# reverse order
@@ -19487,7 +18769,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}:19490: testing ... did not find $cf_pkg_gnutls in pkg-config ..." 1>&5
+echo "${as_me:-configure}:18772: testing ... did not find $cf_pkg_gnutls in pkg-config ..." 1>&5
cf_pkg_gnutls=none
fi
@@ -19507,12 +18789,12 @@ EOF
cf_cv_header_path_gnutls=
cf_cv_library_path_gnutls=
-echo "${as_me:-configure}:19510: testing Starting FIND_LINKAGE(gnutls,) ..." 1>&5
+echo "${as_me:-configure}:18792: testing Starting FIND_LINKAGE(gnutls,) ..." 1>&5
cf_save_LIBS="$LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 19515 "configure"
+#line 18797 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -19541,16 +18823,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:19544: \"$ac_link\"") >&5
+if { (eval echo "$as_me:18826: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:19547: \$? = $ac_status" >&5
+ echo "$as_me:18829: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:19550: \"$ac_try\"") >&5
+ { (eval echo "$as_me:18832: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:19553: \$? = $ac_status" >&5
+ echo "$as_me:18835: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_find_linkage_gnutls=yes
@@ -19564,7 +18846,7 @@ cat "conftest.$ac_ext" >&5
LIBS="-lgnutls -lgnutls-openssl $cf_save_LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 19567 "configure"
+#line 18849 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -19593,16 +18875,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:19596: \"$ac_link\"") >&5
+if { (eval echo "$as_me:18878: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:19599: \$? = $ac_status" >&5
+ echo "$as_me:18881: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:19602: \"$ac_try\"") >&5
+ { (eval echo "$as_me:18884: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:19605: \$? = $ac_status" >&5
+ echo "$as_me:18887: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_find_linkage_gnutls=yes
@@ -19619,9 +18901,9 @@ cat "conftest.$ac_ext" >&5
test -n "$verbose" && echo " find linkage for gnutls library" 1>&6
-echo "${as_me:-configure}:19622: testing find linkage for gnutls library ..." 1>&5
+echo "${as_me:-configure}:18904: testing find linkage for gnutls library ..." 1>&5
-echo "${as_me:-configure}:19624: testing Searching for headers in FIND_LINKAGE(gnutls,) ..." 1>&5
+echo "${as_me:-configure}:18906: testing Searching for headers in FIND_LINKAGE(gnutls,) ..." 1>&5
cf_save_CPPFLAGS="$CPPFLAGS"
cf_test_CPPFLAGS="$CPPFLAGS"
@@ -19712,7 +18994,7 @@ cf_search="$cf_search $cf_header_path_list"
if test -d "$cf_cv_header_path_gnutls" ; then
test -n "$verbose" && echo " ... testing $cf_cv_header_path_gnutls" 1>&6
-echo "${as_me:-configure}:19715: testing ... testing $cf_cv_header_path_gnutls ..." 1>&5
+echo "${as_me:-configure}:18997: testing ... testing $cf_cv_header_path_gnutls ..." 1>&5
CPPFLAGS="$cf_save_CPPFLAGS"
@@ -19720,7 +19002,7 @@ echo "${as_me:-configure}:19715: testing ... testing $cf_cv_header_path_gnutls .
CPPFLAGS="${CPPFLAGS}-I$cf_cv_header_path_gnutls"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 19723 "configure"
+#line 19005 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -19749,21 +19031,21 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:19752: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:19034: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:19755: \$? = $ac_status" >&5
+ echo "$as_me:19037: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:19758: \"$ac_try\"") >&5
+ { (eval echo "$as_me:19040: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:19761: \$? = $ac_status" >&5
+ echo "$as_me:19043: \$? = $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}:19766: testing ... found gnutls headers in $cf_cv_header_path_gnutls ..." 1>&5
+echo "${as_me:-configure}:19048: testing ... found gnutls headers in $cf_cv_header_path_gnutls ..." 1>&5
cf_cv_find_linkage_gnutls=maybe
cf_test_CPPFLAGS="$CPPFLAGS"
@@ -19781,7 +19063,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_cv_find_linkage_gnutls" = maybe ; then
-echo "${as_me:-configure}:19784: testing Searching for gnutls library in FIND_LINKAGE(gnutls,) ..." 1>&5
+echo "${as_me:-configure}:19066: testing Searching for gnutls library in FIND_LINKAGE(gnutls,) ..." 1>&5
cf_save_LIBS="$LIBS"
cf_save_LDFLAGS="$LDFLAGS"
@@ -19856,13 +19138,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}:19859: testing ... testing $cf_cv_library_path_gnutls ..." 1>&5
+echo "${as_me:-configure}:19141: 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 19865 "configure"
+#line 19147 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -19891,21 +19173,21 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:19894: \"$ac_link\"") >&5
+if { (eval echo "$as_me:19176: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:19897: \$? = $ac_status" >&5
+ echo "$as_me:19179: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:19900: \"$ac_try\"") >&5
+ { (eval echo "$as_me:19182: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:19903: \$? = $ac_status" >&5
+ echo "$as_me:19185: \$? = $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}:19908: testing ... found gnutls library in $cf_cv_library_path_gnutls ..." 1>&5
+echo "${as_me:-configure}:19190: testing ... found gnutls library in $cf_cv_library_path_gnutls ..." 1>&5
cf_cv_find_linkage_gnutls=yes
cf_cv_library_file_gnutls="-lgnutls"
@@ -19985,7 +19267,7 @@ if test -n "$cf_cv_header_path_gnutls" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 19988 "configure"
+#line 19270 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -19997,16 +19279,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:20000: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:19282: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:20003: \$? = $ac_status" >&5
+ echo "$as_me:19285: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:20006: \"$ac_try\"") >&5
+ { (eval echo "$as_me:19288: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:20009: \$? = $ac_status" >&5
+ echo "$as_me:19291: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -20023,7 +19305,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}:20026: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:19308: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -20064,7 +19346,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}:20067: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:19349: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -20093,13 +19375,13 @@ LIBS="$cf_add_libs"
for ac_func in gnutls_protocol_set_priority
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:20096: checking for $ac_func" >&5
+echo "$as_me:19378: 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 20102 "configure"
+#line 19384 "configure"
#include "confdefs.h"
#define $ac_func autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -20130,16 +19412,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:20133: \"$ac_link\"") >&5
+if { (eval echo "$as_me:19415: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:20136: \$? = $ac_status" >&5
+ echo "$as_me:19418: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:20139: \"$ac_try\"") >&5
+ { (eval echo "$as_me:19421: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:20142: \$? = $ac_status" >&5
+ echo "$as_me:19424: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
eval "$as_ac_var=yes"
else
@@ -20149,7 +19431,7 @@ eval "$as_ac_var=no"
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:20152: result: `eval echo '${'"$as_ac_var"'}'`" >&5
+echo "$as_me:19434: 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
@@ -20159,13 +19441,13 @@ EOF
fi
done
- echo "$as_me:20162: checking for gnutls_rnd" >&5
+ echo "$as_me:19444: 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 20168 "configure"
+#line 19450 "configure"
#include "confdefs.h"
#define gnutls_rnd autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -20196,16 +19478,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:20199: \"$ac_link\"") >&5
+if { (eval echo "$as_me:19481: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:20202: \$? = $ac_status" >&5
+ echo "$as_me:19484: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:20205: \"$ac_try\"") >&5
+ { (eval echo "$as_me:19487: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:20208: \$? = $ac_status" >&5
+ echo "$as_me:19490: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_func_gnutls_rnd=yes
else
@@ -20215,7 +19497,7 @@ ac_cv_func_gnutls_rnd=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:20218: result: $ac_cv_func_gnutls_rnd" >&5
+echo "$as_me:19500: 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
@@ -20244,7 +19526,7 @@ LIBS="$cf_add_libs"
fi
if test "$cf_pkg_gnutls" = none ; then
- echo "$as_me:20247: checking for SSL_connect in -lgnutls-openssl" >&5
+ echo "$as_me:19529: 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
@@ -20252,7 +19534,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lgnutls-openssl $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 20255 "configure"
+#line 19537 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -20271,16 +19553,16 @@ SSL_connect ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:20274: \"$ac_link\"") >&5
+if { (eval echo "$as_me:19556: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:20277: \$? = $ac_status" >&5
+ echo "$as_me:19559: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:20280: \"$ac_try\"") >&5
+ { (eval echo "$as_me:19562: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:20283: \$? = $ac_status" >&5
+ echo "$as_me:19565: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_gnutls_openssl_SSL_connect=yes
else
@@ -20291,7 +19573,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:20294: result: $ac_cv_lib_gnutls_openssl_SSL_connect" >&5
+echo "$as_me:19576: 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
@@ -20312,7 +19594,7 @@ done
LIBS="$cf_add_libs"
else
- echo "$as_me:20315: checking for SSL_connect in -lgnutls-extra" >&5
+ echo "$as_me:19597: 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
@@ -20320,7 +19602,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lgnutls-extra $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 20323 "configure"
+#line 19605 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -20339,16 +19621,16 @@ SSL_connect ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:20342: \"$ac_link\"") >&5
+if { (eval echo "$as_me:19624: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:20345: \$? = $ac_status" >&5
+ echo "$as_me:19627: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:20348: \"$ac_try\"") >&5
+ { (eval echo "$as_me:19630: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:20351: \$? = $ac_status" >&5
+ echo "$as_me:19633: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_gnutls_extra_SSL_connect=yes
else
@@ -20359,7 +19641,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:20362: result: $ac_cv_lib_gnutls_extra_SSL_connect" >&5
+echo "$as_me:19644: 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
@@ -20380,7 +19662,7 @@ done
LIBS="$cf_add_libs"
else
- { { echo "$as_me:20383: error: cannot find gnutls openssl functions" >&5
+ { { echo "$as_me:19665: error: cannot find gnutls openssl functions" >&5
echo "$as_me: error: cannot find gnutls openssl functions" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -20389,10 +19671,10 @@ fi
fi
-echo "$as_me:20392: checking for X509 support" >&5
+echo "$as_me:19674: checking for X509 support" >&5
echo $ECHO_N "checking for X509 support... $ECHO_C" >&6
cat >"conftest.$ac_ext" <<_ACEOF
-#line 20395 "configure"
+#line 19677 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -20421,16 +19703,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:20424: \"$ac_link\"") >&5
+if { (eval echo "$as_me:19706: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:20427: \$? = $ac_status" >&5
+ echo "$as_me:19709: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:20430: \"$ac_try\"") >&5
+ { (eval echo "$as_me:19712: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:20433: \$? = $ac_status" >&5
+ echo "$as_me:19715: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_x509_support=yes
else
@@ -20439,7 +19721,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:20442: result: $cf_x509_support" >&5
+echo "$as_me:19724: result: $cf_x509_support" >&5
echo "${ECHO_T}$cf_x509_support" >&6
if test "$cf_x509_support" = yes ; then
@@ -20471,7 +19753,7 @@ case "$cf_cv_use_libnss_compat" in
;;
(yes)
-echo "$as_me:20474: checking for SSL_get_version in -lnss_compat_ossl" >&5
+echo "$as_me:19756: 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
@@ -20479,7 +19761,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lnss_compat_ossl -lnss_compat_ossl $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 20482 "configure"
+#line 19764 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -20498,16 +19780,16 @@ SSL_get_version ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:20501: \"$ac_link\"") >&5
+if { (eval echo "$as_me:19783: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:20504: \$? = $ac_status" >&5
+ echo "$as_me:19786: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:20507: \"$ac_try\"") >&5
+ { (eval echo "$as_me:19789: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:20510: \$? = $ac_status" >&5
+ echo "$as_me:19792: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_nss_compat_ossl_SSL_get_version=yes
else
@@ -20518,7 +19800,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:20521: result: $ac_cv_lib_nss_compat_ossl_SSL_get_version" >&5
+echo "$as_me:19803: 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
@@ -20533,11 +19815,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}:20536: testing assume it is in $cf_ssl_root ..." 1>&5
+echo "${as_me:-configure}:19818: 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:20540: error: cannot find NSS compliant libraries" >&5
+ { { echo "$as_me:19822: error: cannot find NSS compliant libraries" >&5
echo "$as_me: error: cannot find NSS compliant libraries" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -20552,13 +19834,13 @@ fi
elif test -d "$cf_cv_use_libnss_compat/../include" ; then
cf_ssl_root=$cf_cv_use_libnss_compat/..
else
- { { echo "$as_me:20555: error: cannot find NSS compliant library under $cf_cv_use_libnss_compat" >&5
+ { { echo "$as_me:19837: error: cannot find NSS compliant library under $cf_cv_use_libnss_compat" >&5
echo "$as_me: error: cannot find NSS compliant library under $cf_cv_use_libnss_compat" >&2;}
{ (exit 1); exit 1; }; }
fi
cf_ssl_library="-L$cf_ssl_root/lib $cf_ssl_library"
else
- { echo "$as_me:20561: WARNING: expected a directory: $cf_cv_use_libnss_compat" >&5
+ { echo "$as_me:19843: WARNING: expected a directory: $cf_cv_use_libnss_compat" >&5
echo "$as_me: WARNING: expected a directory: $cf_cv_use_libnss_compat" >&2;}
fi
;;
@@ -20687,10 +19969,10 @@ if test -n "$cf_new_extra_cppflags" ; then
fi
if test "$cf_ssl_subincs" = yes ; then
-echo "$as_me:20690: checking for NSS compliant include directory" >&5
+echo "$as_me:19972: checking for NSS compliant include directory" >&5
echo $ECHO_N "checking for NSS compliant include directory... $ECHO_C" >&6
cat >"conftest.$ac_ext" <<_ACEOF
-#line 20693 "configure"
+#line 19975 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -20704,16 +19986,16 @@ SSL_shutdown((SSL *)0)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:20707: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:19989: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:20710: \$? = $ac_status" >&5
+ echo "$as_me:19992: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:20713: \"$ac_try\"") >&5
+ { (eval echo "$as_me:19995: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:20716: \$? = $ac_status" >&5
+ echo "$as_me:19998: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_ssl_incl=yes
else
@@ -20722,7 +20004,7 @@ cat "conftest.$ac_ext" >&5
cf_ssl_incl=no
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
-echo "$as_me:20725: result: $cf_ssl_incl" >&5
+echo "$as_me:20007: result: $cf_ssl_incl" >&5
echo "${ECHO_T}$cf_ssl_incl" >&6
test "$cf_ssl_incl" = yes &&
cat >>confdefs.h <<\EOF
@@ -20731,10 +20013,10 @@ EOF
fi
-echo "$as_me:20734: checking if we can link to NSS compliant library" >&5
+echo "$as_me:20016: checking if we can link to NSS compliant library" >&5
echo $ECHO_N "checking if we can link to NSS compliant library... $ECHO_C" >&6
cat >"conftest.$ac_ext" <<_ACEOF
-#line 20737 "configure"
+#line 20019 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -20753,16 +20035,16 @@ SSL_shutdown((SSL *)0)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:20756: \"$ac_link\"") >&5
+if { (eval echo "$as_me:20038: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:20759: \$? = $ac_status" >&5
+ echo "$as_me:20041: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:20762: \"$ac_try\"") >&5
+ { (eval echo "$as_me:20044: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:20765: \$? = $ac_status" >&5
+ echo "$as_me:20047: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_ssl_library=yes
else
@@ -20771,7 +20053,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:20774: result: $cf_ssl_library" >&5
+echo "$as_me:20056: result: $cf_ssl_library" >&5
echo "${ECHO_T}$cf_ssl_library" >&6
if test "$cf_ssl_library" = yes ; then
@@ -20784,7 +20066,7 @@ cat >>confdefs.h <<\EOF
EOF
else
- { { echo "$as_me:20787: error: Cannot link with NSS compliant libraries" >&5
+ { { echo "$as_me:20069: error: Cannot link with NSS compliant libraries" >&5
echo "$as_me: error: Cannot link with NSS compliant libraries" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -20792,7 +20074,7 @@ fi
fi
### check for ipv6 support
-echo "$as_me:20795: checking whether to enable ipv6" >&5
+echo "$as_me:20077: 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.
@@ -20809,11 +20091,11 @@ EOF
else
enableval=no
fi;
-echo "$as_me:20812: result: $enableval" >&5
+echo "$as_me:20094: result: $enableval" >&5
echo "${ECHO_T}$enableval" >&6
if test "$enableval" = "yes"; then
-echo "$as_me:20816: checking ipv6 stack type" >&5
+echo "$as_me:20098: 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
@@ -20834,7 +20116,7 @@ do
;;
(inria)
cat >"conftest.$ac_ext" <<_ACEOF
-#line 20837 "configure"
+#line 20119 "configure"
#include "confdefs.h"
#include <netinet/in.h>
@@ -20851,7 +20133,7 @@ rm -rf conftest*
;;
(kame)
cat >"conftest.$ac_ext" <<_ACEOF
-#line 20854 "configure"
+#line 20136 "configure"
#include "confdefs.h"
#include <netinet/in.h>
@@ -20868,7 +20150,7 @@ rm -rf conftest*
;;
(linux-glibc)
cat >"conftest.$ac_ext" <<_ACEOF
-#line 20871 "configure"
+#line 20153 "configure"
#include "confdefs.h"
#include <features.h>
@@ -20894,7 +20176,7 @@ rm -rf conftest*
;;
(toshiba)
cat >"conftest.$ac_ext" <<_ACEOF
-#line 20897 "configure"
+#line 20179 "configure"
#include "confdefs.h"
#include <sys/param.h>
@@ -20911,7 +20193,7 @@ rm -rf conftest*
;;
(v6d)
cat >"conftest.$ac_ext" <<_ACEOF
-#line 20914 "configure"
+#line 20196 "configure"
#include "confdefs.h"
#include </usr/local/v6/include/sys/v6config.h>
@@ -20928,7 +20210,7 @@ rm -rf conftest*
;;
(zeta)
cat >"conftest.$ac_ext" <<_ACEOF
-#line 20931 "configure"
+#line 20213 "configure"
#include "confdefs.h"
#include <sys/param.h>
@@ -20950,13 +20232,13 @@ rm -rf conftest*
done
fi
-echo "$as_me:20953: result: $cf_cv_ipv6type" >&5
+echo "$as_me:20235: result: $cf_cv_ipv6type" >&5
echo "${ECHO_T}$cf_cv_ipv6type" >&6
cf_ipv6lib=none
cf_ipv6dir=none
-echo "$as_me:20959: checking for IPv6 library if required" >&5
+echo "$as_me:20241: 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)
@@ -20986,13 +20268,13 @@ case "$cf_cv_ipv6type" in
cf_ipv6dir=v6
;;
esac
-echo "$as_me:20989: result: $cf_ipv6lib" >&5
+echo "$as_me:20271: result: $cf_ipv6lib" >&5
echo "${ECHO_T}$cf_ipv6lib" >&6
if test "$cf_ipv6lib" != "none"; then
cat >"conftest.$ac_ext" <<_ACEOF
-#line 20995 "configure"
+#line 20277 "configure"
#include "confdefs.h"
#include <sys/types.h>
@@ -21008,16 +20290,16 @@ getaddrinfo(0, 0, 0, 0)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:21011: \"$ac_link\"") >&5
+if { (eval echo "$as_me:20293: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:21014: \$? = $ac_status" >&5
+ echo "$as_me:20296: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:21017: \"$ac_try\"") >&5
+ { (eval echo "$as_me:20299: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:21020: \$? = $ac_status" >&5
+ echo "$as_me:20302: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -21138,7 +20420,7 @@ if test -n "$cf_incdir" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 21141 "configure"
+#line 20423 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -21150,16 +20432,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:21153: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:20435: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:21156: \$? = $ac_status" >&5
+ echo "$as_me:20438: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:21159: \"$ac_try\"") >&5
+ { (eval echo "$as_me:20441: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:21162: \$? = $ac_status" >&5
+ echo "$as_me:20444: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -21176,7 +20458,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}:21179: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:20461: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -21204,13 +20486,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:21207: checking for getaddrinfo" >&5
+ echo "$as_me:20489: 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 21213 "configure"
+#line 20495 "configure"
#include "confdefs.h"
#define getaddrinfo autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -21241,16 +20523,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:21244: \"$ac_link\"") >&5
+if { (eval echo "$as_me:20526: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:21247: \$? = $ac_status" >&5
+ echo "$as_me:20529: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:21250: \"$ac_try\"") >&5
+ { (eval echo "$as_me:20532: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:21253: \$? = $ac_status" >&5
+ echo "$as_me:20535: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_func_getaddrinfo=yes
else
@@ -21260,18 +20542,18 @@ ac_cv_func_getaddrinfo=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:21263: result: $ac_cv_func_getaddrinfo" >&5
+echo "$as_me:20545: 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:21270: checking for getaddrinfo in -l$cf_ipv6lib" >&5
+ echo "$as_me:20552: 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 21274 "configure"
+#line 20556 "configure"
#include "confdefs.h"
#include <sys/types.h>
@@ -21287,25 +20569,25 @@ getaddrinfo(0, 0, 0, 0)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:21290: \"$ac_link\"") >&5
+if { (eval echo "$as_me:20572: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:21293: \$? = $ac_status" >&5
+ echo "$as_me:20575: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:21296: \"$ac_try\"") >&5
+ { (eval echo "$as_me:20578: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:21299: \$? = $ac_status" >&5
+ echo "$as_me:20581: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
- echo "$as_me:21301: result: yes" >&5
+ echo "$as_me:20583: 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:21308: result: no" >&5
+echo "$as_me:20590: result: no" >&5
echo "${ECHO_T}no" >&6
cf_search=
@@ -21373,11 +20655,11 @@ cf_search="$cf_library_path_list $cf_search"
for cf_libdir in $cf_search
do
- echo "$as_me:21376: checking for -l$cf_ipv6lib in $cf_libdir" >&5
+ echo "$as_me:20658: 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 21380 "configure"
+#line 20662 "configure"
#include "confdefs.h"
#include <sys/types.h>
@@ -21393,25 +20675,25 @@ getaddrinfo(0, 0, 0, 0)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:21396: \"$ac_link\"") >&5
+if { (eval echo "$as_me:20678: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:21399: \$? = $ac_status" >&5
+ echo "$as_me:20681: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:21402: \"$ac_try\"") >&5
+ { (eval echo "$as_me:20684: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:21405: \$? = $ac_status" >&5
+ echo "$as_me:20687: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
- echo "$as_me:21407: result: yes" >&5
+ echo "$as_me:20689: 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:21414: result: no" >&5
+echo "$as_me:20696: result: no" >&5
echo "${ECHO_T}no" >&6
LIBS="$cf_save_LIBS"
fi
@@ -21426,7 +20708,7 @@ fi
eval 'cf_found_library="$cf_cv_have_lib_'"$cf_ipv6lib"\"
if test "$cf_found_library" = no ; then
- { { echo "$as_me:21429: error: No $cf_ipv6lib library found, cannot continue. You must fetch lib$cf_ipv6lib.a
+ { { echo "$as_me:20711: 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;}
@@ -21434,7 +20716,7 @@ from an appropriate IPv6 kit and compile beforehand." >&2;}
fi
fi
-echo "$as_me:21437: checking working getaddrinfo" >&5
+echo "$as_me:20719: 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
@@ -21444,7 +20726,7 @@ if test "$cross_compiling" = yes; then
cf_cv_getaddrinfo=unknown
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 21447 "configure"
+#line 20729 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -21524,15 +20806,15 @@ int main(void)
_ACEOF
rm -f "conftest$ac_exeext"
-if { (eval echo "$as_me:21527: \"$ac_link\"") >&5
+if { (eval echo "$as_me:20809: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:21530: \$? = $ac_status" >&5
+ echo "$as_me:20812: \$? = $ac_status" >&5
(exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"'
- { (eval echo "$as_me:21532: \"$ac_try\"") >&5
+ { (eval echo "$as_me:20814: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:21535: \$? = $ac_status" >&5
+ echo "$as_me:20817: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_getaddrinfo=yes
else
@@ -21545,7 +20827,7 @@ rm -f core ./core.* ./*.core "conftest$ac_exeext" "conftest.$ac_objext" "conftes
fi
fi
-echo "$as_me:21548: result: $cf_cv_getaddrinfo" >&5
+echo "$as_me:20830: result: $cf_cv_getaddrinfo" >&5
echo "${ECHO_T}$cf_cv_getaddrinfo" >&6
if test "$cf_cv_getaddrinfo" = yes ; then
@@ -21561,12 +20843,12 @@ fi
if test "$cf_cv_getaddrinfo" != "yes"; then
if test "$cf_cv_ipv6type" != "linux"; then
- { echo "$as_me:21564: WARNING: You must get working getaddrinfo() function,
+ { echo "$as_me:20846: 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:21569: WARNING: The getaddrinfo() implementation on your system seems be buggy.
+ { echo "$as_me:20851: 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.
@@ -21577,7 +20859,7 @@ fi
fi
-echo "$as_me:21580: checking for screen type" >&5
+echo "$as_me:20862: 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
@@ -21591,7 +20873,7 @@ case "$withval" in
(curses|ncurses*|pdcurses|slang)
cf_cv_screen=$withval
;;
-(*) { { echo "$as_me:21594: error: Unexpected value $withval" >&5
+(*) { { echo "$as_me:20876: error: Unexpected value $withval" >&5
echo "$as_me: error: Unexpected value $withval" >&2;}
{ (exit 1); exit 1; }; }
;;
@@ -21600,13 +20882,13 @@ else
cf_cv_screen=curses
fi;
fi
-echo "$as_me:21603: result: $cf_cv_screen" >&5
+echo "$as_me:20885: result: $cf_cv_screen" >&5
echo "${ECHO_T}$cf_cv_screen" >&6
case "$cf_cv_screen" in
(curses|ncurses*)
-echo "$as_me:21609: checking for specific curses-directory" >&5
+echo "$as_me:20891: 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.
@@ -21616,7 +20898,7 @@ if test "${with_curses_dir+set}" = set; then
else
cf_cv_curses_dir=no
fi;
-echo "$as_me:21619: result: $cf_cv_curses_dir" >&5
+echo "$as_me:20901: 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"
@@ -21647,7 +20929,7 @@ case ".$withval" in
withval=`echo "$withval" | sed -e s%NONE%$cf_path_syntax%`
;;
(*)
- { { echo "$as_me:21650: error: expected a pathname, not \"$withval\"" >&5
+ { { echo "$as_me:20932: error: expected a pathname, not \"$withval\"" >&5
echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;}
{ (exit 1); exit 1; }; }
;;
@@ -21683,7 +20965,7 @@ if test -n "$cf_cv_curses_dir/include" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 21686 "configure"
+#line 20968 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -21695,16 +20977,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:21698: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:20980: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:21701: \$? = $ac_status" >&5
+ echo "$as_me:20983: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:21704: \"$ac_try\"") >&5
+ { (eval echo "$as_me:20986: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:21707: \$? = $ac_status" >&5
+ echo "$as_me:20989: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -21721,7 +21003,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}:21724: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:21006: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -21757,7 +21039,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}:21760: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:21042: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -21776,7 +21058,7 @@ dft_color_style=yes
case "$cf_cv_screen" in
(curses)
-echo "$as_me:21779: checking for extra include directories" >&5
+echo "$as_me:21061: 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
@@ -21802,7 +21084,7 @@ case "$host_os" in
esac
fi
-echo "$as_me:21805: result: $cf_cv_curses_incdir" >&5
+echo "$as_me:21087: result: $cf_cv_curses_incdir" >&5
echo "${ECHO_T}$cf_cv_curses_incdir" >&6
if test "$cf_cv_curses_incdir" != no
then
@@ -21812,7 +21094,7 @@ then
fi
-echo "$as_me:21815: checking if we have identified curses headers" >&5
+echo "$as_me:21097: 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
@@ -21824,7 +21106,7 @@ for cf_header in \
curses.h ncurses/ncurses.h ncurses/curses.h
do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 21827 "configure"
+#line 21109 "configure"
#include "confdefs.h"
#include <${cf_header}>
int
@@ -21836,16 +21118,16 @@ initscr(); endwin()
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:21839: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:21121: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:21842: \$? = $ac_status" >&5
+ echo "$as_me:21124: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:21845: \"$ac_try\"") >&5
+ { (eval echo "$as_me:21127: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:21848: \$? = $ac_status" >&5
+ echo "$as_me:21130: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_ncurses_header=$cf_header; break
else
@@ -21856,11 +21138,11 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
done
fi
-echo "$as_me:21859: result: $cf_cv_ncurses_header" >&5
+echo "$as_me:21141: 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:21863: error: No curses header-files found" >&5
+ { { echo "$as_me:21145: error: No curses header-files found" >&5
echo "$as_me: error: No curses header-files found" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -21870,23 +21152,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:21873: checking for $ac_header" >&5
+echo "$as_me:21155: 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 21879 "configure"
+#line 21161 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:21883: \"$ac_cpp "conftest.$ac_ext"\"") >&5
+if { (eval echo "$as_me:21165: \"$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:21889: \$? = $ac_status" >&5
+ echo "$as_me:21171: \$? = $ac_status" >&5
(exit "$ac_status"); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -21905,7 +21187,7 @@ else
fi
rm -f conftest.err "conftest.$ac_ext"
fi
-echo "$as_me:21908: result: `eval echo '${'"$as_ac_Header"'}'`" >&5
+echo "$as_me:21190: 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
@@ -21915,7 +21197,7 @@ EOF
fi
done
-echo "$as_me:21918: checking for terminfo header" >&5
+echo "$as_me:21200: 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
@@ -21933,7 +21215,7 @@ esac
for cf_test in $cf_term_header "ncurses/term.h" "ncursesw/term.h"
do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 21936 "configure"
+#line 21218 "configure"
#include "confdefs.h"
#include <stdio.h>
#include <${cf_cv_ncurses_header:-curses.h}>
@@ -21948,16 +21230,16 @@ int x = auto_left_margin; (void)x
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:21951: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:21233: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:21954: \$? = $ac_status" >&5
+ echo "$as_me:21236: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:21957: \"$ac_try\"") >&5
+ { (eval echo "$as_me:21239: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:21960: \$? = $ac_status" >&5
+ echo "$as_me:21242: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_term_header="$cf_test"
@@ -21973,7 +21255,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
done
fi
-echo "$as_me:21976: result: $cf_cv_term_header" >&5
+echo "$as_me:21258: result: $cf_cv_term_header" >&5
echo "${ECHO_T}$cf_cv_term_header" >&6
# Set definitions to allow ifdef'ing to accommodate subdirectories
@@ -22005,7 +21287,7 @@ EOF
;;
esac
-echo "$as_me:22008: checking for ncurses version" >&5
+echo "$as_me:21290: 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
@@ -22031,10 +21313,10 @@ Autoconf "old"
#endif
EOF
cf_try="$ac_cpp conftest.$ac_ext 2>&5 | grep '^Autoconf ' >conftest.out"
- { (eval echo "$as_me:22034: \"$cf_try\"") >&5
+ { (eval echo "$as_me:21316: \"$cf_try\"") >&5
(eval $cf_try) 2>&5
ac_status=$?
- echo "$as_me:22037: \$? = $ac_status" >&5
+ echo "$as_me:21319: \$? = $ac_status" >&5
(exit "$ac_status"); }
if test -f conftest.out ; then
cf_out=`sed -e 's%^Autoconf %%' -e 's%^[^"]*"%%' -e 's%".*%%' conftest.out`
@@ -22044,7 +21326,7 @@ EOF
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 22047 "configure"
+#line 21329 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -22071,15 +21353,15 @@ int main(void)
}
_ACEOF
rm -f "conftest$ac_exeext"
-if { (eval echo "$as_me:22074: \"$ac_link\"") >&5
+if { (eval echo "$as_me:21356: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:22077: \$? = $ac_status" >&5
+ echo "$as_me:21359: \$? = $ac_status" >&5
(exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"'
- { (eval echo "$as_me:22079: \"$ac_try\"") >&5
+ { (eval echo "$as_me:21361: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:22082: \$? = $ac_status" >&5
+ echo "$as_me:21364: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_ncurses_version=`cat $cf_tempfile`
@@ -22093,17 +21375,17 @@ fi
rm -f "$cf_tempfile"
fi
-echo "$as_me:22096: result: $cf_cv_ncurses_version" >&5
+echo "$as_me:21378: 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:22103: checking if we have identified curses libraries" >&5
+echo "$as_me:21385: 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 22106 "configure"
+#line 21388 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
int
@@ -22115,16 +21397,16 @@ initscr(); endwin()
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:22118: \"$ac_link\"") >&5
+if { (eval echo "$as_me:21400: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:22121: \$? = $ac_status" >&5
+ echo "$as_me:21403: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:22124: \"$ac_try\"") >&5
+ { (eval echo "$as_me:21406: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:22127: \$? = $ac_status" >&5
+ echo "$as_me:21409: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_result=yes
else
@@ -22133,13 +21415,13 @@ cat "conftest.$ac_ext" >&5
cf_result=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
-echo "$as_me:22136: result: $cf_result" >&5
+echo "$as_me:21418: result: $cf_result" >&5
echo "${ECHO_T}$cf_result" >&6
if test "$cf_result" = no ; then
case "$host_os" in
(freebsd*)
- echo "$as_me:22142: checking for tgoto in -lmytinfo" >&5
+ echo "$as_me:21424: 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
@@ -22147,7 +21429,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lmytinfo $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 22150 "configure"
+#line 21432 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -22166,16 +21448,16 @@ tgoto ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:22169: \"$ac_link\"") >&5
+if { (eval echo "$as_me:21451: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:22172: \$? = $ac_status" >&5
+ echo "$as_me:21454: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:22175: \"$ac_try\"") >&5
+ { (eval echo "$as_me:21457: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:22178: \$? = $ac_status" >&5
+ echo "$as_me:21460: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_mytinfo_tgoto=yes
else
@@ -22186,7 +21468,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:22189: result: $ac_cv_lib_mytinfo_tgoto" >&5
+echo "$as_me:21471: 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
@@ -22216,7 +21498,7 @@ fi
# term.h) for cur_colr
if test "x$cf_cv_screen" = "xcurses_colr"
then
- echo "$as_me:22219: checking for initscr in -lcur_colr" >&5
+ echo "$as_me:21501: 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
@@ -22224,7 +21506,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lcur_colr $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 22227 "configure"
+#line 21509 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -22243,16 +21525,16 @@ initscr ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:22246: \"$ac_link\"") >&5
+if { (eval echo "$as_me:21528: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:22249: \$? = $ac_status" >&5
+ echo "$as_me:21531: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:22252: \"$ac_try\"") >&5
+ { (eval echo "$as_me:21534: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:22255: \$? = $ac_status" >&5
+ echo "$as_me:21537: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_cur_colr_initscr=yes
else
@@ -22263,7 +21545,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:22266: result: $ac_cv_lib_cur_colr_initscr" >&5
+echo "$as_me:21548: 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
@@ -22287,7 +21569,7 @@ LIBS="$cf_add_libs"
else
- echo "$as_me:22290: checking for initscr in -lHcurses" >&5
+ echo "$as_me:21572: 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
@@ -22295,7 +21577,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lHcurses $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 22298 "configure"
+#line 21580 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -22314,16 +21596,16 @@ initscr ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:22317: \"$ac_link\"") >&5
+if { (eval echo "$as_me:21599: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:22320: \$? = $ac_status" >&5
+ echo "$as_me:21602: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:22323: \"$ac_try\"") >&5
+ { (eval echo "$as_me:21605: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:22326: \$? = $ac_status" >&5
+ echo "$as_me:21608: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_Hcurses_initscr=yes
else
@@ -22334,7 +21616,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:22337: result: $ac_cv_lib_Hcurses_initscr" >&5
+echo "$as_me:21619: 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
@@ -22392,7 +21674,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}:22395: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:21677: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -22421,7 +21703,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}:22424: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:21706: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -22452,7 +21734,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}:22455: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:21737: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -22487,7 +21769,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}:22490: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:21772: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -22531,13 +21813,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:22534: checking for tgoto" >&5
+ echo "$as_me:21816: 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 22540 "configure"
+#line 21822 "configure"
#include "confdefs.h"
#define tgoto autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -22568,16 +21850,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:22571: \"$ac_link\"") >&5
+if { (eval echo "$as_me:21853: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:22574: \$? = $ac_status" >&5
+ echo "$as_me:21856: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:22577: \"$ac_try\"") >&5
+ { (eval echo "$as_me:21859: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:22580: \$? = $ac_status" >&5
+ echo "$as_me:21862: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_func_tgoto=yes
else
@@ -22587,7 +21869,7 @@ ac_cv_func_tgoto=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:22590: result: $ac_cv_func_tgoto" >&5
+echo "$as_me:21872: 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
@@ -22596,7 +21878,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:22599: checking for tgoto in -l$cf_term_lib" >&5
+echo "$as_me:21881: 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
@@ -22604,7 +21886,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-l$cf_term_lib $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 22607 "configure"
+#line 21889 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -22623,16 +21905,16 @@ tgoto ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:22626: \"$ac_link\"") >&5
+if { (eval echo "$as_me:21908: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:22629: \$? = $ac_status" >&5
+ echo "$as_me:21911: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:22632: \"$ac_try\"") >&5
+ { (eval echo "$as_me:21914: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:22635: \$? = $ac_status" >&5
+ echo "$as_me:21917: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
eval "$as_ac_Lib=yes"
else
@@ -22643,7 +21925,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:22646: result: `eval echo '${'"$as_ac_Lib"'}'`" >&5
+echo "$as_me:21928: 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
@@ -22666,10 +21948,10 @@ fi
do
LIBS="-l$cf_curs_lib $cf_save_LIBS"
if test "$cf_term_lib" = unknown || test "$cf_term_lib" = "$cf_curs_lib" ; then
- echo "$as_me:22669: checking if we can link with $cf_curs_lib library" >&5
+ echo "$as_me:21951: 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 22672 "configure"
+#line 21954 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
int
@@ -22681,16 +21963,16 @@ initscr()
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:22684: \"$ac_link\"") >&5
+if { (eval echo "$as_me:21966: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:22687: \$? = $ac_status" >&5
+ echo "$as_me:21969: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:22690: \"$ac_try\"") >&5
+ { (eval echo "$as_me:21972: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:22693: \$? = $ac_status" >&5
+ echo "$as_me:21975: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_result=yes
else
@@ -22699,16 +21981,16 @@ cat "conftest.$ac_ext" >&5
cf_result=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
- echo "$as_me:22702: result: $cf_result" >&5
+ echo "$as_me:21984: result: $cf_result" >&5
echo "${ECHO_T}$cf_result" >&6
test "$cf_result" = yes && break
elif test "$cf_curs_lib" = "$cf_term_lib" ; then
cf_result=no
elif test "$cf_term_lib" != predefined ; then
- echo "$as_me:22708: checking if we need both $cf_curs_lib and $cf_term_lib libraries" >&5
+ echo "$as_me:21990: 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 22711 "configure"
+#line 21993 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
int
@@ -22720,16 +22002,16 @@ initscr(); endwin();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:22723: \"$ac_link\"") >&5
+if { (eval echo "$as_me:22005: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:22726: \$? = $ac_status" >&5
+ echo "$as_me:22008: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:22729: \"$ac_try\"") >&5
+ { (eval echo "$as_me:22011: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:22732: \$? = $ac_status" >&5
+ echo "$as_me:22014: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_result=no
else
@@ -22738,7 +22020,7 @@ cat "conftest.$ac_ext" >&5
LIBS="-l$cf_curs_lib -l$cf_term_lib $cf_save_LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 22741 "configure"
+#line 22023 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
int
@@ -22750,16 +22032,16 @@ initscr()
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:22753: \"$ac_link\"") >&5
+if { (eval echo "$as_me:22035: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:22756: \$? = $ac_status" >&5
+ echo "$as_me:22038: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:22759: \"$ac_try\"") >&5
+ { (eval echo "$as_me:22041: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:22762: \$? = $ac_status" >&5
+ echo "$as_me:22044: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_result=yes
else
@@ -22771,19 +22053,19 @@ rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
- echo "$as_me:22774: result: $cf_result" >&5
+ echo "$as_me:22056: result: $cf_result" >&5
echo "${ECHO_T}$cf_result" >&6
test "$cf_result" != error && break
fi
done
fi
- test "$cf_curs_lib" = unknown && { { echo "$as_me:22780: error: no curses library found" >&5
+ test "$cf_curs_lib" = unknown && { { echo "$as_me:22062: error: no curses library found" >&5
echo "$as_me: error: no curses library found" >&2;}
{ (exit 1); exit 1; }; }
fi
fi
-echo "$as_me:22786: checking for curses performance tradeoff" >&5
+echo "$as_me:22068: 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
@@ -22791,7 +22073,7 @@ else
cf_cv_curs_performance=no
cat >"conftest.$ac_ext" <<_ACEOF
-#line 22794 "configure"
+#line 22076 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
@@ -22810,20 +22092,20 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:22813: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:22095: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:22816: \$? = $ac_status" >&5
+ echo "$as_me:22098: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:22819: \"$ac_try\"") >&5
+ { (eval echo "$as_me:22101: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:22822: \$? = $ac_status" >&5
+ echo "$as_me:22104: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cat >"conftest.$ac_ext" <<_ACEOF
-#line 22826 "configure"
+#line 22108 "configure"
#include "confdefs.h"
#define CURS_PERFORMANCE
@@ -22843,16 +22125,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:22846: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:22128: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:22849: \$? = $ac_status" >&5
+ echo "$as_me:22131: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:22852: \"$ac_try\"") >&5
+ { (eval echo "$as_me:22134: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:22855: \$? = $ac_status" >&5
+ echo "$as_me:22137: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_curs_performance=yes
else
@@ -22867,21 +22149,21 @@ fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:22870: result: $cf_cv_curs_performance" >&5
+echo "$as_me:22152: 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:22877: checking for curses touchline function" >&5
+echo "$as_me:22159: 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 22884 "configure"
+#line 22166 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
@@ -22894,23 +22176,23 @@ touchline(stdscr, 1,2,3);
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:22897: \"$ac_link\"") >&5
+if { (eval echo "$as_me:22179: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:22900: \$? = $ac_status" >&5
+ echo "$as_me:22182: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:22903: \"$ac_try\"") >&5
+ { (eval echo "$as_me:22185: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:22906: \$? = $ac_status" >&5
+ echo "$as_me:22188: \$? = $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 22913 "configure"
+#line 22195 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
@@ -22923,16 +22205,16 @@ touchline(stdscr, 1,2);
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:22926: \"$ac_link\"") >&5
+if { (eval echo "$as_me:22208: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:22929: \$? = $ac_status" >&5
+ echo "$as_me:22211: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:22932: \"$ac_try\"") >&5
+ { (eval echo "$as_me:22214: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:22935: \$? = $ac_status" >&5
+ echo "$as_me:22217: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_curs_touchline=sysv
else
@@ -22944,7 +22226,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:22947: result: $cf_cv_curs_touchline" >&5
+echo "$as_me:22229: result: $cf_cv_curs_touchline" >&5
echo "${ECHO_T}$cf_cv_curs_touchline" >&6
case "$cf_cv_curs_touchline" in
(bsd)
@@ -22969,23 +22251,23 @@ esac
for ac_header in wchar.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:22972: checking for $ac_header" >&5
+echo "$as_me:22254: 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 22978 "configure"
+#line 22260 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:22982: \"$ac_cpp "conftest.$ac_ext"\"") >&5
+if { (eval echo "$as_me:22264: \"$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:22988: \$? = $ac_status" >&5
+ echo "$as_me:22270: \$? = $ac_status" >&5
(exit "$ac_status"); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -23004,7 +22286,7 @@ else
fi
rm -f conftest.err "conftest.$ac_ext"
fi
-echo "$as_me:23007: result: `eval echo '${'"$as_ac_Header"'}'`" >&5
+echo "$as_me:22289: 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
@@ -23014,7 +22296,7 @@ EOF
fi
done
-echo "$as_me:23017: checking for multibyte character support" >&5
+echo "$as_me:22299: 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
@@ -23022,7 +22304,7 @@ else
cf_save_LIBS="$LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 23025 "configure"
+#line 22307 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -23039,16 +22321,16 @@ putwc(0,0);
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:23042: \"$ac_link\"") >&5
+if { (eval echo "$as_me:22324: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:23045: \$? = $ac_status" >&5
+ echo "$as_me:22327: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:23048: \"$ac_try\"") >&5
+ { (eval echo "$as_me:22330: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:23051: \$? = $ac_status" >&5
+ echo "$as_me:22333: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_utf8_lib=yes
else
@@ -23060,12 +22342,12 @@ cat "conftest.$ac_ext" >&5
cf_cv_header_path_utf8=
cf_cv_library_path_utf8=
-echo "${as_me:-configure}:23063: testing Starting FIND_LINKAGE(utf8,) ..." 1>&5
+echo "${as_me:-configure}:22345: testing Starting FIND_LINKAGE(utf8,) ..." 1>&5
cf_save_LIBS="$LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 23068 "configure"
+#line 22350 "configure"
#include "confdefs.h"
#include <libutf8.h>
@@ -23078,16 +22360,16 @@ putwc(0,0);
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:23081: \"$ac_link\"") >&5
+if { (eval echo "$as_me:22363: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:23084: \$? = $ac_status" >&5
+ echo "$as_me:22366: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:23087: \"$ac_try\"") >&5
+ { (eval echo "$as_me:22369: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:23090: \$? = $ac_status" >&5
+ echo "$as_me:22372: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_find_linkage_utf8=yes
@@ -23101,7 +22383,7 @@ cat "conftest.$ac_ext" >&5
LIBS="-lutf8 $cf_save_LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 23104 "configure"
+#line 22386 "configure"
#include "confdefs.h"
#include <libutf8.h>
@@ -23114,16 +22396,16 @@ putwc(0,0);
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:23117: \"$ac_link\"") >&5
+if { (eval echo "$as_me:22399: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:23120: \$? = $ac_status" >&5
+ echo "$as_me:22402: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:23123: \"$ac_try\"") >&5
+ { (eval echo "$as_me:22405: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:23126: \$? = $ac_status" >&5
+ echo "$as_me:22408: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_find_linkage_utf8=yes
@@ -23140,9 +22422,9 @@ cat "conftest.$ac_ext" >&5
test -n "$verbose" && echo " find linkage for utf8 library" 1>&6
-echo "${as_me:-configure}:23143: testing find linkage for utf8 library ..." 1>&5
+echo "${as_me:-configure}:22425: testing find linkage for utf8 library ..." 1>&5
-echo "${as_me:-configure}:23145: testing Searching for headers in FIND_LINKAGE(utf8,) ..." 1>&5
+echo "${as_me:-configure}:22427: testing Searching for headers in FIND_LINKAGE(utf8,) ..." 1>&5
cf_save_CPPFLAGS="$CPPFLAGS"
cf_test_CPPFLAGS="$CPPFLAGS"
@@ -23233,7 +22515,7 @@ cf_search="$cf_search $cf_header_path_list"
if test -d "$cf_cv_header_path_utf8" ; then
test -n "$verbose" && echo " ... testing $cf_cv_header_path_utf8" 1>&6
-echo "${as_me:-configure}:23236: testing ... testing $cf_cv_header_path_utf8 ..." 1>&5
+echo "${as_me:-configure}:22518: testing ... testing $cf_cv_header_path_utf8 ..." 1>&5
CPPFLAGS="$cf_save_CPPFLAGS"
@@ -23241,7 +22523,7 @@ echo "${as_me:-configure}:23236: testing ... testing $cf_cv_header_path_utf8 ...
CPPFLAGS="${CPPFLAGS}-I$cf_cv_header_path_utf8"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 23244 "configure"
+#line 22526 "configure"
#include "confdefs.h"
#include <libutf8.h>
@@ -23254,21 +22536,21 @@ putwc(0,0);
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:23257: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:22539: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:23260: \$? = $ac_status" >&5
+ echo "$as_me:22542: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:23263: \"$ac_try\"") >&5
+ { (eval echo "$as_me:22545: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:23266: \$? = $ac_status" >&5
+ echo "$as_me:22548: \$? = $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}:23271: testing ... found utf8 headers in $cf_cv_header_path_utf8 ..." 1>&5
+echo "${as_me:-configure}:22553: testing ... found utf8 headers in $cf_cv_header_path_utf8 ..." 1>&5
cf_cv_find_linkage_utf8=maybe
cf_test_CPPFLAGS="$CPPFLAGS"
@@ -23286,7 +22568,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_cv_find_linkage_utf8" = maybe ; then
-echo "${as_me:-configure}:23289: testing Searching for utf8 library in FIND_LINKAGE(utf8,) ..." 1>&5
+echo "${as_me:-configure}:22571: testing Searching for utf8 library in FIND_LINKAGE(utf8,) ..." 1>&5
cf_save_LIBS="$LIBS"
cf_save_LDFLAGS="$LDFLAGS"
@@ -23361,13 +22643,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}:23364: testing ... testing $cf_cv_library_path_utf8 ..." 1>&5
+echo "${as_me:-configure}:22646: 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 23370 "configure"
+#line 22652 "configure"
#include "confdefs.h"
#include <libutf8.h>
@@ -23380,21 +22662,21 @@ putwc(0,0);
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:23383: \"$ac_link\"") >&5
+if { (eval echo "$as_me:22665: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:23386: \$? = $ac_status" >&5
+ echo "$as_me:22668: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:23389: \"$ac_try\"") >&5
+ { (eval echo "$as_me:22671: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:23392: \$? = $ac_status" >&5
+ echo "$as_me:22674: \$? = $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}:23397: testing ... found utf8 library in $cf_cv_library_path_utf8 ..." 1>&5
+echo "${as_me:-configure}:22679: testing ... found utf8 library in $cf_cv_library_path_utf8 ..." 1>&5
cf_cv_find_linkage_utf8=yes
cf_cv_library_file_utf8="-lutf8"
@@ -23436,7 +22718,7 @@ fi
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:23439: result: $cf_cv_utf8_lib" >&5
+echo "$as_me:22721: 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
@@ -23474,7 +22756,7 @@ if test -n "$cf_cv_header_path_utf8" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 23477 "configure"
+#line 22759 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -23486,16 +22768,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:23489: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:22771: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:23492: \$? = $ac_status" >&5
+ echo "$as_me:22774: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:23495: \"$ac_try\"") >&5
+ { (eval echo "$as_me:22777: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:23498: \$? = $ac_status" >&5
+ echo "$as_me:22780: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -23512,7 +22794,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}:23515: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:22797: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -23548,7 +22830,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}:23551: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:22833: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -23578,13 +22860,13 @@ cf_ncuconfig_root=$cf_cv_screen
cf_have_ncuconfig=no
if test "x${PKG_CONFIG:=none}" != xnone; then
- echo "$as_me:23581: checking pkg-config for $cf_ncuconfig_root" >&5
+ echo "$as_me:22863: 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:23584: result: yes" >&5
+ echo "$as_me:22866: result: yes" >&5
echo "${ECHO_T}yes" >&6
- echo "$as_me:23587: checking if the $cf_ncuconfig_root package files work" >&5
+ echo "$as_me:22869: 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
@@ -23717,7 +22999,7 @@ done
LIBS="$cf_add_libs"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 23720 "configure"
+#line 23002 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
int
@@ -23729,37 +23011,37 @@ initscr(); mousemask(0,0); tigetstr((char *)0);
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:23732: \"$ac_link\"") >&5
+if { (eval echo "$as_me:23014: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:23735: \$? = $ac_status" >&5
+ echo "$as_me:23017: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:23738: \"$ac_try\"") >&5
+ { (eval echo "$as_me:23020: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:23741: \$? = $ac_status" >&5
+ echo "$as_me:23023: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
if test "$cross_compiling" = yes; then
cf_test_ncuconfig=maybe
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 23747 "configure"
+#line 23029 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
int main(void)
{ const char *xx = curses_version(); return (xx == 0); }
_ACEOF
rm -f "conftest$ac_exeext"
-if { (eval echo "$as_me:23754: \"$ac_link\"") >&5
+if { (eval echo "$as_me:23036: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:23757: \$? = $ac_status" >&5
+ echo "$as_me:23039: \$? = $ac_status" >&5
(exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"'
- { (eval echo "$as_me:23759: \"$ac_try\"") >&5
+ { (eval echo "$as_me:23041: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:23762: \$? = $ac_status" >&5
+ echo "$as_me:23044: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_test_ncuconfig=yes
else
@@ -23933,7 +23215,7 @@ done
LIBS="$cf_add_libs"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 23936 "configure"
+#line 23218 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
int
@@ -23945,37 +23227,37 @@ initscr(); mousemask(0,0); tigetstr((char *)0);
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:23948: \"$ac_link\"") >&5
+if { (eval echo "$as_me:23230: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:23951: \$? = $ac_status" >&5
+ echo "$as_me:23233: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:23954: \"$ac_try\"") >&5
+ { (eval echo "$as_me:23236: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:23957: \$? = $ac_status" >&5
+ echo "$as_me:23239: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
if test "$cross_compiling" = yes; then
cf_have_ncuconfig=maybe
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 23963 "configure"
+#line 23245 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
int main(void)
{ const char *xx = curses_version(); return (xx == 0); }
_ACEOF
rm -f "conftest$ac_exeext"
-if { (eval echo "$as_me:23970: \"$ac_link\"") >&5
+if { (eval echo "$as_me:23252: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:23973: \$? = $ac_status" >&5
+ echo "$as_me:23255: \$? = $ac_status" >&5
(exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"'
- { (eval echo "$as_me:23975: \"$ac_try\"") >&5
+ { (eval echo "$as_me:23257: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:23978: \$? = $ac_status" >&5
+ echo "$as_me:23260: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_have_ncuconfig=yes
else
@@ -23992,7 +23274,7 @@ cat "conftest.$ac_ext" >&5
cf_have_ncuconfig=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
- echo "$as_me:23995: result: $cf_have_ncuconfig" >&5
+ echo "$as_me:23277: 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"
@@ -24008,7 +23290,7 @@ EOF
NCURSES_CONFIG_PKG=$cf_ncuconfig_root
-echo "$as_me:24011: checking for terminfo header" >&5
+echo "$as_me:23293: 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
@@ -24026,7 +23308,7 @@ esac
for cf_test in $cf_term_header "ncurses/term.h" "ncursesw/term.h"
do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 24029 "configure"
+#line 23311 "configure"
#include "confdefs.h"
#include <stdio.h>
#include <${cf_cv_ncurses_header:-curses.h}>
@@ -24041,16 +23323,16 @@ int x = auto_left_margin; (void)x
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:24044: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:23326: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:24047: \$? = $ac_status" >&5
+ echo "$as_me:23329: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:24050: \"$ac_try\"") >&5
+ { (eval echo "$as_me:23332: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:24053: \$? = $ac_status" >&5
+ echo "$as_me:23335: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_term_header="$cf_test"
@@ -24066,7 +23348,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
done
fi
-echo "$as_me:24069: result: $cf_cv_term_header" >&5
+echo "$as_me:23351: result: $cf_cv_term_header" >&5
echo "${ECHO_T}$cf_cv_term_header" >&6
# Set definitions to allow ifdef'ing to accommodate subdirectories
@@ -24101,7 +23383,7 @@ esac
fi
else
- echo "$as_me:24104: result: no" >&5
+ echo "$as_me:23386: result: no" >&5
echo "${ECHO_T}no" >&6
NCURSES_CONFIG_PKG=none
fi
@@ -24117,7 +23399,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:24120: checking for $ac_word" >&5
+echo "$as_me:23402: 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
@@ -24132,7 +23414,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:24135: found $ac_dir/$ac_word" >&5
+echo "$as_me:23417: found $ac_dir/$ac_word" >&5
break
done
@@ -24140,10 +23422,10 @@ fi
fi
NCURSES_CONFIG=$ac_cv_prog_NCURSES_CONFIG
if test -n "$NCURSES_CONFIG"; then
- echo "$as_me:24143: result: $NCURSES_CONFIG" >&5
+ echo "$as_me:23425: result: $NCURSES_CONFIG" >&5
echo "${ECHO_T}$NCURSES_CONFIG" >&6
else
- echo "$as_me:24146: result: no" >&5
+ echo "$as_me:23428: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -24156,7 +23438,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:24159: checking for $ac_word" >&5
+echo "$as_me:23441: 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
@@ -24171,7 +23453,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:24174: found $ac_dir/$ac_word" >&5
+echo "$as_me:23456: found $ac_dir/$ac_word" >&5
break
done
@@ -24179,10 +23461,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:24182: result: $ac_ct_NCURSES_CONFIG" >&5
+ echo "$as_me:23464: result: $ac_ct_NCURSES_CONFIG" >&5
echo "${ECHO_T}$ac_ct_NCURSES_CONFIG" >&6
else
- echo "$as_me:24185: result: no" >&5
+ echo "$as_me:23467: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -24339,7 +23621,7 @@ LIBS="$cf_add_libs"
# even with config script, some packages use no-override for curses.h
-echo "$as_me:24342: checking if we have identified curses headers" >&5
+echo "$as_me:23624: 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
@@ -24351,7 +23633,7 @@ for cf_header in \
curses.h $cf_cv_screen/curses.h
do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 24354 "configure"
+#line 23636 "configure"
#include "confdefs.h"
#include <${cf_header}>
int
@@ -24363,16 +23645,16 @@ initscr(); endwin()
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:24366: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:23648: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:24369: \$? = $ac_status" >&5
+ echo "$as_me:23651: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:24372: \"$ac_try\"") >&5
+ { (eval echo "$as_me:23654: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:24375: \$? = $ac_status" >&5
+ echo "$as_me:23657: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_ncurses_header=$cf_header; break
else
@@ -24383,11 +23665,11 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
done
fi
-echo "$as_me:24386: result: $cf_cv_ncurses_header" >&5
+echo "$as_me:23668: 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:24390: error: No curses header-files found" >&5
+ { { echo "$as_me:23672: error: No curses header-files found" >&5
echo "$as_me: error: No curses header-files found" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -24397,23 +23679,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:24400: checking for $ac_header" >&5
+echo "$as_me:23682: 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 24406 "configure"
+#line 23688 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:24410: \"$ac_cpp "conftest.$ac_ext"\"") >&5
+if { (eval echo "$as_me:23692: \"$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:24416: \$? = $ac_status" >&5
+ echo "$as_me:23698: \$? = $ac_status" >&5
(exit "$ac_status"); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -24432,7 +23714,7 @@ else
fi
rm -f conftest.err "conftest.$ac_ext"
fi
-echo "$as_me:24435: result: `eval echo '${'"$as_ac_Header"'}'`" >&5
+echo "$as_me:23717: 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
@@ -24488,7 +23770,7 @@ if test -n "$cf_cv_curses_dir/include/$cf_ncuhdr_root" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 24491 "configure"
+#line 23773 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -24500,16 +23782,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:24503: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:23785: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:24506: \$? = $ac_status" >&5
+ echo "$as_me:23788: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:24509: \"$ac_try\"") >&5
+ { (eval echo "$as_me:23791: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:24512: \$? = $ac_status" >&5
+ echo "$as_me:23794: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -24526,7 +23808,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}:24529: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:23811: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -24545,7 +23827,7 @@ fi
}
-echo "$as_me:24548: checking for $cf_ncuhdr_root header in include-path" >&5
+echo "$as_me:23830: 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
@@ -24557,7 +23839,7 @@ else
do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 24560 "configure"
+#line 23842 "configure"
#include "confdefs.h"
#include <$cf_header>
@@ -24581,16 +23863,16 @@ printf("old\\n");
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:24584: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:23866: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:24587: \$? = $ac_status" >&5
+ echo "$as_me:23869: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:24590: \"$ac_try\"") >&5
+ { (eval echo "$as_me:23872: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:24593: \$? = $ac_status" >&5
+ echo "$as_me:23875: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_ncurses_h=$cf_header
@@ -24605,14 +23887,14 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
done
fi
-echo "$as_me:24608: result: $cf_cv_ncurses_h" >&5
+echo "$as_me:23890: 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:24615: checking for $cf_ncuhdr_root include-path" >&5
+echo "$as_me:23897: 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
@@ -24733,7 +24015,7 @@ if test -n "$cf_incdir" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 24736 "configure"
+#line 24018 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -24745,16 +24027,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:24748: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:24030: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:24751: \$? = $ac_status" >&5
+ echo "$as_me:24033: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:24754: \"$ac_try\"") >&5
+ { (eval echo "$as_me:24036: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:24757: \$? = $ac_status" >&5
+ echo "$as_me:24039: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -24771,7 +24053,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}:24774: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:24056: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -24794,7 +24076,7 @@ fi
do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 24797 "configure"
+#line 24079 "configure"
#include "confdefs.h"
#include <$cf_header>
@@ -24818,16 +24100,16 @@ printf("old\\n");
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:24821: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:24103: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:24824: \$? = $ac_status" >&5
+ echo "$as_me:24106: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:24827: \"$ac_try\"") >&5
+ { (eval echo "$as_me:24109: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:24830: \$? = $ac_status" >&5
+ echo "$as_me:24112: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_ncurses_h2=$cf_header
@@ -24848,12 +24130,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:24851: error: not found" >&5
+ test "$cf_cv_ncurses_h2" = no && { { echo "$as_me:24133: error: not found" >&5
echo "$as_me: error: not found" >&2;}
{ (exit 1); exit 1; }; }
fi
-echo "$as_me:24856: result: $cf_cv_ncurses_h2" >&5
+echo "$as_me:24138: 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%/[^/]*$%%'`
@@ -24889,7 +24171,7 @@ if test -n "$cf_1st_incdir" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 24892 "configure"
+#line 24174 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -24901,16 +24183,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:24904: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:24186: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:24907: \$? = $ac_status" >&5
+ echo "$as_me:24189: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:24910: \"$ac_try\"") >&5
+ { (eval echo "$as_me:24192: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:24913: \$? = $ac_status" >&5
+ echo "$as_me:24195: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -24927,7 +24209,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}:24930: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:24212: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -24975,7 +24257,7 @@ EOF
;;
esac
-echo "$as_me:24978: checking for terminfo header" >&5
+echo "$as_me:24260: 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
@@ -24993,7 +24275,7 @@ esac
for cf_test in $cf_term_header "ncurses/term.h" "ncursesw/term.h"
do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 24996 "configure"
+#line 24278 "configure"
#include "confdefs.h"
#include <stdio.h>
#include <${cf_cv_ncurses_header:-curses.h}>
@@ -25008,16 +24290,16 @@ int x = auto_left_margin; (void)x
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:25011: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:24293: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:25014: \$? = $ac_status" >&5
+ echo "$as_me:24296: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:25017: \"$ac_try\"") >&5
+ { (eval echo "$as_me:24299: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:25020: \$? = $ac_status" >&5
+ echo "$as_me:24302: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_term_header="$cf_test"
@@ -25033,7 +24315,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
done
fi
-echo "$as_me:25036: result: $cf_cv_term_header" >&5
+echo "$as_me:24318: result: $cf_cv_term_header" >&5
echo "${ECHO_T}$cf_cv_term_header" >&6
# Set definitions to allow ifdef'ing to accommodate subdirectories
@@ -25071,7 +24353,7 @@ cat >>confdefs.h <<\EOF
#define NCURSES 1
EOF
-echo "$as_me:25074: checking for ncurses version" >&5
+echo "$as_me:24356: 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
@@ -25097,10 +24379,10 @@ Autoconf "old"
#endif
EOF
cf_try="$ac_cpp conftest.$ac_ext 2>&5 | grep '^Autoconf ' >conftest.out"
- { (eval echo "$as_me:25100: \"$cf_try\"") >&5
+ { (eval echo "$as_me:24382: \"$cf_try\"") >&5
(eval $cf_try) 2>&5
ac_status=$?
- echo "$as_me:25103: \$? = $ac_status" >&5
+ echo "$as_me:24385: \$? = $ac_status" >&5
(exit "$ac_status"); }
if test -f conftest.out ; then
cf_out=`sed -e 's%^Autoconf %%' -e 's%^[^"]*"%%' -e 's%".*%%' conftest.out`
@@ -25110,7 +24392,7 @@ EOF
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 25113 "configure"
+#line 24395 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -25137,15 +24419,15 @@ int main(void)
}
_ACEOF
rm -f "conftest$ac_exeext"
-if { (eval echo "$as_me:25140: \"$ac_link\"") >&5
+if { (eval echo "$as_me:24422: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:25143: \$? = $ac_status" >&5
+ echo "$as_me:24425: \$? = $ac_status" >&5
(exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"'
- { (eval echo "$as_me:25145: \"$ac_try\"") >&5
+ { (eval echo "$as_me:24427: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:25148: \$? = $ac_status" >&5
+ echo "$as_me:24430: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_ncurses_version=`cat $cf_tempfile`
@@ -25159,7 +24441,7 @@ fi
rm -f "$cf_tempfile"
fi
-echo "$as_me:25162: result: $cf_cv_ncurses_version" >&5
+echo "$as_me:24444: result: $cf_cv_ncurses_version" >&5
echo "${ECHO_T}$cf_cv_ncurses_version" >&6
test "$cf_cv_ncurses_version" = no ||
cat >>confdefs.h <<\EOF
@@ -25172,7 +24454,7 @@ cf_nculib_root=$cf_cv_screen
# to link gpm.
cf_ncurses_LIBS=""
cf_ncurses_SAVE="$LIBS"
-echo "$as_me:25175: checking for Gpm_Open in -lgpm" >&5
+echo "$as_me:24457: 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
@@ -25180,7 +24462,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lgpm $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 25183 "configure"
+#line 24465 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -25199,16 +24481,16 @@ Gpm_Open ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:25202: \"$ac_link\"") >&5
+if { (eval echo "$as_me:24484: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:25205: \$? = $ac_status" >&5
+ echo "$as_me:24487: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:25208: \"$ac_try\"") >&5
+ { (eval echo "$as_me:24490: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:25211: \$? = $ac_status" >&5
+ echo "$as_me:24493: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_gpm_Gpm_Open=yes
else
@@ -25219,10 +24501,10 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:25222: result: $ac_cv_lib_gpm_Gpm_Open" >&5
+echo "$as_me:24504: 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:25225: checking for initscr in -lgpm" >&5
+ echo "$as_me:24507: 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
@@ -25230,7 +24512,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lgpm $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 25233 "configure"
+#line 24515 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -25249,16 +24531,16 @@ initscr ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:25252: \"$ac_link\"") >&5
+if { (eval echo "$as_me:24534: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:25255: \$? = $ac_status" >&5
+ echo "$as_me:24537: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:25258: \"$ac_try\"") >&5
+ { (eval echo "$as_me:24540: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:25261: \$? = $ac_status" >&5
+ echo "$as_me:24543: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_gpm_initscr=yes
else
@@ -25269,7 +24551,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:25272: result: $ac_cv_lib_gpm_initscr" >&5
+echo "$as_me:24554: 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"
@@ -25284,7 +24566,7 @@ case "$host_os" in
# This is only necessary if you are linking against an obsolete
# version of ncurses (but it should do no harm, since it is static).
if test "$cf_nculib_root" = ncurses ; then
- echo "$as_me:25287: checking for tgoto in -lmytinfo" >&5
+ echo "$as_me:24569: 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
@@ -25292,7 +24574,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lmytinfo $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 25295 "configure"
+#line 24577 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -25311,16 +24593,16 @@ tgoto ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:25314: \"$ac_link\"") >&5
+if { (eval echo "$as_me:24596: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:25317: \$? = $ac_status" >&5
+ echo "$as_me:24599: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:25320: \"$ac_try\"") >&5
+ { (eval echo "$as_me:24602: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:25323: \$? = $ac_status" >&5
+ echo "$as_me:24605: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_mytinfo_tgoto=yes
else
@@ -25331,7 +24613,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:25334: result: $ac_cv_lib_mytinfo_tgoto" >&5
+echo "$as_me:24616: 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"
@@ -25380,13 +24662,13 @@ else
eval 'cf_cv_have_lib_'"$cf_nculib_root"'=no'
cf_libdir=""
- echo "$as_me:25383: checking for initscr" >&5
+ echo "$as_me:24665: 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 25389 "configure"
+#line 24671 "configure"
#include "confdefs.h"
#define initscr autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -25417,16 +24699,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:25420: \"$ac_link\"") >&5
+if { (eval echo "$as_me:24702: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:25423: \$? = $ac_status" >&5
+ echo "$as_me:24705: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:25426: \"$ac_try\"") >&5
+ { (eval echo "$as_me:24708: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:25429: \$? = $ac_status" >&5
+ echo "$as_me:24711: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_func_initscr=yes
else
@@ -25436,18 +24718,18 @@ ac_cv_func_initscr=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:25439: result: $ac_cv_func_initscr" >&5
+echo "$as_me:24721: 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:25446: checking for initscr in -l$cf_nculib_root" >&5
+ echo "$as_me:24728: 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 25450 "configure"
+#line 24732 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
int
@@ -25459,25 +24741,25 @@ initscr()
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:25462: \"$ac_link\"") >&5
+if { (eval echo "$as_me:24744: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:25465: \$? = $ac_status" >&5
+ echo "$as_me:24747: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:25468: \"$ac_try\"") >&5
+ { (eval echo "$as_me:24750: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:25471: \$? = $ac_status" >&5
+ echo "$as_me:24753: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
- echo "$as_me:25473: result: yes" >&5
+ echo "$as_me:24755: 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:25480: result: no" >&5
+echo "$as_me:24762: result: no" >&5
echo "${ECHO_T}no" >&6
cf_search=
@@ -25545,11 +24827,11 @@ cf_search="$cf_library_path_list $cf_search"
for cf_libdir in $cf_search
do
- echo "$as_me:25548: checking for -l$cf_nculib_root in $cf_libdir" >&5
+ echo "$as_me:24830: 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 25552 "configure"
+#line 24834 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
int
@@ -25561,25 +24843,25 @@ initscr()
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:25564: \"$ac_link\"") >&5
+if { (eval echo "$as_me:24846: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:25567: \$? = $ac_status" >&5
+ echo "$as_me:24849: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:25570: \"$ac_try\"") >&5
+ { (eval echo "$as_me:24852: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:25573: \$? = $ac_status" >&5
+ echo "$as_me:24855: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
- echo "$as_me:25575: result: yes" >&5
+ echo "$as_me:24857: 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:25582: result: no" >&5
+echo "$as_me:24864: result: no" >&5
echo "${ECHO_T}no" >&6
LIBS="$cf_save_LIBS"
fi
@@ -25594,7 +24876,7 @@ fi
eval 'cf_found_library="$cf_cv_have_lib_'"$cf_nculib_root"\"
if test "$cf_found_library" = no ; then
- { { echo "$as_me:25597: error: Cannot link $cf_nculib_root library" >&5
+ { { echo "$as_me:24879: error: Cannot link $cf_nculib_root library" >&5
echo "$as_me: error: Cannot link $cf_nculib_root library" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -25602,7 +24884,7 @@ fi
fi
if test -n "$cf_ncurses_LIBS" ; then
- echo "$as_me:25605: checking if we can link $cf_nculib_root without $cf_ncurses_LIBS" >&5
+ echo "$as_me:24887: 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
@@ -25612,7 +24894,7 @@ echo $ECHO_N "checking if we can link $cf_nculib_root without $cf_ncurses_LIBS..
fi
done
cat >"conftest.$ac_ext" <<_ACEOF
-#line 25615 "configure"
+#line 24897 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
int
@@ -25624,23 +24906,23 @@ initscr(); mousemask(0,0); tigetstr((char *)0);
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:25627: \"$ac_link\"") >&5
+if { (eval echo "$as_me:24909: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:25630: \$? = $ac_status" >&5
+ echo "$as_me:24912: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:25633: \"$ac_try\"") >&5
+ { (eval echo "$as_me:24915: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:25636: \$? = $ac_status" >&5
+ echo "$as_me:24918: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
- echo "$as_me:25638: result: yes" >&5
+ echo "$as_me:24920: result: yes" >&5
echo "${ECHO_T}yes" >&6
else
echo "$as_me: failed program was:" >&5
cat "conftest.$ac_ext" >&5
-echo "$as_me:25643: result: no" >&5
+echo "$as_me:24925: result: no" >&5
echo "${ECHO_T}no" >&6
LIBS="$cf_ncurses_SAVE"
fi
@@ -25666,13 +24948,13 @@ cf_ncuconfig_root=$cf_cv_screen
cf_have_ncuconfig=no
if test "x${PKG_CONFIG:=none}" != xnone; then
- echo "$as_me:25669: checking pkg-config for $cf_ncuconfig_root" >&5
+ echo "$as_me:24951: 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:25672: result: yes" >&5
+ echo "$as_me:24954: result: yes" >&5
echo "${ECHO_T}yes" >&6
- echo "$as_me:25675: checking if the $cf_ncuconfig_root package files work" >&5
+ echo "$as_me:24957: 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
@@ -25805,7 +25087,7 @@ done
LIBS="$cf_add_libs"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 25808 "configure"
+#line 25090 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
int
@@ -25817,37 +25099,37 @@ initscr(); mousemask(0,0); tigetstr((char *)0);
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:25820: \"$ac_link\"") >&5
+if { (eval echo "$as_me:25102: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:25823: \$? = $ac_status" >&5
+ echo "$as_me:25105: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:25826: \"$ac_try\"") >&5
+ { (eval echo "$as_me:25108: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:25829: \$? = $ac_status" >&5
+ echo "$as_me:25111: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
if test "$cross_compiling" = yes; then
cf_test_ncuconfig=maybe
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 25835 "configure"
+#line 25117 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
int main(void)
{ const char *xx = curses_version(); return (xx == 0); }
_ACEOF
rm -f "conftest$ac_exeext"
-if { (eval echo "$as_me:25842: \"$ac_link\"") >&5
+if { (eval echo "$as_me:25124: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:25845: \$? = $ac_status" >&5
+ echo "$as_me:25127: \$? = $ac_status" >&5
(exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"'
- { (eval echo "$as_me:25847: \"$ac_try\"") >&5
+ { (eval echo "$as_me:25129: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:25850: \$? = $ac_status" >&5
+ echo "$as_me:25132: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_test_ncuconfig=yes
else
@@ -26021,7 +25303,7 @@ done
LIBS="$cf_add_libs"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 26024 "configure"
+#line 25306 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
int
@@ -26033,37 +25315,37 @@ initscr(); mousemask(0,0); tigetstr((char *)0);
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:26036: \"$ac_link\"") >&5
+if { (eval echo "$as_me:25318: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:26039: \$? = $ac_status" >&5
+ echo "$as_me:25321: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:26042: \"$ac_try\"") >&5
+ { (eval echo "$as_me:25324: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:26045: \$? = $ac_status" >&5
+ echo "$as_me:25327: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
if test "$cross_compiling" = yes; then
cf_have_ncuconfig=maybe
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 26051 "configure"
+#line 25333 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
int main(void)
{ const char *xx = curses_version(); return (xx == 0); }
_ACEOF
rm -f "conftest$ac_exeext"
-if { (eval echo "$as_me:26058: \"$ac_link\"") >&5
+if { (eval echo "$as_me:25340: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:26061: \$? = $ac_status" >&5
+ echo "$as_me:25343: \$? = $ac_status" >&5
(exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"'
- { (eval echo "$as_me:26063: \"$ac_try\"") >&5
+ { (eval echo "$as_me:25345: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:26066: \$? = $ac_status" >&5
+ echo "$as_me:25348: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_have_ncuconfig=yes
else
@@ -26080,7 +25362,7 @@ cat "conftest.$ac_ext" >&5
cf_have_ncuconfig=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
- echo "$as_me:26083: result: $cf_have_ncuconfig" >&5
+ echo "$as_me:25365: 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"
@@ -26096,7 +25378,7 @@ EOF
NCURSES_CONFIG_PKG=$cf_ncuconfig_root
-echo "$as_me:26099: checking for terminfo header" >&5
+echo "$as_me:25381: 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
@@ -26114,7 +25396,7 @@ esac
for cf_test in $cf_term_header "ncurses/term.h" "ncursesw/term.h"
do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 26117 "configure"
+#line 25399 "configure"
#include "confdefs.h"
#include <stdio.h>
#include <${cf_cv_ncurses_header:-curses.h}>
@@ -26129,16 +25411,16 @@ int x = auto_left_margin; (void)x
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:26132: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:25414: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:26135: \$? = $ac_status" >&5
+ echo "$as_me:25417: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:26138: \"$ac_try\"") >&5
+ { (eval echo "$as_me:25420: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:26141: \$? = $ac_status" >&5
+ echo "$as_me:25423: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_term_header="$cf_test"
@@ -26154,7 +25436,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
done
fi
-echo "$as_me:26157: result: $cf_cv_term_header" >&5
+echo "$as_me:25439: result: $cf_cv_term_header" >&5
echo "${ECHO_T}$cf_cv_term_header" >&6
# Set definitions to allow ifdef'ing to accommodate subdirectories
@@ -26189,7 +25471,7 @@ esac
fi
else
- echo "$as_me:26192: result: no" >&5
+ echo "$as_me:25474: result: no" >&5
echo "${ECHO_T}no" >&6
NCURSES_CONFIG_PKG=none
fi
@@ -26205,7 +25487,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:26208: checking for $ac_word" >&5
+echo "$as_me:25490: 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
@@ -26220,7 +25502,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:26223: found $ac_dir/$ac_word" >&5
+echo "$as_me:25505: found $ac_dir/$ac_word" >&5
break
done
@@ -26228,10 +25510,10 @@ fi
fi
NCURSES_CONFIG=$ac_cv_prog_NCURSES_CONFIG
if test -n "$NCURSES_CONFIG"; then
- echo "$as_me:26231: result: $NCURSES_CONFIG" >&5
+ echo "$as_me:25513: result: $NCURSES_CONFIG" >&5
echo "${ECHO_T}$NCURSES_CONFIG" >&6
else
- echo "$as_me:26234: result: no" >&5
+ echo "$as_me:25516: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -26244,7 +25526,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:26247: checking for $ac_word" >&5
+echo "$as_me:25529: 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
@@ -26259,7 +25541,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:26262: found $ac_dir/$ac_word" >&5
+echo "$as_me:25544: found $ac_dir/$ac_word" >&5
break
done
@@ -26267,10 +25549,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:26270: result: $ac_ct_NCURSES_CONFIG" >&5
+ echo "$as_me:25552: result: $ac_ct_NCURSES_CONFIG" >&5
echo "${ECHO_T}$ac_ct_NCURSES_CONFIG" >&6
else
- echo "$as_me:26273: result: no" >&5
+ echo "$as_me:25555: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -26427,7 +25709,7 @@ LIBS="$cf_add_libs"
# even with config script, some packages use no-override for curses.h
-echo "$as_me:26430: checking if we have identified curses headers" >&5
+echo "$as_me:25712: 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
@@ -26439,7 +25721,7 @@ for cf_header in \
curses.h $cf_cv_screen/curses.h
do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 26442 "configure"
+#line 25724 "configure"
#include "confdefs.h"
#include <${cf_header}>
int
@@ -26451,16 +25733,16 @@ initscr(); endwin()
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:26454: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:25736: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:26457: \$? = $ac_status" >&5
+ echo "$as_me:25739: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:26460: \"$ac_try\"") >&5
+ { (eval echo "$as_me:25742: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:26463: \$? = $ac_status" >&5
+ echo "$as_me:25745: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_ncurses_header=$cf_header; break
else
@@ -26471,11 +25753,11 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
done
fi
-echo "$as_me:26474: result: $cf_cv_ncurses_header" >&5
+echo "$as_me:25756: 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:26478: error: No curses header-files found" >&5
+ { { echo "$as_me:25760: error: No curses header-files found" >&5
echo "$as_me: error: No curses header-files found" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -26485,23 +25767,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:26488: checking for $ac_header" >&5
+echo "$as_me:25770: 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 26494 "configure"
+#line 25776 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:26498: \"$ac_cpp "conftest.$ac_ext"\"") >&5
+if { (eval echo "$as_me:25780: \"$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:26504: \$? = $ac_status" >&5
+ echo "$as_me:25786: \$? = $ac_status" >&5
(exit "$ac_status"); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -26520,7 +25802,7 @@ else
fi
rm -f conftest.err "conftest.$ac_ext"
fi
-echo "$as_me:26523: result: `eval echo '${'"$as_ac_Header"'}'`" >&5
+echo "$as_me:25805: 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
@@ -26576,7 +25858,7 @@ if test -n "$cf_cv_curses_dir/include/$cf_ncuhdr_root" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 26579 "configure"
+#line 25861 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -26588,16 +25870,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:26591: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:25873: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:26594: \$? = $ac_status" >&5
+ echo "$as_me:25876: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:26597: \"$ac_try\"") >&5
+ { (eval echo "$as_me:25879: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:26600: \$? = $ac_status" >&5
+ echo "$as_me:25882: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -26614,7 +25896,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}:26617: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:25899: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -26633,7 +25915,7 @@ fi
}
-echo "$as_me:26636: checking for $cf_ncuhdr_root header in include-path" >&5
+echo "$as_me:25918: 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
@@ -26645,7 +25927,7 @@ else
do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 26648 "configure"
+#line 25930 "configure"
#include "confdefs.h"
#include <$cf_header>
@@ -26669,16 +25951,16 @@ printf("old\\n");
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:26672: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:25954: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:26675: \$? = $ac_status" >&5
+ echo "$as_me:25957: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:26678: \"$ac_try\"") >&5
+ { (eval echo "$as_me:25960: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:26681: \$? = $ac_status" >&5
+ echo "$as_me:25963: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_ncurses_h=$cf_header
@@ -26693,14 +25975,14 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
done
fi
-echo "$as_me:26696: result: $cf_cv_ncurses_h" >&5
+echo "$as_me:25978: 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:26703: checking for $cf_ncuhdr_root include-path" >&5
+echo "$as_me:25985: 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
@@ -26821,7 +26103,7 @@ if test -n "$cf_incdir" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 26824 "configure"
+#line 26106 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -26833,16 +26115,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:26836: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:26118: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:26839: \$? = $ac_status" >&5
+ echo "$as_me:26121: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:26842: \"$ac_try\"") >&5
+ { (eval echo "$as_me:26124: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:26845: \$? = $ac_status" >&5
+ echo "$as_me:26127: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -26859,7 +26141,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}:26862: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:26144: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -26882,7 +26164,7 @@ fi
do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 26885 "configure"
+#line 26167 "configure"
#include "confdefs.h"
#include <$cf_header>
@@ -26906,16 +26188,16 @@ printf("old\\n");
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:26909: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:26191: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:26912: \$? = $ac_status" >&5
+ echo "$as_me:26194: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:26915: \"$ac_try\"") >&5
+ { (eval echo "$as_me:26197: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:26918: \$? = $ac_status" >&5
+ echo "$as_me:26200: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_ncurses_h2=$cf_header
@@ -26936,12 +26218,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:26939: error: not found" >&5
+ test "$cf_cv_ncurses_h2" = no && { { echo "$as_me:26221: error: not found" >&5
echo "$as_me: error: not found" >&2;}
{ (exit 1); exit 1; }; }
fi
-echo "$as_me:26944: result: $cf_cv_ncurses_h2" >&5
+echo "$as_me:26226: 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%/[^/]*$%%'`
@@ -26977,7 +26259,7 @@ if test -n "$cf_1st_incdir" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 26980 "configure"
+#line 26262 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -26989,16 +26271,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:26992: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:26274: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:26995: \$? = $ac_status" >&5
+ echo "$as_me:26277: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:26998: \"$ac_try\"") >&5
+ { (eval echo "$as_me:26280: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:27001: \$? = $ac_status" >&5
+ echo "$as_me:26283: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -27015,7 +26297,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}:27018: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:26300: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -27063,7 +26345,7 @@ EOF
;;
esac
-echo "$as_me:27066: checking for terminfo header" >&5
+echo "$as_me:26348: 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
@@ -27081,7 +26363,7 @@ esac
for cf_test in $cf_term_header "ncurses/term.h" "ncursesw/term.h"
do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 27084 "configure"
+#line 26366 "configure"
#include "confdefs.h"
#include <stdio.h>
#include <${cf_cv_ncurses_header:-curses.h}>
@@ -27096,16 +26378,16 @@ int x = auto_left_margin; (void)x
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:27099: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:26381: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:27102: \$? = $ac_status" >&5
+ echo "$as_me:26384: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:27105: \"$ac_try\"") >&5
+ { (eval echo "$as_me:26387: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:27108: \$? = $ac_status" >&5
+ echo "$as_me:26390: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_term_header="$cf_test"
@@ -27121,7 +26403,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
done
fi
-echo "$as_me:27124: result: $cf_cv_term_header" >&5
+echo "$as_me:26406: result: $cf_cv_term_header" >&5
echo "${ECHO_T}$cf_cv_term_header" >&6
# Set definitions to allow ifdef'ing to accommodate subdirectories
@@ -27159,7 +26441,7 @@ cat >>confdefs.h <<\EOF
#define NCURSES 1
EOF
-echo "$as_me:27162: checking for ncurses version" >&5
+echo "$as_me:26444: 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
@@ -27185,10 +26467,10 @@ Autoconf "old"
#endif
EOF
cf_try="$ac_cpp conftest.$ac_ext 2>&5 | grep '^Autoconf ' >conftest.out"
- { (eval echo "$as_me:27188: \"$cf_try\"") >&5
+ { (eval echo "$as_me:26470: \"$cf_try\"") >&5
(eval $cf_try) 2>&5
ac_status=$?
- echo "$as_me:27191: \$? = $ac_status" >&5
+ echo "$as_me:26473: \$? = $ac_status" >&5
(exit "$ac_status"); }
if test -f conftest.out ; then
cf_out=`sed -e 's%^Autoconf %%' -e 's%^[^"]*"%%' -e 's%".*%%' conftest.out`
@@ -27198,7 +26480,7 @@ EOF
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 27201 "configure"
+#line 26483 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -27225,15 +26507,15 @@ int main(void)
}
_ACEOF
rm -f "conftest$ac_exeext"
-if { (eval echo "$as_me:27228: \"$ac_link\"") >&5
+if { (eval echo "$as_me:26510: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:27231: \$? = $ac_status" >&5
+ echo "$as_me:26513: \$? = $ac_status" >&5
(exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"'
- { (eval echo "$as_me:27233: \"$ac_try\"") >&5
+ { (eval echo "$as_me:26515: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:27236: \$? = $ac_status" >&5
+ echo "$as_me:26518: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_ncurses_version=`cat $cf_tempfile`
@@ -27247,7 +26529,7 @@ fi
rm -f "$cf_tempfile"
fi
-echo "$as_me:27250: result: $cf_cv_ncurses_version" >&5
+echo "$as_me:26532: result: $cf_cv_ncurses_version" >&5
echo "${ECHO_T}$cf_cv_ncurses_version" >&6
test "$cf_cv_ncurses_version" = no ||
cat >>confdefs.h <<\EOF
@@ -27260,7 +26542,7 @@ cf_nculib_root=$cf_cv_screen
# to link gpm.
cf_ncurses_LIBS=""
cf_ncurses_SAVE="$LIBS"
-echo "$as_me:27263: checking for Gpm_Open in -lgpm" >&5
+echo "$as_me:26545: 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
@@ -27268,7 +26550,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lgpm $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 27271 "configure"
+#line 26553 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -27287,16 +26569,16 @@ Gpm_Open ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:27290: \"$ac_link\"") >&5
+if { (eval echo "$as_me:26572: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:27293: \$? = $ac_status" >&5
+ echo "$as_me:26575: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:27296: \"$ac_try\"") >&5
+ { (eval echo "$as_me:26578: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:27299: \$? = $ac_status" >&5
+ echo "$as_me:26581: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_gpm_Gpm_Open=yes
else
@@ -27307,10 +26589,10 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:27310: result: $ac_cv_lib_gpm_Gpm_Open" >&5
+echo "$as_me:26592: 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:27313: checking for initscr in -lgpm" >&5
+ echo "$as_me:26595: 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
@@ -27318,7 +26600,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lgpm $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 27321 "configure"
+#line 26603 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -27337,16 +26619,16 @@ initscr ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:27340: \"$ac_link\"") >&5
+if { (eval echo "$as_me:26622: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:27343: \$? = $ac_status" >&5
+ echo "$as_me:26625: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:27346: \"$ac_try\"") >&5
+ { (eval echo "$as_me:26628: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:27349: \$? = $ac_status" >&5
+ echo "$as_me:26631: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_gpm_initscr=yes
else
@@ -27357,7 +26639,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:27360: result: $ac_cv_lib_gpm_initscr" >&5
+echo "$as_me:26642: 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"
@@ -27372,7 +26654,7 @@ case "$host_os" in
# This is only necessary if you are linking against an obsolete
# version of ncurses (but it should do no harm, since it is static).
if test "$cf_nculib_root" = ncurses ; then
- echo "$as_me:27375: checking for tgoto in -lmytinfo" >&5
+ echo "$as_me:26657: 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
@@ -27380,7 +26662,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lmytinfo $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 27383 "configure"
+#line 26665 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -27399,16 +26681,16 @@ tgoto ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:27402: \"$ac_link\"") >&5
+if { (eval echo "$as_me:26684: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:27405: \$? = $ac_status" >&5
+ echo "$as_me:26687: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:27408: \"$ac_try\"") >&5
+ { (eval echo "$as_me:26690: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:27411: \$? = $ac_status" >&5
+ echo "$as_me:26693: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_mytinfo_tgoto=yes
else
@@ -27419,7 +26701,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:27422: result: $ac_cv_lib_mytinfo_tgoto" >&5
+echo "$as_me:26704: 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"
@@ -27468,13 +26750,13 @@ else
eval 'cf_cv_have_lib_'"$cf_nculib_root"'=no'
cf_libdir=""
- echo "$as_me:27471: checking for initscr" >&5
+ echo "$as_me:26753: 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 27477 "configure"
+#line 26759 "configure"
#include "confdefs.h"
#define initscr autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -27505,16 +26787,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:27508: \"$ac_link\"") >&5
+if { (eval echo "$as_me:26790: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:27511: \$? = $ac_status" >&5
+ echo "$as_me:26793: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:27514: \"$ac_try\"") >&5
+ { (eval echo "$as_me:26796: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:27517: \$? = $ac_status" >&5
+ echo "$as_me:26799: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_func_initscr=yes
else
@@ -27524,18 +26806,18 @@ ac_cv_func_initscr=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:27527: result: $ac_cv_func_initscr" >&5
+echo "$as_me:26809: 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:27534: checking for initscr in -l$cf_nculib_root" >&5
+ echo "$as_me:26816: 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 27538 "configure"
+#line 26820 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
int
@@ -27547,25 +26829,25 @@ initscr()
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:27550: \"$ac_link\"") >&5
+if { (eval echo "$as_me:26832: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:27553: \$? = $ac_status" >&5
+ echo "$as_me:26835: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:27556: \"$ac_try\"") >&5
+ { (eval echo "$as_me:26838: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:27559: \$? = $ac_status" >&5
+ echo "$as_me:26841: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
- echo "$as_me:27561: result: yes" >&5
+ echo "$as_me:26843: 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:27568: result: no" >&5
+echo "$as_me:26850: result: no" >&5
echo "${ECHO_T}no" >&6
cf_search=
@@ -27633,11 +26915,11 @@ cf_search="$cf_library_path_list $cf_search"
for cf_libdir in $cf_search
do
- echo "$as_me:27636: checking for -l$cf_nculib_root in $cf_libdir" >&5
+ echo "$as_me:26918: 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 27640 "configure"
+#line 26922 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
int
@@ -27649,25 +26931,25 @@ initscr()
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:27652: \"$ac_link\"") >&5
+if { (eval echo "$as_me:26934: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:27655: \$? = $ac_status" >&5
+ echo "$as_me:26937: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:27658: \"$ac_try\"") >&5
+ { (eval echo "$as_me:26940: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:27661: \$? = $ac_status" >&5
+ echo "$as_me:26943: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
- echo "$as_me:27663: result: yes" >&5
+ echo "$as_me:26945: 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:27670: result: no" >&5
+echo "$as_me:26952: result: no" >&5
echo "${ECHO_T}no" >&6
LIBS="$cf_save_LIBS"
fi
@@ -27682,7 +26964,7 @@ fi
eval 'cf_found_library="$cf_cv_have_lib_'"$cf_nculib_root"\"
if test "$cf_found_library" = no ; then
- { { echo "$as_me:27685: error: Cannot link $cf_nculib_root library" >&5
+ { { echo "$as_me:26967: error: Cannot link $cf_nculib_root library" >&5
echo "$as_me: error: Cannot link $cf_nculib_root library" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -27690,7 +26972,7 @@ fi
fi
if test -n "$cf_ncurses_LIBS" ; then
- echo "$as_me:27693: checking if we can link $cf_nculib_root without $cf_ncurses_LIBS" >&5
+ echo "$as_me:26975: 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
@@ -27700,7 +26982,7 @@ echo $ECHO_N "checking if we can link $cf_nculib_root without $cf_ncurses_LIBS..
fi
done
cat >"conftest.$ac_ext" <<_ACEOF
-#line 27703 "configure"
+#line 26985 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
int
@@ -27712,23 +26994,23 @@ initscr(); mousemask(0,0); tigetstr((char *)0);
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:27715: \"$ac_link\"") >&5
+if { (eval echo "$as_me:26997: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:27718: \$? = $ac_status" >&5
+ echo "$as_me:27000: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:27721: \"$ac_try\"") >&5
+ { (eval echo "$as_me:27003: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:27724: \$? = $ac_status" >&5
+ echo "$as_me:27006: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
- echo "$as_me:27726: result: yes" >&5
+ echo "$as_me:27008: result: yes" >&5
echo "${ECHO_T}yes" >&6
else
echo "$as_me: failed program was:" >&5
cat "conftest.$ac_ext" >&5
-echo "$as_me:27731: result: no" >&5
+echo "$as_me:27013: result: no" >&5
echo "${ECHO_T}no" >&6
LIBS="$cf_ncurses_SAVE"
fi
@@ -27760,7 +27042,7 @@ fi
;;
(slang)
-echo "$as_me:27763: checking for slang header file" >&5
+echo "$as_me:27045: 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
@@ -27768,7 +27050,7 @@ else
cf_cv_slang_header=no
cat >"conftest.$ac_ext" <<_ACEOF
-#line 27771 "configure"
+#line 27053 "configure"
#include "confdefs.h"
#include <slang.h>
int
@@ -27780,16 +27062,16 @@ printf("%s\\n", SLANG_VERSION_STRING)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:27783: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:27065: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:27786: \$? = $ac_status" >&5
+ echo "$as_me:27068: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:27789: \"$ac_try\"") >&5
+ { (eval echo "$as_me:27071: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:27792: \$? = $ac_status" >&5
+ echo "$as_me:27074: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_slang_header=predefined
else
@@ -27894,7 +27176,7 @@ cf_search="$cf_search $cf_header_path_list"
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:27897: result: $cf_cv_slang_header" >&5
+echo "$as_me:27179: result: $cf_cv_slang_header" >&5
echo "${ECHO_T}$cf_cv_slang_header" >&6
if test "x$cf_cv_slang_header" != xno
@@ -27938,7 +27220,7 @@ if test -n "$cf_incdir" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 27941 "configure"
+#line 27223 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -27950,16 +27232,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:27953: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:27235: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:27956: \$? = $ac_status" >&5
+ echo "$as_me:27238: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:27959: \"$ac_try\"") >&5
+ { (eval echo "$as_me:27241: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:27962: \$? = $ac_status" >&5
+ echo "$as_me:27244: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -27976,7 +27258,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}:27979: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:27261: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -28008,7 +27290,7 @@ else
cf_cv_termlib=none
cat >"conftest.$ac_ext" <<_ACEOF
-#line 28011 "configure"
+#line 27293 "configure"
#include "confdefs.h"
extern char *tgoto(const char*,int,int);
int
@@ -28020,19 +27302,19 @@ char *x=tgoto("",0,0); (void)x;
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:28023: \"$ac_link\"") >&5
+if { (eval echo "$as_me:27305: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:28026: \$? = $ac_status" >&5
+ echo "$as_me:27308: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:28029: \"$ac_try\"") >&5
+ { (eval echo "$as_me:27311: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:28032: \$? = $ac_status" >&5
+ echo "$as_me:27314: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cat >"conftest.$ac_ext" <<_ACEOF
-#line 28035 "configure"
+#line 27317 "configure"
#include "confdefs.h"
extern char *tigetstr(const char *);
int
@@ -28044,16 +27326,16 @@ char *x=tigetstr(""); (void)x;
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:28047: \"$ac_link\"") >&5
+if { (eval echo "$as_me:27329: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:28050: \$? = $ac_status" >&5
+ echo "$as_me:27332: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:28053: \"$ac_try\"") >&5
+ { (eval echo "$as_me:27335: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:28056: \$? = $ac_status" >&5
+ echo "$as_me:27338: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_termlib=terminfo
else
@@ -28064,7 +27346,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}:28067: testing using functions in predefined $cf_cv_termlib LIBS ..." 1>&5
+echo "${as_me:-configure}:27349: testing using functions in predefined $cf_cv_termlib LIBS ..." 1>&5
else
echo "$as_me: failed program was:" >&5
@@ -28079,10 +27361,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:28082: checking for $cf_func in -l$cf_lib" >&5
+ echo "$as_me:27364: 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 28085 "configure"
+#line 27367 "configure"
#include "confdefs.h"
extern char *$cf_func(const char *);
int
@@ -28094,16 +27376,16 @@ char *x = $cf_func(""); (void)x
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:28097: \"$ac_link\"") >&5
+if { (eval echo "$as_me:27379: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:28100: \$? = $ac_status" >&5
+ echo "$as_me:27382: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:28103: \"$ac_try\"") >&5
+ { (eval echo "$as_me:27385: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:28106: \$? = $ac_status" >&5
+ echo "$as_me:27388: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_result=yes
else
@@ -28112,7 +27394,7 @@ cat "conftest.$ac_ext" >&5
cf_result=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
- echo "$as_me:28115: result: $cf_result" >&5
+ echo "$as_me:27397: result: $cf_result" >&5
echo "${ECHO_T}$cf_result" >&6
if test "$cf_result" = yes ; then
if test "$cf_func" = tigetstr ; then
@@ -28129,7 +27411,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:28132: checking for initscr in -lcurses" >&5
+ echo "$as_me:27414: 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
@@ -28137,7 +27419,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lcurses $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 28140 "configure"
+#line 27422 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -28156,16 +27438,16 @@ initscr ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:28159: \"$ac_link\"") >&5
+if { (eval echo "$as_me:27441: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:28162: \$? = $ac_status" >&5
+ echo "$as_me:27444: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:28165: \"$ac_try\"") >&5
+ { (eval echo "$as_me:27447: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:28168: \$? = $ac_status" >&5
+ echo "$as_me:27450: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_curses_initscr=yes
else
@@ -28176,7 +27458,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:28179: result: $ac_cv_lib_curses_initscr" >&5
+echo "$as_me:27461: 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
@@ -28198,7 +27480,7 @@ LIBS="$cf_add_libs"
fi
- echo "$as_me:28201: checking for tgoto in -ltermcap" >&5
+ echo "$as_me:27483: 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
@@ -28206,7 +27488,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ltermcap $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 28209 "configure"
+#line 27491 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -28225,16 +27507,16 @@ tgoto ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:28228: \"$ac_link\"") >&5
+if { (eval echo "$as_me:27510: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:28231: \$? = $ac_status" >&5
+ echo "$as_me:27513: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:28234: \"$ac_try\"") >&5
+ { (eval echo "$as_me:27516: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:28237: \$? = $ac_status" >&5
+ echo "$as_me:27519: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_termcap_tgoto=yes
else
@@ -28245,7 +27527,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:28248: result: $ac_cv_lib_termcap_tgoto" >&5
+echo "$as_me:27530: 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
@@ -28272,20 +27554,20 @@ fi
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
if test "$cf_cv_termlib" = none; then
- { echo "$as_me:28275: WARNING: Cannot find -ltermlib, -lcurses, or -ltermcap" >&5
+ { echo "$as_me:27557: 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:28282: checking for acos" >&5
+echo "$as_me:27564: 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 28288 "configure"
+#line 27570 "configure"
#include "confdefs.h"
#define acos autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -28316,16 +27598,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:28319: \"$ac_link\"") >&5
+if { (eval echo "$as_me:27601: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:28322: \$? = $ac_status" >&5
+ echo "$as_me:27604: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:28325: \"$ac_try\"") >&5
+ { (eval echo "$as_me:27607: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:28328: \$? = $ac_status" >&5
+ echo "$as_me:27610: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_func_acos=yes
else
@@ -28335,13 +27617,13 @@ ac_cv_func_acos=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:28338: result: $ac_cv_func_acos" >&5
+echo "$as_me:27620: 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:28344: checking for acos in -lm" >&5
+echo "$as_me:27626: 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
@@ -28349,7 +27631,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lm $LIBS $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 28352 "configure"
+#line 27634 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -28368,16 +27650,16 @@ acos ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:28371: \"$ac_link\"") >&5
+if { (eval echo "$as_me:27653: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:28374: \$? = $ac_status" >&5
+ echo "$as_me:27656: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:28377: \"$ac_try\"") >&5
+ { (eval echo "$as_me:27659: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:28380: \$? = $ac_status" >&5
+ echo "$as_me:27662: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_m_acos=yes
else
@@ -28388,7 +27670,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:28391: result: $ac_cv_lib_m_acos" >&5
+echo "$as_me:27673: 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
@@ -28414,13 +27696,13 @@ case "$host_os" in
eval 'cf_cv_have_lib_'"video"'=no'
cf_libdir=""
- echo "$as_me:28417: checking for v_init" >&5
+ echo "$as_me:27699: 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 28423 "configure"
+#line 27705 "configure"
#include "confdefs.h"
#define v_init autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -28451,16 +27733,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:28454: \"$ac_link\"") >&5
+if { (eval echo "$as_me:27736: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:28457: \$? = $ac_status" >&5
+ echo "$as_me:27739: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:28460: \"$ac_try\"") >&5
+ { (eval echo "$as_me:27742: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:28463: \$? = $ac_status" >&5
+ echo "$as_me:27745: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_func_v_init=yes
else
@@ -28470,18 +27752,18 @@ ac_cv_func_v_init=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:28473: result: $ac_cv_func_v_init" >&5
+echo "$as_me:27755: 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:28480: checking for v_init in -lvideo" >&5
+ echo "$as_me:27762: 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 28484 "configure"
+#line 27766 "configure"
#include "confdefs.h"
#include <sys/video.h>
int
@@ -28493,25 +27775,25 @@ v_init()
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:28496: \"$ac_link\"") >&5
+if { (eval echo "$as_me:27778: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:28499: \$? = $ac_status" >&5
+ echo "$as_me:27781: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:28502: \"$ac_try\"") >&5
+ { (eval echo "$as_me:27784: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:28505: \$? = $ac_status" >&5
+ echo "$as_me:27787: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
- echo "$as_me:28507: result: yes" >&5
+ echo "$as_me:27789: 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:28514: result: no" >&5
+echo "$as_me:27796: result: no" >&5
echo "${ECHO_T}no" >&6
cf_search=
@@ -28579,11 +27861,11 @@ cf_search="$cf_library_path_list $cf_search"
for cf_libdir in $cf_search
do
- echo "$as_me:28582: checking for -lvideo in $cf_libdir" >&5
+ echo "$as_me:27864: 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 28586 "configure"
+#line 27868 "configure"
#include "confdefs.h"
#include <sys/video.h>
int
@@ -28595,25 +27877,25 @@ v_init()
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:28598: \"$ac_link\"") >&5
+if { (eval echo "$as_me:27880: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:28601: \$? = $ac_status" >&5
+ echo "$as_me:27883: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:28604: \"$ac_try\"") >&5
+ { (eval echo "$as_me:27886: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:28607: \$? = $ac_status" >&5
+ echo "$as_me:27889: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
- echo "$as_me:28609: result: yes" >&5
+ echo "$as_me:27891: 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:28616: result: no" >&5
+echo "$as_me:27898: result: no" >&5
echo "${ECHO_T}no" >&6
LIBS="$cf_save_LIBS"
fi
@@ -28628,7 +27910,7 @@ fi
eval 'cf_found_library="$cf_cv_have_lib_'"video"\"
if test "$cf_found_library" = no ; then
- { { echo "$as_me:28631: error: Cannot link video library" >&5
+ { { echo "$as_me:27913: error: Cannot link video library" >&5
echo "$as_me: error: Cannot link video library" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -28638,13 +27920,13 @@ esac
eval 'cf_cv_have_lib_'"slang"'=no'
cf_libdir=""
- echo "$as_me:28641: checking for SLtt_get_screen_size" >&5
+ echo "$as_me:27923: 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 28647 "configure"
+#line 27929 "configure"
#include "confdefs.h"
#define SLtt_get_screen_size autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -28675,16 +27957,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:28678: \"$ac_link\"") >&5
+if { (eval echo "$as_me:27960: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:28681: \$? = $ac_status" >&5
+ echo "$as_me:27963: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:28684: \"$ac_try\"") >&5
+ { (eval echo "$as_me:27966: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:28687: \$? = $ac_status" >&5
+ echo "$as_me:27969: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_func_SLtt_get_screen_size=yes
else
@@ -28694,18 +27976,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:28697: result: $ac_cv_func_SLtt_get_screen_size" >&5
+echo "$as_me:27979: 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:28704: checking for SLtt_get_screen_size in -lslang" >&5
+ echo "$as_me:27986: 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 28708 "configure"
+#line 27990 "configure"
#include "confdefs.h"
#include <slang.h>
int
@@ -28717,25 +27999,25 @@ SLtt_get_screen_size()
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:28720: \"$ac_link\"") >&5
+if { (eval echo "$as_me:28002: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:28723: \$? = $ac_status" >&5
+ echo "$as_me:28005: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:28726: \"$ac_try\"") >&5
+ { (eval echo "$as_me:28008: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:28729: \$? = $ac_status" >&5
+ echo "$as_me:28011: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
- echo "$as_me:28731: result: yes" >&5
+ echo "$as_me:28013: 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:28738: result: no" >&5
+echo "$as_me:28020: result: no" >&5
echo "${ECHO_T}no" >&6
cf_search=
@@ -28803,11 +28085,11 @@ cf_search="$cf_library_path_list $cf_search"
for cf_libdir in $cf_search
do
- echo "$as_me:28806: checking for -lslang in $cf_libdir" >&5
+ echo "$as_me:28088: 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 28810 "configure"
+#line 28092 "configure"
#include "confdefs.h"
#include <slang.h>
int
@@ -28819,25 +28101,25 @@ SLtt_get_screen_size()
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:28822: \"$ac_link\"") >&5
+if { (eval echo "$as_me:28104: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:28825: \$? = $ac_status" >&5
+ echo "$as_me:28107: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:28828: \"$ac_try\"") >&5
+ { (eval echo "$as_me:28110: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:28831: \$? = $ac_status" >&5
+ echo "$as_me:28113: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
- echo "$as_me:28833: result: yes" >&5
+ echo "$as_me:28115: 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:28840: result: no" >&5
+echo "$as_me:28122: result: no" >&5
echo "${ECHO_T}no" >&6
LIBS="$cf_save_LIBS"
fi
@@ -28852,13 +28134,13 @@ fi
eval 'cf_found_library="$cf_cv_have_lib_'"slang"\"
if test "$cf_found_library" = no ; then
- { { echo "$as_me:28855: error: Cannot link slang library" >&5
+ { { echo "$as_me:28137: 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:28861: checking if we can link slang without termcap" >&5
+echo "$as_me:28143: 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%^.%%'`
@@ -28867,7 +28149,7 @@ else
fi
LIBS=`echo ".$cf_slang_LIBS3" | sed -e "s%$cf_exclude%%" -e 's%^.%%'`
cat >"conftest.$ac_ext" <<_ACEOF
-#line 28870 "configure"
+#line 28152 "configure"
#include "confdefs.h"
#include <slang.h>
int
@@ -28879,16 +28161,16 @@ SLtt_get_screen_size()
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:28882: \"$ac_link\"") >&5
+if { (eval echo "$as_me:28164: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:28885: \$? = $ac_status" >&5
+ echo "$as_me:28167: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:28888: \"$ac_try\"") >&5
+ { (eval echo "$as_me:28170: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:28891: \$? = $ac_status" >&5
+ echo "$as_me:28173: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_result=yes
else
@@ -28897,13 +28179,13 @@ cat "conftest.$ac_ext" >&5
cf_result=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
-echo "$as_me:28900: result: $cf_result" >&5
+echo "$as_me:28182: result: $cf_result" >&5
echo "${ECHO_T}$cf_result" >&6
test "$cf_result" = no && LIBS="$cf_slang_LIBS3"
else
-echo "$as_me:28906: checking for slang2 header file" >&5
+echo "$as_me:28188: 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
@@ -28911,7 +28193,7 @@ else
cf_cv_slang2_header=no
cat >"conftest.$ac_ext" <<_ACEOF
-#line 28914 "configure"
+#line 28196 "configure"
#include "confdefs.h"
#include <slang.h>
int
@@ -28923,16 +28205,16 @@ printf("%s\\n", SLANG_VERSION_STRING)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:28926: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:28208: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:28929: \$? = $ac_status" >&5
+ echo "$as_me:28211: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:28932: \"$ac_try\"") >&5
+ { (eval echo "$as_me:28214: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:28935: \$? = $ac_status" >&5
+ echo "$as_me:28217: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_slang2_header=predefined
else
@@ -29037,7 +28319,7 @@ cf_search="$cf_search $cf_header_path_list"
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:29040: result: $cf_cv_slang2_header" >&5
+echo "$as_me:28322: result: $cf_cv_slang2_header" >&5
echo "${ECHO_T}$cf_cv_slang2_header" >&6
if test "x$cf_cv_slang2_header" != xno
@@ -29081,7 +28363,7 @@ if test -n "$cf_incdir" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 29084 "configure"
+#line 28366 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -29093,16 +28375,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:29096: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:28378: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:29099: \$? = $ac_status" >&5
+ echo "$as_me:28381: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:29102: \"$ac_try\"") >&5
+ { (eval echo "$as_me:28384: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:29105: \$? = $ac_status" >&5
+ echo "$as_me:28387: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -29119,7 +28401,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}:29122: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:28404: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -29151,7 +28433,7 @@ else
cf_cv_termlib=none
cat >"conftest.$ac_ext" <<_ACEOF
-#line 29154 "configure"
+#line 28436 "configure"
#include "confdefs.h"
extern char *tgoto(const char*,int,int);
int
@@ -29163,19 +28445,19 @@ char *x=tgoto("",0,0); (void)x;
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:29166: \"$ac_link\"") >&5
+if { (eval echo "$as_me:28448: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:29169: \$? = $ac_status" >&5
+ echo "$as_me:28451: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:29172: \"$ac_try\"") >&5
+ { (eval echo "$as_me:28454: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:29175: \$? = $ac_status" >&5
+ echo "$as_me:28457: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cat >"conftest.$ac_ext" <<_ACEOF
-#line 29178 "configure"
+#line 28460 "configure"
#include "confdefs.h"
extern char *tigetstr(const char *);
int
@@ -29187,16 +28469,16 @@ char *x=tigetstr(""); (void)x;
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:29190: \"$ac_link\"") >&5
+if { (eval echo "$as_me:28472: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:29193: \$? = $ac_status" >&5
+ echo "$as_me:28475: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:29196: \"$ac_try\"") >&5
+ { (eval echo "$as_me:28478: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:29199: \$? = $ac_status" >&5
+ echo "$as_me:28481: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_termlib=terminfo
else
@@ -29207,7 +28489,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}:29210: testing using functions in predefined $cf_cv_termlib LIBS ..." 1>&5
+echo "${as_me:-configure}:28492: testing using functions in predefined $cf_cv_termlib LIBS ..." 1>&5
else
echo "$as_me: failed program was:" >&5
@@ -29222,10 +28504,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:29225: checking for $cf_func in -l$cf_lib" >&5
+ echo "$as_me:28507: 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 29228 "configure"
+#line 28510 "configure"
#include "confdefs.h"
extern char *$cf_func(const char *);
int
@@ -29237,16 +28519,16 @@ char *x = $cf_func(""); (void)x
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:29240: \"$ac_link\"") >&5
+if { (eval echo "$as_me:28522: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:29243: \$? = $ac_status" >&5
+ echo "$as_me:28525: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:29246: \"$ac_try\"") >&5
+ { (eval echo "$as_me:28528: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:29249: \$? = $ac_status" >&5
+ echo "$as_me:28531: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_result=yes
else
@@ -29255,7 +28537,7 @@ cat "conftest.$ac_ext" >&5
cf_result=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
- echo "$as_me:29258: result: $cf_result" >&5
+ echo "$as_me:28540: result: $cf_result" >&5
echo "${ECHO_T}$cf_result" >&6
if test "$cf_result" = yes ; then
if test "$cf_func" = tigetstr ; then
@@ -29272,7 +28554,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:29275: checking for initscr in -lcurses" >&5
+ echo "$as_me:28557: 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
@@ -29280,7 +28562,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lcurses $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 29283 "configure"
+#line 28565 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -29299,16 +28581,16 @@ initscr ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:29302: \"$ac_link\"") >&5
+if { (eval echo "$as_me:28584: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:29305: \$? = $ac_status" >&5
+ echo "$as_me:28587: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:29308: \"$ac_try\"") >&5
+ { (eval echo "$as_me:28590: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:29311: \$? = $ac_status" >&5
+ echo "$as_me:28593: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_curses_initscr=yes
else
@@ -29319,7 +28601,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:29322: result: $ac_cv_lib_curses_initscr" >&5
+echo "$as_me:28604: 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
@@ -29341,7 +28623,7 @@ LIBS="$cf_add_libs"
fi
- echo "$as_me:29344: checking for tgoto in -ltermcap" >&5
+ echo "$as_me:28626: 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
@@ -29349,7 +28631,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ltermcap $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 29352 "configure"
+#line 28634 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -29368,16 +28650,16 @@ tgoto ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:29371: \"$ac_link\"") >&5
+if { (eval echo "$as_me:28653: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:29374: \$? = $ac_status" >&5
+ echo "$as_me:28656: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:29377: \"$ac_try\"") >&5
+ { (eval echo "$as_me:28659: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:29380: \$? = $ac_status" >&5
+ echo "$as_me:28662: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_termcap_tgoto=yes
else
@@ -29388,7 +28670,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:29391: result: $ac_cv_lib_termcap_tgoto" >&5
+echo "$as_me:28673: 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
@@ -29415,20 +28697,20 @@ fi
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
if test "$cf_cv_termlib" = none; then
- { echo "$as_me:29418: WARNING: Cannot find -ltermlib, -lcurses, or -ltermcap" >&5
+ { echo "$as_me:28700: 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:29425: checking for acos" >&5
+echo "$as_me:28707: 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 29431 "configure"
+#line 28713 "configure"
#include "confdefs.h"
#define acos autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -29459,16 +28741,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:29462: \"$ac_link\"") >&5
+if { (eval echo "$as_me:28744: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:29465: \$? = $ac_status" >&5
+ echo "$as_me:28747: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:29468: \"$ac_try\"") >&5
+ { (eval echo "$as_me:28750: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:29471: \$? = $ac_status" >&5
+ echo "$as_me:28753: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_func_acos=yes
else
@@ -29478,13 +28760,13 @@ ac_cv_func_acos=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:29481: result: $ac_cv_func_acos" >&5
+echo "$as_me:28763: 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:29487: checking for acos in -lm" >&5
+echo "$as_me:28769: 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
@@ -29492,7 +28774,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lm $LIBS $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 29495 "configure"
+#line 28777 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -29511,16 +28793,16 @@ acos ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:29514: \"$ac_link\"") >&5
+if { (eval echo "$as_me:28796: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:29517: \$? = $ac_status" >&5
+ echo "$as_me:28799: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:29520: \"$ac_try\"") >&5
+ { (eval echo "$as_me:28802: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:29523: \$? = $ac_status" >&5
+ echo "$as_me:28805: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_m_acos=yes
else
@@ -29531,7 +28813,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:29534: result: $ac_cv_lib_m_acos" >&5
+echo "$as_me:28816: 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
@@ -29557,13 +28839,13 @@ case "$host_os" in
eval 'cf_cv_have_lib_'"video"'=no'
cf_libdir=""
- echo "$as_me:29560: checking for v_init" >&5
+ echo "$as_me:28842: 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 29566 "configure"
+#line 28848 "configure"
#include "confdefs.h"
#define v_init autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -29594,16 +28876,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:29597: \"$ac_link\"") >&5
+if { (eval echo "$as_me:28879: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:29600: \$? = $ac_status" >&5
+ echo "$as_me:28882: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:29603: \"$ac_try\"") >&5
+ { (eval echo "$as_me:28885: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:29606: \$? = $ac_status" >&5
+ echo "$as_me:28888: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_func_v_init=yes
else
@@ -29613,18 +28895,18 @@ ac_cv_func_v_init=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:29616: result: $ac_cv_func_v_init" >&5
+echo "$as_me:28898: 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:29623: checking for v_init in -lvideo" >&5
+ echo "$as_me:28905: 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 29627 "configure"
+#line 28909 "configure"
#include "confdefs.h"
#include <sys/video.h>
int
@@ -29636,25 +28918,25 @@ v_init()
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:29639: \"$ac_link\"") >&5
+if { (eval echo "$as_me:28921: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:29642: \$? = $ac_status" >&5
+ echo "$as_me:28924: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:29645: \"$ac_try\"") >&5
+ { (eval echo "$as_me:28927: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:29648: \$? = $ac_status" >&5
+ echo "$as_me:28930: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
- echo "$as_me:29650: result: yes" >&5
+ echo "$as_me:28932: 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:29657: result: no" >&5
+echo "$as_me:28939: result: no" >&5
echo "${ECHO_T}no" >&6
cf_search=
@@ -29722,11 +29004,11 @@ cf_search="$cf_library_path_list $cf_search"
for cf_libdir in $cf_search
do
- echo "$as_me:29725: checking for -lvideo in $cf_libdir" >&5
+ echo "$as_me:29007: 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 29729 "configure"
+#line 29011 "configure"
#include "confdefs.h"
#include <sys/video.h>
int
@@ -29738,25 +29020,25 @@ v_init()
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:29741: \"$ac_link\"") >&5
+if { (eval echo "$as_me:29023: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:29744: \$? = $ac_status" >&5
+ echo "$as_me:29026: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:29747: \"$ac_try\"") >&5
+ { (eval echo "$as_me:29029: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:29750: \$? = $ac_status" >&5
+ echo "$as_me:29032: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
- echo "$as_me:29752: result: yes" >&5
+ echo "$as_me:29034: 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:29759: result: no" >&5
+echo "$as_me:29041: result: no" >&5
echo "${ECHO_T}no" >&6
LIBS="$cf_save_LIBS"
fi
@@ -29771,7 +29053,7 @@ fi
eval 'cf_found_library="$cf_cv_have_lib_'"video"\"
if test "$cf_found_library" = no ; then
- { { echo "$as_me:29774: error: Cannot link video library" >&5
+ { { echo "$as_me:29056: error: Cannot link video library" >&5
echo "$as_me: error: Cannot link video library" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -29781,13 +29063,13 @@ esac
eval 'cf_cv_have_lib_'"slang2"'=no'
cf_libdir=""
- echo "$as_me:29784: checking for SLtt_get_screen_size" >&5
+ echo "$as_me:29066: 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 29790 "configure"
+#line 29072 "configure"
#include "confdefs.h"
#define SLtt_get_screen_size autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -29818,16 +29100,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:29821: \"$ac_link\"") >&5
+if { (eval echo "$as_me:29103: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:29824: \$? = $ac_status" >&5
+ echo "$as_me:29106: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:29827: \"$ac_try\"") >&5
+ { (eval echo "$as_me:29109: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:29830: \$? = $ac_status" >&5
+ echo "$as_me:29112: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_func_SLtt_get_screen_size=yes
else
@@ -29837,18 +29119,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:29840: result: $ac_cv_func_SLtt_get_screen_size" >&5
+echo "$as_me:29122: 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:29847: checking for SLtt_get_screen_size in -lslang2" >&5
+ echo "$as_me:29129: 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 29851 "configure"
+#line 29133 "configure"
#include "confdefs.h"
#include <slang.h>
int
@@ -29860,25 +29142,25 @@ SLtt_get_screen_size()
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:29863: \"$ac_link\"") >&5
+if { (eval echo "$as_me:29145: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:29866: \$? = $ac_status" >&5
+ echo "$as_me:29148: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:29869: \"$ac_try\"") >&5
+ { (eval echo "$as_me:29151: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:29872: \$? = $ac_status" >&5
+ echo "$as_me:29154: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
- echo "$as_me:29874: result: yes" >&5
+ echo "$as_me:29156: 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:29881: result: no" >&5
+echo "$as_me:29163: result: no" >&5
echo "${ECHO_T}no" >&6
cf_search=
@@ -29946,11 +29228,11 @@ cf_search="$cf_library_path_list $cf_search"
for cf_libdir in $cf_search
do
- echo "$as_me:29949: checking for -lslang2 in $cf_libdir" >&5
+ echo "$as_me:29231: 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 29953 "configure"
+#line 29235 "configure"
#include "confdefs.h"
#include <slang.h>
int
@@ -29962,25 +29244,25 @@ SLtt_get_screen_size()
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:29965: \"$ac_link\"") >&5
+if { (eval echo "$as_me:29247: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:29968: \$? = $ac_status" >&5
+ echo "$as_me:29250: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:29971: \"$ac_try\"") >&5
+ { (eval echo "$as_me:29253: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:29974: \$? = $ac_status" >&5
+ echo "$as_me:29256: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
- echo "$as_me:29976: result: yes" >&5
+ echo "$as_me:29258: 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:29983: result: no" >&5
+echo "$as_me:29265: result: no" >&5
echo "${ECHO_T}no" >&6
LIBS="$cf_save_LIBS"
fi
@@ -29995,13 +29277,13 @@ fi
eval 'cf_found_library="$cf_cv_have_lib_'"slang2"\"
if test "$cf_found_library" = no ; then
- { { echo "$as_me:29998: error: Cannot link slang2 library" >&5
+ { { echo "$as_me:29280: 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:30004: checking if we can link slang2 without termcap" >&5
+echo "$as_me:29286: 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%^.%%'`
@@ -30010,7 +29292,7 @@ else
fi
LIBS=`echo ".$cf_slang_LIBS3" | sed -e "s%$cf_exclude%%" -e 's%^.%%'`
cat >"conftest.$ac_ext" <<_ACEOF
-#line 30013 "configure"
+#line 29295 "configure"
#include "confdefs.h"
#include <slang.h>
int
@@ -30022,16 +29304,16 @@ SLtt_get_screen_size()
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:30025: \"$ac_link\"") >&5
+if { (eval echo "$as_me:29307: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:30028: \$? = $ac_status" >&5
+ echo "$as_me:29310: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:30031: \"$ac_try\"") >&5
+ { (eval echo "$as_me:29313: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:30034: \$? = $ac_status" >&5
+ echo "$as_me:29316: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_result=yes
else
@@ -30040,12 +29322,12 @@ cat "conftest.$ac_ext" >&5
cf_result=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
-echo "$as_me:30043: result: $cf_result" >&5
+echo "$as_me:29325: result: $cf_result" >&5
echo "${ECHO_T}$cf_result" >&6
test "$cf_result" = no && LIBS="$cf_slang_LIBS3"
else
- { { echo "$as_me:30048: error: cannot find slang headers" >&5
+ { { echo "$as_me:29330: error: cannot find slang headers" >&5
echo "$as_me: error: cannot find slang headers" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -30053,14 +29335,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:30056: checking if we must define UTF8" >&5
+echo "$as_me:29338: 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 30063 "configure"
+#line 29345 "configure"
#include "confdefs.h"
#include <slang.h>
int
@@ -30072,16 +29354,16 @@ SLtt_get_screen_size()
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:30075: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:29357: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:30078: \$? = $ac_status" >&5
+ echo "$as_me:29360: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:30081: \"$ac_try\"") >&5
+ { (eval echo "$as_me:29363: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:30084: \$? = $ac_status" >&5
+ echo "$as_me:29366: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_slang_utf8=no
else
@@ -30089,7 +29371,7 @@ else
cat "conftest.$ac_ext" >&5
cat >"conftest.$ac_ext" <<_ACEOF
-#line 30092 "configure"
+#line 29374 "configure"
#include "confdefs.h"
#define UTF8
@@ -30103,16 +29385,16 @@ SLtt_get_screen_size()
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:30106: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:29388: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:30109: \$? = $ac_status" >&5
+ echo "$as_me:29391: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:30112: \"$ac_try\"") >&5
+ { (eval echo "$as_me:29394: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:30115: \$? = $ac_status" >&5
+ echo "$as_me:29397: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_slang_utf8=yes
else
@@ -30125,7 +29407,7 @@ fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:30128: result: $cf_cv_slang_utf8" >&5
+echo "$as_me:29410: result: $cf_cv_slang_utf8" >&5
echo "${ECHO_T}$cf_cv_slang_utf8" >&6
if test "$cf_cv_slang_utf8" = yes ; then
@@ -30136,14 +29418,14 @@ EOF
fi
-echo "$as_me:30139: checking if we must tell slang this is UNIX" >&5
+echo "$as_me:29421: 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 30146 "configure"
+#line 29428 "configure"
#include "confdefs.h"
#include <slang.h>
int
@@ -30162,16 +29444,16 @@ SLang_TT_Baud_Rate = 1
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:30165: \"$ac_link\"") >&5
+if { (eval echo "$as_me:29447: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:30168: \$? = $ac_status" >&5
+ echo "$as_me:29450: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:30171: \"$ac_try\"") >&5
+ { (eval echo "$as_me:29453: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:30174: \$? = $ac_status" >&5
+ echo "$as_me:29456: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_slang_unix=yes
else
@@ -30182,20 +29464,20 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:30185: result: $cf_cv_slang_unix" >&5
+echo "$as_me:29467: 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:30192: checking for SLsmg_Color_Type" >&5
+ echo "$as_me:29474: 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 30198 "configure"
+#line 29480 "configure"
#include "confdefs.h"
#include <slang.h>
@@ -30211,16 +29493,16 @@ if (sizeof (SLsmg_Color_Type))
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:30214: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:29496: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:30217: \$? = $ac_status" >&5
+ echo "$as_me:29499: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:30220: \"$ac_try\"") >&5
+ { (eval echo "$as_me:29502: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:30223: \$? = $ac_status" >&5
+ echo "$as_me:29505: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_type_SLsmg_Color_Type=yes
else
@@ -30230,7 +29512,7 @@ ac_cv_type_SLsmg_Color_Type=no
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:30233: result: $ac_cv_type_SLsmg_Color_Type" >&5
+echo "$as_me:29515: 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
@@ -30246,13 +29528,13 @@ EOF
fi
- echo "$as_me:30249: checking for SLtt_Char_Type" >&5
+ echo "$as_me:29531: 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 30255 "configure"
+#line 29537 "configure"
#include "confdefs.h"
#include <slang.h>
@@ -30268,16 +29550,16 @@ if (sizeof (SLtt_Char_Type))
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:30271: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:29553: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:30274: \$? = $ac_status" >&5
+ echo "$as_me:29556: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:30277: \"$ac_try\"") >&5
+ { (eval echo "$as_me:29559: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:30280: \$? = $ac_status" >&5
+ echo "$as_me:29562: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_type_SLtt_Char_Type=yes
else
@@ -30287,7 +29569,7 @@ ac_cv_type_SLtt_Char_Type=no
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:30290: result: $ac_cv_type_SLtt_Char_Type" >&5
+echo "$as_me:29572: 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
@@ -30310,7 +29592,7 @@ esac
LD_RPATH_OPT=
if test "x$cf_cv_enable_rpath" != xno
then
- echo "$as_me:30313: checking for an rpath option" >&5
+ echo "$as_me:29595: checking for an rpath option" >&5
echo $ECHO_N "checking for an rpath option... $ECHO_C" >&6
case "$cf_cv_system_name" in
(irix*)
@@ -30341,12 +29623,12 @@ echo $ECHO_N "checking for an rpath option... $ECHO_C" >&6
(*)
;;
esac
- echo "$as_me:30344: result: $LD_RPATH_OPT" >&5
+ echo "$as_me:29626: result: $LD_RPATH_OPT" >&5
echo "${ECHO_T}$LD_RPATH_OPT" >&6
case "x$LD_RPATH_OPT" in
(x-R*)
- echo "$as_me:30349: checking if we need a space after rpath option" >&5
+ echo "$as_me:29631: 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"
@@ -30367,7 +29649,7 @@ done
LIBS="$cf_add_libs"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 30370 "configure"
+#line 29652 "configure"
#include "confdefs.h"
int
@@ -30379,16 +29661,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:30382: \"$ac_link\"") >&5
+if { (eval echo "$as_me:29664: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:30385: \$? = $ac_status" >&5
+ echo "$as_me:29667: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:30388: \"$ac_try\"") >&5
+ { (eval echo "$as_me:29670: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:30391: \$? = $ac_status" >&5
+ echo "$as_me:29673: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_rpath_space=no
else
@@ -30398,7 +29680,7 @@ cf_rpath_space=yes
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS="$cf_save_LIBS"
- echo "$as_me:30401: result: $cf_rpath_space" >&5
+ echo "$as_me:29683: result: $cf_rpath_space" >&5
echo "${ECHO_T}$cf_rpath_space" >&6
test "$cf_rpath_space" = yes && LD_RPATH_OPT="$LD_RPATH_OPT "
;;
@@ -30409,13 +29691,13 @@ if test -z "$LD_RPATH_OPT"
then
test -n "$verbose" && echo " will not attempt to use rpath" 1>&6
-echo "${as_me:-configure}:30412: testing will not attempt to use rpath ..." 1>&5
+echo "${as_me:-configure}:29694: testing will not attempt to use rpath ..." 1>&5
elif test "x${enable_rpath_hack:-yes}" = "xno"
then
test -n "$verbose" && echo " rpath is disabled" 1>&6
-echo "${as_me:-configure}:30418: testing rpath is disabled ..." 1>&5
+echo "${as_me:-configure}:29700: testing rpath is disabled ..." 1>&5
elif test -z "${LD_RUN_PATH}${LD_LIBRARY_PATH}"
then
@@ -30426,7 +29708,7 @@ if test "$cross_compiling" = yes; then
cf_check_run=unknown
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 30429 "configure"
+#line 29711 "configure"
#include "confdefs.h"
$ac_includes_default
int main(void) {
@@ -30435,15 +29717,15 @@ int main(void) {
}
_ACEOF
rm -f "conftest$ac_exeext"
-if { (eval echo "$as_me:30438: \"$ac_link\"") >&5
+if { (eval echo "$as_me:29720: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:30441: \$? = $ac_status" >&5
+ echo "$as_me:29723: \$? = $ac_status" >&5
(exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"'
- { (eval echo "$as_me:30443: \"$ac_try\"") >&5
+ { (eval echo "$as_me:29725: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:30446: \$? = $ac_status" >&5
+ echo "$as_me:29728: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_check_run=yes
else
@@ -30459,7 +29741,7 @@ fi
then
test -n "$verbose" && echo " linkage is broken" 1>&6
-echo "${as_me:-configure}:30462: testing linkage is broken ..." 1>&5
+echo "${as_me:-configure}:29744: testing linkage is broken ..." 1>&5
cf_result=
for cf_item in $LIBS
@@ -30491,7 +29773,7 @@ if test "$cross_compiling" = yes; then
cf_check_run=unknown
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 30494 "configure"
+#line 29776 "configure"
#include "confdefs.h"
$ac_includes_default
int main(void) {
@@ -30500,15 +29782,15 @@ int main(void) {
}
_ACEOF
rm -f "conftest$ac_exeext"
-if { (eval echo "$as_me:30503: \"$ac_link\"") >&5
+if { (eval echo "$as_me:29785: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:30506: \$? = $ac_status" >&5
+ echo "$as_me:29788: \$? = $ac_status" >&5
(exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"'
- { (eval echo "$as_me:30508: \"$ac_try\"") >&5
+ { (eval echo "$as_me:29790: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:30511: \$? = $ac_status" >&5
+ echo "$as_me:29793: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_check_run=yes
else
@@ -30524,12 +29806,12 @@ fi
then
test -n "$verbose" && echo " use rpath for $cf_save_LIBS" 1>&6
-echo "${as_me:-configure}:30527: testing use rpath for $cf_save_LIBS ..." 1>&5
+echo "${as_me:-configure}:29809: testing use rpath for $cf_save_LIBS ..." 1>&5
LIBS="$cf_result"
test -n "$verbose" && echo " result is now $LIBS" 1>&6
-echo "${as_me:-configure}:30532: testing result is now $LIBS ..." 1>&5
+echo "${as_me:-configure}:29814: testing result is now $LIBS ..." 1>&5
else
LIBS="$cf_save_LIBS"
@@ -30540,20 +29822,20 @@ echo "${as_me:-configure}:30532: testing result is now $LIBS ..." 1>&5
(*)
test -n "$verbose" && echo " will not attempt to use rpath" 1>&6
-echo "${as_me:-configure}:30543: testing will not attempt to use rpath ..." 1>&5
+echo "${as_me:-configure}:29825: testing will not attempt to use rpath ..." 1>&5
;;
esac
fi
-echo "$as_me:30549: checking for chtype typedef" >&5
+echo "$as_me:29831: 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 30556 "configure"
+#line 29838 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
int
@@ -30565,16 +29847,16 @@ chtype foo; (void)foo
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:30568: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:29850: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:30571: \$? = $ac_status" >&5
+ echo "$as_me:29853: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:30574: \"$ac_try\"") >&5
+ { (eval echo "$as_me:29856: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:30577: \$? = $ac_status" >&5
+ echo "$as_me:29859: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_chtype_decl=yes
else
@@ -30584,7 +29866,7 @@ cf_cv_chtype_decl=no
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:30587: result: $cf_cv_chtype_decl" >&5
+echo "$as_me:29869: result: $cf_cv_chtype_decl" >&5
echo "${ECHO_T}$cf_cv_chtype_decl" >&6
if test "$cf_cv_chtype_decl" = yes ; then
@@ -30592,14 +29874,14 @@ cat >>confdefs.h <<\EOF
#define HAVE_TYPE_CHTYPE 1
EOF
- echo "$as_me:30595: checking if chtype is scalar or struct" >&5
+ echo "$as_me:29877: 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 30602 "configure"
+#line 29884 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
int
@@ -30611,16 +29893,16 @@ static chtype foo; long x = foo; (void)x
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:30614: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:29896: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:30617: \$? = $ac_status" >&5
+ echo "$as_me:29899: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:30620: \"$ac_try\"") >&5
+ { (eval echo "$as_me:29902: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:30623: \$? = $ac_status" >&5
+ echo "$as_me:29905: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_chtype_type=scalar
else
@@ -30630,7 +29912,7 @@ cf_cv_chtype_type=struct
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:30633: result: $cf_cv_chtype_type" >&5
+echo "$as_me:29915: result: $cf_cv_chtype_type" >&5
echo "${ECHO_T}$cf_cv_chtype_type" >&6
if test "$cf_cv_chtype_type" = scalar ; then
@@ -30641,7 +29923,7 @@ EOF
fi
fi
-echo "$as_me:30644: checking if you want the wide-curses features" >&5
+echo "$as_me:29926: 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.
@@ -30658,10 +29940,10 @@ else
use_wide_curses=$cf_wide_curses
fi;
-echo "$as_me:30661: result: $use_wide_curses" >&5
+echo "$as_me:29943: result: $use_wide_curses" >&5
echo "${ECHO_T}$use_wide_curses" >&6
-echo "$as_me:30664: checking if color-style code should be used" >&5
+echo "$as_me:29946: 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.
@@ -30681,7 +29963,7 @@ fi;
case "$use_color_style" in
(no)
- echo "$as_me:30684: result: no" >&5
+ echo "$as_me:29966: result: no" >&5
echo "${ECHO_T}no" >&6
INSTALL_LSS=
;;
@@ -30691,10 +29973,10 @@ cat >>confdefs.h <<\EOF
#define USE_COLOR_STYLE 1
EOF
- echo "$as_me:30694: result: yes" >&5
+ echo "$as_me:29976: result: yes" >&5
echo "${ECHO_T}yes" >&6
- echo "$as_me:30697: checking for location of style-sheet file" >&5
+ echo "$as_me:29979: 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.
@@ -30730,7 +30012,7 @@ case ".$withval" in
withval=`echo "$withval" | sed -e s%NONE%$cf_path_syntax%`
;;
(*)
- { { echo "$as_me:30733: error: expected a pathname, not \"$withval\"" >&5
+ { { echo "$as_me:30015: error: expected a pathname, not \"$withval\"" >&5
echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;}
{ (exit 1); exit 1; }; }
;;
@@ -30739,7 +30021,7 @@ esac
fi
eval LYNX_LSS_FILE="$withval"
- echo "$as_me:30742: result: $LYNX_LSS_FILE" >&5
+ echo "$as_me:30024: result: $LYNX_LSS_FILE" >&5
echo "${ECHO_T}$LYNX_LSS_FILE" >&6
test "$LYNX_LSS_FILE" = no && LYNX_LSS_FILE=
@@ -30752,7 +30034,7 @@ EOF
;;
esac
-echo "$as_me:30755: checking for the default configuration-file" >&5
+echo "$as_me:30037: 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.
@@ -30788,7 +30070,7 @@ case ".$withval" in
withval=`echo "$withval" | sed -e s%NONE%$cf_path_syntax%`
;;
(*)
- { { echo "$as_me:30791: error: expected a pathname, not \"$withval\"" >&5
+ { { echo "$as_me:30073: error: expected a pathname, not \"$withval\"" >&5
echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;}
{ (exit 1); exit 1; }; }
;;
@@ -30797,7 +30079,7 @@ esac
fi
eval LYNX_CFG_FILE="$withval"
-echo "$as_me:30800: result: $LYNX_CFG_FILE" >&5
+echo "$as_me:30082: result: $LYNX_CFG_FILE" >&5
echo "${ECHO_T}$LYNX_CFG_FILE" >&6
test "$LYNX_CFG_FILE" = no && LYNX_CFG_FILE=
@@ -30806,7 +30088,7 @@ cat >>confdefs.h <<EOF
#define LYNX_CFG_FILE "$LYNX_CFG_FILE"
EOF
-echo "$as_me:30809: checking for the default configuration-path" >&5
+echo "$as_me:30091: 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.
@@ -30842,7 +30124,7 @@ case ".$withval" in
withval=`echo "$withval" | sed -e s%NONE%$cf_path_syntax%`
;;
(*)
- { { echo "$as_me:30845: error: expected a pathname, not \"$withval\"" >&5
+ { { echo "$as_me:30127: error: expected a pathname, not \"$withval\"" >&5
echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;}
{ (exit 1); exit 1; }; }
;;
@@ -30851,7 +30133,7 @@ esac
fi
eval LYNX_CFG_PATH="$withval"
-echo "$as_me:30854: result: $LYNX_CFG_PATH" >&5
+echo "$as_me:30136: result: $LYNX_CFG_PATH" >&5
echo "${ECHO_T}$LYNX_CFG_PATH" >&6
test -z "$LYNX_CFG_PATH" && LYNX_CFG_PATH="`echo "$LYNX_CFG_FILE" | sed -e 's%/[^/]*$%%'`"
@@ -30861,7 +30143,7 @@ cat >>confdefs.h <<EOF
#define LYNX_CFG_PATH "$LYNX_CFG_PATH"
EOF
-echo "$as_me:30864: checking if htmlized lynx.cfg should be built" >&5
+echo "$as_me:30146: 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.
@@ -30878,7 +30160,7 @@ else
use_htmlized_cfg=no
fi;
-echo "$as_me:30881: result: $use_htmlized_cfg" >&5
+echo "$as_me:30163: result: $use_htmlized_cfg" >&5
echo "${ECHO_T}$use_htmlized_cfg" >&6
LYNXCFG_MAKE=''
@@ -30889,7 +30171,7 @@ else
LYNXCFG_NO_MAKE='#'
fi
-echo "$as_me:30892: checking if local doc directory should be linked to help page" >&5
+echo "$as_me:30174: 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.
@@ -30906,7 +30188,7 @@ else
use_local_docs=no
fi;
-echo "$as_me:30909: result: $use_local_docs" >&5
+echo "$as_me:30191: result: $use_local_docs" >&5
echo "${ECHO_T}$use_local_docs" >&6
LYNXDOC_MAKE=''
@@ -30914,7 +30196,7 @@ if test "$use_local_docs" = no ; then
LYNXDOC_MAKE='#'
fi
-echo "$as_me:30917: checking for MIME library directory" >&5
+echo "$as_me:30199: 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.
@@ -30950,7 +30232,7 @@ case ".$withval" in
withval=`echo "$withval" | sed -e s%NONE%$cf_path_syntax%`
;;
(*)
- { { echo "$as_me:30953: error: expected a pathname, not \"$withval\"" >&5
+ { { echo "$as_me:30235: error: expected a pathname, not \"$withval\"" >&5
echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;}
{ (exit 1); exit 1; }; }
;;
@@ -30959,7 +30241,7 @@ esac
fi
eval MIME_LIBDIR="$withval"
-echo "$as_me:30962: result: $MIME_LIBDIR" >&5
+echo "$as_me:30244: result: $MIME_LIBDIR" >&5
echo "${ECHO_T}$MIME_LIBDIR" >&6
MIME_LIBDIR=`echo "$MIME_LIBDIR" | sed -e 's,/$,,' -e 's,$,/,'`
@@ -30967,7 +30249,7 @@ cat >>confdefs.h <<EOF
#define MIME_LIBDIR "$MIME_LIBDIR"
EOF
-echo "$as_me:30970: checking if locale-charset selection logic should be used" >&5
+echo "$as_me:30252: 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.
@@ -30984,7 +30266,7 @@ else
use_locale_charset=yes
fi;
-echo "$as_me:30987: result: $use_locale_charset" >&5
+echo "$as_me:30269: result: $use_locale_charset" >&5
echo "${ECHO_T}$use_locale_charset" >&6
test "$use_locale_charset" != no &&
cat >>confdefs.h <<\EOF
@@ -30993,7 +30275,7 @@ EOF
CHARSET_DEFS=
-echo "$as_me:30996: checking if you want only a few charsets" >&5
+echo "$as_me:30278: 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.
@@ -31005,7 +30287,7 @@ else
fi;
if test -n "$cf_charsets" ; then
- echo "$as_me:31008: result: yes" >&5
+ echo "$as_me:30290: result: yes" >&5
echo "${ECHO_T}yes" >&6
cat >>confdefs.h <<\EOF
@@ -31019,7 +30301,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}:31022: testing using minimal list of charsets: $cf_min_charsets ..." 1>&5
+echo "${as_me:-configure}:30304: 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'`
@@ -31046,71 +30328,28 @@ echo "${as_me:-configure}:31022: testing using minimal list of charsets: $cf_min
then
test -n "$verbose" && echo " found $cf_charset" 1>&6
-echo "${as_me:-configure}:31049: testing found $cf_charset ..." 1>&5
+echo "${as_me:-configure}:30331: 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}:31055: testing not found $cf_charset ..." 1>&5
+echo "${as_me:-configure}:30337: testing not found $cf_charset ..." 1>&5
fi
done
else
- echo "$as_me:31060: result: no" >&5
+ echo "$as_me:30342: result: no" >&5
echo "${ECHO_T}no" >&6
fi
-echo "$as_me:31064: checking whether exit is declared" >&5
-echo $ECHO_N "checking whether exit is declared... $ECHO_C" >&6
-if test "${ac_cv_have_decl_exit+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
- cat >"conftest.$ac_ext" <<_ACEOF
-#line 31070 "configure"
-#include "confdefs.h"
-$ac_includes_default
-int
-main (void)
-{
-#ifndef exit
- (void) exit;
-#endif
-
- ;
- return 0;
-}
-_ACEOF
-rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:31085: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:31088: \$? = $ac_status" >&5
- (exit "$ac_status"); } &&
- { ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:31091: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:31094: \$? = $ac_status" >&5
- (exit "$ac_status"); }; }; then
- ac_cv_have_decl_exit=yes
-else
- echo "$as_me: failed program was:" >&5
-cat "conftest.$ac_ext" >&5
-ac_cv_have_decl_exit=no
-fi
-rm -f "conftest.$ac_objext" "conftest.$ac_ext"
-fi
-echo "$as_me:31104: result: $ac_cv_have_decl_exit" >&5
-echo "${ECHO_T}$ac_cv_have_decl_exit" >&6
-
-echo "$as_me:31107: checking whether time.h and sys/time.h may both be included" >&5
+echo "$as_me:30346: 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 31113 "configure"
+#line 30352 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/time.h>
@@ -31126,16 +30365,16 @@ return 0;
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:31129: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:30368: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:31132: \$? = $ac_status" >&5
+ echo "$as_me:30371: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:31135: \"$ac_try\"") >&5
+ { (eval echo "$as_me:30374: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:31138: \$? = $ac_status" >&5
+ echo "$as_me:30377: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_header_time=yes
else
@@ -31145,7 +30384,7 @@ ac_cv_header_time=no
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:31148: result: $ac_cv_header_time" >&5
+echo "$as_me:30387: result: $ac_cv_header_time" >&5
echo "${ECHO_T}$ac_cv_header_time" >&6
if test $ac_cv_header_time = yes; then
@@ -31158,13 +30397,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:31161: checking for $ac_hdr that defines DIR" >&5
+echo "$as_me:30400: 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 31167 "configure"
+#line 30406 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <$ac_hdr>
@@ -31179,16 +30418,16 @@ return 0;
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:31182: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:30421: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:31185: \$? = $ac_status" >&5
+ echo "$as_me:30424: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:31188: \"$ac_try\"") >&5
+ { (eval echo "$as_me:30427: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:31191: \$? = $ac_status" >&5
+ echo "$as_me:30430: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
eval "$as_ac_Header=yes"
else
@@ -31198,7 +30437,7 @@ eval "$as_ac_Header=no"
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:31201: result: `eval echo '${'"$as_ac_Header"'}'`" >&5
+echo "$as_me:30440: 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
@@ -31211,7 +30450,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:31214: checking for opendir in -ldir" >&5
+ echo "$as_me:30453: 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
@@ -31219,7 +30458,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ldir $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 31222 "configure"
+#line 30461 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -31238,16 +30477,16 @@ opendir ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:31241: \"$ac_link\"") >&5
+if { (eval echo "$as_me:30480: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:31244: \$? = $ac_status" >&5
+ echo "$as_me:30483: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:31247: \"$ac_try\"") >&5
+ { (eval echo "$as_me:30486: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:31250: \$? = $ac_status" >&5
+ echo "$as_me:30489: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_dir_opendir=yes
else
@@ -31258,14 +30497,14 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:31261: result: $ac_cv_lib_dir_opendir" >&5
+echo "$as_me:30500: 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:31268: checking for opendir in -lx" >&5
+ echo "$as_me:30507: 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
@@ -31273,7 +30512,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lx $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 31276 "configure"
+#line 30515 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -31292,16 +30531,16 @@ opendir ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:31295: \"$ac_link\"") >&5
+if { (eval echo "$as_me:30534: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:31298: \$? = $ac_status" >&5
+ echo "$as_me:30537: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:31301: \"$ac_try\"") >&5
+ { (eval echo "$as_me:30540: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:31304: \$? = $ac_status" >&5
+ echo "$as_me:30543: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_x_opendir=yes
else
@@ -31312,7 +30551,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:31315: result: $ac_cv_lib_x_opendir" >&5
+echo "$as_me:30554: 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"
@@ -31338,23 +30577,23 @@ for ac_header in \
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:31341: checking for $ac_header" >&5
+echo "$as_me:30580: 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 31347 "configure"
+#line 30586 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:31351: \"$ac_cpp "conftest.$ac_ext"\"") >&5
+if { (eval echo "$as_me:30590: \"$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:31357: \$? = $ac_status" >&5
+ echo "$as_me:30596: \$? = $ac_status" >&5
(exit "$ac_status"); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -31373,7 +30612,7 @@ else
fi
rm -f conftest.err "conftest.$ac_ext"
fi
-echo "$as_me:31376: result: `eval echo '${'"$as_ac_Header"'}'`" >&5
+echo "$as_me:30615: 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
@@ -31383,14 +30622,14 @@ EOF
fi
done
-echo "$as_me:31386: checking termio.h and termios.h" >&5
+echo "$as_me:30625: 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 31393 "configure"
+#line 30632 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -31409,16 +30648,16 @@ putchar (0x0a)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:31412: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:30651: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:31415: \$? = $ac_status" >&5
+ echo "$as_me:30654: \$? = $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:30657: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:31421: \$? = $ac_status" >&5
+ echo "$as_me:30660: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_termio_and_termios=yes
else
@@ -31429,21 +30668,21 @@ fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:31432: result: $cf_cv_termio_and_termios" >&5
+echo "$as_me:30671: 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:31439: checking for sigaction and structs" >&5
+echo "$as_me:30678: 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 31446 "configure"
+#line 30685 "configure"
#include "confdefs.h"
#include <sys/types.h>
@@ -31463,16 +30702,16 @@ struct sigaction act;
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:31466: \"$ac_link\"") >&5
+if { (eval echo "$as_me:30705: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:31469: \$? = $ac_status" >&5
+ echo "$as_me:30708: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:31472: \"$ac_try\"") >&5
+ { (eval echo "$as_me:30711: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:31475: \$? = $ac_status" >&5
+ echo "$as_me:30714: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_func_sigaction=yes
else
@@ -31483,7 +30722,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:31486: result: $cf_cv_func_sigaction" >&5
+echo "$as_me:30725: result: $cf_cv_func_sigaction" >&5
echo "${ECHO_T}$cf_cv_func_sigaction" >&6
test "$cf_cv_func_sigaction" = yes &&
cat >>confdefs.h <<\EOF
@@ -31493,23 +30732,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:31496: checking for $ac_header" >&5
+echo "$as_me:30735: 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 31502 "configure"
+#line 30741 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:31506: \"$ac_cpp "conftest.$ac_ext"\"") >&5
+if { (eval echo "$as_me:30745: \"$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:31512: \$? = $ac_status" >&5
+ echo "$as_me:30751: \$? = $ac_status" >&5
(exit "$ac_status"); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -31528,7 +30767,7 @@ else
fi
rm -f conftest.err "conftest.$ac_ext"
fi
-echo "$as_me:31531: result: `eval echo '${'"$as_ac_Header"'}'`" >&5
+echo "$as_me:30770: 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
@@ -31549,23 +30788,23 @@ else
for ac_header in wait.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:31552: checking for $ac_header" >&5
+echo "$as_me:30791: 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 31558 "configure"
+#line 30797 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:31562: \"$ac_cpp "conftest.$ac_ext"\"") >&5
+if { (eval echo "$as_me:30801: \"$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:31568: \$? = $ac_status" >&5
+ echo "$as_me:30807: \$? = $ac_status" >&5
(exit "$ac_status"); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -31584,7 +30823,7 @@ else
fi
rm -f conftest.err "conftest.$ac_ext"
fi
-echo "$as_me:31587: result: `eval echo '${'"$as_ac_Header"'}'`" >&5
+echo "$as_me:30826: 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
@@ -31597,23 +30836,23 @@ done
for ac_header in waitstatus.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:31600: checking for $ac_header" >&5
+echo "$as_me:30839: 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 31606 "configure"
+#line 30845 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:31610: \"$ac_cpp "conftest.$ac_ext"\"") >&5
+if { (eval echo "$as_me:30849: \"$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:31616: \$? = $ac_status" >&5
+ echo "$as_me:30855: \$? = $ac_status" >&5
(exit "$ac_status"); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -31632,7 +30871,7 @@ else
fi
rm -f conftest.err "conftest.$ac_ext"
fi
-echo "$as_me:31635: result: `eval echo '${'"$as_ac_Header"'}'`" >&5
+echo "$as_me:30874: 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
@@ -31654,14 +30893,14 @@ cf_wait_headers="$cf_wait_headers
fi
fi
-echo "$as_me:31657: checking for union wait" >&5
+echo "$as_me:30896: 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 31664 "configure"
+#line 30903 "configure"
#include "confdefs.h"
$cf_wait_headers
int
@@ -31680,16 +30919,16 @@ static int x;
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:31683: \"$ac_link\"") >&5
+if { (eval echo "$as_me:30922: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:31686: \$? = $ac_status" >&5
+ echo "$as_me:30925: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:31689: \"$ac_try\"") >&5
+ { (eval echo "$as_me:30928: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:31692: \$? = $ac_status" >&5
+ echo "$as_me:30931: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_type_unionwait=no
echo compiles ok w/o union wait 1>&5
@@ -31699,7 +30938,7 @@ else
cat "conftest.$ac_ext" >&5
cat >"conftest.$ac_ext" <<_ACEOF
-#line 31702 "configure"
+#line 30941 "configure"
#include "confdefs.h"
$cf_wait_headers
int
@@ -31726,16 +30965,16 @@ union wait x;
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:31729: \"$ac_link\"") >&5
+if { (eval echo "$as_me:30968: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:31732: \$? = $ac_status" >&5
+ echo "$as_me:30971: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:31735: \"$ac_try\"") >&5
+ { (eval echo "$as_me:30974: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:31738: \$? = $ac_status" >&5
+ echo "$as_me:30977: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_type_unionwait=yes
echo compiles ok with union wait and possibly macros too 1>&5
@@ -31750,7 +30989,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:31753: result: $cf_cv_type_unionwait" >&5
+echo "$as_me:30992: result: $cf_cv_type_unionwait" >&5
echo "${ECHO_T}$cf_cv_type_unionwait" >&6
test "$cf_cv_type_unionwait" = yes &&
cat >>confdefs.h <<\EOF
@@ -31759,14 +30998,14 @@ EOF
if test "$cf_cv_type_unionwait" = yes; then
- echo "$as_me:31762: checking if union wait can be used as wait-arg" >&5
+ echo "$as_me:31001: 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 31769 "configure"
+#line 31008 "configure"
#include "confdefs.h"
$cf_wait_headers
int
@@ -31778,16 +31017,16 @@ union wait x; wait(&x)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:31781: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:31020: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:31784: \$? = $ac_status" >&5
+ echo "$as_me:31023: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:31787: \"$ac_try\"") >&5
+ { (eval echo "$as_me:31026: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:31790: \$? = $ac_status" >&5
+ echo "$as_me:31029: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_arg_union_wait=yes
else
@@ -31799,21 +31038,21 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
- echo "$as_me:31802: result: $cf_cv_arg_union_wait" >&5
+ echo "$as_me:31041: 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:31809: checking if union wait can be used as waitpid-arg" >&5
+ echo "$as_me:31048: 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 31816 "configure"
+#line 31055 "configure"
#include "confdefs.h"
$cf_wait_headers
int
@@ -31825,16 +31064,16 @@ union wait x; waitpid(0, &x, 0)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:31828: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:31067: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:31831: \$? = $ac_status" >&5
+ echo "$as_me:31070: \$? = $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:31073: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:31837: \$? = $ac_status" >&5
+ echo "$as_me:31076: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_arg_union_waitpid=yes
else
@@ -31846,7 +31085,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
- echo "$as_me:31849: result: $cf_cv_arg_union_waitpid" >&5
+ echo "$as_me:31088: 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
@@ -31855,13 +31094,13 @@ EOF
fi
-echo "$as_me:31858: checking for uid_t in sys/types.h" >&5
+echo "$as_me:31097: 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 31864 "configure"
+#line 31103 "configure"
#include "confdefs.h"
#include <sys/types.h>
@@ -31875,7 +31114,7 @@ fi
rm -rf conftest*
fi
-echo "$as_me:31878: result: $ac_cv_type_uid_t" >&5
+echo "$as_me:31117: 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
@@ -31889,7 +31128,7 @@ EOF
fi
-echo "$as_me:31892: checking type of array argument to getgroups" >&5
+echo "$as_me:31131: 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
@@ -31898,7 +31137,7 @@ else
ac_cv_type_getgroups=cross
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 31901 "configure"
+#line 31140 "configure"
#include "confdefs.h"
$ac_includes_default
/* Thanks to Mike Rendell for this test. */
@@ -31925,15 +31164,15 @@ main (void)
}
_ACEOF
rm -f "conftest$ac_exeext"
-if { (eval echo "$as_me:31928: \"$ac_link\"") >&5
+if { (eval echo "$as_me:31167: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:31931: \$? = $ac_status" >&5
+ echo "$as_me:31170: \$? = $ac_status" >&5
(exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"'
- { (eval echo "$as_me:31933: \"$ac_try\"") >&5
+ { (eval echo "$as_me:31172: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:31936: \$? = $ac_status" >&5
+ echo "$as_me:31175: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_type_getgroups=gid_t
else
@@ -31946,7 +31185,7 @@ rm -f core ./core.* ./*.core "conftest$ac_exeext" "conftest.$ac_objext" "conftes
fi
if test $ac_cv_type_getgroups = cross; then
cat >"conftest.$ac_ext" <<_ACEOF
-#line 31949 "configure"
+#line 31188 "configure"
#include "confdefs.h"
#include <unistd.h>
@@ -31961,20 +31200,20 @@ rm -rf conftest*
fi
fi
-echo "$as_me:31964: result: $ac_cv_type_getgroups" >&5
+echo "$as_me:31203: 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:31971: checking for off_t" >&5
+echo "$as_me:31210: 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 31977 "configure"
+#line 31216 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -31989,16 +31228,16 @@ if (sizeof (off_t))
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:31992: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:31231: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:31995: \$? = $ac_status" >&5
+ echo "$as_me:31234: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:31998: \"$ac_try\"") >&5
+ { (eval echo "$as_me:31237: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:32001: \$? = $ac_status" >&5
+ echo "$as_me:31240: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_type_off_t=yes
else
@@ -32008,7 +31247,7 @@ ac_cv_type_off_t=no
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:32011: result: $ac_cv_type_off_t" >&5
+echo "$as_me:31250: 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
:
@@ -32020,13 +31259,13 @@ EOF
fi
-echo "$as_me:32023: checking for pid_t" >&5
+echo "$as_me:31262: 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 32029 "configure"
+#line 31268 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -32041,16 +31280,16 @@ if (sizeof (pid_t))
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:32044: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:31283: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:32047: \$? = $ac_status" >&5
+ echo "$as_me:31286: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:32050: \"$ac_try\"") >&5
+ { (eval echo "$as_me:31289: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:32053: \$? = $ac_status" >&5
+ echo "$as_me:31292: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_type_pid_t=yes
else
@@ -32060,7 +31299,7 @@ ac_cv_type_pid_t=no
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:32063: result: $ac_cv_type_pid_t" >&5
+echo "$as_me:31302: 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
:
@@ -32072,13 +31311,13 @@ EOF
fi
-echo "$as_me:32075: checking for uid_t in sys/types.h" >&5
+echo "$as_me:31314: 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 32081 "configure"
+#line 31320 "configure"
#include "confdefs.h"
#include <sys/types.h>
@@ -32092,7 +31331,7 @@ fi
rm -rf conftest*
fi
-echo "$as_me:32095: result: $ac_cv_type_uid_t" >&5
+echo "$as_me:31334: 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
@@ -32106,13 +31345,13 @@ EOF
fi
-echo "$as_me:32109: checking for mode_t" >&5
+echo "$as_me:31348: 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 32115 "configure"
+#line 31354 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -32127,16 +31366,16 @@ if (sizeof (mode_t))
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:32130: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:31369: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:32133: \$? = $ac_status" >&5
+ echo "$as_me:31372: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:32136: \"$ac_try\"") >&5
+ { (eval echo "$as_me:31375: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:32139: \$? = $ac_status" >&5
+ echo "$as_me:31378: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_type_mode_t=yes
else
@@ -32146,7 +31385,7 @@ ac_cv_type_mode_t=no
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:32149: result: $ac_cv_type_mode_t" >&5
+echo "$as_me:31388: 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
:
@@ -32158,13 +31397,13 @@ EOF
fi
- echo "$as_me:32161: checking for ssize_t" >&5
+ echo "$as_me:31400: 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 32167 "configure"
+#line 31406 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -32179,16 +31418,16 @@ if (sizeof (ssize_t))
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:32182: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:31421: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:32185: \$? = $ac_status" >&5
+ echo "$as_me:31424: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:32188: \"$ac_try\"") >&5
+ { (eval echo "$as_me:31427: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:32191: \$? = $ac_status" >&5
+ echo "$as_me:31430: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_type_ssize_t=yes
else
@@ -32198,7 +31437,7 @@ ac_cv_type_ssize_t=no
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:32201: result: $ac_cv_type_ssize_t" >&5
+echo "$as_me:31440: 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
@@ -32214,13 +31453,13 @@ EOF
fi
- echo "$as_me:32217: checking for socklen_t" >&5
+ echo "$as_me:31456: 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 32223 "configure"
+#line 31462 "configure"
#include "confdefs.h"
#include <sys/types.h>
@@ -32238,16 +31477,16 @@ if (sizeof (socklen_t))
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:32241: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:31480: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:32244: \$? = $ac_status" >&5
+ echo "$as_me:31483: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:32247: \"$ac_try\"") >&5
+ { (eval echo "$as_me:31486: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:32250: \$? = $ac_status" >&5
+ echo "$as_me:31489: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_type_socklen_t=yes
else
@@ -32257,7 +31496,7 @@ ac_cv_type_socklen_t=no
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:32260: result: $ac_cv_type_socklen_t" >&5
+echo "$as_me:31499: 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
@@ -32273,7 +31512,7 @@ EOF
fi
-echo "$as_me:32276: checking for long long type" >&5
+echo "$as_me:31515: 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
@@ -32304,7 +31543,7 @@ _CFEOF
rm -f conftest*
fi
-echo "$as_me:32307: result: $cf_cv_type_long_long" >&5
+echo "$as_me:31546: 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
@@ -32315,14 +31554,14 @@ EOF
fi
-echo "$as_me:32318: checking for tm.tm_gmtoff" >&5
+echo "$as_me:31557: 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 32325 "configure"
+#line 31564 "configure"
#include "confdefs.h"
#ifdef TIME_WITH_SYS_TIME
@@ -32347,16 +31586,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:32350: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:31589: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:32353: \$? = $ac_status" >&5
+ echo "$as_me:31592: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:32356: \"$ac_try\"") >&5
+ { (eval echo "$as_me:31595: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:32359: \$? = $ac_status" >&5
+ echo "$as_me:31598: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_tm_gmtoff=yes
else
@@ -32367,20 +31606,20 @@ fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:32370: result: $cf_cv_tm_gmtoff" >&5
+echo "$as_me:31609: 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:32377: checking for int" >&5
+echo "$as_me:31616: 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 32383 "configure"
+#line 31622 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -32395,16 +31634,16 @@ if (sizeof (int))
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:32398: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:31637: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:32401: \$? = $ac_status" >&5
+ echo "$as_me:31640: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:32404: \"$ac_try\"") >&5
+ { (eval echo "$as_me:31643: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:32407: \$? = $ac_status" >&5
+ echo "$as_me:31646: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_type_int=yes
else
@@ -32414,10 +31653,10 @@ ac_cv_type_int=no
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:32417: result: $ac_cv_type_int" >&5
+echo "$as_me:31656: result: $ac_cv_type_int" >&5
echo "${ECHO_T}$ac_cv_type_int" >&6
-echo "$as_me:32420: checking size of int" >&5
+echo "$as_me:31659: 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
@@ -32426,7 +31665,7 @@ else
if test "$cross_compiling" = yes; then
# Depending upon the size, compute the lo and hi bounds.
cat >"conftest.$ac_ext" <<_ACEOF
-#line 32429 "configure"
+#line 31668 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -32438,21 +31677,21 @@ int _array_ [1 - 2 * !((sizeof (int)) >= 0)]
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:32441: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:31680: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:32444: \$? = $ac_status" >&5
+ echo "$as_me:31683: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:32447: \"$ac_try\"") >&5
+ { (eval echo "$as_me:31686: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:32450: \$? = $ac_status" >&5
+ echo "$as_me:31689: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_lo=0 ac_mid=0
while :; do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 32455 "configure"
+#line 31694 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -32464,16 +31703,16 @@ int _array_ [1 - 2 * !((sizeof (int)) <= $ac_mid)]
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:32467: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:31706: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:32470: \$? = $ac_status" >&5
+ echo "$as_me:31709: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:32473: \"$ac_try\"") >&5
+ { (eval echo "$as_me:31712: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:32476: \$? = $ac_status" >&5
+ echo "$as_me:31715: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_hi=$ac_mid; break
else
@@ -32489,7 +31728,7 @@ cat "conftest.$ac_ext" >&5
ac_hi=-1 ac_mid=-1
while :; do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 32492 "configure"
+#line 31731 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -32501,16 +31740,16 @@ int _array_ [1 - 2 * !((sizeof (int)) >= $ac_mid)]
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:32504: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:31743: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:32507: \$? = $ac_status" >&5
+ echo "$as_me:31746: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:32510: \"$ac_try\"") >&5
+ { (eval echo "$as_me:31749: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:32513: \$? = $ac_status" >&5
+ echo "$as_me:31752: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_lo=$ac_mid; break
else
@@ -32526,7 +31765,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 32529 "configure"
+#line 31768 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -32538,16 +31777,16 @@ int _array_ [1 - 2 * !((sizeof (int)) <= $ac_mid)]
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:32541: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:31780: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:32544: \$? = $ac_status" >&5
+ echo "$as_me:31783: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:32547: \"$ac_try\"") >&5
+ { (eval echo "$as_me:31786: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:32550: \$? = $ac_status" >&5
+ echo "$as_me:31789: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_hi=$ac_mid
else
@@ -32560,12 +31799,12 @@ done
ac_cv_sizeof_int=$ac_lo
else
if test "$cross_compiling" = yes; then
- { { echo "$as_me:32563: error: cannot run test program while cross compiling" >&5
+ { { echo "$as_me:31802: 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 32568 "configure"
+#line 31807 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -32581,15 +31820,15 @@ fclose (f);
}
_ACEOF
rm -f "conftest$ac_exeext"
-if { (eval echo "$as_me:32584: \"$ac_link\"") >&5
+if { (eval echo "$as_me:31823: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:32587: \$? = $ac_status" >&5
+ echo "$as_me:31826: \$? = $ac_status" >&5
(exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"'
- { (eval echo "$as_me:32589: \"$ac_try\"") >&5
+ { (eval echo "$as_me:31828: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:32592: \$? = $ac_status" >&5
+ echo "$as_me:31831: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_sizeof_int=`cat conftest.val`
else
@@ -32605,7 +31844,7 @@ else
ac_cv_sizeof_int=0
fi
fi
-echo "$as_me:32608: result: $ac_cv_sizeof_int" >&5
+echo "$as_me:31847: 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
@@ -32614,11 +31853,11 @@ EOF
if test "${ac_cv_type_int+set}" = set; then
cf_cv_sizeof="$ac_cv_sizeof_int"
if test "${ac_cv_sizeof_int+set}" != set; then
- { echo "$as_me:32617: WARNING: using 4 for sizeof int" >&5
+ { echo "$as_me:31856: 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:32621: WARNING: sizeof int not found, using 4" >&5
+ { echo "$as_me:31860: 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
@@ -32632,13 +31871,13 @@ cf_cv_type=`echo "sizeof_int" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKL
fi
fi
-echo "$as_me:32635: checking for long" >&5
+echo "$as_me:31874: 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 32641 "configure"
+#line 31880 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -32653,16 +31892,16 @@ if (sizeof (long))
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:32656: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:31895: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:32659: \$? = $ac_status" >&5
+ echo "$as_me:31898: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:32662: \"$ac_try\"") >&5
+ { (eval echo "$as_me:31901: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:32665: \$? = $ac_status" >&5
+ echo "$as_me:31904: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_type_long=yes
else
@@ -32672,10 +31911,10 @@ ac_cv_type_long=no
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:32675: result: $ac_cv_type_long" >&5
+echo "$as_me:31914: result: $ac_cv_type_long" >&5
echo "${ECHO_T}$ac_cv_type_long" >&6
-echo "$as_me:32678: checking size of long" >&5
+echo "$as_me:31917: 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
@@ -32684,7 +31923,7 @@ else
if test "$cross_compiling" = yes; then
# Depending upon the size, compute the lo and hi bounds.
cat >"conftest.$ac_ext" <<_ACEOF
-#line 32687 "configure"
+#line 31926 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -32696,21 +31935,21 @@ int _array_ [1 - 2 * !((sizeof (long)) >= 0)]
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:32699: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:31938: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:32702: \$? = $ac_status" >&5
+ echo "$as_me:31941: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:32705: \"$ac_try\"") >&5
+ { (eval echo "$as_me:31944: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:32708: \$? = $ac_status" >&5
+ echo "$as_me:31947: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_lo=0 ac_mid=0
while :; do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 32713 "configure"
+#line 31952 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -32722,16 +31961,16 @@ int _array_ [1 - 2 * !((sizeof (long)) <= $ac_mid)]
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:32725: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:31964: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:32728: \$? = $ac_status" >&5
+ echo "$as_me:31967: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:32731: \"$ac_try\"") >&5
+ { (eval echo "$as_me:31970: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:32734: \$? = $ac_status" >&5
+ echo "$as_me:31973: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_hi=$ac_mid; break
else
@@ -32747,7 +31986,7 @@ cat "conftest.$ac_ext" >&5
ac_hi=-1 ac_mid=-1
while :; do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 32750 "configure"
+#line 31989 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -32759,16 +31998,16 @@ int _array_ [1 - 2 * !((sizeof (long)) >= $ac_mid)]
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:32762: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:32001: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:32765: \$? = $ac_status" >&5
+ echo "$as_me:32004: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:32768: \"$ac_try\"") >&5
+ { (eval echo "$as_me:32007: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:32771: \$? = $ac_status" >&5
+ echo "$as_me:32010: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_lo=$ac_mid; break
else
@@ -32784,7 +32023,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 32787 "configure"
+#line 32026 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -32796,16 +32035,16 @@ int _array_ [1 - 2 * !((sizeof (long)) <= $ac_mid)]
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:32799: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:32038: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:32802: \$? = $ac_status" >&5
+ echo "$as_me:32041: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:32805: \"$ac_try\"") >&5
+ { (eval echo "$as_me:32044: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:32808: \$? = $ac_status" >&5
+ echo "$as_me:32047: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_hi=$ac_mid
else
@@ -32818,12 +32057,12 @@ done
ac_cv_sizeof_long=$ac_lo
else
if test "$cross_compiling" = yes; then
- { { echo "$as_me:32821: error: cannot run test program while cross compiling" >&5
+ { { echo "$as_me:32060: 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 32826 "configure"
+#line 32065 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -32839,15 +32078,15 @@ fclose (f);
}
_ACEOF
rm -f "conftest$ac_exeext"
-if { (eval echo "$as_me:32842: \"$ac_link\"") >&5
+if { (eval echo "$as_me:32081: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:32845: \$? = $ac_status" >&5
+ echo "$as_me:32084: \$? = $ac_status" >&5
(exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"'
- { (eval echo "$as_me:32847: \"$ac_try\"") >&5
+ { (eval echo "$as_me:32086: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:32850: \$? = $ac_status" >&5
+ echo "$as_me:32089: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_sizeof_long=`cat conftest.val`
else
@@ -32863,7 +32102,7 @@ else
ac_cv_sizeof_long=0
fi
fi
-echo "$as_me:32866: result: $ac_cv_sizeof_long" >&5
+echo "$as_me:32105: 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
@@ -32872,11 +32111,11 @@ EOF
if test "${ac_cv_type_long+set}" = set; then
cf_cv_sizeof="$ac_cv_sizeof_long"
if test "${ac_cv_sizeof_long+set}" != set; then
- { echo "$as_me:32875: WARNING: using 4 for sizeof long" >&5
+ { echo "$as_me:32114: 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:32879: WARNING: sizeof long not found, using 4" >&5
+ { echo "$as_me:32118: 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
@@ -32890,13 +32129,13 @@ cf_cv_type=`echo "sizeof_long" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJK
fi
fi
-echo "$as_me:32893: checking for off_t" >&5
+echo "$as_me:32132: 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 32899 "configure"
+#line 32138 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -32911,16 +32150,16 @@ if (sizeof (off_t))
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:32914: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:32153: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:32917: \$? = $ac_status" >&5
+ echo "$as_me:32156: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:32920: \"$ac_try\"") >&5
+ { (eval echo "$as_me:32159: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:32923: \$? = $ac_status" >&5
+ echo "$as_me:32162: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_type_off_t=yes
else
@@ -32930,10 +32169,10 @@ ac_cv_type_off_t=no
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:32933: result: $ac_cv_type_off_t" >&5
+echo "$as_me:32172: result: $ac_cv_type_off_t" >&5
echo "${ECHO_T}$ac_cv_type_off_t" >&6
-echo "$as_me:32936: checking size of off_t" >&5
+echo "$as_me:32175: 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
@@ -32942,7 +32181,7 @@ else
if test "$cross_compiling" = yes; then
# Depending upon the size, compute the lo and hi bounds.
cat >"conftest.$ac_ext" <<_ACEOF
-#line 32945 "configure"
+#line 32184 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -32954,21 +32193,21 @@ int _array_ [1 - 2 * !((sizeof (off_t)) >= 0)]
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:32957: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:32196: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:32960: \$? = $ac_status" >&5
+ echo "$as_me:32199: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:32963: \"$ac_try\"") >&5
+ { (eval echo "$as_me:32202: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:32966: \$? = $ac_status" >&5
+ echo "$as_me:32205: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_lo=0 ac_mid=0
while :; do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 32971 "configure"
+#line 32210 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -32980,16 +32219,16 @@ int _array_ [1 - 2 * !((sizeof (off_t)) <= $ac_mid)]
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:32983: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:32222: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:32986: \$? = $ac_status" >&5
+ echo "$as_me:32225: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:32989: \"$ac_try\"") >&5
+ { (eval echo "$as_me:32228: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:32992: \$? = $ac_status" >&5
+ echo "$as_me:32231: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_hi=$ac_mid; break
else
@@ -33005,7 +32244,7 @@ cat "conftest.$ac_ext" >&5
ac_hi=-1 ac_mid=-1
while :; do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 33008 "configure"
+#line 32247 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -33017,16 +32256,16 @@ int _array_ [1 - 2 * !((sizeof (off_t)) >= $ac_mid)]
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:33020: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:32259: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:33023: \$? = $ac_status" >&5
+ echo "$as_me:32262: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:33026: \"$ac_try\"") >&5
+ { (eval echo "$as_me:32265: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:33029: \$? = $ac_status" >&5
+ echo "$as_me:32268: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_lo=$ac_mid; break
else
@@ -33042,7 +32281,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 33045 "configure"
+#line 32284 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -33054,16 +32293,16 @@ int _array_ [1 - 2 * !((sizeof (off_t)) <= $ac_mid)]
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:33057: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:32296: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:33060: \$? = $ac_status" >&5
+ echo "$as_me:32299: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:33063: \"$ac_try\"") >&5
+ { (eval echo "$as_me:32302: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:33066: \$? = $ac_status" >&5
+ echo "$as_me:32305: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_hi=$ac_mid
else
@@ -33076,12 +32315,12 @@ done
ac_cv_sizeof_off_t=$ac_lo
else
if test "$cross_compiling" = yes; then
- { { echo "$as_me:33079: error: cannot run test program while cross compiling" >&5
+ { { echo "$as_me:32318: 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 33084 "configure"
+#line 32323 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -33097,15 +32336,15 @@ fclose (f);
}
_ACEOF
rm -f "conftest$ac_exeext"
-if { (eval echo "$as_me:33100: \"$ac_link\"") >&5
+if { (eval echo "$as_me:32339: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:33103: \$? = $ac_status" >&5
+ echo "$as_me:32342: \$? = $ac_status" >&5
(exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"'
- { (eval echo "$as_me:33105: \"$ac_try\"") >&5
+ { (eval echo "$as_me:32344: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:33108: \$? = $ac_status" >&5
+ echo "$as_me:32347: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_sizeof_off_t=`cat conftest.val`
else
@@ -33121,7 +32360,7 @@ else
ac_cv_sizeof_off_t=0
fi
fi
-echo "$as_me:33124: result: $ac_cv_sizeof_off_t" >&5
+echo "$as_me:32363: 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
@@ -33130,11 +32369,11 @@ EOF
if test "${ac_cv_type_off_t+set}" = set; then
cf_cv_sizeof="$ac_cv_sizeof_off_t"
if test "${ac_cv_sizeof_off_t+set}" != set; then
- { echo "$as_me:33133: WARNING: using 4 for sizeof off_t" >&5
+ { echo "$as_me:32372: 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:33137: WARNING: sizeof off_t not found, using 4" >&5
+ { echo "$as_me:32376: 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
@@ -33148,13 +32387,13 @@ cf_cv_type=`echo "sizeof_off_t" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJ
fi
fi
-echo "$as_me:33151: checking for size_t" >&5
+echo "$as_me:32390: checking for size_t" >&5
echo $ECHO_N "checking for size_t... $ECHO_C" >&6
if test "${ac_cv_type_size_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 33157 "configure"
+#line 32396 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -33169,16 +32408,16 @@ if (sizeof (size_t))
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:33172: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:32411: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:33175: \$? = $ac_status" >&5
+ echo "$as_me:32414: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:33178: \"$ac_try\"") >&5
+ { (eval echo "$as_me:32417: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:33181: \$? = $ac_status" >&5
+ echo "$as_me:32420: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_type_size_t=yes
else
@@ -33188,10 +32427,10 @@ ac_cv_type_size_t=no
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:33191: result: $ac_cv_type_size_t" >&5
+echo "$as_me:32430: result: $ac_cv_type_size_t" >&5
echo "${ECHO_T}$ac_cv_type_size_t" >&6
-echo "$as_me:33194: checking size of size_t" >&5
+echo "$as_me:32433: checking size of size_t" >&5
echo $ECHO_N "checking size of size_t... $ECHO_C" >&6
if test "${ac_cv_sizeof_size_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -33200,7 +32439,7 @@ else
if test "$cross_compiling" = yes; then
# Depending upon the size, compute the lo and hi bounds.
cat >"conftest.$ac_ext" <<_ACEOF
-#line 33203 "configure"
+#line 32442 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -33212,21 +32451,21 @@ int _array_ [1 - 2 * !((sizeof (size_t)) >= 0)]
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:33215: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:32454: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:33218: \$? = $ac_status" >&5
+ echo "$as_me:32457: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:33221: \"$ac_try\"") >&5
+ { (eval echo "$as_me:32460: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:33224: \$? = $ac_status" >&5
+ echo "$as_me:32463: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_lo=0 ac_mid=0
while :; do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 33229 "configure"
+#line 32468 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -33238,16 +32477,16 @@ int _array_ [1 - 2 * !((sizeof (size_t)) <= $ac_mid)]
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:33241: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:32480: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:33244: \$? = $ac_status" >&5
+ echo "$as_me:32483: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:33247: \"$ac_try\"") >&5
+ { (eval echo "$as_me:32486: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:33250: \$? = $ac_status" >&5
+ echo "$as_me:32489: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_hi=$ac_mid; break
else
@@ -33263,7 +32502,7 @@ cat "conftest.$ac_ext" >&5
ac_hi=-1 ac_mid=-1
while :; do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 33266 "configure"
+#line 32505 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -33275,16 +32514,16 @@ int _array_ [1 - 2 * !((sizeof (size_t)) >= $ac_mid)]
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:33278: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:32517: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:33281: \$? = $ac_status" >&5
+ echo "$as_me:32520: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:33284: \"$ac_try\"") >&5
+ { (eval echo "$as_me:32523: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:33287: \$? = $ac_status" >&5
+ echo "$as_me:32526: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_lo=$ac_mid; break
else
@@ -33300,7 +32539,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 33303 "configure"
+#line 32542 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -33312,16 +32551,16 @@ int _array_ [1 - 2 * !((sizeof (size_t)) <= $ac_mid)]
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:33315: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:32554: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:33318: \$? = $ac_status" >&5
+ echo "$as_me:32557: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:33321: \"$ac_try\"") >&5
+ { (eval echo "$as_me:32560: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:33324: \$? = $ac_status" >&5
+ echo "$as_me:32563: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_hi=$ac_mid
else
@@ -33334,12 +32573,12 @@ done
ac_cv_sizeof_size_t=$ac_lo
else
if test "$cross_compiling" = yes; then
- { { echo "$as_me:33337: error: cannot run test program while cross compiling" >&5
+ { { echo "$as_me:32576: 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 33342 "configure"
+#line 32581 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -33355,15 +32594,15 @@ fclose (f);
}
_ACEOF
rm -f "conftest$ac_exeext"
-if { (eval echo "$as_me:33358: \"$ac_link\"") >&5
+if { (eval echo "$as_me:32597: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:33361: \$? = $ac_status" >&5
+ echo "$as_me:32600: \$? = $ac_status" >&5
(exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"'
- { (eval echo "$as_me:33363: \"$ac_try\"") >&5
+ { (eval echo "$as_me:32602: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:33366: \$? = $ac_status" >&5
+ echo "$as_me:32605: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_sizeof_size_t=`cat conftest.val`
else
@@ -33379,7 +32618,7 @@ else
ac_cv_sizeof_size_t=0
fi
fi
-echo "$as_me:33382: result: $ac_cv_sizeof_size_t" >&5
+echo "$as_me:32621: result: $ac_cv_sizeof_size_t" >&5
echo "${ECHO_T}$ac_cv_sizeof_size_t" >&6
cat >>confdefs.h <<EOF
#define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
@@ -33388,11 +32627,11 @@ EOF
if test "${ac_cv_type_size_t+set}" = set; then
cf_cv_sizeof="$ac_cv_sizeof_size_t"
if test "${ac_cv_sizeof_size_t+set}" != set; then
- { echo "$as_me:33391: WARNING: using 4 for sizeof size_t" >&5
+ { echo "$as_me:32630: WARNING: using 4 for sizeof size_t" >&5
echo "$as_me: WARNING: using 4 for sizeof size_t" >&2;}
ac_cv_sizeof_size_t=4
elif test "x${ac_cv_sizeof_size_t}" = x0; then
- { echo "$as_me:33395: WARNING: sizeof size_t not found, using 4" >&5
+ { echo "$as_me:32634: WARNING: sizeof size_t not found, using 4" >&5
echo "$as_me: WARNING: sizeof size_t not found, using 4" >&2;}
ac_cv_sizeof_size_t=4
fi
@@ -33406,13 +32645,13 @@ cf_cv_type=`echo "sizeof_size_t" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHI
fi
fi
-echo "$as_me:33409: checking for time_t" >&5
+echo "$as_me:32648: 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 33415 "configure"
+#line 32654 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -33427,16 +32666,16 @@ if (sizeof (time_t))
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:33430: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:32669: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:33433: \$? = $ac_status" >&5
+ echo "$as_me:32672: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:33436: \"$ac_try\"") >&5
+ { (eval echo "$as_me:32675: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:33439: \$? = $ac_status" >&5
+ echo "$as_me:32678: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_type_time_t=yes
else
@@ -33446,10 +32685,10 @@ ac_cv_type_time_t=no
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:33449: result: $ac_cv_type_time_t" >&5
+echo "$as_me:32688: result: $ac_cv_type_time_t" >&5
echo "${ECHO_T}$ac_cv_type_time_t" >&6
-echo "$as_me:33452: checking size of time_t" >&5
+echo "$as_me:32691: 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
@@ -33458,7 +32697,7 @@ else
if test "$cross_compiling" = yes; then
# Depending upon the size, compute the lo and hi bounds.
cat >"conftest.$ac_ext" <<_ACEOF
-#line 33461 "configure"
+#line 32700 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -33470,21 +32709,21 @@ int _array_ [1 - 2 * !((sizeof (time_t)) >= 0)]
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:33473: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:32712: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:33476: \$? = $ac_status" >&5
+ echo "$as_me:32715: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:33479: \"$ac_try\"") >&5
+ { (eval echo "$as_me:32718: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:33482: \$? = $ac_status" >&5
+ echo "$as_me:32721: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_lo=0 ac_mid=0
while :; do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 33487 "configure"
+#line 32726 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -33496,16 +32735,16 @@ int _array_ [1 - 2 * !((sizeof (time_t)) <= $ac_mid)]
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:33499: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:32738: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:33502: \$? = $ac_status" >&5
+ echo "$as_me:32741: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:33505: \"$ac_try\"") >&5
+ { (eval echo "$as_me:32744: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:33508: \$? = $ac_status" >&5
+ echo "$as_me:32747: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_hi=$ac_mid; break
else
@@ -33521,7 +32760,7 @@ cat "conftest.$ac_ext" >&5
ac_hi=-1 ac_mid=-1
while :; do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 33524 "configure"
+#line 32763 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -33533,16 +32772,16 @@ int _array_ [1 - 2 * !((sizeof (time_t)) >= $ac_mid)]
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:33536: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:32775: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:33539: \$? = $ac_status" >&5
+ echo "$as_me:32778: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:33542: \"$ac_try\"") >&5
+ { (eval echo "$as_me:32781: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:33545: \$? = $ac_status" >&5
+ echo "$as_me:32784: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_lo=$ac_mid; break
else
@@ -33558,7 +32797,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 33561 "configure"
+#line 32800 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -33570,16 +32809,16 @@ int _array_ [1 - 2 * !((sizeof (time_t)) <= $ac_mid)]
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:33573: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:32812: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:33576: \$? = $ac_status" >&5
+ echo "$as_me:32815: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:33579: \"$ac_try\"") >&5
+ { (eval echo "$as_me:32818: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:33582: \$? = $ac_status" >&5
+ echo "$as_me:32821: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_hi=$ac_mid
else
@@ -33592,12 +32831,12 @@ done
ac_cv_sizeof_time_t=$ac_lo
else
if test "$cross_compiling" = yes; then
- { { echo "$as_me:33595: error: cannot run test program while cross compiling" >&5
+ { { echo "$as_me:32834: 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 33600 "configure"
+#line 32839 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -33613,15 +32852,15 @@ fclose (f);
}
_ACEOF
rm -f "conftest$ac_exeext"
-if { (eval echo "$as_me:33616: \"$ac_link\"") >&5
+if { (eval echo "$as_me:32855: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:33619: \$? = $ac_status" >&5
+ echo "$as_me:32858: \$? = $ac_status" >&5
(exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"'
- { (eval echo "$as_me:33621: \"$ac_try\"") >&5
+ { (eval echo "$as_me:32860: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:33624: \$? = $ac_status" >&5
+ echo "$as_me:32863: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_sizeof_time_t=`cat conftest.val`
else
@@ -33637,7 +32876,7 @@ else
ac_cv_sizeof_time_t=0
fi
fi
-echo "$as_me:33640: result: $ac_cv_sizeof_time_t" >&5
+echo "$as_me:32879: 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
@@ -33646,11 +32885,11 @@ EOF
if test "${ac_cv_type_time_t+set}" = set; then
cf_cv_sizeof="$ac_cv_sizeof_time_t"
if test "${ac_cv_sizeof_time_t+set}" != set; then
- { echo "$as_me:33649: WARNING: using 4 for sizeof time_t" >&5
+ { echo "$as_me:32888: 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:33653: WARNING: sizeof time_t not found, using 4" >&5
+ { echo "$as_me:32892: 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
@@ -33664,13 +32903,13 @@ cf_cv_type=`echo "sizeof_time_t" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHI
fi
fi
-echo "$as_me:33667: checking for intptr_t" >&5
+echo "$as_me:32906: 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 33673 "configure"
+#line 32912 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -33685,16 +32924,16 @@ if (sizeof (intptr_t))
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:33688: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:32927: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:33691: \$? = $ac_status" >&5
+ echo "$as_me:32930: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:33694: \"$ac_try\"") >&5
+ { (eval echo "$as_me:32933: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:33697: \$? = $ac_status" >&5
+ echo "$as_me:32936: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_type_intptr_t=yes
else
@@ -33704,7 +32943,7 @@ ac_cv_type_intptr_t=no
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:33707: result: $ac_cv_type_intptr_t" >&5
+echo "$as_me:32946: 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
:
@@ -33718,13 +32957,13 @@ fi
# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
# for constant arguments. Useless!
-echo "$as_me:33721: checking for working alloca.h" >&5
+echo "$as_me:32960: 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 33727 "configure"
+#line 32966 "configure"
#include "confdefs.h"
#include <alloca.h>
int
@@ -33736,16 +32975,16 @@ char *p = (char *) alloca (2 * sizeof (int));
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:33739: \"$ac_link\"") >&5
+if { (eval echo "$as_me:32978: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:33742: \$? = $ac_status" >&5
+ echo "$as_me:32981: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:33745: \"$ac_try\"") >&5
+ { (eval echo "$as_me:32984: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:33748: \$? = $ac_status" >&5
+ echo "$as_me:32987: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_working_alloca_h=yes
else
@@ -33755,7 +32994,7 @@ ac_cv_working_alloca_h=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:33758: result: $ac_cv_working_alloca_h" >&5
+echo "$as_me:32997: 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
@@ -33765,13 +33004,13 @@ EOF
fi
-echo "$as_me:33768: checking for alloca" >&5
+echo "$as_me:33007: 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 33774 "configure"
+#line 33013 "configure"
#include "confdefs.h"
#ifdef __GNUC__
# define alloca __builtin_alloca
@@ -33803,16 +33042,16 @@ char *p = (char *) alloca (1);
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:33806: \"$ac_link\"") >&5
+if { (eval echo "$as_me:33045: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:33809: \$? = $ac_status" >&5
+ echo "$as_me:33048: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:33812: \"$ac_try\"") >&5
+ { (eval echo "$as_me:33051: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:33815: \$? = $ac_status" >&5
+ echo "$as_me:33054: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_func_alloca_works=yes
else
@@ -33822,7 +33061,7 @@ ac_cv_func_alloca_works=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:33825: result: $ac_cv_func_alloca_works" >&5
+echo "$as_me:33064: 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
@@ -33843,13 +33082,13 @@ cat >>confdefs.h <<\EOF
#define C_ALLOCA 1
EOF
-echo "$as_me:33846: checking whether \`alloca.c' needs Cray hooks" >&5
+echo "$as_me:33085: 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 33852 "configure"
+#line 33091 "configure"
#include "confdefs.h"
#if defined(CRAY) && ! defined(CRAY2)
webecray
@@ -33867,18 +33106,18 @@ fi
rm -rf conftest*
fi
-echo "$as_me:33870: result: $ac_cv_os_cray" >&5
+echo "$as_me:33109: 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:33875: checking for $ac_func" >&5
+echo "$as_me:33114: 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 33881 "configure"
+#line 33120 "configure"
#include "confdefs.h"
#define $ac_func autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -33909,16 +33148,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:33912: \"$ac_link\"") >&5
+if { (eval echo "$as_me:33151: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:33915: \$? = $ac_status" >&5
+ echo "$as_me:33154: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:33918: \"$ac_try\"") >&5
+ { (eval echo "$as_me:33157: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:33921: \$? = $ac_status" >&5
+ echo "$as_me:33160: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
eval "$as_ac_var=yes"
else
@@ -33928,7 +33167,7 @@ eval "$as_ac_var=no"
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:33931: result: `eval echo '${'"$as_ac_var"'}'`" >&5
+echo "$as_me:33170: 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
@@ -33942,7 +33181,7 @@ fi
done
fi
-echo "$as_me:33945: checking stack direction for C alloca" >&5
+echo "$as_me:33184: 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
@@ -33951,7 +33190,7 @@ else
ac_cv_c_stack_direction=0
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 33954 "configure"
+#line 33193 "configure"
#include "confdefs.h"
int
find_stack_direction (void)
@@ -33974,15 +33213,15 @@ main (void)
}
_ACEOF
rm -f "conftest$ac_exeext"
-if { (eval echo "$as_me:33977: \"$ac_link\"") >&5
+if { (eval echo "$as_me:33216: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:33980: \$? = $ac_status" >&5
+ echo "$as_me:33219: \$? = $ac_status" >&5
(exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"'
- { (eval echo "$as_me:33982: \"$ac_try\"") >&5
+ { (eval echo "$as_me:33221: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:33985: \$? = $ac_status" >&5
+ echo "$as_me:33224: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_c_stack_direction=1
else
@@ -33994,7 +33233,7 @@ fi
rm -f core ./core.* ./*.core "conftest$ac_exeext" "conftest.$ac_objext" "conftest.$ac_ext"
fi
fi
-echo "$as_me:33997: result: $ac_cv_c_stack_direction" >&5
+echo "$as_me:33236: result: $ac_cv_c_stack_direction" >&5
echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
cat >>confdefs.h <<EOF
@@ -34006,23 +33245,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:34009: checking for $ac_header" >&5
+echo "$as_me:33248: 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 34015 "configure"
+#line 33254 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:34019: \"$ac_cpp "conftest.$ac_ext"\"") >&5
+if { (eval echo "$as_me:33258: \"$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:34025: \$? = $ac_status" >&5
+ echo "$as_me:33264: \$? = $ac_status" >&5
(exit "$ac_status"); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -34041,7 +33280,7 @@ else
fi
rm -f conftest.err "conftest.$ac_ext"
fi
-echo "$as_me:34044: result: `eval echo '${'"$as_ac_Header"'}'`" >&5
+echo "$as_me:33283: 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
@@ -34054,13 +33293,13 @@ done
for ac_func in fork vfork
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:34057: checking for $ac_func" >&5
+echo "$as_me:33296: 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 34063 "configure"
+#line 33302 "configure"
#include "confdefs.h"
#define $ac_func autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -34091,16 +33330,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:34094: \"$ac_link\"") >&5
+if { (eval echo "$as_me:33333: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:34097: \$? = $ac_status" >&5
+ echo "$as_me:33336: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:34100: \"$ac_try\"") >&5
+ { (eval echo "$as_me:33339: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:34103: \$? = $ac_status" >&5
+ echo "$as_me:33342: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
eval "$as_ac_var=yes"
else
@@ -34110,7 +33349,7 @@ eval "$as_ac_var=no"
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:34113: result: `eval echo '${'"$as_ac_var"'}'`" >&5
+echo "$as_me:33352: 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
@@ -34122,7 +33361,7 @@ done
ac_cv_func_fork_works=$ac_cv_func_fork
if test "x$ac_cv_func_fork" = xyes; then
- echo "$as_me:34125: checking for working fork" >&5
+ echo "$as_me:33364: 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
@@ -34145,15 +33384,15 @@ else
}
_ACEOF
rm -f "conftest$ac_exeext"
-if { (eval echo "$as_me:34148: \"$ac_link\"") >&5
+if { (eval echo "$as_me:33387: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:34151: \$? = $ac_status" >&5
+ echo "$as_me:33390: \$? = $ac_status" >&5
(exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"'
- { (eval echo "$as_me:34153: \"$ac_try\"") >&5
+ { (eval echo "$as_me:33392: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:34156: \$? = $ac_status" >&5
+ echo "$as_me:33395: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_func_fork_works=yes
else
@@ -34165,7 +33404,7 @@ fi
rm -f core ./core.* ./*.core "conftest$ac_exeext" "conftest.$ac_objext" "conftest.$ac_ext"
fi
fi
-echo "$as_me:34168: result: $ac_cv_func_fork_works" >&5
+echo "$as_me:33407: result: $ac_cv_func_fork_works" >&5
echo "${ECHO_T}$ac_cv_func_fork_works" >&6
fi
@@ -34179,12 +33418,12 @@ if test "x$ac_cv_func_fork_works" = xcross; then
ac_cv_func_fork_works=yes
;;
esac
- { echo "$as_me:34182: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&5
+ { echo "$as_me:33421: 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:34187: checking for working vfork" >&5
+ echo "$as_me:33426: 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
@@ -34193,7 +33432,7 @@ else
ac_cv_func_vfork_works=cross
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 34196 "configure"
+#line 33435 "configure"
#include "confdefs.h"
/* Thanks to Paul Eggert for this test. */
#include <stdio.h>
@@ -34286,15 +33525,15 @@ main (void)
}
_ACEOF
rm -f "conftest$ac_exeext"
-if { (eval echo "$as_me:34289: \"$ac_link\"") >&5
+if { (eval echo "$as_me:33528: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:34292: \$? = $ac_status" >&5
+ echo "$as_me:33531: \$? = $ac_status" >&5
(exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"'
- { (eval echo "$as_me:34294: \"$ac_try\"") >&5
+ { (eval echo "$as_me:33533: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:34297: \$? = $ac_status" >&5
+ echo "$as_me:33536: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_func_vfork_works=yes
else
@@ -34306,13 +33545,13 @@ fi
rm -f core ./core.* ./*.core "conftest$ac_exeext" "conftest.$ac_objext" "conftest.$ac_ext"
fi
fi
-echo "$as_me:34309: result: $ac_cv_func_vfork_works" >&5
+echo "$as_me:33548: 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:34315: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&5
+ { echo "$as_me:33554: 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
@@ -34337,14 +33576,14 @@ EOF
fi
-echo "$as_me:34340: checking if we should use fcntl or ioctl" >&5
+echo "$as_me:33579: 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 34347 "configure"
+#line 33586 "configure"
#include "confdefs.h"
#include <sys/types.h>
@@ -34361,16 +33600,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:34364: \"$ac_link\"") >&5
+if { (eval echo "$as_me:33603: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:34367: \$? = $ac_status" >&5
+ echo "$as_me:33606: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:34370: \"$ac_try\"") >&5
+ { (eval echo "$as_me:33609: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:34373: \$? = $ac_status" >&5
+ echo "$as_me:33612: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_fionbio=ioctl
else
@@ -34378,7 +33617,7 @@ else
cat "conftest.$ac_ext" >&5
cat >"conftest.$ac_ext" <<_ACEOF
-#line 34381 "configure"
+#line 33620 "configure"
#include "confdefs.h"
#include <sys/types.h>
@@ -34400,16 +33639,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:34403: \"$ac_link\"") >&5
+if { (eval echo "$as_me:33642: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:34406: \$? = $ac_status" >&5
+ echo "$as_me:33645: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:34409: \"$ac_try\"") >&5
+ { (eval echo "$as_me:33648: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:34412: \$? = $ac_status" >&5
+ echo "$as_me:33651: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_fionbio=fcntl
else
@@ -34422,21 +33661,21 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:34425: result: $cf_cv_fionbio" >&5
+echo "$as_me:33664: 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:34432: checking for broken/missing definition of remove" >&5
+echo "$as_me:33671: 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 34439 "configure"
+#line 33678 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -34448,23 +33687,23 @@ remove("dummy")
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:34451: \"$ac_link\"") >&5
+if { (eval echo "$as_me:33690: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:34454: \$? = $ac_status" >&5
+ echo "$as_me:33693: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:34457: \"$ac_try\"") >&5
+ { (eval echo "$as_me:33696: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:34460: \$? = $ac_status" >&5
+ echo "$as_me:33699: \$? = $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 34467 "configure"
+#line 33706 "configure"
#include "confdefs.h"
#include <stdio.h>
int __unlink(name) { return unlink(name); }
@@ -34477,16 +33716,16 @@ remove("dummy")
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:34480: \"$ac_link\"") >&5
+if { (eval echo "$as_me:33719: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:34483: \$? = $ac_status" >&5
+ echo "$as_me:33722: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:34486: \"$ac_try\"") >&5
+ { (eval echo "$as_me:33725: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:34489: \$? = $ac_status" >&5
+ echo "$as_me:33728: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_baddef_remove=yes
else
@@ -34501,21 +33740,21 @@ rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:34504: result: $cf_cv_baddef_remove" >&5
+echo "$as_me:33743: 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:34511: checking for lstat" >&5
+echo "$as_me:33750: 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 34518 "configure"
+#line 33757 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -34527,16 +33766,16 @@ struct stat sb; lstat(".", &sb); (void) sb
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:34530: \"$ac_link\"") >&5
+if { (eval echo "$as_me:33769: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:34533: \$? = $ac_status" >&5
+ echo "$as_me:33772: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:34536: \"$ac_try\"") >&5
+ { (eval echo "$as_me:33775: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:34539: \$? = $ac_status" >&5
+ echo "$as_me:33778: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_func_lstat=yes
else
@@ -34548,7 +33787,7 @@ rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:34551: result: $ac_cv_func_lstat " >&5
+echo "$as_me:33790: result: $ac_cv_func_lstat " >&5
echo "${ECHO_T}$ac_cv_func_lstat " >&6
if test "$ac_cv_func_lstat" = yes; then
@@ -34558,14 +33797,14 @@ EOF
fi
-echo "$as_me:34561: checking for getpwuid" >&5
+echo "$as_me:33800: checking for getpwuid" >&5
echo $ECHO_N "checking for getpwuid... $ECHO_C" >&6
if test "${ac_cv_func_getpwuid+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 34568 "configure"
+#line 33807 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -34583,16 +33822,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:34586: \"$ac_link\"") >&5
+if { (eval echo "$as_me:33825: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:34589: \$? = $ac_status" >&5
+ echo "$as_me:33828: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:34592: \"$ac_try\"") >&5
+ { (eval echo "$as_me:33831: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:34595: \$? = $ac_status" >&5
+ echo "$as_me:33834: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_func_getpwuid=yes
else
@@ -34603,7 +33842,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:34606: result: $ac_cv_func_getpwuid" >&5
+echo "$as_me:33845: result: $ac_cv_func_getpwuid" >&5
echo "${ECHO_T}$ac_cv_func_getpwuid" >&6
if test "$ac_cv_func_getpwuid" = yes; then
ac_cv_header_pwd_h=yes
@@ -34618,14 +33857,14 @@ EOF
fi
-echo "$as_me:34621: checking for passwd.pw_gecos" >&5
+echo "$as_me:33860: checking for passwd.pw_gecos" >&5
echo $ECHO_N "checking for passwd.pw_gecos... $ECHO_C" >&6
if test "${cf_cv_pw_gecos+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 34628 "configure"
+#line 33867 "configure"
#include "confdefs.h"
#include <pwd.h>
@@ -34642,16 +33881,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:34645: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:33884: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:34648: \$? = $ac_status" >&5
+ echo "$as_me:33887: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:34651: \"$ac_try\"") >&5
+ { (eval echo "$as_me:33890: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:34654: \$? = $ac_status" >&5
+ echo "$as_me:33893: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_pw_gecos=yes
else
@@ -34661,20 +33900,20 @@ cf_cv_pw_gecos=no
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:34664: result: $cf_cv_pw_gecos" >&5
+echo "$as_me:33903: result: $cf_cv_pw_gecos" >&5
echo "${ECHO_T}$cf_cv_pw_gecos" >&6
test $cf_cv_pw_gecos = no &&
cat >>confdefs.h <<\EOF
#define DONT_HAVE_PW_GECOS 1
EOF
-echo "$as_me:34671: checking for vasprintf" >&5
+echo "$as_me:33910: checking for vasprintf" >&5
echo $ECHO_N "checking for vasprintf... $ECHO_C" >&6
if test "${ac_cv_func_vasprintf+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 34677 "configure"
+#line 33916 "configure"
#include "confdefs.h"
#define vasprintf autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -34705,16 +33944,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:34708: \"$ac_link\"") >&5
+if { (eval echo "$as_me:33947: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:34711: \$? = $ac_status" >&5
+ echo "$as_me:33950: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:34714: \"$ac_try\"") >&5
+ { (eval echo "$as_me:33953: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:34717: \$? = $ac_status" >&5
+ echo "$as_me:33956: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_func_vasprintf=yes
else
@@ -34724,7 +33963,7 @@ ac_cv_func_vasprintf=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:34727: result: $ac_cv_func_vasprintf" >&5
+echo "$as_me:33966: result: $ac_cv_func_vasprintf" >&5
echo "${ECHO_T}$ac_cv_func_vasprintf" >&6
if test "$ac_cv_func_vasprintf" = yes; then
@@ -34732,10 +33971,10 @@ cat >>confdefs.h <<\EOF
#define HAVE_VASPRINTF 1
EOF
- echo "$as_me:34735: checking if vasprintf requires workaround" >&5
+ echo "$as_me:33974: checking if vasprintf requires workaround" >&5
echo $ECHO_N "checking if vasprintf requires workaround... $ECHO_C" >&6
cat >"conftest.$ac_ext" <<_ACEOF
-#line 34738 "configure"
+#line 33977 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -34751,19 +33990,19 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:34754: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:33993: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:34757: \$? = $ac_status" >&5
+ echo "$as_me:33996: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:34760: \"$ac_try\"") >&5
+ { (eval echo "$as_me:33999: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:34763: \$? = $ac_status" >&5
+ echo "$as_me:34002: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
- echo "$as_me:34766: result: no" >&5
+ echo "$as_me:34005: result: no" >&5
echo "${ECHO_T}no" >&6
else
@@ -34771,7 +34010,7 @@ else
cat "conftest.$ac_ext" >&5
cat >"conftest.$ac_ext" <<_ACEOF
-#line 34774 "configure"
+#line 34013 "configure"
#include "confdefs.h"
#ifndef _GNU_SOURCE
@@ -34790,19 +34029,19 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:34793: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:34032: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:34796: \$? = $ac_status" >&5
+ echo "$as_me:34035: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:34799: \"$ac_try\"") >&5
+ { (eval echo "$as_me:34038: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:34802: \$? = $ac_status" >&5
+ echo "$as_me:34041: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
- echo "$as_me:34805: result: yes" >&5
+ echo "$as_me:34044: result: yes" >&5
echo "${ECHO_T}yes" >&6
test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS "
@@ -34812,7 +34051,7 @@ else
echo "$as_me: failed program was:" >&5
cat "conftest.$ac_ext" >&5
- echo "$as_me:34815: result: unknown" >&5
+ echo "$as_me:34054: result: unknown" >&5
echo "${ECHO_T}unknown" >&6
fi
@@ -34845,13 +34084,13 @@ for ac_func in \
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:34848: checking for $ac_func" >&5
+echo "$as_me:34087: 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 34854 "configure"
+#line 34093 "configure"
#include "confdefs.h"
#define $ac_func autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -34882,16 +34121,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:34885: \"$ac_link\"") >&5
+if { (eval echo "$as_me:34124: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:34888: \$? = $ac_status" >&5
+ echo "$as_me:34127: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:34891: \"$ac_try\"") >&5
+ { (eval echo "$as_me:34130: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:34894: \$? = $ac_status" >&5
+ echo "$as_me:34133: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
eval "$as_ac_var=yes"
else
@@ -34901,7 +34140,7 @@ eval "$as_ac_var=no"
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:34904: result: `eval echo '${'"$as_ac_var"'}'`" >&5
+echo "$as_me:34143: 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
@@ -34915,13 +34154,13 @@ for ac_func in \
mkdtemp
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:34918: checking for $ac_func" >&5
+echo "$as_me:34157: 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 34924 "configure"
+#line 34163 "configure"
#include "confdefs.h"
#define $ac_func autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -34952,16 +34191,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:34955: \"$ac_link\"") >&5
+if { (eval echo "$as_me:34194: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:34958: \$? = $ac_status" >&5
+ echo "$as_me:34197: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:34961: \"$ac_try\"") >&5
+ { (eval echo "$as_me:34200: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:34964: \$? = $ac_status" >&5
+ echo "$as_me:34203: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
eval "$as_ac_var=yes"
else
@@ -34971,7 +34210,7 @@ eval "$as_ac_var=no"
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:34974: result: `eval echo '${'"$as_ac_var"'}'`" >&5
+echo "$as_me:34213: 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
@@ -34983,13 +34222,13 @@ else
for ac_func in mktemp
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:34986: checking for $ac_func" >&5
+echo "$as_me:34225: 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 34992 "configure"
+#line 34231 "configure"
#include "confdefs.h"
#define $ac_func autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -35020,16 +34259,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:35023: \"$ac_link\"") >&5
+if { (eval echo "$as_me:34262: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:35026: \$? = $ac_status" >&5
+ echo "$as_me:34265: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:35029: \"$ac_try\"") >&5
+ { (eval echo "$as_me:34268: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:35032: \$? = $ac_status" >&5
+ echo "$as_me:34271: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
eval "$as_ac_var=yes"
else
@@ -35039,7 +34278,7 @@ eval "$as_ac_var=no"
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:35042: result: `eval echo '${'"$as_ac_var"'}'`" >&5
+echo "$as_me:34281: 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
@@ -35059,13 +34298,13 @@ for ac_func in \
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:35062: checking for $ac_func" >&5
+echo "$as_me:34301: 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 35068 "configure"
+#line 34307 "configure"
#include "confdefs.h"
#define $ac_func autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -35096,16 +34335,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:35099: \"$ac_link\"") >&5
+if { (eval echo "$as_me:34338: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:35102: \$? = $ac_status" >&5
+ echo "$as_me:34341: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:35105: \"$ac_try\"") >&5
+ { (eval echo "$as_me:34344: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:35108: \$? = $ac_status" >&5
+ echo "$as_me:34347: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
eval "$as_ac_var=yes"
else
@@ -35115,7 +34354,7 @@ eval "$as_ac_var=no"
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:35118: result: `eval echo '${'"$as_ac_var"'}'`" >&5
+echo "$as_me:34357: 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
@@ -35130,23 +34369,23 @@ done
for ac_header in limits.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:35133: checking for $ac_header" >&5
+echo "$as_me:34372: 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 35139 "configure"
+#line 34378 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:35143: \"$ac_cpp "conftest.$ac_ext"\"") >&5
+if { (eval echo "$as_me:34382: \"$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:35149: \$? = $ac_status" >&5
+ echo "$as_me:34388: \$? = $ac_status" >&5
(exit "$ac_status"); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -35165,7 +34404,7 @@ else
fi
rm -f conftest.err "conftest.$ac_ext"
fi
-echo "$as_me:35168: result: `eval echo '${'"$as_ac_Header"'}'`" >&5
+echo "$as_me:34407: 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
@@ -35175,17 +34414,17 @@ EOF
fi
done
-echo "$as_me:35178: checking for arc2random" >&5
-echo $ECHO_N "checking for arc2random... $ECHO_C" >&6
-if test "${ac_cv_func_arc2random+set}" = set; then
+echo "$as_me:34417: checking for arc4random" >&5
+echo $ECHO_N "checking for arc4random... $ECHO_C" >&6
+if test "${ac_cv_func_arc4random+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 35184 "configure"
+#line 34423 "configure"
#include "confdefs.h"
-#define arc2random autoconf_temporary
+#define arc4random autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
-#undef arc2random
+#undef arc4random
#ifdef __cplusplus
extern "C"
@@ -35193,7 +34432,7 @@ extern "C"
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
-char arc2random (void);
+char arc4random (void);
int
main (void)
@@ -35202,41 +34441,41 @@ main (void)
/* The GNU C library defines stubs for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
-#if defined (__stub_arc2random) || defined (__stub___arc2random)
-#error found stub for arc2random
+#if defined (__stub_arc4random) || defined (__stub___arc4random)
+#error found stub for arc4random
#endif
- return arc2random ();
+ return arc4random ();
;
return 0;
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:35215: \"$ac_link\"") >&5
+if { (eval echo "$as_me:34454: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:35218: \$? = $ac_status" >&5
+ echo "$as_me:34457: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:35221: \"$ac_try\"") >&5
+ { (eval echo "$as_me:34460: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:35224: \$? = $ac_status" >&5
+ echo "$as_me:34463: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
- ac_cv_func_arc2random=yes
+ ac_cv_func_arc4random=yes
else
echo "$as_me: failed program was:" >&5
cat "conftest.$ac_ext" >&5
-ac_cv_func_arc2random=no
+ac_cv_func_arc4random=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:35234: result: $ac_cv_func_arc2random" >&5
-echo "${ECHO_T}$ac_cv_func_arc2random" >&6
-if test "$ac_cv_func_arc2random" = yes; then
+echo "$as_me:34473: result: $ac_cv_func_arc4random" >&5
+echo "${ECHO_T}$ac_cv_func_arc4random" >&6
+if test "$ac_cv_func_arc4random" = yes; then
:
else
- echo "$as_me:35239: checking for arc4random in -lbsd" >&5
+ echo "$as_me:34478: checking for arc4random in -lbsd" >&5
echo $ECHO_N "checking for arc4random in -lbsd... $ECHO_C" >&6
if test "${ac_cv_lib_bsd_arc4random+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -35244,7 +34483,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lbsd $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 35247 "configure"
+#line 34486 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -35263,16 +34502,16 @@ arc4random ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:35266: \"$ac_link\"") >&5
+if { (eval echo "$as_me:34505: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:35269: \$? = $ac_status" >&5
+ echo "$as_me:34508: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:35272: \"$ac_try\"") >&5
+ { (eval echo "$as_me:34511: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:35275: \$? = $ac_status" >&5
+ echo "$as_me:34514: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_bsd_arc4random=yes
else
@@ -35283,7 +34522,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:35286: result: $ac_cv_lib_bsd_arc4random" >&5
+echo "$as_me:34525: result: $ac_cv_lib_bsd_arc4random" >&5
echo "${ECHO_T}$ac_cv_lib_bsd_arc4random" >&6
if test "$ac_cv_lib_bsd_arc4random" = yes; then
@@ -35307,14 +34546,14 @@ fi
fi
-echo "$as_me:35310: checking for random-integer functions" >&5
+echo "$as_me:34549: 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
else
cf_cv_srand_func=unknown
-for cf_func in arc4random_push/arc4random arc4random_stir/arc4random srandom/random srand48/lrand48 srand/rand
+for cf_func in arc4random_stir/arc4random srandom/random srand48/lrand48 srand/rand
do
cf_srand_func=`echo $cf_func | sed -e 's%/.*%%'`
@@ -35327,7 +34566,7 @@ do
esac
cat >"conftest.$ac_ext" <<_ACEOF
-#line 35330 "configure"
+#line 34569 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -35344,16 +34583,16 @@ long seed = 1; $cf_srand_func(seed); seed = $cf_rand_func(); (void)seed
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:35347: \"$ac_link\"") >&5
+if { (eval echo "$as_me:34586: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:35350: \$? = $ac_status" >&5
+ echo "$as_me:34589: \$? = $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:34592: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:35356: \$? = $ac_status" >&5
+ echo "$as_me:34595: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_srand_func=$cf_func
break
@@ -35365,10 +34604,10 @@ rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
done
fi
-echo "$as_me:35368: result: $cf_cv_srand_func" >&5
+echo "$as_me:34607: 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:35371: checking for range of random-integers" >&5
+ echo "$as_me:34610: 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
@@ -35389,7 +34628,7 @@ else
;;
esac
cat >"conftest.$ac_ext" <<_ACEOF
-#line 35392 "configure"
+#line 34631 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -35406,16 +34645,16 @@ long x = $cf_cv_rand_max; (void)x
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:35409: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:34648: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:35412: \$? = $ac_status" >&5
+ echo "$as_me:34651: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:35415: \"$ac_try\"") >&5
+ { (eval echo "$as_me:34654: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:35418: \$? = $ac_status" >&5
+ echo "$as_me:34657: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -35426,15 +34665,15 @@ fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:35429: result: $cf_cv_rand_max" >&5
+echo "$as_me:34668: result: $cf_cv_rand_max" >&5
echo "${ECHO_T}$cf_cv_rand_max" >&6
case "$cf_cv_srand_func" in
(*/arc4random)
- echo "$as_me:35434: checking if <bsd/stdlib.h> should be included" >&5
+ echo "$as_me:34673: 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 35437 "configure"
+#line 34676 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -35452,23 +34691,23 @@ void *arc4random(int);
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:35455: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:34694: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:35458: \$? = $ac_status" >&5
+ echo "$as_me:34697: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:35461: \"$ac_try\"") >&5
+ { (eval echo "$as_me:34700: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:35464: \$? = $ac_status" >&5
+ echo "$as_me:34703: \$? = $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 35471 "configure"
+#line 34710 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -35485,16 +34724,16 @@ unsigned long x = arc4random(); (void)x
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:35488: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:34727: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:35491: \$? = $ac_status" >&5
+ echo "$as_me:34730: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:35494: \"$ac_try\"") >&5
+ { (eval echo "$as_me:34733: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:35497: \$? = $ac_status" >&5
+ echo "$as_me:34736: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_bsd_stdlib_h=yes
else
@@ -35505,7 +34744,7 @@ fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
- echo "$as_me:35508: result: $cf_bsd_stdlib_h" >&5
+ echo "$as_me:34747: result: $cf_bsd_stdlib_h" >&5
echo "${ECHO_T}$cf_bsd_stdlib_h" >&6
if test "$cf_bsd_stdlib_h" = yes
then
@@ -35515,10 +34754,10 @@ cat >>confdefs.h <<\EOF
EOF
else
- echo "$as_me:35518: checking if <bsd/random.h> should be included" >&5
+ echo "$as_me:34757: 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 35521 "configure"
+#line 34760 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -35536,23 +34775,23 @@ void *arc4random(int);
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:35539: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:34778: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:35542: \$? = $ac_status" >&5
+ echo "$as_me:34781: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:35545: \"$ac_try\"") >&5
+ { (eval echo "$as_me:34784: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:35548: \$? = $ac_status" >&5
+ echo "$as_me:34787: \$? = $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 35555 "configure"
+#line 34794 "configure"
#include "confdefs.h"
#include <bsd/random.h>
int
@@ -35564,16 +34803,16 @@ unsigned long x = arc4random(); (void)x
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:35567: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:34806: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:35570: \$? = $ac_status" >&5
+ echo "$as_me:34809: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:35573: \"$ac_try\"") >&5
+ { (eval echo "$as_me:34812: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:35576: \$? = $ac_status" >&5
+ echo "$as_me:34815: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_bsd_random_h=yes
else
@@ -35584,7 +34823,7 @@ fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
- echo "$as_me:35587: result: $cf_bsd_random_h" >&5
+ echo "$as_me:34826: result: $cf_bsd_random_h" >&5
echo "${ECHO_T}$cf_bsd_random_h" >&6
if test "$cf_bsd_random_h" = yes
then
@@ -35594,7 +34833,7 @@ cat >>confdefs.h <<\EOF
EOF
else
- { echo "$as_me:35597: WARNING: no header file found for arc4random" >&5
+ { echo "$as_me:34836: WARNING: no header file found for arc4random" >&5
echo "$as_me: WARNING: no header file found for arc4random" >&2;}
fi
fi
@@ -35629,13 +34868,13 @@ fi
for ac_func in sleep
do
-echo "$as_me:35632: checking for $ac_func declaration" >&5
+echo "$as_me:34871: 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 35638 "configure"
+#line 34877 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -35658,20 +34897,20 @@ extern int $ac_func(void);
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:35661: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:34900: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:35664: \$? = $ac_status" >&5
+ echo "$as_me:34903: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:35667: \"$ac_try\"") >&5
+ { (eval echo "$as_me:34906: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:35670: \$? = $ac_status" >&5
+ echo "$as_me:34909: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cat >"conftest.$ac_ext" <<_ACEOF
-#line 35674 "configure"
+#line 34913 "configure"
#include "confdefs.h"
#ifdef HAVE_STDLIB_H
@@ -35692,16 +34931,16 @@ int (*p)(struct cf_check_funcdecl*) = $ac_func;
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:35695: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:34934: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:35698: \$? = $ac_status" >&5
+ echo "$as_me:34937: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:35701: \"$ac_try\"") >&5
+ { (eval echo "$as_me:34940: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:35704: \$? = $ac_status" >&5
+ echo "$as_me:34943: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
eval "ac_cv_func_decl_$ac_func=yes"
@@ -35722,11 +34961,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:35725: result: yes" >&5
+ echo "$as_me:34964: result: yes" >&5
echo "${ECHO_T}yes" >&6
:
else
- echo "$as_me:35729: result: no" >&5
+ echo "$as_me:34968: result: no" >&5
echo "${ECHO_T}no" >&6
ac_tr_func=`echo "DECL_$ac_func" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
@@ -35741,13 +34980,13 @@ done
for ac_func in strstr
do
-echo "$as_me:35744: checking for $ac_func declaration" >&5
+echo "$as_me:34983: 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 35750 "configure"
+#line 34989 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -35763,20 +35002,20 @@ extern int $ac_func(void);
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:35766: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:35005: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:35769: \$? = $ac_status" >&5
+ echo "$as_me:35008: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:35772: \"$ac_try\"") >&5
+ { (eval echo "$as_me:35011: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:35775: \$? = $ac_status" >&5
+ echo "$as_me:35014: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cat >"conftest.$ac_ext" <<_ACEOF
-#line 35779 "configure"
+#line 35018 "configure"
#include "confdefs.h"
#include <string.h>
int
@@ -35790,16 +35029,16 @@ int (*p)(struct cf_check_funcdecl*) = $ac_func;
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:35793: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:35032: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:35796: \$? = $ac_status" >&5
+ echo "$as_me:35035: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:35799: \"$ac_try\"") >&5
+ { (eval echo "$as_me:35038: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:35802: \$? = $ac_status" >&5
+ echo "$as_me:35041: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
eval "ac_cv_func_decl_$ac_func=yes"
@@ -35820,11 +35059,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:35823: result: yes" >&5
+ echo "$as_me:35062: result: yes" >&5
echo "${ECHO_T}yes" >&6
:
else
- echo "$as_me:35827: result: no" >&5
+ echo "$as_me:35066: result: no" >&5
echo "${ECHO_T}no" >&6
ac_tr_func=`echo "DECL_$ac_func" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
@@ -35839,13 +35078,13 @@ done
for ac_func in getgrgid getgrnam
do
-echo "$as_me:35842: checking for $ac_func declaration" >&5
+echo "$as_me:35081: 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 35848 "configure"
+#line 35087 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -35863,20 +35102,20 @@ extern int $ac_func(void);
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:35866: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:35105: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:35869: \$? = $ac_status" >&5
+ echo "$as_me:35108: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:35872: \"$ac_try\"") >&5
+ { (eval echo "$as_me:35111: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:35875: \$? = $ac_status" >&5
+ echo "$as_me:35114: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cat >"conftest.$ac_ext" <<_ACEOF
-#line 35879 "configure"
+#line 35118 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -35892,16 +35131,16 @@ int (*p)(struct cf_check_funcdecl*) = $ac_func;
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:35895: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:35134: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:35898: \$? = $ac_status" >&5
+ echo "$as_me:35137: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:35901: \"$ac_try\"") >&5
+ { (eval echo "$as_me:35140: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:35904: \$? = $ac_status" >&5
+ echo "$as_me:35143: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
eval "ac_cv_func_decl_$ac_func=yes"
@@ -35922,11 +35161,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:35925: result: yes" >&5
+ echo "$as_me:35164: result: yes" >&5
echo "${ECHO_T}yes" >&6
:
else
- echo "$as_me:35929: result: no" >&5
+ echo "$as_me:35168: result: no" >&5
echo "${ECHO_T}no" >&6
ac_tr_func=`echo "DECL_$ac_func" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
@@ -35938,14 +35177,14 @@ EOF
fi
done
-echo "$as_me:35941: checking if TRUE/FALSE are defined" >&5
+echo "$as_me:35180: 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 35948 "configure"
+#line 35187 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
@@ -35959,16 +35198,16 @@ int x = TRUE, y = FALSE; (void)x; (void)y
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:35962: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:35201: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:35965: \$? = $ac_status" >&5
+ echo "$as_me:35204: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:35968: \"$ac_try\"") >&5
+ { (eval echo "$as_me:35207: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:35971: \$? = $ac_status" >&5
+ echo "$as_me:35210: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_bool_defs=yes
else
@@ -35979,7 +35218,7 @@ fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:35982: result: $cf_cv_bool_defs" >&5
+echo "$as_me:35221: result: $cf_cv_bool_defs" >&5
echo "${ECHO_T}$cf_cv_bool_defs" >&6
if test "$cf_cv_bool_defs" = no ; then
@@ -35993,14 +35232,14 @@ EOF
fi
-echo "$as_me:35996: checking if external errno is declared" >&5
+echo "$as_me:35235: 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 36003 "configure"
+#line 35242 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -36014,16 +35253,16 @@ int x = (int) errno; (void)x
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:36017: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:35256: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:36020: \$? = $ac_status" >&5
+ echo "$as_me:35259: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:36023: \"$ac_try\"") >&5
+ { (eval echo "$as_me:35262: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:36026: \$? = $ac_status" >&5
+ echo "$as_me:35265: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_dcl_errno=yes
else
@@ -36034,7 +35273,7 @@ fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:36037: result: $cf_cv_dcl_errno" >&5
+echo "$as_me:35276: result: $cf_cv_dcl_errno" >&5
echo "${ECHO_T}$cf_cv_dcl_errno" >&6
if test "$cf_cv_dcl_errno" = no ; then
@@ -36049,14 +35288,14 @@ fi
# It's possible (for near-UNIX clones) that the data doesn't exist
-echo "$as_me:36052: checking if external errno exists" >&5
+echo "$as_me:35291: 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 36059 "configure"
+#line 35298 "configure"
#include "confdefs.h"
#undef errno
@@ -36071,16 +35310,16 @@ errno = 2
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:36074: \"$ac_link\"") >&5
+if { (eval echo "$as_me:35313: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:36077: \$? = $ac_status" >&5
+ echo "$as_me:35316: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:36080: \"$ac_try\"") >&5
+ { (eval echo "$as_me:35319: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:36083: \$? = $ac_status" >&5
+ echo "$as_me:35322: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_have_errno=yes
else
@@ -36091,7 +35330,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:36094: result: $cf_cv_have_errno" >&5
+echo "$as_me:35333: result: $cf_cv_have_errno" >&5
echo "${ECHO_T}$cf_cv_have_errno" >&6
if test "$cf_cv_have_errno" = yes ; then
@@ -36104,7 +35343,7 @@ EOF
fi
-echo "$as_me:36107: checking if we can set errno" >&5
+echo "$as_me:35346: 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
@@ -36112,7 +35351,7 @@ else
if test "$cross_compiling" = yes; then
cat >"conftest.$ac_ext" <<_ACEOF
-#line 36115 "configure"
+#line 35354 "configure"
#include "confdefs.h"
#include <errno.h>
int
@@ -36124,16 +35363,16 @@ errno = 255
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:36127: \"$ac_link\"") >&5
+if { (eval echo "$as_me:35366: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:36130: \$? = $ac_status" >&5
+ echo "$as_me:35369: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:36133: \"$ac_try\"") >&5
+ { (eval echo "$as_me:35372: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:36136: \$? = $ac_status" >&5
+ echo "$as_me:35375: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_set_errno=maybe
else
@@ -36144,7 +35383,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 36147 "configure"
+#line 35386 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -36158,15 +35397,15 @@ int main(void)
}
_ACEOF
rm -f "conftest$ac_exeext"
-if { (eval echo "$as_me:36161: \"$ac_link\"") >&5
+if { (eval echo "$as_me:35400: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:36164: \$? = $ac_status" >&5
+ echo "$as_me:35403: \$? = $ac_status" >&5
(exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"'
- { (eval echo "$as_me:36166: \"$ac_try\"") >&5
+ { (eval echo "$as_me:35405: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:36169: \$? = $ac_status" >&5
+ echo "$as_me:35408: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_set_errno=yes
else
@@ -36179,21 +35418,21 @@ rm -f core ./core.* ./*.core "conftest$ac_exeext" "conftest.$ac_objext" "conftes
fi
fi
-echo "$as_me:36182: result: $cf_cv_set_errno" >&5
+echo "$as_me:35421: 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:36189: checking for setlocale()" >&5
+echo "$as_me:35428: 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 36196 "configure"
+#line 35435 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -36207,16 +35446,16 @@ setlocale(LC_ALL, "")
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:36210: \"$ac_link\"") >&5
+if { (eval echo "$as_me:35449: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:36213: \$? = $ac_status" >&5
+ echo "$as_me:35452: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:36216: \"$ac_try\"") >&5
+ { (eval echo "$as_me:35455: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:36219: \$? = $ac_status" >&5
+ echo "$as_me:35458: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_locale=yes
else
@@ -36228,7 +35467,7 @@ rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:36231: result: $cf_cv_locale" >&5
+echo "$as_me:35470: result: $cf_cv_locale" >&5
echo "${ECHO_T}$cf_cv_locale" >&6
test "$cf_cv_locale" = yes && {
cat >>confdefs.h <<\EOF
@@ -36236,14 +35475,62 @@ cat >>confdefs.h <<\EOF
EOF
}
-echo "$as_me:36239: checking if NGROUPS is defined" >&5
+for ac_header in sys/param.h limits.h
+do
+as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
+echo "$as_me:35481: 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 35487 "configure"
+#include "confdefs.h"
+#include <$ac_header>
+_ACEOF
+if { (eval echo "$as_me:35491: \"$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:35497: \$? = $ac_status" >&5
+ (exit "$ac_status"); } >/dev/null; then
+ if test -s conftest.err; then
+ ac_cpp_err=$ac_c_preproc_warn_flag
+ else
+ ac_cpp_err=
+ fi
+else
+ ac_cpp_err=yes
+fi
+if test -z "$ac_cpp_err"; then
+ eval "$as_ac_Header=yes"
+else
+ echo "$as_me: failed program was:" >&5
+ cat "conftest.$ac_ext" >&5
+ eval "$as_ac_Header=no"
+fi
+rm -f conftest.err "conftest.$ac_ext"
+fi
+echo "$as_me:35516: 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
+#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
+EOF
+
+fi
+done
+
+echo "$as_me:35526: 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 36246 "configure"
+#line 35533 "configure"
#include "confdefs.h"
#if HAVE_SYS_PARAM_H
@@ -36262,23 +35549,23 @@ int x = NGROUPS; (void)x
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:36265: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:35552: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:36268: \$? = $ac_status" >&5
+ echo "$as_me:35555: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:36271: \"$ac_try\"") >&5
+ { (eval echo "$as_me:35558: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:36274: \$? = $ac_status" >&5
+ echo "$as_me:35561: \$? = $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 36281 "configure"
+#line 35568 "configure"
#include "confdefs.h"
#if HAVE_SYS_PARAM_H
@@ -36297,16 +35584,16 @@ int x = NGROUPS_MAX
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:36300: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:35587: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:36303: \$? = $ac_status" >&5
+ echo "$as_me:35590: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:36306: \"$ac_try\"") >&5
+ { (eval echo "$as_me:35593: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:36309: \$? = $ac_status" >&5
+ echo "$as_me:35596: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_ngroups=NGROUPS_MAX
else
@@ -36318,7 +35605,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
-echo "$as_me:36321: result: $cf_cv_ngroups" >&5
+echo "$as_me:35608: result: $cf_cv_ngroups" >&5
echo "${ECHO_T}$cf_cv_ngroups" >&6
fi
@@ -36339,13 +35626,13 @@ fi
for ac_func in strerror
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:36342: checking for $ac_func" >&5
+echo "$as_me:35629: 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 36348 "configure"
+#line 35635 "configure"
#include "confdefs.h"
#define $ac_func autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -36376,16 +35663,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:36379: \"$ac_link\"") >&5
+if { (eval echo "$as_me:35666: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:36382: \$? = $ac_status" >&5
+ echo "$as_me:35669: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:36385: \"$ac_try\"") >&5
+ { (eval echo "$as_me:35672: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:36388: \$? = $ac_status" >&5
+ echo "$as_me:35675: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
eval "$as_ac_var=yes"
else
@@ -36395,7 +35682,7 @@ eval "$as_ac_var=no"
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:36398: result: `eval echo '${'"$as_ac_var"'}'`" >&5
+echo "$as_me:35685: 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
@@ -36404,14 +35691,14 @@ EOF
else
-echo "$as_me:36407: checking if external sys_nerr is declared" >&5
+echo "$as_me:35694: 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 36414 "configure"
+#line 35701 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -36425,16 +35712,16 @@ int x = (int) sys_nerr; (void)x
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:36428: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:35715: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:36431: \$? = $ac_status" >&5
+ echo "$as_me:35718: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:36434: \"$ac_try\"") >&5
+ { (eval echo "$as_me:35721: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:36437: \$? = $ac_status" >&5
+ echo "$as_me:35724: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_dcl_sys_nerr=yes
else
@@ -36445,7 +35732,7 @@ fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:36448: result: $cf_cv_dcl_sys_nerr" >&5
+echo "$as_me:35735: 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
@@ -36460,14 +35747,14 @@ fi
# It's possible (for near-UNIX clones) that the data doesn't exist
-echo "$as_me:36463: checking if external sys_nerr exists" >&5
+echo "$as_me:35750: 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 36470 "configure"
+#line 35757 "configure"
#include "confdefs.h"
#undef sys_nerr
@@ -36482,16 +35769,16 @@ sys_nerr = 2
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:36485: \"$ac_link\"") >&5
+if { (eval echo "$as_me:35772: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:36488: \$? = $ac_status" >&5
+ echo "$as_me:35775: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:36491: \"$ac_try\"") >&5
+ { (eval echo "$as_me:35778: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:36494: \$? = $ac_status" >&5
+ echo "$as_me:35781: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_have_sys_nerr=yes
else
@@ -36502,7 +35789,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:36505: result: $cf_cv_have_sys_nerr" >&5
+echo "$as_me:35792: 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
@@ -36515,14 +35802,14 @@ EOF
fi
-echo "$as_me:36518: checking if external sys_errlist is declared" >&5
+echo "$as_me:35805: 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 36525 "configure"
+#line 35812 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -36536,16 +35823,16 @@ int x = (int) sys_errlist; (void)x
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:36539: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:35826: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:36542: \$? = $ac_status" >&5
+ echo "$as_me:35829: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:36545: \"$ac_try\"") >&5
+ { (eval echo "$as_me:35832: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:36548: \$? = $ac_status" >&5
+ echo "$as_me:35835: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_dcl_sys_errlist=yes
else
@@ -36556,7 +35843,7 @@ fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:36559: result: $cf_cv_dcl_sys_errlist" >&5
+echo "$as_me:35846: 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
@@ -36571,14 +35858,14 @@ fi
# It's possible (for near-UNIX clones) that the data doesn't exist
-echo "$as_me:36574: checking if external sys_errlist exists" >&5
+echo "$as_me:35861: 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 36581 "configure"
+#line 35868 "configure"
#include "confdefs.h"
#undef sys_errlist
@@ -36593,16 +35880,16 @@ sys_errlist = 2
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:36596: \"$ac_link\"") >&5
+if { (eval echo "$as_me:35883: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:36599: \$? = $ac_status" >&5
+ echo "$as_me:35886: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:36602: \"$ac_try\"") >&5
+ { (eval echo "$as_me:35889: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:36605: \$? = $ac_status" >&5
+ echo "$as_me:35892: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_have_sys_errlist=yes
else
@@ -36613,7 +35900,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:36616: result: $cf_cv_have_sys_errlist" >&5
+echo "$as_me:35903: 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
@@ -36632,23 +35919,23 @@ done
for ac_header in lastlog.h paths.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:36635: checking for $ac_header" >&5
+echo "$as_me:35922: 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 36641 "configure"
+#line 35928 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:36645: \"$ac_cpp "conftest.$ac_ext"\"") >&5
+if { (eval echo "$as_me:35932: \"$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:36651: \$? = $ac_status" >&5
+ echo "$as_me:35938: \$? = $ac_status" >&5
(exit "$ac_status"); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -36667,7 +35954,7 @@ else
fi
rm -f conftest.err "conftest.$ac_ext"
fi
-echo "$as_me:36670: result: `eval echo '${'"$as_ac_Header"'}'`" >&5
+echo "$as_me:35957: 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
@@ -36677,14 +35964,14 @@ EOF
fi
done
-echo "$as_me:36680: checking for lastlog path" >&5
+echo "$as_me:35967: 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 36687 "configure"
+#line 35974 "configure"
#include "confdefs.h"
#include <sys/types.h>
@@ -36704,16 +35991,16 @@ static char path[] = _PATH_LASTLOG; (void)path
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:36707: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:35994: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:36710: \$? = $ac_status" >&5
+ echo "$as_me:35997: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:36713: \"$ac_try\"") >&5
+ { (eval echo "$as_me:36000: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:36716: \$? = $ac_status" >&5
+ echo "$as_me:36003: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_path_lastlog="_PATH_LASTLOG"
else
@@ -36728,14 +36015,14 @@ fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:36731: result: $cf_cv_path_lastlog" >&5
+echo "$as_me:36018: 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:36738: checking for utmp implementation" >&5
+echo "$as_me:36025: 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
@@ -36752,7 +36039,7 @@ cf_utmp_includes="
#endif
"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 36755 "configure"
+#line 36042 "configure"
#include "confdefs.h"
$cf_utmp_includes
int
@@ -36768,16 +36055,16 @@ struct $cf_header x;
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:36771: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:36058: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:36774: \$? = $ac_status" >&5
+ echo "$as_me:36061: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:36777: \"$ac_try\"") >&5
+ { (eval echo "$as_me:36064: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:36780: \$? = $ac_status" >&5
+ echo "$as_me:36067: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_have_utmp=$cf_header
break
@@ -36786,7 +36073,7 @@ else
cat "conftest.$ac_ext" >&5
cat >"conftest.$ac_ext" <<_ACEOF
-#line 36789 "configure"
+#line 36076 "configure"
#include "confdefs.h"
$cf_utmp_includes
int
@@ -36802,16 +36089,16 @@ struct $cf_header x;
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:36805: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:36092: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:36808: \$? = $ac_status" >&5
+ echo "$as_me:36095: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:36811: \"$ac_try\"") >&5
+ { (eval echo "$as_me:36098: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:36814: \$? = $ac_status" >&5
+ echo "$as_me:36101: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_have_utmp=$cf_header
break
@@ -36826,7 +36113,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
done
fi
-echo "$as_me:36829: result: $cf_cv_have_utmp" >&5
+echo "$as_me:36116: result: $cf_cv_have_utmp" >&5
echo "${ECHO_T}$cf_cv_have_utmp" >&6
if test "$cf_cv_have_utmp" != no ; then
@@ -36841,14 +36128,14 @@ cat >>confdefs.h <<\EOF
EOF
if test "$cf_cv_have_utmp" != no ; then
-echo "$as_me:36844: checking if ${cf_cv_have_utmp}.ut_host is declared" >&5
+echo "$as_me:36131: 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 36851 "configure"
+#line 36138 "configure"
#include "confdefs.h"
#include <sys/types.h>
@@ -36865,16 +36152,16 @@ struct $cf_cv_have_utmp x;
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:36868: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:36155: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:36871: \$? = $ac_status" >&5
+ echo "$as_me:36158: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:36874: \"$ac_try\"") >&5
+ { (eval echo "$as_me:36161: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:36877: \$? = $ac_status" >&5
+ echo "$as_me:36164: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_have_utmp_ut_host=yes
else
@@ -36886,7 +36173,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:36889: result: $cf_cv_have_utmp_ut_host" >&5
+echo "$as_me:36176: 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
@@ -36896,14 +36183,14 @@ EOF
fi
if test "$cf_cv_have_utmp" != no ; then
-echo "$as_me:36899: checking if ${cf_cv_have_utmp}.ut_syslen is declared" >&5
+echo "$as_me:36186: 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 36906 "configure"
+#line 36193 "configure"
#include "confdefs.h"
#include <sys/types.h>
@@ -36920,16 +36207,16 @@ struct $cf_cv_have_utmp x;
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:36923: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:36210: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:36926: \$? = $ac_status" >&5
+ echo "$as_me:36213: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:36929: \"$ac_try\"") >&5
+ { (eval echo "$as_me:36216: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:36932: \$? = $ac_status" >&5
+ echo "$as_me:36219: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_have_utmp_ut_syslen=yes
else
@@ -36941,7 +36228,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:36944: result: $cf_cv_have_utmp_ut_syslen" >&5
+echo "$as_me:36231: 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
@@ -36951,7 +36238,7 @@ EOF
fi
if test "$cf_cv_have_utmp" != no ; then
-echo "$as_me:36954: checking if ${cf_cv_have_utmp}.ut_name is declared" >&5
+echo "$as_me:36241: 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
@@ -36968,7 +36255,7 @@ cf_utmp_includes="
"
for cf_header in ut_name ut_user ; do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 36971 "configure"
+#line 36258 "configure"
#include "confdefs.h"
$cf_utmp_includes
int
@@ -36984,16 +36271,16 @@ struct $cf_cv_have_utmp x;
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:36987: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:36274: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:36990: \$? = $ac_status" >&5
+ echo "$as_me:36277: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:36993: \"$ac_try\"") >&5
+ { (eval echo "$as_me:36280: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:36996: \$? = $ac_status" >&5
+ echo "$as_me:36283: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_have_utmp_ut_name=$cf_header
break
@@ -37005,12 +36292,12 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
done
fi
-echo "$as_me:37008: result: $cf_cv_have_utmp_ut_name" >&5
+echo "$as_me:36295: 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:37013: error: Cannot find declaration for ut.ut_name" >&5
+ { { echo "$as_me:36300: 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; }; }
;;
@@ -37025,7 +36312,7 @@ esac
fi
if test "$cf_cv_have_utmp" != no ; then
-echo "$as_me:37028: checking for exit-status in $cf_cv_have_utmp" >&5
+echo "$as_me:36315: 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
@@ -37038,7 +36325,7 @@ for cf_result in \
ut_exit.ut_exit
do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 37041 "configure"
+#line 36328 "configure"
#include "confdefs.h"
#include <sys/types.h>
@@ -37055,16 +36342,16 @@ struct $cf_cv_have_utmp x;
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:37058: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:36345: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:37061: \$? = $ac_status" >&5
+ echo "$as_me:36348: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:37064: \"$ac_try\"") >&5
+ { (eval echo "$as_me:36351: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:37067: \$? = $ac_status" >&5
+ echo "$as_me:36354: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_have_utmp_ut_xstatus=$cf_result
break
@@ -37077,7 +36364,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
done
fi
-echo "$as_me:37080: result: $cf_cv_have_utmp_ut_xstatus" >&5
+echo "$as_me:36367: 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
@@ -37093,14 +36380,14 @@ fi
fi
if test "$cf_cv_have_utmp" != no ; then
-echo "$as_me:37096: checking if ${cf_cv_have_utmp}.ut_xtime is declared" >&5
+echo "$as_me:36383: 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 37103 "configure"
+#line 36390 "configure"
#include "confdefs.h"
#include <sys/types.h>
@@ -37117,23 +36404,23 @@ struct $cf_cv_have_utmp x;
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:37120: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:36407: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:37123: \$? = $ac_status" >&5
+ echo "$as_me:36410: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:37126: \"$ac_try\"") >&5
+ { (eval echo "$as_me:36413: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:37129: \$? = $ac_status" >&5
+ echo "$as_me:36416: \$? = $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 37136 "configure"
+#line 36423 "configure"
#include "confdefs.h"
#include <sys/types.h>
@@ -37150,16 +36437,16 @@ struct $cf_cv_have_utmp x;
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:37153: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:36440: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:37156: \$? = $ac_status" >&5
+ echo "$as_me:36443: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:37159: \"$ac_try\"") >&5
+ { (eval echo "$as_me:36446: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:37162: \$? = $ac_status" >&5
+ echo "$as_me:36449: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_have_utmp_ut_xtime=define
else
@@ -37173,7 +36460,7 @@ fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:37176: result: $cf_cv_have_utmp_ut_xtime" >&5
+echo "$as_me:36463: 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
@@ -37192,14 +36479,14 @@ fi
fi
if test "$cf_cv_have_utmp" != no ; then
-echo "$as_me:37195: checking if ${cf_cv_have_utmp}.ut_session is declared" >&5
+echo "$as_me:36482: 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 37202 "configure"
+#line 36489 "configure"
#include "confdefs.h"
#include <sys/types.h>
@@ -37216,16 +36503,16 @@ static struct $cf_cv_have_utmp x;
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:37219: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:36506: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:37222: \$? = $ac_status" >&5
+ echo "$as_me:36509: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:37225: \"$ac_try\"") >&5
+ { (eval echo "$as_me:36512: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:37228: \$? = $ac_status" >&5
+ echo "$as_me:36515: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_have_utmp_ut_session=yes
else
@@ -37236,7 +36523,7 @@ fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:37239: result: $cf_cv_have_utmp_ut_session" >&5
+echo "$as_me:36526: 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
@@ -37247,7 +36534,7 @@ EOF
fi
fi
-echo "$as_me:37250: checking if $cf_cv_have_utmp is SYSV flavor" >&5
+echo "$as_me:36537: 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
@@ -37255,7 +36542,7 @@ else
test "$cf_cv_have_utmp" = "utmp" && cf_prefix="ut" || cf_prefix="utx"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 37258 "configure"
+#line 36545 "configure"
#include "confdefs.h"
#include <sys/types.h>
@@ -37274,16 +36561,16 @@ struct $cf_cv_have_utmp x;
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:37277: \"$ac_link\"") >&5
+if { (eval echo "$as_me:36564: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:37280: \$? = $ac_status" >&5
+ echo "$as_me:36567: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:37283: \"$ac_try\"") >&5
+ { (eval echo "$as_me:36570: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:37286: \$? = $ac_status" >&5
+ echo "$as_me:36573: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_sysv_utmp=yes
else
@@ -37294,7 +36581,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:37297: result: $cf_cv_sysv_utmp" >&5
+echo "$as_me:36584: result: $cf_cv_sysv_utmp" >&5
echo "${ECHO_T}$cf_cv_sysv_utmp" >&6
test "$cf_cv_sysv_utmp" = yes &&
cat >>confdefs.h <<\EOF
@@ -37303,14 +36590,14 @@ EOF
fi
-echo "$as_me:37306: checking if external h_errno exists" >&5
+echo "$as_me:36593: 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 37313 "configure"
+#line 36600 "configure"
#include "confdefs.h"
#undef h_errno
@@ -37325,16 +36612,16 @@ h_errno = 2
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:37328: \"$ac_link\"") >&5
+if { (eval echo "$as_me:36615: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:37331: \$? = $ac_status" >&5
+ echo "$as_me:36618: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:37334: \"$ac_try\"") >&5
+ { (eval echo "$as_me:36621: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:37337: \$? = $ac_status" >&5
+ echo "$as_me:36624: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_have_h_errno=yes
else
@@ -37345,7 +36632,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:37348: result: $cf_cv_have_h_errno" >&5
+echo "$as_me:36635: 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
@@ -37358,7 +36645,7 @@ EOF
fi
-echo "$as_me:37361: checking if bibp: URLs should be supported" >&5
+echo "$as_me:36648: 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.
@@ -37375,14 +36662,14 @@ else
use_bibp_urls=yes
fi;
-echo "$as_me:37378: result: $use_bibp_urls" >&5
+echo "$as_me:36665: 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:37385: checking if configuration info should be browsable" >&5
+echo "$as_me:36672: 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.
@@ -37399,14 +36686,14 @@ else
use_config_info=yes
fi;
-echo "$as_me:37402: result: $use_config_info" >&5
+echo "$as_me:36689: 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:37409: checking if new-style forms-based options screen should be used" >&5
+echo "$as_me:36696: 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.
@@ -37423,14 +36710,14 @@ else
use_forms_options=yes
fi;
-echo "$as_me:37426: result: $use_forms_options" >&5
+echo "$as_me:36713: 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:37433: checking if old-style options menu should be used" >&5
+echo "$as_me:36720: 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.
@@ -37447,14 +36734,14 @@ else
use_menu_options=yes
fi;
-echo "$as_me:37450: result: $use_menu_options" >&5
+echo "$as_me:36737: 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:37457: checking if sessions code should be used" >&5
+echo "$as_me:36744: 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.
@@ -37471,7 +36758,7 @@ else
use_sessions=yes
fi;
-echo "$as_me:37474: result: $use_sessions" >&5
+echo "$as_me:36761: result: $use_sessions" >&5
echo "${ECHO_T}$use_sessions" >&6
if test "$use_sessions" != no ; then
@@ -37482,7 +36769,7 @@ EOF
EXTRA_OBJS="$EXTRA_OBJS LYSession\$o"
fi
-echo "$as_me:37485: checking if session-caching code should be used" >&5
+echo "$as_me:36772: 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.
@@ -37499,7 +36786,7 @@ else
use_session_cache=yes
fi;
-echo "$as_me:37502: result: $use_session_cache" >&5
+echo "$as_me:36789: result: $use_session_cache" >&5
echo "${ECHO_T}$use_session_cache" >&6
if test "$use_session_cache" != no ; then
@@ -37509,7 +36796,7 @@ EOF
fi
-echo "$as_me:37512: checking if address-list page should be used" >&5
+echo "$as_me:36799: 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.
@@ -37526,14 +36813,14 @@ else
use_addrlist_page=yes
fi;
-echo "$as_me:37529: result: $use_addrlist_page" >&5
+echo "$as_me:36816: 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:37536: checking if support for CJK should be used" >&5
+echo "$as_me:36823: checking if support for CJK should be used" >&5
echo $ECHO_N "checking if support for CJK should be used... $ECHO_C" >&6
# Check whether --enable-cjk or --disable-cjk was given.
@@ -37550,7 +36837,7 @@ else
use_cjk=yes
fi;
-echo "$as_me:37553: result: $use_cjk" >&5
+echo "$as_me:36840: result: $use_cjk" >&5
echo "${ECHO_T}$use_cjk" >&6
test "$use_cjk" != no &&
cat >>confdefs.h <<\EOF
@@ -37564,9 +36851,7 @@ if test "${with_libiconv_prefix+set}" = set; then
withval="$with_libiconv_prefix"
case "$withval" in
-(no)
- ;;
-(yes)
+(no|yes)
;;
(*)
@@ -37600,7 +36885,7 @@ if test -n "$cf_searchpath/include" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 37603 "configure"
+#line 36888 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -37612,16 +36897,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:37615: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:36900: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:37618: \$? = $ac_status" >&5
+ echo "$as_me:36903: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:37621: \"$ac_try\"") >&5
+ { (eval echo "$as_me:36906: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:37624: \$? = $ac_status" >&5
+ echo "$as_me:36909: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -37638,7 +36923,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}:37641: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:36926: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -37684,7 +36969,7 @@ if test -n "$cf_searchpath/../include" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 37687 "configure"
+#line 36972 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -37696,16 +36981,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:37699: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:36984: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:37702: \$? = $ac_status" >&5
+ echo "$as_me:36987: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:37705: \"$ac_try\"") >&5
+ { (eval echo "$as_me:36990: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:37708: \$? = $ac_status" >&5
+ echo "$as_me:36993: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -37722,7 +37007,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}:37725: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:37010: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -37740,7 +37025,7 @@ echo "${as_me:-configure}:37725: testing adding $cf_add_incdir to include-path .
fi
else
-{ { echo "$as_me:37743: error: cannot find libiconv under $withval" >&5
+{ { echo "$as_me:37028: error: cannot find libiconv under $withval" >&5
echo "$as_me: error: cannot find libiconv under $withval" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -37765,7 +37050,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}:37768: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:37053: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -37794,7 +37079,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}:37797: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:37082: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -37803,18 +37088,22 @@ echo "${as_me:-configure}:37797: testing adding $cf_add_libdir to library-path .
fi
else
-{ { echo "$as_me:37806: error: cannot find libiconv under $withval" >&5
+{ { echo "$as_me:37091: error: cannot find libiconv under $withval" >&5
echo "$as_me: error: cannot find libiconv under $withval" >&2;}
{ (exit 1); exit 1; }; }
fi
done
+ test -n "$verbose" && echo " setting path value for libiconv to $withval" 1>&6
+
+echo "${as_me:-configure}:37099: testing setting path value for libiconv to $withval ..." 1>&5
+
;;
esac
fi;
- echo "$as_me:37817: checking for iconv" >&5
+ echo "$as_me:37106: 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
@@ -37825,12 +37114,12 @@ else
cf_cv_header_path_iconv=
cf_cv_library_path_iconv=
-echo "${as_me:-configure}:37828: testing Starting FIND_LINKAGE(iconv,) ..." 1>&5
+echo "${as_me:-configure}:37117: testing Starting FIND_LINKAGE(iconv,) ..." 1>&5
cf_save_LIBS="$LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 37833 "configure"
+#line 37122 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -37849,16 +37138,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:37852: \"$ac_link\"") >&5
+if { (eval echo "$as_me:37141: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:37855: \$? = $ac_status" >&5
+ echo "$as_me:37144: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:37858: \"$ac_try\"") >&5
+ { (eval echo "$as_me:37147: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:37861: \$? = $ac_status" >&5
+ echo "$as_me:37150: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_find_linkage_iconv=yes
@@ -37872,7 +37161,7 @@ cat "conftest.$ac_ext" >&5
LIBS="-liconv $cf_save_LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 37875 "configure"
+#line 37164 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -37891,16 +37180,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:37894: \"$ac_link\"") >&5
+if { (eval echo "$as_me:37183: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:37897: \$? = $ac_status" >&5
+ echo "$as_me:37186: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:37900: \"$ac_try\"") >&5
+ { (eval echo "$as_me:37189: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:37903: \$? = $ac_status" >&5
+ echo "$as_me:37192: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_find_linkage_iconv=yes
@@ -37917,9 +37206,9 @@ cat "conftest.$ac_ext" >&5
test -n "$verbose" && echo " find linkage for iconv library" 1>&6
-echo "${as_me:-configure}:37920: testing find linkage for iconv library ..." 1>&5
+echo "${as_me:-configure}:37209: testing find linkage for iconv library ..." 1>&5
-echo "${as_me:-configure}:37922: testing Searching for headers in FIND_LINKAGE(iconv,) ..." 1>&5
+echo "${as_me:-configure}:37211: testing Searching for headers in FIND_LINKAGE(iconv,) ..." 1>&5
cf_save_CPPFLAGS="$CPPFLAGS"
cf_test_CPPFLAGS="$CPPFLAGS"
@@ -38010,7 +37299,7 @@ cf_search="$cf_search $cf_header_path_list"
if test -d "$cf_cv_header_path_iconv" ; then
test -n "$verbose" && echo " ... testing $cf_cv_header_path_iconv" 1>&6
-echo "${as_me:-configure}:38013: testing ... testing $cf_cv_header_path_iconv ..." 1>&5
+echo "${as_me:-configure}:37302: testing ... testing $cf_cv_header_path_iconv ..." 1>&5
CPPFLAGS="$cf_save_CPPFLAGS"
@@ -38018,7 +37307,7 @@ echo "${as_me:-configure}:38013: testing ... testing $cf_cv_header_path_iconv ..
CPPFLAGS="${CPPFLAGS}-I$cf_cv_header_path_iconv"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 38021 "configure"
+#line 37310 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -38037,21 +37326,21 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:38040: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:37329: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:38043: \$? = $ac_status" >&5
+ echo "$as_me:37332: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:38046: \"$ac_try\"") >&5
+ { (eval echo "$as_me:37335: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:38049: \$? = $ac_status" >&5
+ echo "$as_me:37338: \$? = $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}:38054: testing ... found iconv headers in $cf_cv_header_path_iconv ..." 1>&5
+echo "${as_me:-configure}:37343: testing ... found iconv headers in $cf_cv_header_path_iconv ..." 1>&5
cf_cv_find_linkage_iconv=maybe
cf_test_CPPFLAGS="$CPPFLAGS"
@@ -38069,7 +37358,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_cv_find_linkage_iconv" = maybe ; then
-echo "${as_me:-configure}:38072: testing Searching for iconv library in FIND_LINKAGE(iconv,) ..." 1>&5
+echo "${as_me:-configure}:37361: testing Searching for iconv library in FIND_LINKAGE(iconv,) ..." 1>&5
cf_save_LIBS="$LIBS"
cf_save_LDFLAGS="$LDFLAGS"
@@ -38144,13 +37433,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}:38147: testing ... testing $cf_cv_library_path_iconv ..." 1>&5
+echo "${as_me:-configure}:37436: 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 38153 "configure"
+#line 37442 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -38169,21 +37458,21 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:38172: \"$ac_link\"") >&5
+if { (eval echo "$as_me:37461: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:38175: \$? = $ac_status" >&5
+ echo "$as_me:37464: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:38178: \"$ac_try\"") >&5
+ { (eval echo "$as_me:37467: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:38181: \$? = $ac_status" >&5
+ echo "$as_me:37470: \$? = $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}:38186: testing ... found iconv library in $cf_cv_library_path_iconv ..." 1>&5
+echo "${as_me:-configure}:37475: testing ... found iconv library in $cf_cv_library_path_iconv ..." 1>&5
cf_cv_find_linkage_iconv=yes
cf_cv_library_file_iconv="-liconv"
@@ -38223,7 +37512,7 @@ am_cv_func_iconv="no, consider installing GNU libiconv"
fi
fi
-echo "$as_me:38226: result: $am_cv_func_iconv" >&5
+echo "$as_me:37515: result: $am_cv_func_iconv" >&5
echo "${ECHO_T}$am_cv_func_iconv" >&6
if test "$am_cv_func_iconv" = yes; then
@@ -38232,14 +37521,14 @@ cat >>confdefs.h <<\EOF
#define HAVE_ICONV 1
EOF
- echo "$as_me:38235: checking if the declaration of iconv() needs const." >&5
+ echo "$as_me:37524: 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 38242 "configure"
+#line 37531 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -38264,16 +37553,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:38267: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:37556: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:38270: \$? = $ac_status" >&5
+ echo "$as_me:37559: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:38273: \"$ac_try\"") >&5
+ { (eval echo "$as_me:37562: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:38276: \$? = $ac_status" >&5
+ echo "$as_me:37565: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
am_cv_proto_iconv_const=no
else
@@ -38283,7 +37572,7 @@ am_cv_proto_iconv_const=yes
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:38286: result: $am_cv_proto_iconv_const" >&5
+echo "$as_me:37575: 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
@@ -38328,7 +37617,7 @@ if test -n "$cf_cv_header_path_iconv" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 38331 "configure"
+#line 37620 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -38340,16 +37629,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:38343: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:37632: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:38346: \$? = $ac_status" >&5
+ echo "$as_me:37635: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:38349: \"$ac_try\"") >&5
+ { (eval echo "$as_me:37638: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:38352: \$? = $ac_status" >&5
+ echo "$as_me:37641: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -38366,7 +37655,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}:38369: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:37658: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -38405,7 +37694,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}:38408: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:37697: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -38419,7 +37708,7 @@ fi
if test "x$am_cv_func_iconv" = "xyes"
then
-echo "$as_me:38422: checking if experimental support for Chinese UTF-8 should be used" >&5
+echo "$as_me:37711: checking if experimental support for Chinese UTF-8 should be used" >&5
echo $ECHO_N "checking if experimental support for Chinese UTF-8 should be used... $ECHO_C" >&6
# Check whether --enable-chinese-utf8 or --disable-chinese-utf8 was given.
@@ -38436,7 +37725,7 @@ else
use_cn_utf8=yes
fi;
-echo "$as_me:38439: result: $use_cn_utf8" >&5
+echo "$as_me:37728: result: $use_cn_utf8" >&5
echo "${ECHO_T}$use_cn_utf8" >&6
if test "$use_cn_utf8" != no ; then
@@ -38447,7 +37736,7 @@ EOF
use_cjk_utf8=yes
fi
-echo "$as_me:38450: checking if support for Japanese UTF-8 should be used" >&5
+echo "$as_me:37739: checking if support for Japanese UTF-8 should be used" >&5
echo $ECHO_N "checking if support for Japanese UTF-8 should be used... $ECHO_C" >&6
# Check whether --enable-japanese-utf8 or --disable-japanese-utf8 was given.
@@ -38464,7 +37753,7 @@ else
use_ja_utf8=yes
fi;
-echo "$as_me:38467: result: $use_ja_utf8" >&5
+echo "$as_me:37756: result: $use_ja_utf8" >&5
echo "${ECHO_T}$use_ja_utf8" >&6
if test "$use_ja_utf8" != no ; then
@@ -38485,11 +37774,11 @@ fi
else
test -n "$verbose" && echo " skipping CJK features which depend on iconv" 1>&6
-echo "${as_me:-configure}:38488: testing skipping CJK features which depend on iconv ..." 1>&5
+echo "${as_me:-configure}:37777: testing skipping CJK features which depend on iconv ..." 1>&5
fi
-echo "$as_me:38492: checking if experimental wcwidth/UTF-8 logic should be used" >&5
+echo "$as_me:37781: checking if experimental wcwidth/UTF-8 logic should be used" >&5
echo $ECHO_N "checking if experimental wcwidth/UTF-8 logic should be used... $ECHO_C" >&6
# Check whether --enable-wcwidth-support or --disable-wcwidth-support was given.
@@ -38506,7 +37795,7 @@ else
use_wcwidth=no
fi;
-echo "$as_me:38509: result: $use_wcwidth" >&5
+echo "$as_me:37798: result: $use_wcwidth" >&5
echo "${ECHO_T}$use_wcwidth" >&6
test "$use_wcwidth" != no &&
cat >>confdefs.h <<\EOF
@@ -38521,7 +37810,7 @@ case "$cf_cv_screen" in
esac
if test "$use_dft_colors" != no ; then
-echo "$as_me:38524: checking if you want to use default-colors" >&5
+echo "$as_me:37813: 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.
@@ -38538,7 +37827,7 @@ else
use_dft_colors=no
fi;
-echo "$as_me:38541: result: $use_dft_colors" >&5
+echo "$as_me:37830: result: $use_dft_colors" >&5
echo "${ECHO_T}$use_dft_colors" >&6
test "$use_dft_colors" = "yes" &&
cat >>confdefs.h <<\EOF
@@ -38547,7 +37836,7 @@ EOF
fi
-echo "$as_me:38550: checking if experimental keyboard-layout logic should be used" >&5
+echo "$as_me:37839: 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.
@@ -38564,14 +37853,14 @@ else
use_kbd_layout=no
fi;
-echo "$as_me:38567: result: $use_kbd_layout" >&5
+echo "$as_me:37856: 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:38574: checking if experimental nested-table logic should be used" >&5
+echo "$as_me:37863: 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.
@@ -38588,14 +37877,14 @@ else
use_nested_tables=no
fi;
-echo "$as_me:38591: result: $use_nested_tables" >&5
+echo "$as_me:37880: 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:38598: checking if alternative line-edit bindings should be used" >&5
+echo "$as_me:37887: 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.
@@ -38612,14 +37901,14 @@ else
use_alt_bindings=yes
fi;
-echo "$as_me:38615: result: $use_alt_bindings" >&5
+echo "$as_me:37904: 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:38622: checking if ascii case-conversion should be used" >&5
+echo "$as_me:37911: 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.
@@ -38636,14 +37925,14 @@ else
use_ascii_ctypes=yes
fi;
-echo "$as_me:38639: result: $use_ascii_ctypes" >&5
+echo "$as_me:37928: 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:38646: checking if you want to use extended HTML DTD logic" >&5
+echo "$as_me:37935: 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.
@@ -38660,14 +37949,14 @@ else
use_ext_htmldtd=yes
fi;
-echo "$as_me:38663: result: $use_ext_htmldtd" >&5
+echo "$as_me:37952: 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:38670: checking if file-upload logic should be used" >&5
+echo "$as_me:37959: 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.
@@ -38684,14 +37973,14 @@ else
use_file_upload=yes
fi;
-echo "$as_me:38687: result: $use_file_upload" >&5
+echo "$as_me:37976: 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:38694: checking if IDNA support should be used" >&5
+echo "$as_me:37983: 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.
@@ -38708,15 +37997,13 @@ else
use_idna=yes
fi;
-echo "$as_me:38711: result: $use_idna" >&5
+echo "$as_me:38000: result: $use_idna" >&5
echo "${ECHO_T}$use_idna" >&6
if test "$use_idna" = yes ; then
case "$use_idna" in
-(no)
- ;;
-(yes)
+(no|yes)
;;
(*)
@@ -38750,7 +38037,7 @@ if test -n "$cf_searchpath/include" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 38753 "configure"
+#line 38040 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -38762,16 +38049,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:38765: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:38052: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:38768: \$? = $ac_status" >&5
+ echo "$as_me:38055: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:38771: \"$ac_try\"") >&5
+ { (eval echo "$as_me:38058: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:38774: \$? = $ac_status" >&5
+ echo "$as_me:38061: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -38788,7 +38075,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}:38791: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:38078: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -38834,7 +38121,7 @@ if test -n "$cf_searchpath/../include" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 38837 "configure"
+#line 38124 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -38846,16 +38133,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:38849: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:38136: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:38852: \$? = $ac_status" >&5
+ echo "$as_me:38139: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:38855: \"$ac_try\"") >&5
+ { (eval echo "$as_me:38142: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:38858: \$? = $ac_status" >&5
+ echo "$as_me:38145: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -38872,7 +38159,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}:38875: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:38162: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -38890,8 +38177,8 @@ echo "${as_me:-configure}:38875: testing adding $cf_add_incdir to include-path .
fi
else
-{ { echo "$as_me:38893: error: cannot find under $use_idna" >&5
-echo "$as_me: error: cannot find under $use_idna" >&2;}
+{ { echo "$as_me:38180: error: cannot find idna library under $use_idna" >&5
+echo "$as_me: error: cannot find idna library under $use_idna" >&2;}
{ (exit 1); exit 1; }; }
fi
if test -d "$cf_searchpath/lib" ; then
@@ -38915,7 +38202,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}:38918: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:38205: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -38944,7 +38231,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}:38947: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:38234: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -38953,12 +38240,16 @@ echo "${as_me:-configure}:38947: testing adding $cf_add_libdir to library-path .
fi
else
-{ { echo "$as_me:38956: error: cannot find under $use_idna" >&5
-echo "$as_me: error: cannot find under $use_idna" >&2;}
+{ { echo "$as_me:38243: error: cannot find idna library under $use_idna" >&5
+echo "$as_me: error: cannot find idna library under $use_idna" >&2;}
{ (exit 1); exit 1; }; }
fi
done
+ test -n "$verbose" && echo " setting path value for idna library to $use_idna" 1>&6
+
+echo "${as_me:-configure}:38251: testing setting path value for idna library to $use_idna ..." 1>&5
+
;;
esac
@@ -38967,12 +38258,12 @@ esac
cf_cv_header_path_idn2=
cf_cv_library_path_idn2=
-echo "${as_me:-configure}:38970: testing Starting FIND_LINKAGE(idn2,) ..." 1>&5
+echo "${as_me:-configure}:38261: testing Starting FIND_LINKAGE(idn2,) ..." 1>&5
cf_save_LIBS="$LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 38975 "configure"
+#line 38266 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -38991,16 +38282,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:38994: \"$ac_link\"") >&5
+if { (eval echo "$as_me:38285: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:38997: \$? = $ac_status" >&5
+ echo "$as_me:38288: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:39000: \"$ac_try\"") >&5
+ { (eval echo "$as_me:38291: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:39003: \$? = $ac_status" >&5
+ echo "$as_me:38294: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_find_linkage_idn2=yes
@@ -39014,7 +38305,7 @@ cat "conftest.$ac_ext" >&5
LIBS="-lidn2 $LIBICONV $cf_save_LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 39017 "configure"
+#line 38308 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -39033,16 +38324,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:39036: \"$ac_link\"") >&5
+if { (eval echo "$as_me:38327: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:39039: \$? = $ac_status" >&5
+ echo "$as_me:38330: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:39042: \"$ac_try\"") >&5
+ { (eval echo "$as_me:38333: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:39045: \$? = $ac_status" >&5
+ echo "$as_me:38336: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_find_linkage_idn2=yes
@@ -39059,9 +38350,9 @@ cat "conftest.$ac_ext" >&5
test -n "$verbose" && echo " find linkage for idn2 library" 1>&6
-echo "${as_me:-configure}:39062: testing find linkage for idn2 library ..." 1>&5
+echo "${as_me:-configure}:38353: testing find linkage for idn2 library ..." 1>&5
-echo "${as_me:-configure}:39064: testing Searching for headers in FIND_LINKAGE(idn2,) ..." 1>&5
+echo "${as_me:-configure}:38355: testing Searching for headers in FIND_LINKAGE(idn2,) ..." 1>&5
cf_save_CPPFLAGS="$CPPFLAGS"
cf_test_CPPFLAGS="$CPPFLAGS"
@@ -39152,7 +38443,7 @@ cf_search="$cf_search $cf_header_path_list"
if test -d "$cf_cv_header_path_idn2" ; then
test -n "$verbose" && echo " ... testing $cf_cv_header_path_idn2" 1>&6
-echo "${as_me:-configure}:39155: testing ... testing $cf_cv_header_path_idn2 ..." 1>&5
+echo "${as_me:-configure}:38446: testing ... testing $cf_cv_header_path_idn2 ..." 1>&5
CPPFLAGS="$cf_save_CPPFLAGS"
@@ -39160,7 +38451,7 @@ echo "${as_me:-configure}:39155: testing ... testing $cf_cv_header_path_idn2 ...
CPPFLAGS="${CPPFLAGS}-I$cf_cv_header_path_idn2"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 39163 "configure"
+#line 38454 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -39179,21 +38470,21 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:39182: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:38473: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:39185: \$? = $ac_status" >&5
+ echo "$as_me:38476: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:39188: \"$ac_try\"") >&5
+ { (eval echo "$as_me:38479: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:39191: \$? = $ac_status" >&5
+ echo "$as_me:38482: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
test -n "$verbose" && echo " ... found idn2 headers in $cf_cv_header_path_idn2" 1>&6
-echo "${as_me:-configure}:39196: testing ... found idn2 headers in $cf_cv_header_path_idn2 ..." 1>&5
+echo "${as_me:-configure}:38487: testing ... found idn2 headers in $cf_cv_header_path_idn2 ..." 1>&5
cf_cv_find_linkage_idn2=maybe
cf_test_CPPFLAGS="$CPPFLAGS"
@@ -39211,7 +38502,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_cv_find_linkage_idn2" = maybe ; then
-echo "${as_me:-configure}:39214: testing Searching for idn2 library in FIND_LINKAGE(idn2,) ..." 1>&5
+echo "${as_me:-configure}:38505: testing Searching for idn2 library in FIND_LINKAGE(idn2,) ..." 1>&5
cf_save_LIBS="$LIBS"
cf_save_LDFLAGS="$LDFLAGS"
@@ -39286,13 +38577,13 @@ cf_search="$cf_library_path_list $cf_search"
if test -d "$cf_cv_library_path_idn2" ; then
test -n "$verbose" && echo " ... testing $cf_cv_library_path_idn2" 1>&6
-echo "${as_me:-configure}:39289: testing ... testing $cf_cv_library_path_idn2 ..." 1>&5
+echo "${as_me:-configure}:38580: testing ... testing $cf_cv_library_path_idn2 ..." 1>&5
CPPFLAGS="$cf_test_CPPFLAGS"
LIBS="-lidn2 $LIBICONV $cf_save_LIBS"
LDFLAGS="$cf_save_LDFLAGS -L$cf_cv_library_path_idn2"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 39295 "configure"
+#line 38586 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -39311,21 +38602,21 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:39314: \"$ac_link\"") >&5
+if { (eval echo "$as_me:38605: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:39317: \$? = $ac_status" >&5
+ echo "$as_me:38608: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:39320: \"$ac_try\"") >&5
+ { (eval echo "$as_me:38611: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:39323: \$? = $ac_status" >&5
+ echo "$as_me:38614: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
test -n "$verbose" && echo " ... found idn2 library in $cf_cv_library_path_idn2" 1>&6
-echo "${as_me:-configure}:39328: testing ... found idn2 library in $cf_cv_library_path_idn2 ..." 1>&5
+echo "${as_me:-configure}:38619: testing ... found idn2 library in $cf_cv_library_path_idn2 ..." 1>&5
cf_cv_find_linkage_idn2=yes
cf_cv_library_file_idn2="-lidn2"
@@ -39387,7 +38678,7 @@ if test -n "$cf_cv_header_path_idn2" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 39390 "configure"
+#line 38681 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -39399,16 +38690,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:39402: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:38693: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:39405: \$? = $ac_status" >&5
+ echo "$as_me:38696: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:39408: \"$ac_try\"") >&5
+ { (eval echo "$as_me:38699: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:39411: \$? = $ac_status" >&5
+ echo "$as_me:38702: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -39425,7 +38716,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}:39428: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:38719: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -39461,7 +38752,7 @@ if test -n "$cf_cv_library_path_idn2" ; then
if test "$cf_have_libdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6
-echo "${as_me:-configure}:39464: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:38755: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -39488,14 +38779,14 @@ LIBS="$cf_add_libs"
else
test -n "$verbose" && echo " unsuccessful, will try idn (older)" 1>&6
-echo "${as_me:-configure}:39491: testing unsuccessful, will try idn (older) ..." 1>&5
+echo "${as_me:-configure}:38782: testing unsuccessful, will try idn (older) ..." 1>&5
fi
if test "x$cf_cv_find_linkage_idn2" = xyes ; then
test -n "$verbose" && echo " found idn2 library" 1>&6
-echo "${as_me:-configure}:39498: testing found idn2 library ..." 1>&5
+echo "${as_me:-configure}:38789: testing found idn2 library ..." 1>&5
cat >>confdefs.h <<\EOF
#define USE_IDN2 1
@@ -39508,12 +38799,12 @@ else
cf_cv_header_path_idn=
cf_cv_library_path_idn=
-echo "${as_me:-configure}:39511: testing Starting FIND_LINKAGE(idn,) ..." 1>&5
+echo "${as_me:-configure}:38802: testing Starting FIND_LINKAGE(idn,) ..." 1>&5
cf_save_LIBS="$LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 39516 "configure"
+#line 38807 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -39532,16 +38823,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:39535: \"$ac_link\"") >&5
+if { (eval echo "$as_me:38826: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:39538: \$? = $ac_status" >&5
+ echo "$as_me:38829: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:39541: \"$ac_try\"") >&5
+ { (eval echo "$as_me:38832: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:39544: \$? = $ac_status" >&5
+ echo "$as_me:38835: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_find_linkage_idn=yes
@@ -39555,7 +38846,7 @@ cat "conftest.$ac_ext" >&5
LIBS="-lidn $LIBICONV $cf_save_LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 39558 "configure"
+#line 38849 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -39574,16 +38865,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:39577: \"$ac_link\"") >&5
+if { (eval echo "$as_me:38868: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:39580: \$? = $ac_status" >&5
+ echo "$as_me:38871: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:39583: \"$ac_try\"") >&5
+ { (eval echo "$as_me:38874: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:39586: \$? = $ac_status" >&5
+ echo "$as_me:38877: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_find_linkage_idn=yes
@@ -39600,9 +38891,9 @@ cat "conftest.$ac_ext" >&5
test -n "$verbose" && echo " find linkage for idn library" 1>&6
-echo "${as_me:-configure}:39603: testing find linkage for idn library ..." 1>&5
+echo "${as_me:-configure}:38894: testing find linkage for idn library ..." 1>&5
-echo "${as_me:-configure}:39605: testing Searching for headers in FIND_LINKAGE(idn,) ..." 1>&5
+echo "${as_me:-configure}:38896: testing Searching for headers in FIND_LINKAGE(idn,) ..." 1>&5
cf_save_CPPFLAGS="$CPPFLAGS"
cf_test_CPPFLAGS="$CPPFLAGS"
@@ -39693,7 +38984,7 @@ cf_search="$cf_search $cf_header_path_list"
if test -d "$cf_cv_header_path_idn" ; then
test -n "$verbose" && echo " ... testing $cf_cv_header_path_idn" 1>&6
-echo "${as_me:-configure}:39696: testing ... testing $cf_cv_header_path_idn ..." 1>&5
+echo "${as_me:-configure}:38987: testing ... testing $cf_cv_header_path_idn ..." 1>&5
CPPFLAGS="$cf_save_CPPFLAGS"
@@ -39701,7 +38992,7 @@ echo "${as_me:-configure}:39696: testing ... testing $cf_cv_header_path_idn ..."
CPPFLAGS="${CPPFLAGS}-I$cf_cv_header_path_idn"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 39704 "configure"
+#line 38995 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -39720,21 +39011,21 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:39723: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:39014: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:39726: \$? = $ac_status" >&5
+ echo "$as_me:39017: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:39729: \"$ac_try\"") >&5
+ { (eval echo "$as_me:39020: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:39732: \$? = $ac_status" >&5
+ echo "$as_me:39023: \$? = $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}:39737: testing ... found idn headers in $cf_cv_header_path_idn ..." 1>&5
+echo "${as_me:-configure}:39028: testing ... found idn headers in $cf_cv_header_path_idn ..." 1>&5
cf_cv_find_linkage_idn=maybe
cf_test_CPPFLAGS="$CPPFLAGS"
@@ -39752,7 +39043,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_cv_find_linkage_idn" = maybe ; then
-echo "${as_me:-configure}:39755: testing Searching for idn library in FIND_LINKAGE(idn,) ..." 1>&5
+echo "${as_me:-configure}:39046: testing Searching for idn library in FIND_LINKAGE(idn,) ..." 1>&5
cf_save_LIBS="$LIBS"
cf_save_LDFLAGS="$LDFLAGS"
@@ -39827,13 +39118,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}:39830: testing ... testing $cf_cv_library_path_idn ..." 1>&5
+echo "${as_me:-configure}:39121: 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 39836 "configure"
+#line 39127 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -39852,21 +39143,21 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:39855: \"$ac_link\"") >&5
+if { (eval echo "$as_me:39146: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:39858: \$? = $ac_status" >&5
+ echo "$as_me:39149: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:39861: \"$ac_try\"") >&5
+ { (eval echo "$as_me:39152: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:39864: \$? = $ac_status" >&5
+ echo "$as_me:39155: \$? = $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}:39869: testing ... found idn library in $cf_cv_library_path_idn ..." 1>&5
+echo "${as_me:-configure}:39160: testing ... found idn library in $cf_cv_library_path_idn ..." 1>&5
cf_cv_find_linkage_idn=yes
cf_cv_library_file_idn="-lidn"
@@ -39928,7 +39219,7 @@ if test -n "$cf_cv_header_path_idn" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 39931 "configure"
+#line 39222 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -39940,16 +39231,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:39943: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:39234: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:39946: \$? = $ac_status" >&5
+ echo "$as_me:39237: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:39949: \"$ac_try\"") >&5
+ { (eval echo "$as_me:39240: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:39952: \$? = $ac_status" >&5
+ echo "$as_me:39243: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -39966,7 +39257,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}:39969: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:39260: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -40002,7 +39293,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}:40005: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:39296: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -40027,14 +39318,14 @@ done
LIBS="$cf_add_libs"
else
-{ echo "$as_me:40030: WARNING: Cannot find idn library" >&5
+{ echo "$as_me:39321: WARNING: Cannot find idn library" >&5
echo "$as_me: WARNING: Cannot find idn library" >&2;}
fi
if test "x$cf_cv_find_linkage_idn" = xyes ; then
test -n "$verbose" && echo " found idn library" 1>&6
-echo "${as_me:-configure}:40037: testing found idn library ..." 1>&5
+echo "${as_me:-configure}:39328: testing found idn library ..." 1>&5
cat >>confdefs.h <<\EOF
#define USE_IDNA 1
@@ -40045,7 +39336,7 @@ fi
fi
-echo "$as_me:40048: checking if element-justification logic should be used" >&5
+echo "$as_me:39339: 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.
@@ -40062,14 +39353,14 @@ else
use_justify_elts=yes
fi;
-echo "$as_me:40065: result: $use_justify_elts" >&5
+echo "$as_me:39356: 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:40072: checking if partial-display should be used" >&5
+echo "$as_me:39363: 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.
@@ -40086,14 +39377,14 @@ else
use_partial_display=yes
fi;
-echo "$as_me:40089: result: $use_partial_display" >&5
+echo "$as_me:39380: 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:40096: checking if persistent-cookie logic should be used" >&5
+echo "$as_me:39387: 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.
@@ -40110,14 +39401,14 @@ else
use_filed_cookies=yes
fi;
-echo "$as_me:40113: result: $use_filed_cookies" >&5
+echo "$as_me:39404: 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:40120: checking if html source should be colorized" >&5
+echo "$as_me:39411: 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.
@@ -40134,14 +39425,14 @@ else
use_prettysrc=yes
fi;
-echo "$as_me:40137: result: $use_prettysrc" >&5
+echo "$as_me:39428: 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:40144: checking if progress-bar code should be used" >&5
+echo "$as_me:39435: 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.
@@ -40158,14 +39449,14 @@ else
use_progressbar=yes
fi;
-echo "$as_me:40161: result: $use_progressbar" >&5
+echo "$as_me:39452: 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:40168: checking if read-progress message should show ETA" >&5
+echo "$as_me:39459: 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.
@@ -40182,14 +39473,14 @@ else
use_read_eta=yes
fi;
-echo "$as_me:40185: result: $use_read_eta" >&5
+echo "$as_me:39476: 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:40192: checking if source caching should be used" >&5
+echo "$as_me:39483: 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.
@@ -40206,14 +39497,14 @@ else
use_source_cache=yes
fi;
-echo "$as_me:40209: result: $use_source_cache" >&5
+echo "$as_me:39500: 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:40216: checking if scrollbar code should be used" >&5
+echo "$as_me:39507: 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.
@@ -40230,10 +39521,10 @@ else
use_scrollbar=yes
fi;
-echo "$as_me:40233: result: $use_scrollbar" >&5
+echo "$as_me:39524: result: $use_scrollbar" >&5
echo "${ECHO_T}$use_scrollbar" >&6
-echo "$as_me:40236: checking if charset-selection logic should be used" >&5
+echo "$as_me:39527: 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.
@@ -40250,14 +39541,14 @@ else
use_charset_choice=no
fi;
-echo "$as_me:40253: result: $use_charset_choice" >&5
+echo "$as_me:39544: 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:40260: checking if you want to use external commands" >&5
+echo "$as_me:39551: 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.
@@ -40274,7 +39565,7 @@ else
use_externs=no
fi;
-echo "$as_me:40277: result: $use_externs" >&5
+echo "$as_me:39568: result: $use_externs" >&5
echo "${ECHO_T}$use_externs" >&6
if test "$use_externs" != "no" ; then
@@ -40285,7 +39576,7 @@ EOF
EXTRA_OBJS="$EXTRA_OBJS LYExtern\$o"
fi
-echo "$as_me:40288: checking if you want to use setfont support" >&5
+echo "$as_me:39579: 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.
@@ -40302,7 +39593,7 @@ else
use_setfont=no
fi;
-echo "$as_me:40305: result: $use_setfont" >&5
+echo "$as_me:39596: result: $use_setfont" >&5
echo "${ECHO_T}$use_setfont" >&6
if test "$use_setfont" = yes ; then
case "$host_os" in
@@ -40313,7 +39604,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:40316: checking for $ac_word" >&5
+echo "$as_me:39607: 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
@@ -40330,7 +39621,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:40333: found $ac_dir/$ac_word" >&5
+ echo "$as_me:39624: found $ac_dir/$ac_word" >&5
break
fi
done
@@ -40341,10 +39632,10 @@ fi
SETFONT=$ac_cv_path_SETFONT
if test -n "$SETFONT"; then
- echo "$as_me:40344: result: $SETFONT" >&5
+ echo "$as_me:39635: result: $SETFONT" >&5
echo "${ECHO_T}$SETFONT" >&6
else
- echo "$as_me:40347: result: no" >&5
+ echo "$as_me:39638: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -40403,7 +39694,7 @@ IFS="$cf_save_ifs"
if test -n "$cf_path_prog" ; then
-echo "${as_me:-configure}:40406: testing defining path for ${cf_path_prog} ..." 1>&5
+echo "${as_me:-configure}:39697: testing defining path for ${cf_path_prog} ..." 1>&5
cat >>confdefs.h <<EOF
#define SETFONT_PATH "$cf_path_prog"
@@ -40421,19 +39712,19 @@ fi
SETFONT=built-in
test -n "$verbose" && echo " Assume $host_os has font-switching" 1>&6
-echo "${as_me:-configure}:40424: testing Assume $host_os has font-switching ..." 1>&5
+echo "${as_me:-configure}:39715: 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}:40431: testing Assume $host_os has no font-switching ..." 1>&5
+echo "${as_me:-configure}:39722: testing Assume $host_os has no font-switching ..." 1>&5
;;
esac
if test -z "$SETFONT" ; then
- { echo "$as_me:40436: WARNING: Cannot find a font-setting program" >&5
+ { echo "$as_me:39727: WARNING: Cannot find a font-setting program" >&5
echo "$as_me: WARNING: Cannot find a font-setting program" >&2;}
elif test "$SETFONT" != unknown ; then
@@ -40444,7 +39735,7 @@ EOF
fi
fi
-echo "$as_me:40447: checking if you want cgi-link support" >&5
+echo "$as_me:39738: 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.
@@ -40461,10 +39752,10 @@ EOF
else
enableval=no
fi;
-echo "$as_me:40464: result: $enableval" >&5
+echo "$as_me:39755: result: $enableval" >&5
echo "${ECHO_T}$enableval" >&6
-echo "$as_me:40467: checking if you want change-exec support" >&5
+echo "$as_me:39758: 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.
@@ -40481,14 +39772,14 @@ else
use_change_exec=no
fi;
-echo "$as_me:40484: result: $use_change_exec" >&5
+echo "$as_me:39775: 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:40491: checking if you want exec-links support" >&5
+echo "$as_me:39782: 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.
@@ -40505,14 +39796,14 @@ else
use_exec_links=$enableval
fi;
-echo "$as_me:40508: result: $use_exec_links" >&5
+echo "$as_me:39799: 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:40515: checking if you want exec-scripts support" >&5
+echo "$as_me:39806: 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.
@@ -40529,14 +39820,14 @@ else
use_exec_scripts=$enableval
fi;
-echo "$as_me:40532: result: $use_exec_scripts" >&5
+echo "$as_me:39823: 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:40539: checking if you want internal-links feature" >&5
+echo "$as_me:39830: 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.
@@ -40553,14 +39844,14 @@ else
use_internal_links=no
fi;
-echo "$as_me:40556: result: $use_internal_links" >&5
+echo "$as_me:39847: 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:40563: checking if you want to fork NSL requests" >&5
+echo "$as_me:39854: 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.
@@ -40577,7 +39868,7 @@ else
use_nsl_fork=no
fi;
-echo "$as_me:40580: result: $use_nsl_fork" >&5
+echo "$as_me:39871: result: $use_nsl_fork" >&5
echo "${ECHO_T}$use_nsl_fork" >&6
if test "$use_nsl_fork" = yes ; then
case "$host_os" in
@@ -40598,7 +39889,7 @@ EOF
esac
fi
-echo "$as_me:40601: checking if you want to log URL requests via syslog" >&5
+echo "$as_me:39892: 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.
@@ -40615,14 +39906,14 @@ else
use_syslog=no
fi;
-echo "$as_me:40618: result: $use_syslog" >&5
+echo "$as_me:39909: 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:40625: checking if you want to underline links" >&5
+echo "$as_me:39916: 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.
@@ -40639,7 +39930,7 @@ else
use_underline=no
fi;
-echo "$as_me:40642: result: $use_underline" >&5
+echo "$as_me:39933: result: $use_underline" >&5
echo "${ECHO_T}$use_underline" >&6
test "$use_underline" = yes &&
cat >>confdefs.h <<\EOF
@@ -40651,7 +39942,7 @@ cat >>confdefs.h <<\EOF
#define UNDERLINE_LINKS 0
EOF
-echo "$as_me:40654: checking if help files should be gzip'ed" >&5
+echo "$as_me:39945: 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.
@@ -40668,10 +39959,10 @@ else
use_gzip_help=no
fi;
-echo "$as_me:40671: result: $use_gzip_help" >&5
+echo "$as_me:39962: result: $use_gzip_help" >&5
echo "${ECHO_T}$use_gzip_help" >&6
-echo "$as_me:40674: checking if you want to use libbz2 for decompression of some bzip2 files" >&5
+echo "$as_me:39965: 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.
@@ -40681,15 +39972,13 @@ if test "${with_bzlib+set}" = set; then
else
use_bzlib=yes
fi;
-echo "$as_me:40684: result: $use_bzlib" >&5
+echo "$as_me:39975: result: $use_bzlib" >&5
echo "${ECHO_T}$use_bzlib" >&6
if test ".$use_bzlib" != ".no" ; then
case "$use_bzlib" in
-(no)
- ;;
-(yes)
+(no|yes)
;;
(*)
@@ -40723,7 +40012,7 @@ if test -n "$cf_searchpath/include" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 40726 "configure"
+#line 40015 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -40735,16 +40024,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:40738: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:40027: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:40741: \$? = $ac_status" >&5
+ echo "$as_me:40030: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:40744: \"$ac_try\"") >&5
+ { (eval echo "$as_me:40033: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:40747: \$? = $ac_status" >&5
+ echo "$as_me:40036: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -40761,7 +40050,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}:40764: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:40053: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -40807,7 +40096,7 @@ if test -n "$cf_searchpath/../include" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 40810 "configure"
+#line 40099 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -40819,16 +40108,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:40822: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:40111: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:40825: \$? = $ac_status" >&5
+ echo "$as_me:40114: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:40828: \"$ac_try\"") >&5
+ { (eval echo "$as_me:40117: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:40831: \$? = $ac_status" >&5
+ echo "$as_me:40120: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -40845,7 +40134,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}:40848: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:40137: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -40863,8 +40152,8 @@ echo "${as_me:-configure}:40848: testing adding $cf_add_incdir to include-path .
fi
else
-{ { echo "$as_me:40866: error: cannot find under $use_bzlib" >&5
-echo "$as_me: error: cannot find under $use_bzlib" >&2;}
+{ { echo "$as_me:40155: error: cannot find bzip2 library under $use_bzlib" >&5
+echo "$as_me: error: cannot find bzip2 library under $use_bzlib" >&2;}
{ (exit 1); exit 1; }; }
fi
if test -d "$cf_searchpath/lib" ; then
@@ -40888,7 +40177,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}:40891: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:40180: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -40917,7 +40206,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}:40920: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:40209: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -40926,12 +40215,16 @@ echo "${as_me:-configure}:40920: testing adding $cf_add_libdir to library-path .
fi
else
-{ { echo "$as_me:40929: error: cannot find under $use_bzlib" >&5
-echo "$as_me: error: cannot find under $use_bzlib" >&2;}
+{ { echo "$as_me:40218: error: cannot find bzip2 library under $use_bzlib" >&5
+echo "$as_me: error: cannot find bzip2 library under $use_bzlib" >&2;}
{ (exit 1); exit 1; }; }
fi
done
+ test -n "$verbose" && echo " setting path value for bzip2 library to $use_bzlib" 1>&6
+
+echo "${as_me:-configure}:40226: testing setting path value for bzip2 library to $use_bzlib ..." 1>&5
+
;;
esac
@@ -40940,12 +40233,12 @@ esac
cf_cv_header_path_bz2=
cf_cv_library_path_bz2=
-echo "${as_me:-configure}:40943: testing Starting FIND_LINKAGE(bz2,bzlib) ..." 1>&5
+echo "${as_me:-configure}:40236: testing Starting FIND_LINKAGE(bz2,bzlib) ..." 1>&5
cf_save_LIBS="$LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 40948 "configure"
+#line 40241 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -40962,16 +40255,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:40965: \"$ac_link\"") >&5
+if { (eval echo "$as_me:40258: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:40968: \$? = $ac_status" >&5
+ echo "$as_me:40261: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:40971: \"$ac_try\"") >&5
+ { (eval echo "$as_me:40264: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:40974: \$? = $ac_status" >&5
+ echo "$as_me:40267: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_find_linkage_bz2=yes
@@ -40985,7 +40278,7 @@ cat "conftest.$ac_ext" >&5
LIBS="-lbz2 $cf_save_LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 40988 "configure"
+#line 40281 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -41002,16 +40295,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:41005: \"$ac_link\"") >&5
+if { (eval echo "$as_me:40298: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:41008: \$? = $ac_status" >&5
+ echo "$as_me:40301: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:41011: \"$ac_try\"") >&5
+ { (eval echo "$as_me:40304: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:41014: \$? = $ac_status" >&5
+ echo "$as_me:40307: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_find_linkage_bz2=yes
@@ -41028,9 +40321,9 @@ cat "conftest.$ac_ext" >&5
test -n "$verbose" && echo " find linkage for bz2 library" 1>&6
-echo "${as_me:-configure}:41031: testing find linkage for bz2 library ..." 1>&5
+echo "${as_me:-configure}:40324: testing find linkage for bz2 library ..." 1>&5
-echo "${as_me:-configure}:41033: testing Searching for headers in FIND_LINKAGE(bz2,bzlib) ..." 1>&5
+echo "${as_me:-configure}:40326: testing Searching for headers in FIND_LINKAGE(bz2,bzlib) ..." 1>&5
cf_save_CPPFLAGS="$CPPFLAGS"
cf_test_CPPFLAGS="$CPPFLAGS"
@@ -41121,7 +40414,7 @@ cf_search="$cf_search $cf_header_path_list"
if test -d "$cf_cv_header_path_bz2" ; then
test -n "$verbose" && echo " ... testing $cf_cv_header_path_bz2" 1>&6
-echo "${as_me:-configure}:41124: testing ... testing $cf_cv_header_path_bz2 ..." 1>&5
+echo "${as_me:-configure}:40417: testing ... testing $cf_cv_header_path_bz2 ..." 1>&5
CPPFLAGS="$cf_save_CPPFLAGS"
@@ -41129,7 +40422,7 @@ echo "${as_me:-configure}:41124: testing ... testing $cf_cv_header_path_bz2 ..."
CPPFLAGS="${CPPFLAGS}-I$cf_cv_header_path_bz2"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 41132 "configure"
+#line 40425 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -41146,21 +40439,21 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:41149: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:40442: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:41152: \$? = $ac_status" >&5
+ echo "$as_me:40445: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:41155: \"$ac_try\"") >&5
+ { (eval echo "$as_me:40448: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:41158: \$? = $ac_status" >&5
+ echo "$as_me:40451: \$? = $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}:41163: testing ... found bz2 headers in $cf_cv_header_path_bz2 ..." 1>&5
+echo "${as_me:-configure}:40456: testing ... found bz2 headers in $cf_cv_header_path_bz2 ..." 1>&5
cf_cv_find_linkage_bz2=maybe
cf_test_CPPFLAGS="$CPPFLAGS"
@@ -41178,7 +40471,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_cv_find_linkage_bz2" = maybe ; then
-echo "${as_me:-configure}:41181: testing Searching for bz2 library in FIND_LINKAGE(bz2,bzlib) ..." 1>&5
+echo "${as_me:-configure}:40474: testing Searching for bz2 library in FIND_LINKAGE(bz2,bzlib) ..." 1>&5
cf_save_LIBS="$LIBS"
cf_save_LDFLAGS="$LDFLAGS"
@@ -41186,7 +40479,7 @@ echo "${as_me:-configure}:41181: testing Searching for bz2 library in FIND_LINKA
CPPFLAGS="$cf_test_CPPFLAGS"
LIBS="-lbz2 $cf_save_LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 41189 "configure"
+#line 40482 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -41203,21 +40496,21 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:41206: \"$ac_link\"") >&5
+if { (eval echo "$as_me:40499: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:41209: \$? = $ac_status" >&5
+ echo "$as_me:40502: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:41212: \"$ac_try\"") >&5
+ { (eval echo "$as_me:40505: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:41215: \$? = $ac_status" >&5
+ echo "$as_me:40508: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
test -n "$verbose" && echo " ... found bz2 library in system" 1>&6
-echo "${as_me:-configure}:41220: testing ... found bz2 library in system ..." 1>&5
+echo "${as_me:-configure}:40513: testing ... found bz2 library in system ..." 1>&5
cf_cv_find_linkage_bz2=yes
else
@@ -41298,13 +40591,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}:41301: testing ... testing $cf_cv_library_path_bz2 ..." 1>&5
+echo "${as_me:-configure}:40594: 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 41307 "configure"
+#line 40600 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -41321,21 +40614,21 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:41324: \"$ac_link\"") >&5
+if { (eval echo "$as_me:40617: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:41327: \$? = $ac_status" >&5
+ echo "$as_me:40620: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:41330: \"$ac_try\"") >&5
+ { (eval echo "$as_me:40623: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:41333: \$? = $ac_status" >&5
+ echo "$as_me:40626: \$? = $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}:41338: testing ... found bz2 library in $cf_cv_library_path_bz2 ..." 1>&5
+echo "${as_me:-configure}:40631: testing ... found bz2 library in $cf_cv_library_path_bz2 ..." 1>&5
cf_cv_find_linkage_bz2=yes
cf_cv_library_file_bz2="-lbz2"
@@ -41397,7 +40690,7 @@ if test -n "$cf_cv_header_path_bz2" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 41400 "configure"
+#line 40693 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -41409,16 +40702,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:41412: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:40705: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:41415: \$? = $ac_status" >&5
+ echo "$as_me:40708: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:41418: \"$ac_try\"") >&5
+ { (eval echo "$as_me:40711: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:41421: \$? = $ac_status" >&5
+ echo "$as_me:40714: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -41435,7 +40728,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}:41438: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:40731: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -41471,7 +40764,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}:41474: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:40767: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -41496,7 +40789,7 @@ done
LIBS="$cf_add_libs"
else
-{ echo "$as_me:41499: WARNING: Cannot find bz2 library" >&5
+{ echo "$as_me:40792: WARNING: Cannot find bz2 library" >&5
echo "$as_me: WARNING: Cannot find bz2 library" >&2;}
fi
@@ -41507,7 +40800,7 @@ EOF
fi
-echo "$as_me:41510: checking if you want to use zlib for decompression of some gzip files" >&5
+echo "$as_me:40803: 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.
@@ -41517,15 +40810,13 @@ if test "${with_zlib+set}" = set; then
else
use_zlib=yes
fi;
-echo "$as_me:41520: result: $use_zlib" >&5
+echo "$as_me:40813: result: $use_zlib" >&5
echo "${ECHO_T}$use_zlib" >&6
if test ".$use_zlib" != ".no" ; then
case "$use_zlib" in
-(no)
- ;;
-(yes)
+(no|yes)
;;
(*)
@@ -41559,7 +40850,7 @@ if test -n "$cf_searchpath/include" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 41562 "configure"
+#line 40853 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -41571,16 +40862,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:41574: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:40865: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:41577: \$? = $ac_status" >&5
+ echo "$as_me:40868: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:41580: \"$ac_try\"") >&5
+ { (eval echo "$as_me:40871: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:41583: \$? = $ac_status" >&5
+ echo "$as_me:40874: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -41597,7 +40888,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}:41600: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:40891: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -41643,7 +40934,7 @@ if test -n "$cf_searchpath/../include" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 41646 "configure"
+#line 40937 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -41655,16 +40946,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:41658: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:40949: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:41661: \$? = $ac_status" >&5
+ echo "$as_me:40952: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:41664: \"$ac_try\"") >&5
+ { (eval echo "$as_me:40955: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:41667: \$? = $ac_status" >&5
+ echo "$as_me:40958: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -41681,7 +40972,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}:41684: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:40975: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -41699,8 +40990,8 @@ echo "${as_me:-configure}:41684: testing adding $cf_add_incdir to include-path .
fi
else
-{ { echo "$as_me:41702: error: cannot find under $use_zlib" >&5
-echo "$as_me: error: cannot find under $use_zlib" >&2;}
+{ { echo "$as_me:40993: error: cannot find zlib under $use_zlib" >&5
+echo "$as_me: error: cannot find zlib under $use_zlib" >&2;}
{ (exit 1); exit 1; }; }
fi
if test -d "$cf_searchpath/lib" ; then
@@ -41724,7 +41015,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}:41727: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:41018: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -41753,7 +41044,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}:41756: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:41047: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -41762,12 +41053,16 @@ echo "${as_me:-configure}:41756: testing adding $cf_add_libdir to library-path .
fi
else
-{ { echo "$as_me:41765: error: cannot find under $use_zlib" >&5
-echo "$as_me: error: cannot find under $use_zlib" >&2;}
+{ { echo "$as_me:41056: error: cannot find zlib under $use_zlib" >&5
+echo "$as_me: error: cannot find zlib under $use_zlib" >&2;}
{ (exit 1); exit 1; }; }
fi
done
+ test -n "$verbose" && echo " setting path value for zlib to $use_zlib" 1>&6
+
+echo "${as_me:-configure}:41064: testing setting path value for zlib to $use_zlib ..." 1>&5
+
;;
esac
@@ -41776,12 +41071,12 @@ esac
cf_cv_header_path_z=
cf_cv_library_path_z=
-echo "${as_me:-configure}:41779: testing Starting FIND_LINKAGE(z,zlib) ..." 1>&5
+echo "${as_me:-configure}:41074: testing Starting FIND_LINKAGE(z,zlib) ..." 1>&5
cf_save_LIBS="$LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 41784 "configure"
+#line 41079 "configure"
#include "confdefs.h"
#include <zlib.h>
@@ -41797,16 +41092,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:41800: \"$ac_link\"") >&5
+if { (eval echo "$as_me:41095: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:41803: \$? = $ac_status" >&5
+ echo "$as_me:41098: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:41806: \"$ac_try\"") >&5
+ { (eval echo "$as_me:41101: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:41809: \$? = $ac_status" >&5
+ echo "$as_me:41104: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_find_linkage_z=yes
@@ -41820,7 +41115,7 @@ cat "conftest.$ac_ext" >&5
LIBS="-lz $cf_save_LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 41823 "configure"
+#line 41118 "configure"
#include "confdefs.h"
#include <zlib.h>
@@ -41836,16 +41131,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:41839: \"$ac_link\"") >&5
+if { (eval echo "$as_me:41134: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:41842: \$? = $ac_status" >&5
+ echo "$as_me:41137: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:41845: \"$ac_try\"") >&5
+ { (eval echo "$as_me:41140: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:41848: \$? = $ac_status" >&5
+ echo "$as_me:41143: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_find_linkage_z=yes
@@ -41862,9 +41157,9 @@ cat "conftest.$ac_ext" >&5
test -n "$verbose" && echo " find linkage for z library" 1>&6
-echo "${as_me:-configure}:41865: testing find linkage for z library ..." 1>&5
+echo "${as_me:-configure}:41160: testing find linkage for z library ..." 1>&5
-echo "${as_me:-configure}:41867: testing Searching for headers in FIND_LINKAGE(z,zlib) ..." 1>&5
+echo "${as_me:-configure}:41162: testing Searching for headers in FIND_LINKAGE(z,zlib) ..." 1>&5
cf_save_CPPFLAGS="$CPPFLAGS"
cf_test_CPPFLAGS="$CPPFLAGS"
@@ -41955,7 +41250,7 @@ cf_search="$cf_search $cf_header_path_list"
if test -d "$cf_cv_header_path_z" ; then
test -n "$verbose" && echo " ... testing $cf_cv_header_path_z" 1>&6
-echo "${as_me:-configure}:41958: testing ... testing $cf_cv_header_path_z ..." 1>&5
+echo "${as_me:-configure}:41253: testing ... testing $cf_cv_header_path_z ..." 1>&5
CPPFLAGS="$cf_save_CPPFLAGS"
@@ -41963,7 +41258,7 @@ echo "${as_me:-configure}:41958: testing ... testing $cf_cv_header_path_z ..." 1
CPPFLAGS="${CPPFLAGS}-I$cf_cv_header_path_z"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 41966 "configure"
+#line 41261 "configure"
#include "confdefs.h"
#include <zlib.h>
@@ -41979,21 +41274,21 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:41982: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:41277: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:41985: \$? = $ac_status" >&5
+ echo "$as_me:41280: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:41988: \"$ac_try\"") >&5
+ { (eval echo "$as_me:41283: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:41991: \$? = $ac_status" >&5
+ echo "$as_me:41286: \$? = $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}:41996: testing ... found z headers in $cf_cv_header_path_z ..." 1>&5
+echo "${as_me:-configure}:41291: testing ... found z headers in $cf_cv_header_path_z ..." 1>&5
cf_cv_find_linkage_z=maybe
cf_test_CPPFLAGS="$CPPFLAGS"
@@ -42011,7 +41306,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_cv_find_linkage_z" = maybe ; then
-echo "${as_me:-configure}:42014: testing Searching for z library in FIND_LINKAGE(z,zlib) ..." 1>&5
+echo "${as_me:-configure}:41309: testing Searching for z library in FIND_LINKAGE(z,zlib) ..." 1>&5
cf_save_LIBS="$LIBS"
cf_save_LDFLAGS="$LDFLAGS"
@@ -42019,7 +41314,7 @@ echo "${as_me:-configure}:42014: testing Searching for z library in FIND_LINKAGE
CPPFLAGS="$cf_test_CPPFLAGS"
LIBS="-lz $cf_save_LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 42022 "configure"
+#line 41317 "configure"
#include "confdefs.h"
#include <zlib.h>
@@ -42035,21 +41330,21 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:42038: \"$ac_link\"") >&5
+if { (eval echo "$as_me:41333: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:42041: \$? = $ac_status" >&5
+ echo "$as_me:41336: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:42044: \"$ac_try\"") >&5
+ { (eval echo "$as_me:41339: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:42047: \$? = $ac_status" >&5
+ echo "$as_me:41342: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
test -n "$verbose" && echo " ... found z library in system" 1>&6
-echo "${as_me:-configure}:42052: testing ... found z library in system ..." 1>&5
+echo "${as_me:-configure}:41347: testing ... found z library in system ..." 1>&5
cf_cv_find_linkage_z=yes
else
@@ -42130,13 +41425,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}:42133: testing ... testing $cf_cv_library_path_z ..." 1>&5
+echo "${as_me:-configure}:41428: 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 42139 "configure"
+#line 41434 "configure"
#include "confdefs.h"
#include <zlib.h>
@@ -42152,21 +41447,21 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:42155: \"$ac_link\"") >&5
+if { (eval echo "$as_me:41450: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:42158: \$? = $ac_status" >&5
+ echo "$as_me:41453: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:42161: \"$ac_try\"") >&5
+ { (eval echo "$as_me:41456: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:42164: \$? = $ac_status" >&5
+ echo "$as_me:41459: \$? = $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}:42169: testing ... found z library in $cf_cv_library_path_z ..." 1>&5
+echo "${as_me:-configure}:41464: testing ... found z library in $cf_cv_library_path_z ..." 1>&5
cf_cv_find_linkage_z=yes
cf_cv_library_file_z="-lz"
@@ -42228,7 +41523,7 @@ if test -n "$cf_cv_header_path_z" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 42231 "configure"
+#line 41526 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -42240,16 +41535,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:42243: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:41538: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:42246: \$? = $ac_status" >&5
+ echo "$as_me:41541: \$? = $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:41544: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:42252: \$? = $ac_status" >&5
+ echo "$as_me:41547: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -42266,7 +41561,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}:42269: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:41564: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -42302,7 +41597,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}:42305: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:41600: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -42327,7 +41622,7 @@ done
LIBS="$cf_add_libs"
else
-{ echo "$as_me:42330: WARNING: Cannot find z library" >&5
+{ echo "$as_me:41625: WARNING: Cannot find z library" >&5
echo "$as_me: WARNING: Cannot find z library" >&2;}
fi
@@ -42336,13 +41631,13 @@ for ac_func in \
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:42339: checking for $ac_func" >&5
+echo "$as_me:41634: 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 42345 "configure"
+#line 41640 "configure"
#include "confdefs.h"
#define $ac_func autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -42373,16 +41668,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:42376: \"$ac_link\"") >&5
+if { (eval echo "$as_me:41671: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:42379: \$? = $ac_status" >&5
+ echo "$as_me:41674: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:42382: \"$ac_try\"") >&5
+ { (eval echo "$as_me:41677: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:42385: \$? = $ac_status" >&5
+ echo "$as_me:41680: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
eval "$as_ac_var=yes"
else
@@ -42392,7 +41687,7 @@ eval "$as_ac_var=no"
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:42395: result: `eval echo '${'"$as_ac_var"'}'`" >&5
+echo "$as_me:41690: 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
@@ -42409,7 +41704,7 @@ EOF
fi
-echo "$as_me:42412: checking if you want to use brotli decompression" >&5
+echo "$as_me:41707: checking if you want to use brotli decompression" >&5
echo $ECHO_N "checking if you want to use brotli decompression... $ECHO_C" >&6
# Check whether --with-brotli or --without-brotli was given.
@@ -42419,15 +41714,13 @@ if test "${with_brotli+set}" = set; then
else
use_brotli=yes
fi;
-echo "$as_me:42422: result: $use_brotli" >&5
+echo "$as_me:41717: result: $use_brotli" >&5
echo "${ECHO_T}$use_brotli" >&6
if test ".$use_brotli" != ".no" ; then
case "$use_brotli" in
-(no)
- ;;
-(yes)
+(no|yes)
;;
(*)
@@ -42461,7 +41754,7 @@ if test -n "$cf_searchpath/include" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 42464 "configure"
+#line 41757 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -42473,16 +41766,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:42476: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:41769: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:42479: \$? = $ac_status" >&5
+ echo "$as_me:41772: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:42482: \"$ac_try\"") >&5
+ { (eval echo "$as_me:41775: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:42485: \$? = $ac_status" >&5
+ echo "$as_me:41778: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -42499,7 +41792,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}:42502: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:41795: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -42545,7 +41838,7 @@ if test -n "$cf_searchpath/../include" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 42548 "configure"
+#line 41841 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -42557,16 +41850,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:42560: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:41853: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:42563: \$? = $ac_status" >&5
+ echo "$as_me:41856: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:42566: \"$ac_try\"") >&5
+ { (eval echo "$as_me:41859: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:42569: \$? = $ac_status" >&5
+ echo "$as_me:41862: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -42583,7 +41876,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}:42586: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:41879: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -42601,8 +41894,8 @@ echo "${as_me:-configure}:42586: testing adding $cf_add_incdir to include-path .
fi
else
-{ { echo "$as_me:42604: error: cannot find under $use_brotli" >&5
-echo "$as_me: error: cannot find under $use_brotli" >&2;}
+{ { echo "$as_me:41897: error: cannot find brotli library under $use_brotli" >&5
+echo "$as_me: error: cannot find brotli library under $use_brotli" >&2;}
{ (exit 1); exit 1; }; }
fi
if test -d "$cf_searchpath/lib" ; then
@@ -42626,7 +41919,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}:42629: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:41922: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -42655,7 +41948,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}:42658: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:41951: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -42664,12 +41957,16 @@ echo "${as_me:-configure}:42658: testing adding $cf_add_libdir to library-path .
fi
else
-{ { echo "$as_me:42667: error: cannot find under $use_brotli" >&5
-echo "$as_me: error: cannot find under $use_brotli" >&2;}
+{ { echo "$as_me:41960: error: cannot find brotli library under $use_brotli" >&5
+echo "$as_me: error: cannot find brotli library under $use_brotli" >&2;}
{ (exit 1); exit 1; }; }
fi
done
+ test -n "$verbose" && echo " setting path value for brotli library to $use_brotli" 1>&6
+
+echo "${as_me:-configure}:41968: testing setting path value for brotli library to $use_brotli ..." 1>&5
+
;;
esac
@@ -42678,12 +41975,12 @@ esac
cf_cv_header_path_brotlidec=
cf_cv_library_path_brotlidec=
-echo "${as_me:-configure}:42681: testing Starting FIND_LINKAGE(brotlidec,brotlilib) ..." 1>&5
+echo "${as_me:-configure}:41978: testing Starting FIND_LINKAGE(brotlidec,brotlilib) ..." 1>&5
cf_save_LIBS="$LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 42686 "configure"
+#line 41983 "configure"
#include "confdefs.h"
#include <brotli/decode.h>
@@ -42706,16 +42003,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:42709: \"$ac_link\"") >&5
+if { (eval echo "$as_me:42006: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:42712: \$? = $ac_status" >&5
+ echo "$as_me:42009: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:42715: \"$ac_try\"") >&5
+ { (eval echo "$as_me:42012: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:42718: \$? = $ac_status" >&5
+ echo "$as_me:42015: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_find_linkage_brotlidec=yes
@@ -42729,7 +42026,7 @@ cat "conftest.$ac_ext" >&5
LIBS="-lbrotlidec $cf_save_LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 42732 "configure"
+#line 42029 "configure"
#include "confdefs.h"
#include <brotli/decode.h>
@@ -42752,16 +42049,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:42755: \"$ac_link\"") >&5
+if { (eval echo "$as_me:42052: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:42758: \$? = $ac_status" >&5
+ echo "$as_me:42055: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:42761: \"$ac_try\"") >&5
+ { (eval echo "$as_me:42058: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:42764: \$? = $ac_status" >&5
+ echo "$as_me:42061: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_find_linkage_brotlidec=yes
@@ -42778,9 +42075,9 @@ cat "conftest.$ac_ext" >&5
test -n "$verbose" && echo " find linkage for brotlidec library" 1>&6
-echo "${as_me:-configure}:42781: testing find linkage for brotlidec library ..." 1>&5
+echo "${as_me:-configure}:42078: testing find linkage for brotlidec library ..." 1>&5
-echo "${as_me:-configure}:42783: testing Searching for headers in FIND_LINKAGE(brotlidec,brotlilib) ..." 1>&5
+echo "${as_me:-configure}:42080: testing Searching for headers in FIND_LINKAGE(brotlidec,brotlilib) ..." 1>&5
cf_save_CPPFLAGS="$CPPFLAGS"
cf_test_CPPFLAGS="$CPPFLAGS"
@@ -42871,7 +42168,7 @@ cf_search="$cf_search $cf_header_path_list"
if test -d "$cf_cv_header_path_brotlidec" ; then
test -n "$verbose" && echo " ... testing $cf_cv_header_path_brotlidec" 1>&6
-echo "${as_me:-configure}:42874: testing ... testing $cf_cv_header_path_brotlidec ..." 1>&5
+echo "${as_me:-configure}:42171: testing ... testing $cf_cv_header_path_brotlidec ..." 1>&5
CPPFLAGS="$cf_save_CPPFLAGS"
@@ -42879,7 +42176,7 @@ echo "${as_me:-configure}:42874: testing ... testing $cf_cv_header_path_brotlide
CPPFLAGS="${CPPFLAGS}-I$cf_cv_header_path_brotlidec"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 42882 "configure"
+#line 42179 "configure"
#include "confdefs.h"
#include <brotli/decode.h>
@@ -42902,21 +42199,21 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:42905: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:42202: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:42908: \$? = $ac_status" >&5
+ echo "$as_me:42205: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:42911: \"$ac_try\"") >&5
+ { (eval echo "$as_me:42208: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:42914: \$? = $ac_status" >&5
+ echo "$as_me:42211: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
test -n "$verbose" && echo " ... found brotlidec headers in $cf_cv_header_path_brotlidec" 1>&6
-echo "${as_me:-configure}:42919: testing ... found brotlidec headers in $cf_cv_header_path_brotlidec ..." 1>&5
+echo "${as_me:-configure}:42216: testing ... found brotlidec headers in $cf_cv_header_path_brotlidec ..." 1>&5
cf_cv_find_linkage_brotlidec=maybe
cf_test_CPPFLAGS="$CPPFLAGS"
@@ -42934,7 +42231,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
if test "$cf_cv_find_linkage_brotlidec" = maybe ; then
-echo "${as_me:-configure}:42937: testing Searching for brotlidec library in FIND_LINKAGE(brotlidec,brotlilib) ..." 1>&5
+echo "${as_me:-configure}:42234: testing Searching for brotlidec library in FIND_LINKAGE(brotlidec,brotlilib) ..." 1>&5
cf_save_LIBS="$LIBS"
cf_save_LDFLAGS="$LDFLAGS"
@@ -42942,7 +42239,7 @@ echo "${as_me:-configure}:42937: testing Searching for brotlidec library in FIND
CPPFLAGS="$cf_test_CPPFLAGS"
LIBS="-lbrotlidec $cf_save_LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 42945 "configure"
+#line 42242 "configure"
#include "confdefs.h"
#include <brotli/decode.h>
@@ -42965,21 +42262,21 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:42968: \"$ac_link\"") >&5
+if { (eval echo "$as_me:42265: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:42971: \$? = $ac_status" >&5
+ echo "$as_me:42268: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:42974: \"$ac_try\"") >&5
+ { (eval echo "$as_me:42271: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:42977: \$? = $ac_status" >&5
+ echo "$as_me:42274: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
test -n "$verbose" && echo " ... found brotlidec library in system" 1>&6
-echo "${as_me:-configure}:42982: testing ... found brotlidec library in system ..." 1>&5
+echo "${as_me:-configure}:42279: testing ... found brotlidec library in system ..." 1>&5
cf_cv_find_linkage_brotlidec=yes
else
@@ -43060,13 +42357,13 @@ cf_search="$cf_library_path_list $cf_search"
if test -d "$cf_cv_library_path_brotlidec" ; then
test -n "$verbose" && echo " ... testing $cf_cv_library_path_brotlidec" 1>&6
-echo "${as_me:-configure}:43063: testing ... testing $cf_cv_library_path_brotlidec ..." 1>&5
+echo "${as_me:-configure}:42360: testing ... testing $cf_cv_library_path_brotlidec ..." 1>&5
CPPFLAGS="$cf_test_CPPFLAGS"
LIBS="-lbrotlidec $cf_save_LIBS"
LDFLAGS="$cf_save_LDFLAGS -L$cf_cv_library_path_brotlidec"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 43069 "configure"
+#line 42366 "configure"
#include "confdefs.h"
#include <brotli/decode.h>
@@ -43089,21 +42386,21 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:43092: \"$ac_link\"") >&5
+if { (eval echo "$as_me:42389: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:43095: \$? = $ac_status" >&5
+ echo "$as_me:42392: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:43098: \"$ac_try\"") >&5
+ { (eval echo "$as_me:42395: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:43101: \$? = $ac_status" >&5
+ echo "$as_me:42398: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
test -n "$verbose" && echo " ... found brotlidec library in $cf_cv_library_path_brotlidec" 1>&6
-echo "${as_me:-configure}:43106: testing ... found brotlidec library in $cf_cv_library_path_brotlidec ..." 1>&5
+echo "${as_me:-configure}:42403: testing ... found brotlidec library in $cf_cv_library_path_brotlidec ..." 1>&5
cf_cv_find_linkage_brotlidec=yes
cf_cv_library_file_brotlidec="-lbrotlidec"
@@ -43165,7 +42462,7 @@ if test -n "$cf_cv_header_path_brotlidec" ; then
CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 43168 "configure"
+#line 42465 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -43177,16 +42474,16 @@ printf("Hello")
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:43180: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:42477: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:43183: \$? = $ac_status" >&5
+ echo "$as_me:42480: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:43186: \"$ac_try\"") >&5
+ { (eval echo "$as_me:42483: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:43189: \$? = $ac_status" >&5
+ echo "$as_me:42486: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -43203,7 +42500,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}:43206: testing adding $cf_add_incdir to include-path ..." 1>&5
+echo "${as_me:-configure}:42503: testing adding $cf_add_incdir to include-path ..." 1>&5
CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
@@ -43239,7 +42536,7 @@ if test -n "$cf_cv_library_path_brotlidec" ; then
if test "$cf_have_libdir" = no ; then
test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6
-echo "${as_me:-configure}:43242: testing adding $cf_add_libdir to library-path ..." 1>&5
+echo "${as_me:-configure}:42539: testing adding $cf_add_libdir to library-path ..." 1>&5
LDFLAGS="-L$cf_add_libdir $LDFLAGS"
fi
@@ -43264,7 +42561,7 @@ done
LIBS="$cf_add_libs"
else
-{ echo "$as_me:43267: WARNING: Cannot find brotlidec library" >&5
+{ echo "$as_me:42564: WARNING: Cannot find brotlidec library" >&5
echo "$as_me: WARNING: Cannot find brotlidec library" >&2;}
fi
@@ -43275,7 +42572,7 @@ EOF
fi
-echo "$as_me:43278: checking if you want to exclude FINGER code" >&5
+echo "$as_me:42575: 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.
@@ -43292,14 +42589,14 @@ else
use_finger=no
fi;
-echo "$as_me:43295: result: $use_finger" >&5
+echo "$as_me:42592: 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:43302: checking if you want to exclude GOPHER code" >&5
+echo "$as_me:42599: 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.
@@ -43316,14 +42613,14 @@ else
use_gopher=no
fi;
-echo "$as_me:43319: result: $use_gopher" >&5
+echo "$as_me:42616: 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:43326: checking if you want to exclude NEWS code" >&5
+echo "$as_me:42623: 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.
@@ -43340,14 +42637,14 @@ else
use_news=no
fi;
-echo "$as_me:43343: result: $use_news" >&5
+echo "$as_me:42640: 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:43350: checking if you want to exclude FTP code" >&5
+echo "$as_me:42647: 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.
@@ -43364,14 +42661,14 @@ else
use_ftp=no
fi;
-echo "$as_me:43367: result: $use_ftp" >&5
+echo "$as_me:42664: 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:43374: checking if you want to include WAIS code" >&5
+echo "$as_me:42671: 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.
@@ -43388,13 +42685,13 @@ else
use_wais=no
fi;
-echo "$as_me:43391: result: $use_wais" >&5
+echo "$as_me:42688: result: $use_wais" >&5
echo "${ECHO_T}$use_wais" >&6
MAKE_WAIS="#"
if test "$use_wais" != "no"
then
- echo "$as_me:43397: checking for fs_free in -lwais" >&5
+ echo "$as_me:42694: 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
@@ -43402,7 +42699,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lwais $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 43405 "configure"
+#line 42702 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -43421,16 +42718,16 @@ fs_free ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:43424: \"$ac_link\"") >&5
+if { (eval echo "$as_me:42721: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:43427: \$? = $ac_status" >&5
+ echo "$as_me:42724: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:43430: \"$ac_try\"") >&5
+ { (eval echo "$as_me:42727: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:43433: \$? = $ac_status" >&5
+ echo "$as_me:42730: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_wais_fs_free=yes
else
@@ -43441,18 +42738,18 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:43444: result: $ac_cv_lib_wais_fs_free" >&5
+echo "$as_me:42741: 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:43448: checking if -lm needed for math functions" >&5
+echo "$as_me:42745: 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 43455 "configure"
+#line 42752 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -43468,16 +42765,16 @@ double x = rand(); printf("result = %g\\n", sin(x))
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:43471: \"$ac_link\"") >&5
+if { (eval echo "$as_me:42768: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:43474: \$? = $ac_status" >&5
+ echo "$as_me:42771: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:43477: \"$ac_try\"") >&5
+ { (eval echo "$as_me:42774: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:43480: \$? = $ac_status" >&5
+ echo "$as_me:42777: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_need_libm=no
else
@@ -43487,7 +42784,7 @@ cf_cv_need_libm=yes
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:43490: result: $cf_cv_need_libm" >&5
+echo "$as_me:42787: result: $cf_cv_need_libm" >&5
echo "${ECHO_T}$cf_cv_need_libm" >&6
if test "$cf_cv_need_libm" = yes
@@ -43495,14 +42792,14 @@ then
cf_save_LIBS="$LIBS"
LIBS="$LIBS -lm"
- echo "$as_me:43498: checking if -lm is available for math functions" >&5
+ echo "$as_me:42795: checking if -lm is available for math functions" >&5
echo $ECHO_N "checking if -lm is available for math functions... $ECHO_C" >&6
if test "${cf_cv_have_libm+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 43505 "configure"
+#line 42802 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -43518,16 +42815,16 @@ double x = rand(); printf("result = %g\\n", sin(x))
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:43521: \"$ac_link\"") >&5
+if { (eval echo "$as_me:42818: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:43524: \$? = $ac_status" >&5
+ echo "$as_me:42821: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:43527: \"$ac_try\"") >&5
+ { (eval echo "$as_me:42824: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:43530: \$? = $ac_status" >&5
+ echo "$as_me:42827: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_have_libm=yes
else
@@ -43537,7 +42834,7 @@ cf_cv_have_libm=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:43540: result: $cf_cv_have_libm" >&5
+echo "$as_me:42837: result: $cf_cv_have_libm" >&5
echo "${ECHO_T}$cf_cv_have_libm" >&6
LIBS="$cf_save_LIBS"
@@ -43593,23 +42890,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:43596: checking for $ac_header" >&5
+echo "$as_me:42893: 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 43602 "configure"
+#line 42899 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:43606: \"$ac_cpp "conftest.$ac_ext"\"") >&5
+if { (eval echo "$as_me:42903: \"$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:43612: \$? = $ac_status" >&5
+ echo "$as_me:42909: \$? = $ac_status" >&5
(exit "$ac_status"); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -43628,7 +42925,7 @@ else
fi
rm -f conftest.err "conftest.$ac_ext"
fi
-echo "$as_me:43631: result: `eval echo '${'"$as_ac_Header"'}'`" >&5
+echo "$as_me:42928: 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
@@ -43641,7 +42938,7 @@ done
MAKE_WAIS=
else
- { echo "$as_me:43644: WARNING: could not find WAIS library" >&5
+ { echo "$as_me:42941: WARNING: could not find WAIS library" >&5
echo "$as_me: WARNING: could not find WAIS library" >&2;}
fi
@@ -43649,7 +42946,7 @@ fi
# All DirEd functions that were enabled on compilation can be disabled
# or modified at run time via DIRED_MENU symbols in lynx.cfg.
-echo "$as_me:43652: checking if directory-editor code should be used" >&5
+echo "$as_me:42949: 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.
@@ -43666,7 +42963,7 @@ else
use_dired=yes
fi;
-echo "$as_me:43669: result: $use_dired" >&5
+echo "$as_me:42966: result: $use_dired" >&5
echo "${ECHO_T}$use_dired" >&6
if test ".$use_dired" != ".no" ; then
@@ -43676,7 +42973,7 @@ cat >>confdefs.h <<\EOF
#define DIRED_SUPPORT 1
EOF
- echo "$as_me:43679: checking if you wish to allow extracting from archives via DirEd" >&5
+ echo "$as_me:42976: 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.
@@ -43693,10 +42990,10 @@ EOF
else
enableval=yes
fi;
- echo "$as_me:43696: result: $enableval" >&5
+ echo "$as_me:42993: result: $enableval" >&5
echo "${ECHO_T}$enableval" >&6
- echo "$as_me:43699: checking if DirEd mode should override keys" >&5
+ echo "$as_me:42996: 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.
@@ -43720,10 +43017,10 @@ cat >>confdefs.h <<\EOF
EOF
fi;
- echo "$as_me:43723: result: $enableval" >&5
+ echo "$as_me:43020: result: $enableval" >&5
echo "${ECHO_T}$enableval" >&6
- echo "$as_me:43726: checking if you wish to allow permissions commands via DirEd" >&5
+ echo "$as_me:43023: 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.
@@ -43747,10 +43044,10 @@ cat >>confdefs.h <<\EOF
EOF
fi;
- echo "$as_me:43750: result: $enableval" >&5
+ echo "$as_me:43047: result: $enableval" >&5
echo "${ECHO_T}$enableval" >&6
- echo "$as_me:43753: checking if you wish to allow executable-permission commands via DirEd" >&5
+ echo "$as_me:43050: 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.
@@ -43767,10 +43064,10 @@ EOF
else
enableval=yes
fi;
- echo "$as_me:43770: result: $enableval" >&5
+ echo "$as_me:43067: result: $enableval" >&5
echo "${ECHO_T}$enableval" >&6
- echo "$as_me:43773: checking if you wish to allow \"tar\" commands from DirEd" >&5
+ echo "$as_me:43070: 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.
@@ -43794,10 +43091,10 @@ cat >>confdefs.h <<\EOF
EOF
fi;
- echo "$as_me:43797: result: $enableval" >&5
+ echo "$as_me:43094: result: $enableval" >&5
echo "${ECHO_T}$enableval" >&6
- echo "$as_me:43800: checking if you wish to allow \"uudecode\" commands from DirEd" >&5
+ echo "$as_me:43097: 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.
@@ -43821,10 +43118,10 @@ cat >>confdefs.h <<\EOF
EOF
fi;
- echo "$as_me:43824: result: $enableval" >&5
+ echo "$as_me:43121: result: $enableval" >&5
echo "${ECHO_T}$enableval" >&6
- echo "$as_me:43827: checking if you wish to allow \"zip\" and \"unzip\" commands from DirEd" >&5
+ echo "$as_me:43124: 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.
@@ -43848,10 +43145,10 @@ cat >>confdefs.h <<\EOF
EOF
fi;
- echo "$as_me:43851: result: $enableval" >&5
+ echo "$as_me:43148: result: $enableval" >&5
echo "${ECHO_T}$enableval" >&6
- echo "$as_me:43854: checking if you wish to allow \"gzip\" and \"gunzip\" commands from DirEd" >&5
+ echo "$as_me:43151: 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.
@@ -43875,11 +43172,11 @@ cat >>confdefs.h <<\EOF
EOF
fi;
- echo "$as_me:43878: result: $enableval" >&5
+ echo "$as_me:43175: result: $enableval" >&5
echo "${ECHO_T}$enableval" >&6
fi
-echo "$as_me:43882: checking if you want long-directory listings" >&5
+echo "$as_me:43179: 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.
@@ -43903,10 +43200,10 @@ cat >>confdefs.h <<\EOF
EOF
fi;
-echo "$as_me:43906: result: $enableval" >&5
+echo "$as_me:43203: result: $enableval" >&5
echo "${ECHO_T}$enableval" >&6
-echo "$as_me:43909: checking if parent-directory references are permitted" >&5
+echo "$as_me:43206: 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.
@@ -43923,7 +43220,7 @@ EOF
else
enableval=yes
fi;
-echo "$as_me:43926: result: $enableval" >&5
+echo "$as_me:43223: result: $enableval" >&5
echo "${ECHO_T}$enableval" >&6
test -z "$TELNET" && TELNET="telnet"
@@ -43931,7 +43228,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:43934: checking for $ac_word" >&5
+echo "$as_me:43231: 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
@@ -43948,7 +43245,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:43951: found $ac_dir/$ac_word" >&5
+ echo "$as_me:43248: found $ac_dir/$ac_word" >&5
break
fi
done
@@ -43959,10 +43256,10 @@ fi
TELNET=$ac_cv_path_TELNET
if test -n "$TELNET"; then
- echo "$as_me:43962: result: $TELNET" >&5
+ echo "$as_me:43259: result: $TELNET" >&5
echo "${ECHO_T}$TELNET" >&6
else
- echo "$as_me:43965: result: no" >&5
+ echo "$as_me:43262: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -44021,7 +43318,7 @@ IFS="$cf_save_ifs"
if test -n "$cf_path_prog" ; then
-echo "${as_me:-configure}:44024: testing defining path for ${cf_path_prog} ..." 1>&5
+echo "${as_me:-configure}:43321: testing defining path for ${cf_path_prog} ..." 1>&5
cat >>confdefs.h <<EOF
#define TELNET_PATH "$cf_path_prog"
@@ -44039,7 +43336,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:44042: checking for $ac_word" >&5
+echo "$as_me:43339: 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
@@ -44056,7 +43353,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:44059: found $ac_dir/$ac_word" >&5
+ echo "$as_me:43356: found $ac_dir/$ac_word" >&5
break
fi
done
@@ -44067,10 +43364,10 @@ fi
TN3270=$ac_cv_path_TN3270
if test -n "$TN3270"; then
- echo "$as_me:44070: result: $TN3270" >&5
+ echo "$as_me:43367: result: $TN3270" >&5
echo "${ECHO_T}$TN3270" >&6
else
- echo "$as_me:44073: result: no" >&5
+ echo "$as_me:43370: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -44129,7 +43426,7 @@ IFS="$cf_save_ifs"
if test -n "$cf_path_prog" ; then
-echo "${as_me:-configure}:44132: testing defining path for ${cf_path_prog} ..." 1>&5
+echo "${as_me:-configure}:43429: testing defining path for ${cf_path_prog} ..." 1>&5
cat >>confdefs.h <<EOF
#define TN3270_PATH "$cf_path_prog"
@@ -44147,7 +43444,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:44150: checking for $ac_word" >&5
+echo "$as_me:43447: 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
@@ -44164,7 +43461,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:44167: found $ac_dir/$ac_word" >&5
+ echo "$as_me:43464: found $ac_dir/$ac_word" >&5
break
fi
done
@@ -44175,10 +43472,10 @@ fi
RLOGIN=$ac_cv_path_RLOGIN
if test -n "$RLOGIN"; then
- echo "$as_me:44178: result: $RLOGIN" >&5
+ echo "$as_me:43475: result: $RLOGIN" >&5
echo "${ECHO_T}$RLOGIN" >&6
else
- echo "$as_me:44181: result: no" >&5
+ echo "$as_me:43478: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -44237,7 +43534,7 @@ IFS="$cf_save_ifs"
if test -n "$cf_path_prog" ; then
-echo "${as_me:-configure}:44240: testing defining path for ${cf_path_prog} ..." 1>&5
+echo "${as_me:-configure}:43537: testing defining path for ${cf_path_prog} ..." 1>&5
cat >>confdefs.h <<EOF
#define RLOGIN_PATH "$cf_path_prog"
@@ -44255,7 +43552,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:44258: checking for $ac_word" >&5
+echo "$as_me:43555: 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
@@ -44272,7 +43569,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:44275: found $ac_dir/$ac_word" >&5
+ echo "$as_me:43572: found $ac_dir/$ac_word" >&5
break
fi
done
@@ -44283,10 +43580,10 @@ fi
MV=$ac_cv_path_MV
if test -n "$MV"; then
- echo "$as_me:44286: result: $MV" >&5
+ echo "$as_me:43583: result: $MV" >&5
echo "${ECHO_T}$MV" >&6
else
- echo "$as_me:44289: result: no" >&5
+ echo "$as_me:43586: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -44345,7 +43642,7 @@ IFS="$cf_save_ifs"
if test -n "$cf_path_prog" ; then
-echo "${as_me:-configure}:44348: testing defining path for ${cf_path_prog} ..." 1>&5
+echo "${as_me:-configure}:43645: testing defining path for ${cf_path_prog} ..." 1>&5
cat >>confdefs.h <<EOF
#define MV_PATH "$cf_path_prog"
@@ -44363,7 +43660,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:44366: checking for $ac_word" >&5
+echo "$as_me:43663: 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
@@ -44380,7 +43677,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:44383: found $ac_dir/$ac_word" >&5
+ echo "$as_me:43680: found $ac_dir/$ac_word" >&5
break
fi
done
@@ -44391,10 +43688,10 @@ fi
GZIP=$ac_cv_path_GZIP
if test -n "$GZIP"; then
- echo "$as_me:44394: result: $GZIP" >&5
+ echo "$as_me:43691: result: $GZIP" >&5
echo "${ECHO_T}$GZIP" >&6
else
- echo "$as_me:44397: result: no" >&5
+ echo "$as_me:43694: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -44453,7 +43750,7 @@ IFS="$cf_save_ifs"
if test -n "$cf_path_prog" ; then
-echo "${as_me:-configure}:44456: testing defining path for ${cf_path_prog} ..." 1>&5
+echo "${as_me:-configure}:43753: testing defining path for ${cf_path_prog} ..." 1>&5
cat >>confdefs.h <<EOF
#define GZIP_PATH "$cf_path_prog"
@@ -44471,7 +43768,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:44474: checking for $ac_word" >&5
+echo "$as_me:43771: 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
@@ -44488,7 +43785,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:44491: found $ac_dir/$ac_word" >&5
+ echo "$as_me:43788: found $ac_dir/$ac_word" >&5
break
fi
done
@@ -44499,10 +43796,10 @@ fi
UNCOMPRESS=$ac_cv_path_UNCOMPRESS
if test -n "$UNCOMPRESS"; then
- echo "$as_me:44502: result: $UNCOMPRESS" >&5
+ echo "$as_me:43799: result: $UNCOMPRESS" >&5
echo "${ECHO_T}$UNCOMPRESS" >&6
else
- echo "$as_me:44505: result: no" >&5
+ echo "$as_me:43802: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -44561,7 +43858,7 @@ IFS="$cf_save_ifs"
if test -n "$cf_path_prog" ; then
-echo "${as_me:-configure}:44564: testing defining path for ${cf_path_prog} ..." 1>&5
+echo "${as_me:-configure}:43861: testing defining path for ${cf_path_prog} ..." 1>&5
cat >>confdefs.h <<EOF
#define UNCOMPRESS_PATH "$cf_path_prog"
@@ -44579,7 +43876,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:44582: checking for $ac_word" >&5
+echo "$as_me:43879: 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
@@ -44596,7 +43893,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:44599: found $ac_dir/$ac_word" >&5
+ echo "$as_me:43896: found $ac_dir/$ac_word" >&5
break
fi
done
@@ -44607,10 +43904,10 @@ fi
UNZIP=$ac_cv_path_UNZIP
if test -n "$UNZIP"; then
- echo "$as_me:44610: result: $UNZIP" >&5
+ echo "$as_me:43907: result: $UNZIP" >&5
echo "${ECHO_T}$UNZIP" >&6
else
- echo "$as_me:44613: result: no" >&5
+ echo "$as_me:43910: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -44669,7 +43966,7 @@ IFS="$cf_save_ifs"
if test -n "$cf_path_prog" ; then
-echo "${as_me:-configure}:44672: testing defining path for ${cf_path_prog} ..." 1>&5
+echo "${as_me:-configure}:43969: testing defining path for ${cf_path_prog} ..." 1>&5
cat >>confdefs.h <<EOF
#define UNZIP_PATH "$cf_path_prog"
@@ -44687,7 +43984,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:44690: checking for $ac_word" >&5
+echo "$as_me:43987: 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
@@ -44704,7 +44001,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:44707: found $ac_dir/$ac_word" >&5
+ echo "$as_me:44004: found $ac_dir/$ac_word" >&5
break
fi
done
@@ -44715,10 +44012,10 @@ fi
BZIP2=$ac_cv_path_BZIP2
if test -n "$BZIP2"; then
- echo "$as_me:44718: result: $BZIP2" >&5
+ echo "$as_me:44015: result: $BZIP2" >&5
echo "${ECHO_T}$BZIP2" >&6
else
- echo "$as_me:44721: result: no" >&5
+ echo "$as_me:44018: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -44777,7 +44074,7 @@ IFS="$cf_save_ifs"
if test -n "$cf_path_prog" ; then
-echo "${as_me:-configure}:44780: testing defining path for ${cf_path_prog} ..." 1>&5
+echo "${as_me:-configure}:44077: testing defining path for ${cf_path_prog} ..." 1>&5
cat >>confdefs.h <<EOF
#define BZIP2_PATH "$cf_path_prog"
@@ -44795,7 +44092,7 @@ for ac_prog in $BROTLI brotli
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
-echo "$as_me:44798: checking for $ac_word" >&5
+echo "$as_me:44095: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_path_BROTLI+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -44812,7 +44109,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
if $as_executable_p "$ac_dir/$ac_word"; then
ac_cv_path_BROTLI="$ac_dir/$ac_word"
- echo "$as_me:44815: found $ac_dir/$ac_word" >&5
+ echo "$as_me:44112: found $ac_dir/$ac_word" >&5
break
fi
done
@@ -44823,10 +44120,10 @@ fi
BROTLI=$ac_cv_path_BROTLI
if test -n "$BROTLI"; then
- echo "$as_me:44826: result: $BROTLI" >&5
+ echo "$as_me:44123: result: $BROTLI" >&5
echo "${ECHO_T}$BROTLI" >&6
else
- echo "$as_me:44829: result: no" >&5
+ echo "$as_me:44126: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -44885,7 +44182,7 @@ IFS="$cf_save_ifs"
if test -n "$cf_path_prog" ; then
-echo "${as_me:-configure}:44888: testing defining path for ${cf_path_prog} ..." 1>&5
+echo "${as_me:-configure}:44185: testing defining path for ${cf_path_prog} ..." 1>&5
cat >>confdefs.h <<EOF
#define BROTLI_PATH "$cf_path_prog"
@@ -44903,7 +44200,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:44906: checking for $ac_word" >&5
+echo "$as_me:44203: 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
@@ -44920,7 +44217,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:44923: found $ac_dir/$ac_word" >&5
+ echo "$as_me:44220: found $ac_dir/$ac_word" >&5
break
fi
done
@@ -44931,10 +44228,10 @@ fi
TAR=$ac_cv_path_TAR
if test -n "$TAR"; then
- echo "$as_me:44934: result: $TAR" >&5
+ echo "$as_me:44231: result: $TAR" >&5
echo "${ECHO_T}$TAR" >&6
else
- echo "$as_me:44937: result: no" >&5
+ echo "$as_me:44234: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -44993,7 +44290,7 @@ IFS="$cf_save_ifs"
if test -n "$cf_path_prog" ; then
-echo "${as_me:-configure}:44996: testing defining path for ${cf_path_prog} ..." 1>&5
+echo "${as_me:-configure}:44293: testing defining path for ${cf_path_prog} ..." 1>&5
cat >>confdefs.h <<EOF
#define TAR_PATH "$cf_path_prog"
@@ -45051,7 +44348,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:45054: checking for $ac_word" >&5
+echo "$as_me:44351: 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
@@ -45068,7 +44365,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:45071: found $ac_dir/$ac_word" >&5
+ echo "$as_me:44368: found $ac_dir/$ac_word" >&5
break
fi
done
@@ -45079,10 +44376,10 @@ fi
COMPRESS=$ac_cv_path_COMPRESS
if test -n "$COMPRESS"; then
- echo "$as_me:45082: result: $COMPRESS" >&5
+ echo "$as_me:44379: result: $COMPRESS" >&5
echo "${ECHO_T}$COMPRESS" >&6
else
- echo "$as_me:45085: result: no" >&5
+ echo "$as_me:44382: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -45141,7 +44438,7 @@ IFS="$cf_save_ifs"
if test -n "$cf_path_prog" ; then
-echo "${as_me:-configure}:45144: testing defining path for ${cf_path_prog} ..." 1>&5
+echo "${as_me:-configure}:44441: testing defining path for ${cf_path_prog} ..." 1>&5
cat >>confdefs.h <<EOF
#define COMPRESS_PATH "$cf_path_prog"
@@ -45159,7 +44456,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:45162: checking for $ac_word" >&5
+echo "$as_me:44459: 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
@@ -45176,7 +44473,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:45179: found $ac_dir/$ac_word" >&5
+ echo "$as_me:44476: found $ac_dir/$ac_word" >&5
break
fi
done
@@ -45187,10 +44484,10 @@ fi
RM=$ac_cv_path_RM
if test -n "$RM"; then
- echo "$as_me:45190: result: $RM" >&5
+ echo "$as_me:44487: result: $RM" >&5
echo "${ECHO_T}$RM" >&6
else
- echo "$as_me:45193: result: no" >&5
+ echo "$as_me:44490: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -45249,7 +44546,7 @@ IFS="$cf_save_ifs"
if test -n "$cf_path_prog" ; then
-echo "${as_me:-configure}:45252: testing defining path for ${cf_path_prog} ..." 1>&5
+echo "${as_me:-configure}:44549: testing defining path for ${cf_path_prog} ..." 1>&5
cat >>confdefs.h <<EOF
#define RM_PATH "$cf_path_prog"
@@ -45267,7 +44564,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:45270: checking for $ac_word" >&5
+echo "$as_me:44567: 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
@@ -45284,7 +44581,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:45287: found $ac_dir/$ac_word" >&5
+ echo "$as_me:44584: found $ac_dir/$ac_word" >&5
break
fi
done
@@ -45295,10 +44592,10 @@ fi
UUDECODE=$ac_cv_path_UUDECODE
if test -n "$UUDECODE"; then
- echo "$as_me:45298: result: $UUDECODE" >&5
+ echo "$as_me:44595: result: $UUDECODE" >&5
echo "${ECHO_T}$UUDECODE" >&6
else
- echo "$as_me:45301: result: no" >&5
+ echo "$as_me:44598: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -45357,7 +44654,7 @@ IFS="$cf_save_ifs"
if test -n "$cf_path_prog" ; then
-echo "${as_me:-configure}:45360: testing defining path for ${cf_path_prog} ..." 1>&5
+echo "${as_me:-configure}:44657: testing defining path for ${cf_path_prog} ..." 1>&5
cat >>confdefs.h <<EOF
#define UUDECODE_PATH "$cf_path_prog"
@@ -45375,7 +44672,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:45378: checking for $ac_word" >&5
+echo "$as_me:44675: 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
@@ -45392,7 +44689,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:45395: found $ac_dir/$ac_word" >&5
+ echo "$as_me:44692: found $ac_dir/$ac_word" >&5
break
fi
done
@@ -45403,10 +44700,10 @@ fi
ZCAT=$ac_cv_path_ZCAT
if test -n "$ZCAT"; then
- echo "$as_me:45406: result: $ZCAT" >&5
+ echo "$as_me:44703: result: $ZCAT" >&5
echo "${ECHO_T}$ZCAT" >&6
else
- echo "$as_me:45409: result: no" >&5
+ echo "$as_me:44706: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -45465,7 +44762,7 @@ IFS="$cf_save_ifs"
if test -n "$cf_path_prog" ; then
-echo "${as_me:-configure}:45468: testing defining path for ${cf_path_prog} ..." 1>&5
+echo "${as_me:-configure}:44765: testing defining path for ${cf_path_prog} ..." 1>&5
cat >>confdefs.h <<EOF
#define ZCAT_PATH "$cf_path_prog"
@@ -45483,7 +44780,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:45486: checking for $ac_word" >&5
+echo "$as_me:44783: 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
@@ -45500,7 +44797,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:45503: found $ac_dir/$ac_word" >&5
+ echo "$as_me:44800: found $ac_dir/$ac_word" >&5
break
fi
done
@@ -45511,10 +44808,10 @@ fi
ZIP=$ac_cv_path_ZIP
if test -n "$ZIP"; then
- echo "$as_me:45514: result: $ZIP" >&5
+ echo "$as_me:44811: result: $ZIP" >&5
echo "${ECHO_T}$ZIP" >&6
else
- echo "$as_me:45517: result: no" >&5
+ echo "$as_me:44814: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -45573,7 +44870,7 @@ IFS="$cf_save_ifs"
if test -n "$cf_path_prog" ; then
-echo "${as_me:-configure}:45576: testing defining path for ${cf_path_prog} ..." 1>&5
+echo "${as_me:-configure}:44873: testing defining path for ${cf_path_prog} ..." 1>&5
cat >>confdefs.h <<EOF
#define ZIP_PATH "$cf_path_prog"
@@ -45601,7 +44898,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:45604: checking for $ac_word" >&5
+echo "$as_me:44901: 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
@@ -45618,7 +44915,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:45621: found $ac_dir/$ac_word" >&5
+ echo "$as_me:44918: found $ac_dir/$ac_word" >&5
break
fi
done
@@ -45629,10 +44926,10 @@ fi
INSTALL=$ac_cv_path_INSTALL
if test -n "$INSTALL"; then
- echo "$as_me:45632: result: $INSTALL" >&5
+ echo "$as_me:44929: result: $INSTALL" >&5
echo "${ECHO_T}$INSTALL" >&6
else
- echo "$as_me:45635: result: no" >&5
+ echo "$as_me:44932: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -45691,7 +44988,7 @@ IFS="$cf_save_ifs"
if test -n "$cf_path_prog" ; then
-echo "${as_me:-configure}:45694: testing defining path for ${cf_path_prog} ..." 1>&5
+echo "${as_me:-configure}:44991: testing defining path for ${cf_path_prog} ..." 1>&5
cat >>confdefs.h <<EOF
#define INSTALL_PATH "$cf_path_prog"
@@ -45721,7 +45018,7 @@ if test "$cf_cv_screen" = pdcurses ; then
case "$host_os" in
(mingw*)
-echo "$as_me:45724: checking for initscr in -lpdcurses" >&5
+echo "$as_me:45021: 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
@@ -45729,7 +45026,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lpdcurses $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 45732 "configure"
+#line 45029 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -45748,16 +45045,16 @@ initscr ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:45751: \"$ac_link\"") >&5
+if { (eval echo "$as_me:45048: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:45754: \$? = $ac_status" >&5
+ echo "$as_me:45051: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:45757: \"$ac_try\"") >&5
+ { (eval echo "$as_me:45054: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:45760: \$? = $ac_status" >&5
+ echo "$as_me:45057: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_pdcurses_initscr=yes
else
@@ -45768,7 +45065,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:45771: result: $ac_cv_lib_pdcurses_initscr" >&5
+echo "$as_me:45068: 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
@@ -45790,13 +45087,13 @@ LIBS="$cf_add_libs"
cf_cv_term_header=no
cf_cv_unctrl_header=no
- echo "$as_me:45793: checking for winwstr" >&5
+ echo "$as_me:45090: 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 45799 "configure"
+#line 45096 "configure"
#include "confdefs.h"
#define winwstr autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -45827,16 +45124,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:45830: \"$ac_link\"") >&5
+if { (eval echo "$as_me:45127: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:45833: \$? = $ac_status" >&5
+ echo "$as_me:45130: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:45836: \"$ac_try\"") >&5
+ { (eval echo "$as_me:45133: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:45839: \$? = $ac_status" >&5
+ echo "$as_me:45136: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_func_winwstr=yes
else
@@ -45846,7 +45143,7 @@ ac_cv_func_winwstr=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:45849: result: $ac_cv_func_winwstr" >&5
+echo "$as_me:45146: result: $ac_cv_func_winwstr" >&5
echo "${ECHO_T}$ac_cv_func_winwstr" >&6
if test "$ac_cv_func_winwstr" = yes; then
@@ -45856,13 +45153,13 @@ EOF
fi
- echo "$as_me:45859: checking for pdcurses_dll_iname" >&5
+ echo "$as_me:45156: 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 45865 "configure"
+#line 45162 "configure"
#include "confdefs.h"
#define pdcurses_dll_iname autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -45893,16 +45190,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:45896: \"$ac_link\"") >&5
+if { (eval echo "$as_me:45193: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:45899: \$? = $ac_status" >&5
+ echo "$as_me:45196: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:45902: \"$ac_try\"") >&5
+ { (eval echo "$as_me:45199: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:45905: \$? = $ac_status" >&5
+ echo "$as_me:45202: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_func_pdcurses_dll_iname=yes
else
@@ -45912,7 +45209,7 @@ ac_cv_func_pdcurses_dll_iname=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:45915: result: $ac_cv_func_pdcurses_dll_iname" >&5
+echo "$as_me:45212: 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
@@ -45929,7 +45226,7 @@ fi
cf_x_athena=${cf_x_athena:-Xaw}
-echo "$as_me:45932: checking if you want to link with Xaw 3d library" >&5
+echo "$as_me:45229: 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=
@@ -45940,14 +45237,14 @@ if test "${with_Xaw3d+set}" = set; then
fi;
if test "$withval" = yes ; then
cf_x_athena=Xaw3d
- echo "$as_me:45943: result: yes" >&5
+ echo "$as_me:45240: result: yes" >&5
echo "${ECHO_T}yes" >&6
else
- echo "$as_me:45946: result: no" >&5
+ echo "$as_me:45243: result: no" >&5
echo "${ECHO_T}no" >&6
fi
-echo "$as_me:45950: checking if you want to link with Xaw 3d xft library" >&5
+echo "$as_me:45247: 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=
@@ -45958,14 +45255,14 @@ if test "${with_Xaw3dxft+set}" = set; then
fi;
if test "$withval" = yes ; then
cf_x_athena=Xaw3dxft
- echo "$as_me:45961: result: yes" >&5
+ echo "$as_me:45258: result: yes" >&5
echo "${ECHO_T}yes" >&6
else
- echo "$as_me:45964: result: no" >&5
+ echo "$as_me:45261: result: no" >&5
echo "${ECHO_T}no" >&6
fi
-echo "$as_me:45968: checking if you want to link with neXT Athena library" >&5
+echo "$as_me:45265: 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=
@@ -45976,14 +45273,14 @@ if test "${with_neXtaw+set}" = set; then
fi;
if test "$withval" = yes ; then
cf_x_athena=neXtaw
- echo "$as_me:45979: result: yes" >&5
+ echo "$as_me:45276: result: yes" >&5
echo "${ECHO_T}yes" >&6
else
- echo "$as_me:45982: result: no" >&5
+ echo "$as_me:45279: result: no" >&5
echo "${ECHO_T}no" >&6
fi
-echo "$as_me:45986: checking if you want to link with Athena-Plus library" >&5
+echo "$as_me:45283: 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=
@@ -45994,10 +45291,10 @@ if test "${with_XawPlus+set}" = set; then
fi;
if test "$withval" = yes ; then
cf_x_athena=XawPlus
- echo "$as_me:45997: result: yes" >&5
+ echo "$as_me:45294: result: yes" >&5
echo "${ECHO_T}yes" >&6
else
- echo "$as_me:46000: result: no" >&5
+ echo "$as_me:45297: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -46017,17 +45314,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}:46020: testing found package $cf_athena_pkg ..." 1>&5
+echo "${as_me:-configure}:45317: 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}:46026: testing package $cf_athena_pkg CFLAGS: $cf_pkgconfig_incs ..." 1>&5
+echo "${as_me:-configure}:45323: 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}:46030: testing package $cf_athena_pkg LIBS: $cf_pkgconfig_libs ..." 1>&5
+echo "${as_me:-configure}:45327: testing package $cf_athena_pkg LIBS: $cf_pkgconfig_libs ..." 1>&5
cf_fix_cppflags=no
cf_new_cflags=
@@ -46158,20 +45455,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}:46161: testing ..trimmed $LIBS ..." 1>&5
+echo "${as_me:-configure}:45458: testing ..trimmed $LIBS ..." 1>&5
;;
esac
done
-echo "$as_me:46167: checking for usable $cf_x_athena/Xmu package" >&5
+echo "$as_me:45464: 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 46174 "configure"
+#line 45471 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -46189,16 +45486,16 @@ int check = XmuCompareISOLatin1("big", "small");
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:46192: \"$ac_link\"") >&5
+if { (eval echo "$as_me:45489: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:46195: \$? = $ac_status" >&5
+ echo "$as_me:45492: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:46198: \"$ac_try\"") >&5
+ { (eval echo "$as_me:45495: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:46201: \$? = $ac_status" >&5
+ echo "$as_me:45498: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_xaw_compat=yes
else
@@ -46208,7 +45505,7 @@ cf_cv_xaw_compat=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:46211: result: $cf_cv_xaw_compat" >&5
+echo "$as_me:45508: result: $cf_cv_xaw_compat" >&5
echo "${ECHO_T}$cf_cv_xaw_compat" >&6
if test "$cf_cv_xaw_compat" = no
@@ -46220,7 +45517,7 @@ echo "${ECHO_T}$cf_cv_xaw_compat" >&6
(*)
test -n "$verbose" && echo " work around broken package" 1>&6
-echo "${as_me:-configure}:46223: testing work around broken package ..." 1>&5
+echo "${as_me:-configure}:45520: testing work around broken package ..." 1>&5
cf_save_xmu="$LIBS"
cf_first_lib=`echo "$cf_save_xmu" | sed -e 's/^ *//' -e 's/ .*//'`
@@ -46228,17 +45525,17 @@ echo "${as_me:-configure}:46223: 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}:46231: testing found package xmu ..." 1>&5
+echo "${as_me:-configure}:45528: 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}:46237: testing package xmu CFLAGS: $cf_pkgconfig_incs ..." 1>&5
+echo "${as_me:-configure}:45534: 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}:46241: testing package xmu LIBS: $cf_pkgconfig_libs ..." 1>&5
+echo "${as_me:-configure}:45538: testing package xmu LIBS: $cf_pkgconfig_libs ..." 1>&5
cf_fix_cppflags=no
cf_new_cflags=
@@ -46358,12 +45655,12 @@ LIBS="$cf_add_libs"
test -n "$verbose" && echo " ...before $LIBS" 1>&6
-echo "${as_me:-configure}:46361: testing ...before $LIBS ..." 1>&5
+echo "${as_me:-configure}:45658: 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}:46366: testing ...after $LIBS ..." 1>&5
+echo "${as_me:-configure}:45663: testing ...after $LIBS ..." 1>&5
else
cf_pkgconfig_incs=
@@ -46371,12 +45668,12 @@ else
test -n "$verbose" && echo " ...before $LIBS" 1>&6
-echo "${as_me:-configure}:46374: testing ...before $LIBS ..." 1>&5
+echo "${as_me:-configure}:45671: 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}:46379: testing ...after $LIBS ..." 1>&5
+echo "${as_me:-configure}:45676: testing ...after $LIBS ..." 1>&5
fi
@@ -46387,7 +45684,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}:46390: testing ..trimmed $LIBS ..." 1>&5
+echo "${as_me:-configure}:45687: testing ..trimmed $LIBS ..." 1>&5
;;
esac
@@ -46412,17 +45709,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}:46415: testing found package Xext ..." 1>&5
+echo "${as_me:-configure}:45712: 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}:46421: testing package Xext CFLAGS: $cf_pkgconfig_incs ..." 1>&5
+echo "${as_me:-configure}:45718: 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}:46425: testing package Xext LIBS: $cf_pkgconfig_libs ..." 1>&5
+echo "${as_me:-configure}:45722: testing package Xext LIBS: $cf_pkgconfig_libs ..." 1>&5
cf_fix_cppflags=no
cf_new_cflags=
@@ -46543,7 +45840,7 @@ else
cf_pkgconfig_incs=
cf_pkgconfig_libs=
- echo "$as_me:46546: checking for XextCreateExtension in -lXext" >&5
+ echo "$as_me:45843: 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
@@ -46551,7 +45848,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lXext $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 46554 "configure"
+#line 45851 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -46570,16 +45867,16 @@ XextCreateExtension ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:46573: \"$ac_link\"") >&5
+if { (eval echo "$as_me:45870: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:46576: \$? = $ac_status" >&5
+ echo "$as_me:45873: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:46579: \"$ac_try\"") >&5
+ { (eval echo "$as_me:45876: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:46582: \$? = $ac_status" >&5
+ echo "$as_me:45879: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_Xext_XextCreateExtension=yes
else
@@ -46590,7 +45887,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:46593: result: $ac_cv_lib_Xext_XextCreateExtension" >&5
+echo "$as_me:45890: 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
@@ -46626,17 +45923,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}:46629: testing found package x11 ..." 1>&5
+echo "${as_me:-configure}:45926: 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}:46635: testing package x11 CFLAGS: $cf_pkgconfig_incs ..." 1>&5
+echo "${as_me:-configure}:45932: 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}:46639: testing package x11 LIBS: $cf_pkgconfig_libs ..." 1>&5
+echo "${as_me:-configure}:45936: testing package x11 LIBS: $cf_pkgconfig_libs ..." 1>&5
cf_fix_cppflags=no
cf_new_cflags=
@@ -46756,24 +46053,24 @@ LIBS="$cf_add_libs"
else
cf_pkgconfig_incs=
cf_pkgconfig_libs=
- { echo "$as_me:46759: WARNING: unable to find X11 library" >&5
+ { echo "$as_me:46056: 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}:46766: testing found package ice ..." 1>&5
+echo "${as_me:-configure}:46063: 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}:46772: testing package ice CFLAGS: $cf_pkgconfig_incs ..." 1>&5
+echo "${as_me:-configure}:46069: 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}:46776: testing package ice LIBS: $cf_pkgconfig_libs ..." 1>&5
+echo "${as_me:-configure}:46073: testing package ice LIBS: $cf_pkgconfig_libs ..." 1>&5
cf_fix_cppflags=no
cf_new_cflags=
@@ -46893,24 +46190,24 @@ LIBS="$cf_add_libs"
else
cf_pkgconfig_incs=
cf_pkgconfig_libs=
- { echo "$as_me:46896: WARNING: unable to find ICE library" >&5
+ { echo "$as_me:46193: 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}:46903: testing found package sm ..." 1>&5
+echo "${as_me:-configure}:46200: 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}:46909: testing package sm CFLAGS: $cf_pkgconfig_incs ..." 1>&5
+echo "${as_me:-configure}:46206: 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}:46913: testing package sm LIBS: $cf_pkgconfig_libs ..." 1>&5
+echo "${as_me:-configure}:46210: testing package sm LIBS: $cf_pkgconfig_libs ..." 1>&5
cf_fix_cppflags=no
cf_new_cflags=
@@ -47030,24 +46327,24 @@ LIBS="$cf_add_libs"
else
cf_pkgconfig_incs=
cf_pkgconfig_libs=
- { echo "$as_me:47033: WARNING: unable to find SM library" >&5
+ { echo "$as_me:46330: 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}:47040: testing found package xt ..." 1>&5
+echo "${as_me:-configure}:46337: 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}:47046: testing package xt CFLAGS: $cf_pkgconfig_incs ..." 1>&5
+echo "${as_me:-configure}:46343: 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}:47050: testing package xt LIBS: $cf_pkgconfig_libs ..." 1>&5
+echo "${as_me:-configure}:46347: testing package xt LIBS: $cf_pkgconfig_libs ..." 1>&5
cf_fix_cppflags=no
cf_new_cflags=
@@ -47167,7 +46464,7 @@ LIBS="$cf_add_libs"
else
cf_pkgconfig_incs=
cf_pkgconfig_libs=
- { echo "$as_me:47170: WARNING: unable to find Xt library" >&5
+ { echo "$as_me:46467: WARNING: unable to find Xt library" >&5
echo "$as_me: WARNING: unable to find Xt library" >&2;}
fi
@@ -47180,17 +46477,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}:47183: testing found package xt ..." 1>&5
+echo "${as_me:-configure}:46480: 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}:47189: testing package xt CFLAGS: $cf_pkgconfig_incs ..." 1>&5
+echo "${as_me:-configure}:46486: 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}:47193: testing package xt LIBS: $cf_pkgconfig_libs ..." 1>&5
+echo "${as_me:-configure}:46490: testing package xt LIBS: $cf_pkgconfig_libs ..." 1>&5
cf_fix_cppflags=no
cf_new_cflags=
@@ -47311,14 +46608,14 @@ LIBS="$cf_add_libs"
;;
(*)
# we have an "xt" package, but it may omit Xt's dependency on X11
-echo "$as_me:47314: checking for usable X dependency" >&5
+echo "$as_me:46611: 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 47321 "configure"
+#line 46618 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -47338,16 +46635,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:47341: \"$ac_link\"") >&5
+if { (eval echo "$as_me:46638: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:47344: \$? = $ac_status" >&5
+ echo "$as_me:46641: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:47347: \"$ac_try\"") >&5
+ { (eval echo "$as_me:46644: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:47350: \$? = $ac_status" >&5
+ echo "$as_me:46647: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_xt_x11_compat=yes
else
@@ -47357,30 +46654,30 @@ cf_cv_xt_x11_compat=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:47360: result: $cf_cv_xt_x11_compat" >&5
+echo "$as_me:46657: 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}:47366: testing work around broken X11 dependency ..." 1>&5
+echo "${as_me:-configure}:46663: 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}:47373: testing found package x11 ..." 1>&5
+echo "${as_me:-configure}:46670: 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}:47379: testing package x11 CFLAGS: $cf_pkgconfig_incs ..." 1>&5
+echo "${as_me:-configure}:46676: 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}:47383: testing package x11 LIBS: $cf_pkgconfig_libs ..." 1>&5
+echo "${as_me:-configure}:46680: testing package x11 LIBS: $cf_pkgconfig_libs ..." 1>&5
cf_fix_cppflags=no
cf_new_cflags=
@@ -47503,12 +46800,12 @@ else
test -n "$verbose" && echo " ...before $LIBS" 1>&6
-echo "${as_me:-configure}:47506: testing ...before $LIBS ..." 1>&5
+echo "${as_me:-configure}:46803: 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}:47511: testing ...after $LIBS ..." 1>&5
+echo "${as_me:-configure}:46808: testing ...after $LIBS ..." 1>&5
fi
@@ -47516,14 +46813,14 @@ fi
;;
esac
-echo "$as_me:47519: checking for usable X Toolkit package" >&5
+echo "$as_me:46816: 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 47526 "configure"
+#line 46823 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -47539,16 +46836,16 @@ int num = IceConnectionNumber(0); (void) num
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:47542: \"$ac_link\"") >&5
+if { (eval echo "$as_me:46839: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:47545: \$? = $ac_status" >&5
+ echo "$as_me:46842: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:47548: \"$ac_try\"") >&5
+ { (eval echo "$as_me:46845: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:47551: \$? = $ac_status" >&5
+ echo "$as_me:46848: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_xt_ice_compat=yes
else
@@ -47558,7 +46855,7 @@ cf_cv_xt_ice_compat=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:47561: result: $cf_cv_xt_ice_compat" >&5
+echo "$as_me:46858: result: $cf_cv_xt_ice_compat" >&5
echo "${ECHO_T}$cf_cv_xt_ice_compat" >&6
if test "$cf_cv_xt_ice_compat" = no
@@ -47572,22 +46869,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}:47575: testing work around broken ICE dependency ..." 1>&5
+echo "${as_me:-configure}:46872: 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}:47580: testing found package ice ..." 1>&5
+echo "${as_me:-configure}:46877: 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}:47586: testing package ice CFLAGS: $cf_pkgconfig_incs ..." 1>&5
+echo "${as_me:-configure}:46883: 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}:47590: testing package ice LIBS: $cf_pkgconfig_libs ..." 1>&5
+echo "${as_me:-configure}:46887: testing package ice LIBS: $cf_pkgconfig_libs ..." 1>&5
cf_fix_cppflags=no
cf_new_cflags=
@@ -47706,17 +47003,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}:47709: testing found package sm ..." 1>&5
+echo "${as_me:-configure}:47006: 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}:47715: testing package sm CFLAGS: $cf_pkgconfig_incs ..." 1>&5
+echo "${as_me:-configure}:47012: 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}:47719: testing package sm LIBS: $cf_pkgconfig_libs ..." 1>&5
+echo "${as_me:-configure}:47016: testing package sm LIBS: $cf_pkgconfig_libs ..." 1>&5
cf_fix_cppflags=no
cf_new_cflags=
@@ -47845,12 +47142,12 @@ else
test -n "$verbose" && echo " ...before $LIBS" 1>&6
-echo "${as_me:-configure}:47848: testing ...before $LIBS ..." 1>&5
+echo "${as_me:-configure}:47145: 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}:47853: testing ...after $LIBS ..." 1>&5
+echo "${as_me:-configure}:47150: testing ...after $LIBS ..." 1>&5
fi
@@ -47870,7 +47167,7 @@ else
test -n "$verbose" && echo " checking additions to CFLAGS" 1>&6
-echo "${as_me:-configure}:47873: testing checking additions to CFLAGS ..." 1>&5
+echo "${as_me:-configure}:47170: testing checking additions to CFLAGS ..." 1>&5
cf_check_cflags="$CFLAGS"
cf_check_cppflags="$CPPFLAGS"
@@ -47955,7 +47252,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}:47958: testing add to \$CFLAGS $cf_new_cflags ..." 1>&5
+echo "${as_me:-configure}:47255: testing add to \$CFLAGS $cf_new_cflags ..." 1>&5
test -n "$CFLAGS" && CFLAGS="$CFLAGS "
CFLAGS="${CFLAGS}$cf_new_cflags"
@@ -47965,7 +47262,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}:47968: testing add to \$CPPFLAGS $cf_new_cppflags ..." 1>&5
+echo "${as_me:-configure}:47265: testing add to \$CPPFLAGS $cf_new_cppflags ..." 1>&5
test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS "
CPPFLAGS="${CPPFLAGS}$cf_new_cppflags"
@@ -47975,7 +47272,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}:47978: testing add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags ..." 1>&5
+echo "${as_me:-configure}:47275: testing add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags ..." 1>&5
test -n "$EXTRA_CPPFLAGS" && EXTRA_CPPFLAGS="$EXTRA_CPPFLAGS "
EXTRA_CPPFLAGS="${EXTRA_CPPFLAGS}$cf_new_extra_cppflags"
@@ -47984,7 +47281,7 @@ fi
if test "x$cf_check_cflags" != "x$CFLAGS" ; then
cat >"conftest.$ac_ext" <<_ACEOF
-#line 47987 "configure"
+#line 47284 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -47996,16 +47293,16 @@ printf("Hello world");
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:47999: \"$ac_link\"") >&5
+if { (eval echo "$as_me:47296: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:48002: \$? = $ac_status" >&5
+ echo "$as_me:47299: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:48005: \"$ac_try\"") >&5
+ { (eval echo "$as_me:47302: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:48008: \$? = $ac_status" >&5
+ echo "$as_me:47305: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -48013,12 +47310,12 @@ else
cat "conftest.$ac_ext" >&5
test -n "$verbose" && echo " test-compile failed. Undoing change to \$CFLAGS" 1>&6
-echo "${as_me:-configure}:48016: testing test-compile failed. Undoing change to \$CFLAGS ..." 1>&5
+echo "${as_me:-configure}:47313: 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}:48021: testing but keeping change to \$CPPFLAGS ..." 1>&5
+echo "${as_me:-configure}:47318: testing but keeping change to \$CPPFLAGS ..." 1>&5
fi
CFLAGS="$cf_check_cflags"
@@ -48026,13 +47323,13 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
- echo "$as_me:48029: checking for XOpenDisplay" >&5
+ echo "$as_me:47326: 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 48035 "configure"
+#line 47332 "configure"
#include "confdefs.h"
#define XOpenDisplay autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -48063,16 +47360,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:48066: \"$ac_link\"") >&5
+if { (eval echo "$as_me:47363: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:48069: \$? = $ac_status" >&5
+ echo "$as_me:47366: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:48072: \"$ac_try\"") >&5
+ { (eval echo "$as_me:47369: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:48075: \$? = $ac_status" >&5
+ echo "$as_me:47372: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_func_XOpenDisplay=yes
else
@@ -48082,13 +47379,13 @@ ac_cv_func_XOpenDisplay=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:48085: result: $ac_cv_func_XOpenDisplay" >&5
+echo "$as_me:47382: 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:48091: checking for XOpenDisplay in -lX11" >&5
+ echo "$as_me:47388: 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
@@ -48096,7 +47393,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lX11 $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 48099 "configure"
+#line 47396 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -48115,16 +47412,16 @@ XOpenDisplay ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:48118: \"$ac_link\"") >&5
+if { (eval echo "$as_me:47415: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:48121: \$? = $ac_status" >&5
+ echo "$as_me:47418: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:48124: \"$ac_try\"") >&5
+ { (eval echo "$as_me:47421: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:48127: \$? = $ac_status" >&5
+ echo "$as_me:47424: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_X11_XOpenDisplay=yes
else
@@ -48135,7 +47432,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:48138: result: $ac_cv_lib_X11_XOpenDisplay" >&5
+echo "$as_me:47435: 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
@@ -48159,13 +47456,13 @@ fi
fi
- echo "$as_me:48162: checking for XtAppInitialize" >&5
+ echo "$as_me:47459: 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 48168 "configure"
+#line 47465 "configure"
#include "confdefs.h"
#define XtAppInitialize autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -48196,16 +47493,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:48199: \"$ac_link\"") >&5
+if { (eval echo "$as_me:47496: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:48202: \$? = $ac_status" >&5
+ echo "$as_me:47499: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:48205: \"$ac_try\"") >&5
+ { (eval echo "$as_me:47502: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:48208: \$? = $ac_status" >&5
+ echo "$as_me:47505: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_func_XtAppInitialize=yes
else
@@ -48215,13 +47512,13 @@ ac_cv_func_XtAppInitialize=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:48218: result: $ac_cv_func_XtAppInitialize" >&5
+echo "$as_me:47515: 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:48224: checking for XtAppInitialize in -lXt" >&5
+ echo "$as_me:47521: 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
@@ -48229,7 +47526,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lXt $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 48232 "configure"
+#line 47529 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -48248,16 +47545,16 @@ XtAppInitialize ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:48251: \"$ac_link\"") >&5
+if { (eval echo "$as_me:47548: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:48254: \$? = $ac_status" >&5
+ echo "$as_me:47551: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:48257: \"$ac_try\"") >&5
+ { (eval echo "$as_me:47554: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:48260: \$? = $ac_status" >&5
+ echo "$as_me:47557: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_Xt_XtAppInitialize=yes
else
@@ -48268,7 +47565,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:48271: result: $ac_cv_lib_Xt_XtAppInitialize" >&5
+echo "$as_me:47568: 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
@@ -48285,7 +47582,7 @@ fi
fi
if test "$cf_have_X_LIBS" = no ; then
- { echo "$as_me:48288: WARNING: Unable to successfully link X Toolkit library (-lXt) with
+ { echo "$as_me:47585: 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
@@ -48326,14 +47623,14 @@ done
test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS "
CPPFLAGS="${CPPFLAGS}-I$cf_path/include"
- echo "$as_me:48329: checking for $cf_test in $cf_path" >&5
+ echo "$as_me:47626: 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:48332: checking for $cf_test" >&5
+ echo "$as_me:47629: checking for $cf_test" >&5
echo $ECHO_N "checking for $cf_test... $ECHO_C" >&6
fi
cat >"conftest.$ac_ext" <<_ACEOF
-#line 48336 "configure"
+#line 47633 "configure"
#include "confdefs.h"
#include <X11/Intrinsic.h>
@@ -48347,16 +47644,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:48350: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:47647: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:48353: \$? = $ac_status" >&5
+ echo "$as_me:47650: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:48356: \"$ac_try\"") >&5
+ { (eval echo "$as_me:47653: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:48359: \$? = $ac_status" >&5
+ echo "$as_me:47656: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_result=yes
else
@@ -48365,7 +47662,7 @@ cat "conftest.$ac_ext" >&5
cf_result=no
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
- echo "$as_me:48368: result: $cf_result" >&5
+ echo "$as_me:47665: result: $cf_result" >&5
echo "${ECHO_T}$cf_result" >&6
LIBS="$cf_save_LIBS_CF_X_ATHENA_CPPFLAGS"
@@ -48381,7 +47678,7 @@ CPPFLAGS="$cf_save_CPPFLAGS_CF_X_ATHENA_CPPFLAGS"
done
if test -z "$cf_x_athena_inc" ; then
- { echo "$as_me:48384: WARNING: Unable to find Athena header files" >&5
+ { echo "$as_me:47681: WARNING: Unable to find Athena header files" >&5
echo "$as_me: WARNING: Unable to find Athena header files" >&2;}
elif test "$cf_x_athena_inc" != default ; then
@@ -48446,10 +47743,10 @@ for cf_add_1lib in $cf_add_0lib; do
done
LIBS="$cf_add_libs"
- echo "$as_me:48449: checking for $cf_test in $cf_libs" >&5
+ echo "$as_me:47746: checking for $cf_test in $cf_libs" >&5
echo $ECHO_N "checking for $cf_test in $cf_libs... $ECHO_C" >&6
cat >"conftest.$ac_ext" <<_ACEOF
-#line 48452 "configure"
+#line 47749 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -48466,16 +47763,16 @@ $cf_test((XtAppContext) 0)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:48469: \"$ac_link\"") >&5
+if { (eval echo "$as_me:47766: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:48472: \$? = $ac_status" >&5
+ echo "$as_me:47769: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:48475: \"$ac_try\"") >&5
+ { (eval echo "$as_me:47772: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:48478: \$? = $ac_status" >&5
+ echo "$as_me:47775: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_result=yes
else
@@ -48484,7 +47781,7 @@ cat "conftest.$ac_ext" >&5
cf_result=no
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
- echo "$as_me:48487: result: $cf_result" >&5
+ echo "$as_me:47784: result: $cf_result" >&5
echo "${ECHO_T}$cf_result" >&6
LIBS="$cf_save_LIBS_CF_X_ATHENA_LIBS"
@@ -48501,7 +47798,7 @@ CPPFLAGS="$cf_save_CPPFLAGS_CF_X_ATHENA_LIBS"
done
if test -z "$cf_x_athena_lib" ; then
- { { echo "$as_me:48504: error: Unable to successfully link Athena library (-l$cf_x_athena_root) with test program" >&5
+ { { echo "$as_me:47801: 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
@@ -48535,7 +47832,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:48538: checking for $ac_word" >&5
+echo "$as_me:47835: 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
@@ -48550,7 +47847,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:48553: found $ac_dir/$ac_word" >&5
+echo "$as_me:47850: found $ac_dir/$ac_word" >&5
break
done
@@ -48558,10 +47855,10 @@ fi
fi
XCURSES_CONFIG=$ac_cv_prog_XCURSES_CONFIG
if test -n "$XCURSES_CONFIG"; then
- echo "$as_me:48561: result: $XCURSES_CONFIG" >&5
+ echo "$as_me:47858: result: $XCURSES_CONFIG" >&5
echo "${ECHO_T}$XCURSES_CONFIG" >&6
else
- echo "$as_me:48564: result: no" >&5
+ echo "$as_me:47861: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -48574,7 +47871,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:48577: checking for $ac_word" >&5
+echo "$as_me:47874: 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
@@ -48589,7 +47886,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:48592: found $ac_dir/$ac_word" >&5
+echo "$as_me:47889: found $ac_dir/$ac_word" >&5
break
done
@@ -48597,10 +47894,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:48600: result: $ac_ct_XCURSES_CONFIG" >&5
+ echo "$as_me:47897: result: $ac_ct_XCURSES_CONFIG" >&5
echo "${ECHO_T}$ac_ct_XCURSES_CONFIG" >&6
else
- echo "$as_me:48603: result: no" >&5
+ echo "$as_me:47900: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -48735,7 +48032,7 @@ LDFLAGS="$LDFLAGS $X_LIBS"
test -n "$verbose" && echo " checking additions to CFLAGS" 1>&6
-echo "${as_me:-configure}:48738: testing checking additions to CFLAGS ..." 1>&5
+echo "${as_me:-configure}:48035: testing checking additions to CFLAGS ..." 1>&5
cf_check_cflags="$CFLAGS"
cf_check_cppflags="$CPPFLAGS"
@@ -48820,7 +48117,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}:48823: testing add to \$CFLAGS $cf_new_cflags ..." 1>&5
+echo "${as_me:-configure}:48120: testing add to \$CFLAGS $cf_new_cflags ..." 1>&5
test -n "$CFLAGS" && CFLAGS="$CFLAGS "
CFLAGS="${CFLAGS}$cf_new_cflags"
@@ -48830,7 +48127,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}:48833: testing add to \$CPPFLAGS $cf_new_cppflags ..." 1>&5
+echo "${as_me:-configure}:48130: testing add to \$CPPFLAGS $cf_new_cppflags ..." 1>&5
test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS "
CPPFLAGS="${CPPFLAGS}$cf_new_cppflags"
@@ -48840,7 +48137,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}:48843: testing add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags ..." 1>&5
+echo "${as_me:-configure}:48140: testing add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags ..." 1>&5
test -n "$EXTRA_CPPFLAGS" && EXTRA_CPPFLAGS="$EXTRA_CPPFLAGS "
EXTRA_CPPFLAGS="${EXTRA_CPPFLAGS}$cf_new_extra_cppflags"
@@ -48849,7 +48146,7 @@ fi
if test "x$cf_check_cflags" != "x$CFLAGS" ; then
cat >"conftest.$ac_ext" <<_ACEOF
-#line 48852 "configure"
+#line 48149 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -48861,16 +48158,16 @@ printf("Hello world");
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:48864: \"$ac_link\"") >&5
+if { (eval echo "$as_me:48161: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:48867: \$? = $ac_status" >&5
+ echo "$as_me:48164: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:48870: \"$ac_try\"") >&5
+ { (eval echo "$as_me:48167: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:48873: \$? = $ac_status" >&5
+ echo "$as_me:48170: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
:
else
@@ -48878,12 +48175,12 @@ else
cat "conftest.$ac_ext" >&5
test -n "$verbose" && echo " test-compile failed. Undoing change to \$CFLAGS" 1>&6
-echo "${as_me:-configure}:48881: testing test-compile failed. Undoing change to \$CFLAGS ..." 1>&5
+echo "${as_me:-configure}:48178: 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}:48886: testing but keeping change to \$CPPFLAGS ..." 1>&5
+echo "${as_me:-configure}:48183: testing but keeping change to \$CPPFLAGS ..." 1>&5
fi
CFLAGS="$cf_check_cflags"
@@ -48891,7 +48188,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:48894: checking for XOpenDisplay in -lX11" >&5
+echo "$as_me:48191: 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
@@ -48899,7 +48196,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lX11 $X_PRE_LIBS $LIBS $X_EXTRA_LIBS $LIBS"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 48902 "configure"
+#line 48199 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -48918,16 +48215,16 @@ XOpenDisplay ();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:48921: \"$ac_link\"") >&5
+if { (eval echo "$as_me:48218: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:48924: \$? = $ac_status" >&5
+ echo "$as_me:48221: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:48927: \"$ac_try\"") >&5
+ { (eval echo "$as_me:48224: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:48930: \$? = $ac_status" >&5
+ echo "$as_me:48227: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
ac_cv_lib_X11_XOpenDisplay=yes
else
@@ -48938,7 +48235,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:48941: result: $ac_cv_lib_X11_XOpenDisplay" >&5
+echo "$as_me:48238: 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
@@ -48960,7 +48257,7 @@ LIBS="$cf_add_libs"
fi
-echo "$as_me:48963: checking for XCurses library" >&5
+echo "$as_me:48260: 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
@@ -48983,7 +48280,7 @@ done
LIBS="$cf_add_libs"
cat >"conftest.$ac_ext" <<_ACEOF
-#line 48986 "configure"
+#line 48283 "configure"
#include "confdefs.h"
#include <xcurses.h>
@@ -48998,16 +48295,16 @@ XCursesExit();
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:49001: \"$ac_link\"") >&5
+if { (eval echo "$as_me:48298: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:49004: \$? = $ac_status" >&5
+ echo "$as_me:48301: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:49007: \"$ac_try\"") >&5
+ { (eval echo "$as_me:48304: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:49010: \$? = $ac_status" >&5
+ echo "$as_me:48307: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_lib_XCurses=yes
else
@@ -49018,7 +48315,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:49021: result: $cf_cv_lib_XCurses" >&5
+echo "$as_me:48318: result: $cf_cv_lib_XCurses" >&5
echo "${ECHO_T}$cf_cv_lib_XCurses" >&6
fi
@@ -49033,23 +48330,23 @@ cat >>confdefs.h <<\EOF
#define XCURSES 1
EOF
- echo "$as_me:49036: checking for xcurses.h" >&5
+ echo "$as_me:48333: 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 49042 "configure"
+#line 48339 "configure"
#include "confdefs.h"
#include <xcurses.h>
_ACEOF
-if { (eval echo "$as_me:49046: \"$ac_cpp "conftest.$ac_ext"\"") >&5
+if { (eval echo "$as_me:48343: \"$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:49052: \$? = $ac_status" >&5
+ echo "$as_me:48349: \$? = $ac_status" >&5
(exit "$ac_status"); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -49068,7 +48365,7 @@ else
fi
rm -f conftest.err "conftest.$ac_ext"
fi
-echo "$as_me:49071: result: $ac_cv_header_xcurses_h" >&5
+echo "$as_me:48368: 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
@@ -49079,7 +48376,7 @@ EOF
fi
else
- { { echo "$as_me:49082: error: Cannot link with XCurses" >&5
+ { { echo "$as_me:48379: error: Cannot link with XCurses" >&5
echo "$as_me: error: Cannot link with XCurses" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -49088,7 +48385,7 @@ fi
esac
else
-echo "$as_me:49091: checking if we can include termio.h with curses" >&5
+echo "$as_me:48388: 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
@@ -49098,7 +48395,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 49101 "configure"
+#line 48398 "configure"
#include "confdefs.h"
#include <LYCurses.h>
@@ -49112,16 +48409,16 @@ putchar(0x0a)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:49115: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:48412: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:49118: \$? = $ac_status" >&5
+ echo "$as_me:48415: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:49121: \"$ac_try\"") >&5
+ { (eval echo "$as_me:48418: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:49124: \$? = $ac_status" >&5
+ echo "$as_me:48421: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_termio_and_curses=yes
else
@@ -49134,7 +48431,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
rm -f lynx_cfg.h
fi
-echo "$as_me:49137: result: $cf_cv_termio_and_curses" >&5
+echo "$as_me:48434: result: $cf_cv_termio_and_curses" >&5
echo "${ECHO_T}$cf_cv_termio_and_curses" >&6
test "$cf_cv_termio_and_curses" = yes &&
@@ -49151,23 +48448,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:49154: checking for $ac_header" >&5
+echo "$as_me:48451: 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 49160 "configure"
+#line 48457 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:49164: \"$ac_cpp "conftest.$ac_ext"\"") >&5
+if { (eval echo "$as_me:48461: \"$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:49170: \$? = $ac_status" >&5
+ echo "$as_me:48467: \$? = $ac_status" >&5
(exit "$ac_status"); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -49186,7 +48483,7 @@ else
fi
rm -f conftest.err "conftest.$ac_ext"
fi
-echo "$as_me:49189: result: `eval echo '${'"$as_ac_Header"'}'`" >&5
+echo "$as_me:48486: 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
@@ -49198,7 +48495,7 @@ done
fi
-echo "$as_me:49201: checking if curses supports alternate-character set" >&5
+echo "$as_me:48498: 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
@@ -49207,7 +48504,7 @@ else
for mapname in acs_map _acs_map
do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 49210 "configure"
+#line 48507 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
@@ -49221,16 +48518,16 @@ chtype x = ${mapname}['l']; ${mapname}['m'] = 0; (void)x
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:49224: \"$ac_link\"") >&5
+if { (eval echo "$as_me:48521: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:49227: \$? = $ac_status" >&5
+ echo "$as_me:48524: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:49230: \"$ac_try\"") >&5
+ { (eval echo "$as_me:48527: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:49233: \$? = $ac_status" >&5
+ echo "$as_me:48530: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_alt_char_set=$mapname
break
@@ -49244,21 +48541,21 @@ done
fi
-echo "$as_me:49247: result: $cf_cv_alt_char_set" >&5
+echo "$as_me:48544: 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:49254: checking if curses supports fancy attributes" >&5
+echo "$as_me:48551: 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 49261 "configure"
+#line 48558 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
@@ -49276,16 +48573,16 @@ attrset(A_UNDERLINE|A_BOLD|A_REVERSE);
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:49279: \"$ac_link\"") >&5
+if { (eval echo "$as_me:48576: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:49282: \$? = $ac_status" >&5
+ echo "$as_me:48579: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:49285: \"$ac_try\"") >&5
+ { (eval echo "$as_me:48582: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:49288: \$? = $ac_status" >&5
+ echo "$as_me:48585: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_fancy_curses=yes
else
@@ -49297,14 +48594,14 @@ rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:49300: result: $cf_cv_fancy_curses" >&5
+echo "$as_me:48597: 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:49307: checking for function curses_version" >&5
+echo "$as_me:48604: 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
@@ -49314,7 +48611,7 @@ if test "$cross_compiling" = yes; then
cf_cv_func_curses_version=unknown
else
cat >"conftest.$ac_ext" <<_ACEOF
-#line 49317 "configure"
+#line 48614 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -49330,15 +48627,15 @@ int main(void)
_ACEOF
rm -f "conftest$ac_exeext"
-if { (eval echo "$as_me:49333: \"$ac_link\"") >&5
+if { (eval echo "$as_me:48630: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:49336: \$? = $ac_status" >&5
+ echo "$as_me:48633: \$? = $ac_status" >&5
(exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"'
- { (eval echo "$as_me:49338: \"$ac_try\"") >&5
+ { (eval echo "$as_me:48635: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:49341: \$? = $ac_status" >&5
+ echo "$as_me:48638: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_func_curses_version=yes
@@ -49353,7 +48650,7 @@ rm -f core ./core.* ./*.core "conftest$ac_exeext" "conftest.$ac_objext" "conftes
fi
rm -f core
fi
-echo "$as_me:49356: result: $cf_cv_func_curses_version" >&5
+echo "$as_me:48653: 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
@@ -49361,14 +48658,14 @@ cat >>confdefs.h <<\EOF
EOF
if test "$cf_cv_ncurses_version" != no ; then
-echo "$as_me:49364: checking for obsolete/broken version of ncurses" >&5
+echo "$as_me:48661: 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 49371 "configure"
+#line 48668 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
@@ -49387,16 +48684,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:49390: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:48687: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:49393: \$? = $ac_status" >&5
+ echo "$as_me:48690: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:49396: \"$ac_try\"") >&5
+ { (eval echo "$as_me:48693: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:49399: \$? = $ac_status" >&5
+ echo "$as_me:48696: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_ncurses_broken=no
else
@@ -49408,10 +48705,10 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:49411: result: $cf_cv_ncurses_broken" >&5
+echo "$as_me:48708: 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:49414: WARNING: hmm... you should get an up-to-date version of ncurses" >&5
+ { echo "$as_me:48711: 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
@@ -49421,14 +48718,14 @@ EOF
fi
fi
-echo "$as_me:49424: checking if curses supports color attributes" >&5
+echo "$as_me:48721: 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 49431 "configure"
+#line 48728 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
@@ -49449,16 +48746,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:49452: \"$ac_link\"") >&5
+if { (eval echo "$as_me:48749: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:49455: \$? = $ac_status" >&5
+ echo "$as_me:48752: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:49458: \"$ac_try\"") >&5
+ { (eval echo "$as_me:48755: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:49461: \$? = $ac_status" >&5
+ echo "$as_me:48758: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_color_curses=yes
else
@@ -49470,7 +48767,7 @@ rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:49473: result: $cf_cv_color_curses" >&5
+echo "$as_me:48770: result: $cf_cv_color_curses" >&5
echo "${ECHO_T}$cf_cv_color_curses" >&6
if test "$cf_cv_color_curses" = yes ; then
@@ -49494,23 +48791,23 @@ sys/termio.h \
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:49497: checking for $ac_header" >&5
+echo "$as_me:48794: 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 49503 "configure"
+#line 48800 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:49507: \"$ac_cpp "conftest.$ac_ext"\"") >&5
+if { (eval echo "$as_me:48804: \"$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:49513: \$? = $ac_status" >&5
+ echo "$as_me:48810: \$? = $ac_status" >&5
(exit "$ac_status"); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -49529,7 +48826,7 @@ else
fi
rm -f conftest.err "conftest.$ac_ext"
fi
-echo "$as_me:49532: result: `eval echo '${'"$as_ac_Header"'}'`" >&5
+echo "$as_me:48829: 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
@@ -49546,10 +48843,10 @@ if test "$ac_cv_header_termios_h" = yes ; then
(*) termios_bad=maybe ;;
esac
if test "$termios_bad" = maybe ; then
- echo "$as_me:49549: checking whether termios.h needs _POSIX_SOURCE" >&5
+ echo "$as_me:48846: 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 49552 "configure"
+#line 48849 "configure"
#include "confdefs.h"
#include <termios.h>
int
@@ -49561,16 +48858,16 @@ struct termios foo; int x = (int)(foo.c_iflag = 1); (void)x
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:49564: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:48861: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:49567: \$? = $ac_status" >&5
+ echo "$as_me:48864: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:49570: \"$ac_try\"") >&5
+ { (eval echo "$as_me:48867: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:49573: \$? = $ac_status" >&5
+ echo "$as_me:48870: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
termios_bad=no
else
@@ -49578,7 +48875,7 @@ else
cat "conftest.$ac_ext" >&5
cat >"conftest.$ac_ext" <<_ACEOF
-#line 49581 "configure"
+#line 48878 "configure"
#include "confdefs.h"
#define _POSIX_SOURCE
@@ -49592,16 +48889,16 @@ struct termios foo; int x = (int)(foo.c_iflag = 2); (void)x
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:49595: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:48892: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:49598: \$? = $ac_status" >&5
+ echo "$as_me:48895: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:49601: \"$ac_try\"") >&5
+ { (eval echo "$as_me:48898: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:49604: \$? = $ac_status" >&5
+ echo "$as_me:48901: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
termios_bad=unknown
else
@@ -49617,12 +48914,12 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
- echo "$as_me:49620: result: $termios_bad" >&5
+ echo "$as_me:48917: result: $termios_bad" >&5
echo "${ECHO_T}$termios_bad" >&6
fi
fi
-echo "$as_me:49625: checking declaration of size-change" >&5
+echo "$as_me:48922: 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
@@ -49643,7 +48940,7 @@ do
fi
cat >"conftest.$ac_ext" <<_ACEOF
-#line 49646 "configure"
+#line 48943 "configure"
#include "confdefs.h"
#include <sys/types.h>
#ifdef HAVE_TERMIOS_H
@@ -49693,16 +48990,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:49696: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:48993: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:49699: \$? = $ac_status" >&5
+ echo "$as_me:48996: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:49702: \"$ac_try\"") >&5
+ { (eval echo "$as_me:48999: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:49705: \$? = $ac_status" >&5
+ echo "$as_me:49002: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_sizechange=yes
else
@@ -49721,7 +49018,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
done
fi
-echo "$as_me:49724: result: $cf_cv_sizechange" >&5
+echo "$as_me:49021: result: $cf_cv_sizechange" >&5
echo "${ECHO_T}$cf_cv_sizechange" >&6
if test "$cf_cv_sizechange" != no ; then
@@ -49739,14 +49036,14 @@ EOF
esac
fi
-echo "$as_me:49742: checking if ttytype is declared in curses library" >&5
+echo "$as_me:49039: 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 49749 "configure"
+#line 49046 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
int
@@ -49758,16 +49055,16 @@ char *x = &ttytype[1]; *x = 1
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:49761: \"$ac_link\"") >&5
+if { (eval echo "$as_me:49058: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:49764: \$? = $ac_status" >&5
+ echo "$as_me:49061: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:49767: \"$ac_try\"") >&5
+ { (eval echo "$as_me:49064: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:49770: \$? = $ac_status" >&5
+ echo "$as_me:49067: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_have_ttytype=yes
else
@@ -49779,7 +49076,7 @@ rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:49782: result: $cf_cv_have_ttytype" >&5
+echo "$as_me:49079: result: $cf_cv_have_ttytype" >&5
echo "${ECHO_T}$cf_cv_have_ttytype" >&6
test "$cf_cv_have_ttytype" = yes &&
cat >>confdefs.h <<\EOF
@@ -49788,14 +49085,14 @@ EOF
if test "$use_wide_curses" = yes ; then
-echo "$as_me:49791: checking if curses supports wide characters" >&5
+echo "$as_me:49088: 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 49798 "configure"
+#line 49095 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -49814,16 +49111,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:49817: \"$ac_link\"") >&5
+if { (eval echo "$as_me:49114: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:49820: \$? = $ac_status" >&5
+ echo "$as_me:49117: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:49823: \"$ac_try\"") >&5
+ { (eval echo "$as_me:49120: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:49826: \$? = $ac_status" >&5
+ echo "$as_me:49123: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_widec_curses=yes
else
@@ -49834,7 +49131,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:49837: result: $cf_cv_widec_curses" >&5
+echo "$as_me:49134: result: $cf_cv_widec_curses" >&5
echo "${ECHO_T}$cf_cv_widec_curses" >&6
if test "$cf_cv_widec_curses" = yes ; then
@@ -49844,14 +49141,14 @@ cat >>confdefs.h <<\EOF
EOF
# This is needed on Tru64 5.0 to declare mbstate_t
- echo "$as_me:49847: checking if we must include wchar.h to declare mbstate_t" >&5
+ echo "$as_me:49144: 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 49854 "configure"
+#line 49151 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -49865,23 +49162,23 @@ mbstate_t state; (void)state
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:49868: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:49165: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:49871: \$? = $ac_status" >&5
+ echo "$as_me:49168: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:49874: \"$ac_try\"") >&5
+ { (eval echo "$as_me:49171: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:49877: \$? = $ac_status" >&5
+ echo "$as_me:49174: \$? = $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 49884 "configure"
+#line 49181 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -49896,16 +49193,16 @@ mbstate_t state; (void)state
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:49899: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:49196: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:49902: \$? = $ac_status" >&5
+ echo "$as_me:49199: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:49905: \"$ac_try\"") >&5
+ { (eval echo "$as_me:49202: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:49908: \$? = $ac_status" >&5
+ echo "$as_me:49205: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_widec_mbstate=yes
else
@@ -49917,7 +49214,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
rm -f "conftest.$ac_objext" "conftest.$ac_ext"
fi
-echo "$as_me:49920: result: $cf_cv_widec_mbstate" >&5
+echo "$as_me:49217: result: $cf_cv_widec_mbstate" >&5
echo "${ECHO_T}$cf_cv_widec_mbstate" >&6
if test "$cf_cv_widec_mbstate" = yes ; then
@@ -49940,7 +49237,7 @@ fi
fi
-echo "$as_me:49943: checking definition to turn on extended curses functions" >&5
+echo "$as_me:49240: checking definition to turn on extended curses functions" >&5
echo $ECHO_N "checking definition to turn on extended curses functions... $ECHO_C" >&6
if test "${cf_cv_need_xopen_extension+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -49948,7 +49245,7 @@ else
cf_cv_need_xopen_extension=unknown
cat >"conftest.$ac_ext" <<_ACEOF
-#line 49951 "configure"
+#line 49248 "configure"
#include "confdefs.h"
$ac_includes_default
@@ -49981,16 +49278,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:49984: \"$ac_link\"") >&5
+if { (eval echo "$as_me:49281: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:49987: \$? = $ac_status" >&5
+ echo "$as_me:49284: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:49990: \"$ac_try\"") >&5
+ { (eval echo "$as_me:49287: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:49993: \$? = $ac_status" >&5
+ echo "$as_me:49290: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_need_xopen_extension=none
else
@@ -50000,7 +49297,7 @@ cat "conftest.$ac_ext" >&5
for cf_try_xopen_extension in _XOPEN_SOURCE_EXTENDED NCURSES_WIDECHAR
do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 50003 "configure"
+#line 49300 "configure"
#include "confdefs.h"
#define $cf_try_xopen_extension 1
@@ -50026,16 +49323,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:50029: \"$ac_link\"") >&5
+if { (eval echo "$as_me:49326: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:50032: \$? = $ac_status" >&5
+ echo "$as_me:49329: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:50035: \"$ac_try\"") >&5
+ { (eval echo "$as_me:49332: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:50038: \$? = $ac_status" >&5
+ echo "$as_me:49335: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_need_xopen_extension=$cf_try_xopen_extension; break
else
@@ -50049,7 +49346,7 @@ fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:50052: result: $cf_cv_need_xopen_extension" >&5
+echo "$as_me:49349: result: $cf_cv_need_xopen_extension" >&5
echo "${ECHO_T}$cf_cv_need_xopen_extension" >&6
case "$cf_cv_need_xopen_extension" in
@@ -50061,7 +49358,7 @@ case "$cf_cv_need_xopen_extension" in
;;
esac
-echo "$as_me:50064: checking for term.h" >&5
+echo "$as_me:49361: 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
@@ -50082,7 +49379,7 @@ esac
for cf_header in $cf_header_list
do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 50085 "configure"
+#line 49382 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
@@ -50096,16 +49393,16 @@ WINDOW *x; (void)x
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:50099: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:49396: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:50102: \$? = $ac_status" >&5
+ echo "$as_me:49399: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:50105: \"$ac_try\"") >&5
+ { (eval echo "$as_me:49402: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:50108: \$? = $ac_status" >&5
+ echo "$as_me:49405: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_term_header=$cf_header
break
@@ -50124,7 +49421,7 @@ case "$cf_cv_term_header" in
for cf_header in ncurses/term.h ncursesw/term.h
do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 50127 "configure"
+#line 49424 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
@@ -50142,16 +49439,16 @@ WINDOW *x; (void)x
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:50145: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:49442: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:50148: \$? = $ac_status" >&5
+ echo "$as_me:49445: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:50151: \"$ac_try\"") >&5
+ { (eval echo "$as_me:49448: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:50154: \$? = $ac_status" >&5
+ echo "$as_me:49451: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_term_header=$cf_header
break
@@ -50166,7 +49463,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
esac
fi
-echo "$as_me:50169: result: $cf_cv_term_header" >&5
+echo "$as_me:49466: result: $cf_cv_term_header" >&5
echo "${ECHO_T}$cf_cv_term_header" >&6
case "$cf_cv_term_header" in
@@ -50193,7 +49490,7 @@ EOF
;;
esac
-echo "$as_me:50196: checking for unctrl.h" >&5
+echo "$as_me:49493: 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
@@ -50214,7 +49511,7 @@ esac
for cf_header in $cf_header_list
do
cat >"conftest.$ac_ext" <<_ACEOF
-#line 50217 "configure"
+#line 49514 "configure"
#include "confdefs.h"
#include <${cf_cv_ncurses_header:-curses.h}>
@@ -50228,16 +49525,16 @@ WINDOW *x; (void)x
}
_ACEOF
rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:50231: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:49528: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:50234: \$? = $ac_status" >&5
+ echo "$as_me:49531: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest.$ac_objext"'
- { (eval echo "$as_me:50237: \"$ac_try\"") >&5
+ { (eval echo "$as_me:49534: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:50240: \$? = $ac_status" >&5
+ echo "$as_me:49537: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_cv_unctrl_header=$cf_header
break
@@ -50250,12 +49547,12 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
done
fi
-echo "$as_me:50253: result: $cf_cv_unctrl_header" >&5
+echo "$as_me:49550: result: $cf_cv_unctrl_header" >&5
echo "${ECHO_T}$cf_cv_unctrl_header" >&6
case "$cf_cv_unctrl_header" in
(no)
- { echo "$as_me:50258: WARNING: unctrl.h header not found" >&5
+ { echo "$as_me:49555: WARNING: unctrl.h header not found" >&5
echo "$as_me: WARNING: unctrl.h header not found" >&2;}
;;
esac
@@ -50311,10 +49608,10 @@ do
cf_tr_func=`echo "$cf_func" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
- echo "$as_me:50314: checking for ${cf_func}" >&5
+ echo "$as_me:49611: checking for ${cf_func}" >&5
echo $ECHO_N "checking for ${cf_func}... $ECHO_C" >&6
-echo "${as_me:-configure}:50317: testing ${cf_func} ..." 1>&5
+echo "${as_me:-configure}:49614: testing ${cf_func} ..." 1>&5
if eval "test \"\${cf_cv_func_$cf_func+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -50323,7 +49620,7 @@ else
eval cf_result='$ac_cv_func_'$cf_func
if test ".$cf_result" != ".no"; then
cat >"conftest.$ac_ext" <<_ACEOF
-#line 50326 "configure"
+#line 49623 "configure"
#include "confdefs.h"
#ifdef HAVE_XCURSES
@@ -50356,16 +49653,16 @@ if (foo + 1234L > 5678L)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:50359: \"$ac_link\"") >&5
+if { (eval echo "$as_me:49656: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:50362: \$? = $ac_status" >&5
+ echo "$as_me:49659: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:50365: \"$ac_try\"") >&5
+ { (eval echo "$as_me:49662: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:50368: \$? = $ac_status" >&5
+ echo "$as_me:49665: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_result=yes
else
@@ -50381,7 +49678,7 @@ fi
# use the computed/retrieved cache-value:
eval 'cf_result=$cf_cv_func_'$cf_func
- echo "$as_me:50384: result: $cf_result" >&5
+ echo "$as_me:49681: result: $cf_result" >&5
echo "${ECHO_T}$cf_result" >&6
if test "$cf_result" != no; then
cat >>confdefs.h <<EOF
@@ -50398,13 +49695,13 @@ for ac_func in \
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:50401: checking for $ac_func" >&5
+echo "$as_me:49698: 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 50407 "configure"
+#line 49704 "configure"
#include "confdefs.h"
#define $ac_func autoconf_temporary
#include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */
@@ -50435,16 +49732,16 @@ main (void)
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:50438: \"$ac_link\"") >&5
+if { (eval echo "$as_me:49735: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:50441: \$? = $ac_status" >&5
+ echo "$as_me:49738: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:50444: \"$ac_try\"") >&5
+ { (eval echo "$as_me:49741: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:50447: \$? = $ac_status" >&5
+ echo "$as_me:49744: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
eval "$as_ac_var=yes"
else
@@ -50454,7 +49751,7 @@ eval "$as_ac_var=no"
fi
rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
fi
-echo "$as_me:50457: result: `eval echo '${'"$as_ac_var"'}'`" >&5
+echo "$as_me:49754: 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
@@ -50468,12 +49765,12 @@ fi
if test "$use_color_style" != no ; then
if test .$cf_cv_color_curses != .yes ; then
- { { echo "$as_me:50471: error: Configuration does not support color-styles" >&5
+ { { echo "$as_me:49768: 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:50476: error: Configuration does not support color-styles" >&5
+ { { echo "$as_me:49773: error: Configuration does not support color-styles" >&5
echo "$as_me: error: Configuration does not support color-styles" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -50481,7 +49778,7 @@ fi
if test "$use_scrollbar" != no ; then
if test .$cf_cv_fancy_curses != .yes ; then
- { echo "$as_me:50484: WARNING: Configuration does not support ACS_xxx definitions" >&5
+ { echo "$as_me:49781: WARNING: Configuration does not support ACS_xxx definitions" >&5
echo "$as_me: WARNING: Configuration does not support ACS_xxx definitions" >&2;}
else
@@ -50494,7 +49791,7 @@ fi
# use rpath for libraries in unusual places
-echo "$as_me:50497: checking if rpath-hack should be disabled" >&5
+echo "$as_me:49794: 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.
@@ -50512,22 +49809,22 @@ else
fi;
if test "x$enable_rpath_hack" = xno; then cf_disable_rpath_hack=yes; else cf_disable_rpath_hack=no; fi
-echo "$as_me:50515: result: $cf_disable_rpath_hack" >&5
+echo "$as_me:49812: result: $cf_disable_rpath_hack" >&5
echo "${ECHO_T}$cf_disable_rpath_hack" >&6
if test "$enable_rpath_hack" = yes ; then
-echo "$as_me:50520: checking for updated LDFLAGS" >&5
+echo "$as_me:49817: 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:50523: result: maybe" >&5
+ echo "$as_me:49820: 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:50530: checking for $ac_word" >&5
+echo "$as_me:49827: 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
@@ -50542,7 +49839,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:50545: found $ac_dir/$ac_word" >&5
+echo "$as_me:49842: found $ac_dir/$ac_word" >&5
break
done
@@ -50550,10 +49847,10 @@ fi
fi
cf_ldd_prog=$ac_cv_prog_cf_ldd_prog
if test -n "$cf_ldd_prog"; then
- echo "$as_me:50553: result: $cf_ldd_prog" >&5
+ echo "$as_me:49850: result: $cf_ldd_prog" >&5
echo "${ECHO_T}$cf_ldd_prog" >&6
else
- echo "$as_me:50556: result: no" >&5
+ echo "$as_me:49853: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -50567,7 +49864,7 @@ test -n "$cf_ldd_prog" || cf_ldd_prog="no"
cf_rpath_oops=
cat >"conftest.$ac_ext" <<_ACEOF
-#line 50570 "configure"
+#line 49867 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -50579,16 +49876,16 @@ printf("Hello");
}
_ACEOF
rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:50582: \"$ac_link\"") >&5
+if { (eval echo "$as_me:49879: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:50585: \$? = $ac_status" >&5
+ echo "$as_me:49882: \$? = $ac_status" >&5
(exit "$ac_status"); } &&
{ ac_try='test -s "conftest$ac_exeext"'
- { (eval echo "$as_me:50588: \"$ac_try\"") >&5
+ { (eval echo "$as_me:49885: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:50591: \$? = $ac_status" >&5
+ echo "$as_me:49888: \$? = $ac_status" >&5
(exit "$ac_status"); }; }; then
cf_rpath_oops=`"$cf_ldd_prog" "conftest$ac_exeext" | ${FGREP-fgrep} ' not found' | sed -e 's% =>.*$%%' |sort | uniq`
cf_rpath_list=`"$cf_ldd_prog" "conftest$ac_exeext" | ${FGREP-fgrep} / | sed -e 's%^.*[ ]/%/%' -e 's%/[^/][^/]*$%%' |sort | uniq`
@@ -50616,7 +49913,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}:50619: testing ...adding -L$cf_rpath_dir/lib to LDFLAGS for $cf_rpath_src ..." 1>&5
+echo "${as_me:-configure}:49916: testing ...adding -L$cf_rpath_dir/lib to LDFLAGS for $cf_rpath_src ..." 1>&5
LDFLAGS="$LDFLAGS -L$cf_rpath_dir/lib"
break
@@ -50628,11 +49925,11 @@ echo "${as_me:-configure}:50619: testing ...adding -L$cf_rpath_dir/lib to LDFLAG
test -n "$verbose" && echo " ...checking EXTRA_LDFLAGS $EXTRA_LDFLAGS" 1>&6
-echo "${as_me:-configure}:50631: testing ...checking EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&5
+echo "${as_me:-configure}:49928: testing ...checking EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&5
test -n "$verbose" && echo " ...checking LDFLAGS $LDFLAGS" 1>&6
-echo "${as_me:-configure}:50635: testing ...checking LDFLAGS $LDFLAGS ..." 1>&5
+echo "${as_me:-configure}:49932: testing ...checking LDFLAGS $LDFLAGS ..." 1>&5
cf_rpath_dst=
for cf_rpath_src in $LDFLAGS
@@ -50669,7 +49966,7 @@ do
then
test -n "$verbose" && echo " ...Filter $cf_rpath_src ->$cf_rpath_tmp" 1>&6
-echo "${as_me:-configure}:50672: testing ...Filter $cf_rpath_src ->$cf_rpath_tmp ..." 1>&5
+echo "${as_me:-configure}:49969: testing ...Filter $cf_rpath_src ->$cf_rpath_tmp ..." 1>&5
EXTRA_LDFLAGS="$cf_rpath_tmp $EXTRA_LDFLAGS"
fi
@@ -50682,11 +49979,11 @@ LDFLAGS=$cf_rpath_dst
test -n "$verbose" && echo " ...checked LDFLAGS $LDFLAGS" 1>&6
-echo "${as_me:-configure}:50685: testing ...checked LDFLAGS $LDFLAGS ..." 1>&5
+echo "${as_me:-configure}:49982: testing ...checked LDFLAGS $LDFLAGS ..." 1>&5
test -n "$verbose" && echo " ...checking LIBS $LIBS" 1>&6
-echo "${as_me:-configure}:50689: testing ...checking LIBS $LIBS ..." 1>&5
+echo "${as_me:-configure}:49986: testing ...checking LIBS $LIBS ..." 1>&5
cf_rpath_dst=
for cf_rpath_src in $LIBS
@@ -50723,7 +50020,7 @@ do
then
test -n "$verbose" && echo " ...Filter $cf_rpath_src ->$cf_rpath_tmp" 1>&6
-echo "${as_me:-configure}:50726: testing ...Filter $cf_rpath_src ->$cf_rpath_tmp ..." 1>&5
+echo "${as_me:-configure}:50023: testing ...Filter $cf_rpath_src ->$cf_rpath_tmp ..." 1>&5
EXTRA_LDFLAGS="$cf_rpath_tmp $EXTRA_LDFLAGS"
fi
@@ -50736,14 +50033,14 @@ LIBS=$cf_rpath_dst
test -n "$verbose" && echo " ...checked LIBS $LIBS" 1>&6
-echo "${as_me:-configure}:50739: testing ...checked LIBS $LIBS ..." 1>&5
+echo "${as_me:-configure}:50036: testing ...checked LIBS $LIBS ..." 1>&5
test -n "$verbose" && echo " ...checked EXTRA_LDFLAGS $EXTRA_LDFLAGS" 1>&6
-echo "${as_me:-configure}:50743: testing ...checked EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&5
+echo "${as_me:-configure}:50040: testing ...checked EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&5
else
- echo "$as_me:50746: result: no" >&5
+ echo "$as_me:50043: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -50858,7 +50155,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:50861: creating $CONFIG_STATUS" >&5
+{ echo "$as_me:50158: creating $CONFIG_STATUS" >&5
echo "$as_me: creating $CONFIG_STATUS" >&6;}
cat >"$CONFIG_STATUS" <<_ACEOF
#! $SHELL
@@ -50993,7 +50290,7 @@ EOF
cat >>"$CONFIG_STATUS" <<EOF
ac_cs_version="\\
-lynx config.status 2.9.0
+lynx config.status 2.9.1b
configured by $0, generated by GNU Autoconf 2.52.20231210,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
@@ -51039,7 +50336,7 @@ cat >>"$CONFIG_STATUS" <<\EOF
echo "$ac_cs_version"; exit 0 ;;
--he | --h)
# Conflict between --help and --header
- { { echo "$as_me:51042: error: ambiguous option: $1
+ { { echo "$as_me:50339: 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;}
@@ -51058,7 +50355,7 @@ Try \`$0 --help' for more information." >&2;}
ac_need_defaults=false;;
# This is an error.
- -*) { { echo "$as_me:51061: error: unrecognized option: $1
+ -*) { { echo "$as_me:50358: 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;}
@@ -51077,7 +50374,7 @@ cat >&5 << _ACEOF
## Running config.status. ##
## ----------------------- ##
-This file was extended by $as_me (lynx 2.9.0) 2.52.20231210, executed with
+This file was extended by $as_me (lynx 2.9.1b) 2.52.20231210, executed with
CONFIG_FILES = $CONFIG_FILES
CONFIG_HEADERS = $CONFIG_HEADERS
CONFIG_LINKS = $CONFIG_LINKS
@@ -51111,7 +50408,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:51114: error: invalid argument: $ac_config_target" >&5
+ *) { { echo "$as_me:50411: error: invalid argument: $ac_config_target" >&5
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
{ (exit 1); exit 1; }; };;
esac
@@ -51269,34 +50566,21 @@ s,@EXTRA_CFLAGS@,$EXTRA_CFLAGS,;t t
s,@HAVE_STDNORETURN_H@,$HAVE_STDNORETURN_H,;t t
s,@STDC_NORETURN@,$STDC_NORETURN,;t t
s,@MSGINIT@,$MSGINIT,;t t
-s,@ALLOCA@,$ALLOCA,;t t
-s,@GLIBC21@,$GLIBC21,;t t
s,@LIBICONV@,$LIBICONV,;t t
s,@USE_NLS@,$USE_NLS,;t t
s,@MSGFMT@,$MSGFMT,;t t
s,@GMSGFMT@,$GMSGFMT,;t t
s,@XGETTEXT@,$XGETTEXT,;t t
-s,@INTL_YACC@,$INTL_YACC,;t t
-s,@BUILD_INCLUDED_LIBINTL@,$BUILD_INCLUDED_LIBINTL,;t t
-s,@USE_INCLUDED_LIBINTL@,$USE_INCLUDED_LIBINTL,;t t
s,@CATALOGS@,$CATALOGS,;t t
s,@CATOBJEXT@,$CATOBJEXT,;t t
s,@GMOFILES@,$GMOFILES,;t t
-s,@INTLLIBS@,$INTLLIBS,;t t
-s,@INTLOBJS@,$INTLOBJS,;t t
s,@POFILES@,$POFILES,;t t
-s,@POSUB@,$POSUB,;t t
s,@DATADIRNAME@,$DATADIRNAME,;t t
s,@INSTOBJEXT@,$INSTOBJEXT,;t t
s,@GENCAT@,$GENCAT,;t t
-s,@INTL_LIBTOOL_SUFFIX_PREFIX@,$INTL_LIBTOOL_SUFFIX_PREFIX,;t t
s,@NLS_TEXTDOMAIN@,$NLS_TEXTDOMAIN,;t t
s,@MSG_DIR_MAKE@,$MSG_DIR_MAKE,;t t
s,@SUB_MAKEFILE@,$SUB_MAKEFILE,;t t
-s,@INTLDIR_MAKE@,$INTLDIR_MAKE,;t t
-s,@GT_YES@,$GT_YES,;t t
-s,@GT_NO@,$GT_NO,;t t
-s,@INTLDIR_CPPFLAGS@,$INTLDIR_CPPFLAGS,;t t
s,@NLS_DATADIR@,$NLS_DATADIR,;t t
s,@PKG_CONFIG@,$PKG_CONFIG,;t t
s,@ac_pt_PKG_CONFIG@,$ac_pt_PKG_CONFIG,;t t
@@ -51311,6 +50595,7 @@ s,@LYNXCFG_NO_MAKE@,$LYNXCFG_NO_MAKE,;t t
s,@LYNXDOC_MAKE@,$LYNXDOC_MAKE,;t t
s,@MIME_LIBDIR@,$MIME_LIBDIR,;t t
s,@CHARSET_DEFS@,$CHARSET_DEFS,;t t
+s,@ALLOCA@,$ALLOCA,;t t
s,@LIBOBJS@,$LIBOBJS,;t t
s,@EXTRA_OBJS@,$EXTRA_OBJS,;t t
s,@SETFONT@,$SETFONT,;t t
@@ -51476,7 +50761,7 @@ done; }
esac
if test x"$ac_file" != x-; then
- { echo "$as_me:51479: creating $ac_file" >&5
+ { echo "$as_me:50764: creating $ac_file" >&5
echo "$as_me: creating $ac_file" >&6;}
rm -f "$ac_file"
fi
@@ -51494,7 +50779,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:51497: error: cannot find input file: $f" >&5
+ test -f "$f" || { { echo "$as_me:50782: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;}
{ (exit 1); exit 1; }; }
echo "$f";;
@@ -51507,7 +50792,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;}
echo "$srcdir/$f"
else
# /dev/null tree
- { { echo "$as_me:51510: error: cannot find input file: $f" >&5
+ { { echo "$as_me:50795: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;}
{ (exit 1); exit 1; }; }
fi;;
@@ -51523,7 +50808,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:51526: WARNING: datarootdir was used implicitly but not set:
+ { echo "$as_me:50811: 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;}
@@ -51532,7 +50817,7 @@ $ac_seen" >&2;}
fi
ac_seen=`grep '${datarootdir}' "$ac_item"`
if test -n "$ac_seen"; then
- { echo "$as_me:51535: WARNING: datarootdir was used explicitly but not set:
+ { echo "$as_me:50820: 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;}
@@ -51577,7 +50862,7 @@ cat >>"$CONFIG_STATUS" <<\EOF
ac_init=`$EGREP '[ ]*'$ac_name'[ ]*=' "$ac_file"`
if test -z "$ac_init"; then
ac_seen=`echo "$ac_seen" |sed -e 's,^,'"$ac_file"':,'`
- { echo "$as_me:51580: WARNING: Variable $ac_name is used but was not set:
+ { echo "$as_me:50865: 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;}
@@ -51588,7 +50873,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:51591: WARNING: Some variables may not be substituted:
+ { echo "$as_me:50876: WARNING: Some variables may not be substituted:
$ac_seen" >&5
echo "$as_me: WARNING: Some variables may not be substituted:
$ac_seen" >&2;}
@@ -51637,7 +50922,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:51640: creating $ac_file" >&5
+ test x"$ac_file" != x- && { echo "$as_me:50925: creating $ac_file" >&5
echo "$as_me: creating $ac_file" >&6;}
# First look for the input files in the build tree, otherwise in the
@@ -51648,7 +50933,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:51651: error: cannot find input file: $f" >&5
+ test -f "$f" || { { echo "$as_me:50936: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;}
{ (exit 1); exit 1; }; }
echo $f;;
@@ -51661,7 +50946,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;}
echo "$srcdir/$f"
else
# /dev/null tree
- { { echo "$as_me:51664: error: cannot find input file: $f" >&5
+ { { echo "$as_me:50949: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;}
{ (exit 1); exit 1; }; }
fi;;
@@ -51780,7 +51065,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:51783: $ac_file is unchanged" >&5
+ { echo "$as_me:51068: $ac_file is unchanged" >&5
echo "$as_me: $ac_file is unchanged" >&6;}
else
ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
diff --git a/configure.in b/configure.in
index 2908103..8e33d41 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-dnl $LynxId: configure.in,v 1.355 2024/01/14 22:24:38 tom Exp $
+dnl $LynxId: configure.in,v 1.374 2024/05/31 22:09:16 tom Exp $
dnl
dnl Process this file with autoconf to produce a configure script.
dnl
@@ -27,10 +27,10 @@ dnl ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
dnl OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
dnl ---------------------------------------------------------------------------
dnl
-AC_REVISION($Revision: 1.355 $)
+AC_REVISION($Revision: 1.374 $)
AC_PREREQ(2.52.20231210)
-AC_INIT(lynx,2.9.0,lynx-dev@nongnu.org)
+AC_INIT(lynx,2.9.2,lynx-dev@nongnu.org)
AC_CONFIG_SRCDIR(userdefs.h)
@@ -96,6 +96,7 @@ case "$host_os" in
esac
CF_PROG_CC
+AC_C_INLINE
CF_PROG_CPP_COMMENTS
AC_PROG_LN_S
case "$host_os" in
@@ -273,6 +274,7 @@ case "$host_os" in
-D__WIN32__ \
)
EXTRA_OBJS="$EXTRA_OBJS Xsystem\$o"
+ AC_CHECK_LIB(ssp,__chk_fail)
;;
(msdosdjgpp*)
LIBS="$LIBS -lwatt"
@@ -342,6 +344,9 @@ case "$host_os" in
esac
CF_ANSI_CC_REQD
+CF_XOPEN_SOURCE(500,199506L)
+CF_LARGEFILE
+AC_CHECK_DECL(exit)
dnl --------------------------------------------------------------------------
dnl --------------------------------------------------------------------------
@@ -349,8 +354,6 @@ dnl --------------------------------------------------------------------------
CF_HELP_MESSAGE(
Basic Configuration Options:)
-CF_LARGEFILE
-
dnl --------------------------------------------------------------------------
dnl internationalization macros
dnl --------------------------------------------------------------------------
@@ -368,13 +371,6 @@ fi
CF_BUNDLED_INTL(makefile,disable)
-INTLDIR_CPPFLAGS="#"
-if test -z "$INTLDIR_MAKE" ; then
- INTLDIR_CPPFLAGS=
-fi
-
-AC_SUBST(INTLDIR_CPPFLAGS)
-
CF_WITH_PATH(nls-datadir,
[ --with-nls-datadir=DIR NLS data, parent of locale],
NLS_DATADIR,
@@ -403,7 +399,6 @@ fi
fi
dnl --------------------------------------------------------------------------
-CF_XOPEN_SOURCE(500,199506L)
CF_SIGWINCH
dnl Collect tests for compiler options into one place
@@ -739,7 +734,6 @@ dnl --------------------------------------------------------------------------
dnl Checks for standard headers
dnl --------------------------------------------------------------------------
-AC_CHECK_DECL(exit)
AC_HEADER_TIME
AC_HEADER_DIRENT
dnl Don't check for sys/wait.h here since it is covered by another test.
diff --git a/lynx.cfg b/lynx.cfg
index c92a39c..10fc6b0 100644
--- a/lynx.cfg
+++ b/lynx.cfg
@@ -1,10 +1,10 @@
-# $LynxId: lynx.cfg,v 1.335 2024/01/15 11:31:00 tom Exp $
+# $LynxId: lynx.cfg,v 1.358 2024/05/31 22:09:16 tom Exp $
# lynx.cfg file.
# The default placement for this file is /usr/local/lib/lynx.cfg (Unix)
# or Lynx_Dir:lynx.cfg (VMS)
#
-# LYNX_VERSION "2.9.0"
-# LYNX_DATE "15 Jan 2024"
+# LYNX_VERSION "2.9.2"
+# LYNX_DATE "31 May 2024"
#
# Definition pairs (configuration settings) are of the form
# VARIABLE:DEFINITION
diff --git a/lynx.man b/lynx.man
index 464078d..9d0ba4f 100644
--- a/lynx.man
+++ b/lynx.man
@@ -1,6 +1,6 @@
-.\" $LynxId: lynx.man,v 1.147 2024/01/14 20:53:14 tom Exp $
+.\" $LynxId: lynx.man,v 1.166 2024/05/31 22:09:16 tom Exp $
.\" **************************************************************************
-.TH LYNX 1 2024-01-14 "Lynx 2.9.0" "Lynx \(en the \fItext\fP web browser"
+.TH LYNX 1 2024-05-31 "Lynx 2.9.2" "Lynx \(en the \fItext\fP web browser"
.
.ie \n(.g \{\
.ds `` \(lq
@@ -836,7 +836,7 @@ URL may be given as \*(``proxy.example.com\*('',
\*(``proxy.example.com:1080\*('', \*(``192.168.0.1\*('', or
\*(``192.168.0.1:1080\*('' (and IPv6 notation if so supported).
A SOCKS5 proxy may also be specified via the environment variable
-.B SOCKS5_PROXY.
+.BR SOCKS5_PROXY .
This option controls the builtin SOCKS5 support, which is unrelated to
the option \fB\-nosocks\fP.
.TP
diff --git a/lynx_help/Lynx_users_guide.html b/lynx_help/Lynx_users_guide.html
index 6815754..78e9e71 100644
--- a/lynx_help/Lynx_users_guide.html
+++ b/lynx_help/Lynx_users_guide.html
@@ -1,10 +1,10 @@
-<!-- $LynxId: Lynx_users_guide.html,v 1.161 2024/01/15 01:49:05 tom Exp $ -->
+<!-- $LynxId: Lynx_users_guide.html,v 1.163 2024/05/31 22:09:16 tom Exp $ -->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<meta name="generator" content=
"HTML Tidy for HTML5 for Linux version 5.6.0">
- <title>Lynx Users Guide v2.9.0</title>
+ <title>Lynx Users Guide v2.9.2</title>
<link rev="made" href="mailto:lynx-dev@nongnu.org">
<meta http-equiv="Content-Type" content=
"text/html; charset=us-ascii">
@@ -12,7 +12,7 @@
"This is the user's guide to Lynx, giving detailed information on how to use the program, and how to change its configuration using the options menu.">
</head>
<body>
- <h1>Lynx Users Guide v2.9.0</h1>
+ <h1>Lynx Users Guide v2.9.2</h1>
<p>Lynx is a fully-featured <em>World Wide Web</em>
(<em>WWW</em>) client for users running cursor-addressable,
@@ -755,7 +755,7 @@
<a href="#item-form_based_options" name=
"example-form_based_options" id=
-"example-form_based_options">Options Menu (Lynx Version 2.9.0)</a>
+"example-form_based_options">Options Menu (Lynx Version 2.9.2)</a>
Accept Changes - Reset Changes - Left Arrow cancels changes - HELP!
@@ -850,7 +850,7 @@
Send User-Agent header (!) : <a href=
"#optinfo-send_user_agent">[X]</a>
User-Agent header (!) : <a href=
-"#optinfo-user_agent">Lynx/2.9.0 libwww-FM/2.14 SSL-MM/1.4.</a>
+"#optinfo-user_agent">Lynx/2.9.2 libwww-FM/2.14 SSL-MM/1.4.</a>
Listing and Accessing Files
Use Passive FTP (!) : <a href=
@@ -892,7 +892,7 @@
<a href="#item-key_based_options" name=
"example-key_based_options" id=
-"example-key_based_options">Options Menu (Lynx Version 2.9.0)</a>
+"example-key_based_options">Options Menu (Lynx Version 2.9.2)</a>
<a href=
"#optinfo-editor">(E)</a>ditor : emacs
@@ -1826,7 +1826,7 @@
indicate the User-Agent is displayed here. Changes may be
disallowed via the <em>-restrictions</em> switch. Otherwise,
the header can be changed temporarily to a string such as
- <em>L_y_n_x/2.9.0</em> for access to sites which discriminate
+ <em>L_y_n_x/2.9.2</em> for access to sites which discriminate
against Lynx based on checks for the presence of "Lynx" in
the header. If the User-Agent header has been changed, it can
be restored to the built-in default value by deleting the
diff --git a/makefile.in b/makefile.in
index 651677e..4658ac9 100644
--- a/makefile.in
+++ b/makefile.in
@@ -1,4 +1,4 @@
-# $LynxId: makefile.in,v 1.198 2024/01/15 16:06:06 tom Exp $
+# $LynxId: makefile.in,v 1.200 2024/05/31 23:03:20 tom Exp $
##makefile for lynx
SHELL = @CONFIG_SHELL@
@@ -392,7 +392,7 @@ install-help : htmlized_cfg help_files.sed $(HELPDIR) $(SYSCONFDIR)
WD=`pwd` ; \
TAIL=`basename "$(helpdir)"` ; \
HEAD=`echo "$$WD"|sed -e "s,/$${TAIL}$$,,"` ; \
- test "x$$WD" != "x$$HEAD" && rm -fr * ; \
+ test "x$$WD" != "x$$HEAD" && find . -type f -exec rm -f {} \; ; \
fi';\
test -d $(HELPDIR)/keystrokes || mkdir $(HELPDIR)/keystrokes
@echo "Translating/copying html files"
diff --git a/samples/mhtml-tool b/samples/mhtml-tool
new file mode 100755
index 0000000..aaf7f70
--- /dev/null
+++ b/samples/mhtml-tool
@@ -0,0 +1,568 @@
+#!/usr/bin/env perl
+
+use strict;
+use warnings;
+
+$| = 1;
+
+=pod
+
+=head1 NAME
+
+B<mhtml-tool> - Unpack a MIME HTML archive
+
+
+=head1 SYNOPSIS
+
+B<mhtml-tool> unpacks MIME HTML archives that some browsers (such as Opera)
+save by default. The file extensions of such archives are ".mht" or ".mhtml".
+
+The first HTML file in the archive is taken to be the primary web page, the
+other contained files for "page requisites" such as images or frames. The
+primary web page is written to the output directory (the current directory by
+default), the requisites to a subdirectory named after the primary HTML file
+name without extension, with "_files" appended. Link URLs in all HTML
+files referring to requisites are rewritten to point to the saved files.
+
+
+=head1 OPTIONS
+
+=over
+
+=item B<-e> program
+
+=item B<--exec> program
+
+Unpack the archive into a temporary directory and execute the given program
+in that directory, passing the primary HTML (first text/html entry) of the
+archive as a parameter.
+
+If B<-o> is given, use that directory location with the program.
+
+If the program is "lynx" or "(e)links(2)", this script uses the "-force-html"
+option to help when the entrypoint lacks a ".html" file-suffix.
+
+=item B<-h>
+
+=item B<-?>
+
+=item B<--help>
+
+Print a brief usage summary.
+
+=item B<-l>
+
+=item B<--list>
+
+List archive contents instead of unpacking. Four columns are output: file
+name, MIME type, size and URL. Unavailable entries are replaced by "(?)".
+
+=item B<-o> I<directory/ or name>
+
+=item B<--output> I<directory/ or name>
+
+If the argument ends in a slash or is an existing directory, unpack to that
+directory instead of current directory. Otherwise the argument is taken as a
+path to the file name to write the primary HTML file to. If the output
+directory does not exist, it is created.
+
+=back
+
+
+=head1 SEE ALSO
+
+https://github.com/ThomasDickey/mhtml-tool
+
+https://github.com/clapautius/mhtml-tool
+
+http://www.volkerschatz.com/unix/uware/unmht.html
+
+=head1 COPYLEFT
+
+B<unmht> is Copyright (c) 2012 Volker Schatz. It may be copied and/or
+modified under the same terms as Perl.
+
+B<mhtml-tool> is Copyright (c) 2018 Tudor M. Pristavu. It may be copied and/or
+modified under the same terms as Perl.
+
+B<mhtml-tool> is Copyright (c) 2024 Thomas E. Dickey. It may be copied and/or
+modified under the same terms as Perl.
+
+=cut
+
+use Cwd;
+use File::Path;
+use File::Copy;
+use File::Glob;
+use File::Temp qw/ tempdir /;
+use URI;
+use MIME::Base64;
+use MIME::QuotedPrint;
+use HTML::PullParser;
+use HTML::Tagset;
+use Getopt::Long;
+
+our $path_limit = 255;
+our %shorten_path;
+
+# RFC 7230 (obsoletes RFC 2616) indicates that URI length is limited by the
+# server line-length, which it suggests should be at least 8000 octets. The
+# problem is that components of pathnames might be limited to 255 bytes, while
+# the URI components can be much longer. As an additional complication, the
+# too-long components can be both directory- and file-names, and truncating
+# the components can produce collisions.
+sub shorten_path {
+ my $actual = $_[0];
+ if ( not defined $shorten_path{$actual} ) {
+ my @parts = split /\//, $actual;
+ for my $n ( 0 .. $#parts ) {
+ $parts[$n] = substr( $parts[$n], 0, $path_limit );
+ }
+ $shorten_path{$actual} = join "/", @parts;
+ }
+ return $shorten_path{$actual};
+}
+
+# URLs can include "&" and other characters which require quoting to use in
+# a shell command. We use system() rather than exec() to allow the temporary
+# directory to be cleaned up after running lynx.
+sub quoted {
+ my $param = $_[0];
+ $param =~ s/'/'\"'\"'/g;
+ return sprintf( "'%s'", $param );
+}
+
+# Add approriate ordinal suffix to a number.
+# -> Number
+# <- String of number with ordinal suffix
+sub ordinal {
+ return $_[0] . "th" if $_[0] > 3 && $_[0] < 20;
+ my $unitdig = $_[0] % 10;
+ return $_[0] . "st" if $unitdig == 1;
+ return $_[0] . "nd" if $unitdig == 2;
+ return $_[0] . "rd" if $unitdig == 3;
+ return $_[0] . "th";
+}
+
+{
+ my %taken;
+
+ # Find unique file name.
+ # -> Preferred file name, or undef
+ # MHT archive name (as a fallback if no name given)
+ # <- File name not conflicting with names returned by previous calls, but which
+ # may exist!
+ sub unique_name {
+ my ( $fname, $mhtname ) = @_;
+ my ( $trunc, $ext );
+
+ if ( defined $fname ) {
+ $fname =~ s/^\s+//;
+ $fname =~ s/\s+$//;
+ $taken{$fname} = 1, return $fname unless $taken{$fname};
+ ( $trunc, $ext ) = $fname =~ /^(.*?)(\.\w+)?$/;
+ $ext //= "";
+ }
+ else {
+ $trunc = $mhtname || "unpack";
+ $trunc =~ s/\.mht(?:ml?)?$//i;
+ $ext = "";
+ }
+ for my $suff ( 1 .. 9999 ) {
+ $fname = "${trunc}_$suff$ext";
+ $taken{$fname} = 1, return $fname unless $taken{$fname};
+ ++$suff;
+ }
+ return undef;
+ }
+
+}
+
+# Output error message and exit with return value 1.
+sub abort {
+ print STDERR "$_[0]\n";
+ exit 1;
+}
+
+# Generate output file directories and primary HTML file name depending on
+# --output option and primary HTML file name from archive. In case the primary
+# HTML file is not the first file in the archive, the secondary files directory
+# is renamed or the files moved on the second call, when the primary HTML file
+# name is known.
+# -> Value of --output option (or undef)
+# Primary HTML file name from MHT archive
+# Flag indicating if .._files subdirectory should be created
+# Hash reference to store resulting paths to
+sub mkfiledir {
+ my ( $outputopt, $firsthtmlname, $needfilesdir, $out ) = @_;
+
+ my $prevfilespath = $$out{filespath};
+ $firsthtmlname = "unpackmht-$$" unless defined $firsthtmlname;
+ if ( !defined $outputopt ) {
+ $$out{toppath} = ".";
+ }
+ elsif ( -d $outputopt || $outputopt =~ m!/$! ) {
+ $$out{toppath} = $outputopt;
+ }
+ else {
+ ( $$out{toppath}, $firsthtmlname ) = $outputopt =~ m!^(.*/)?([^/]+)$!;
+ abort "Empty output file name." unless defined $firsthtmlname;
+ $firsthtmlname .= ".html" unless $firsthtmlname =~ /\./;
+ $$out{toppath} = "." unless defined $$out{toppath};
+ }
+ $$out{toppath} =~ s!/$!!;
+ $$out{firstout} = "$$out{toppath}/$firsthtmlname";
+ $$out{filesdir} = $firsthtmlname;
+ $$out{filesdir} =~ s/\.[^.]+$//;
+ $$out{filesdir} = substr( $$out{filesdir}, 0, $path_limit - 6 );
+ $$out{filesdir} .= "_files";
+ $$out{filespath} = "$$out{toppath}/$$out{filesdir}";
+
+ if ( defined $prevfilespath ) {
+ return unless $prevfilespath ne $$out{filespath};
+ return unless -d $prevfilespath;
+ if ( !-d $$out{filespath} ) {
+ File::Copy::move( $prevfilespath, $$out{filespath} )
+ or abort "Could not rename secondary files directory.";
+ }
+ else {
+ for ( File::Glob::bsd_glob("$prevfilespath/*") ) {
+ File::Copy::move( $_, $$out{filespath} )
+ or abort "Could not move secondary files.";
+ }
+ }
+ }
+ else {
+ my $createall = $needfilesdir ? $$out{filespath} : $$out{toppath};
+ if ( !-d $createall ) {
+ File::Path::make_path($createall)
+ or abort "Could not create output directory $createall.";
+ }
+ }
+}
+
+my %opt;
+my @optdescr = ( 'exec|e=s', 'output|o=s', 'list|l!', 'help|h|?!', 'debug|d!' );
+my %config;
+
+my $status = GetOptions( \%opt, @optdescr );
+
+if ( !$status || $opt{help} ) {
+ print <<EOF;
+Usage: mhtml-tool [options] <MHT file>
+
+By default, mhtml-tool unpacks an MHT archive (an archive type saved by some
+browsers) to the current directory. The first HTML file in the archive is
+taken for the primary web page, and all other contained files are written to a
+directory named after that HTML file.
+
+Options:
+-e, --exec Execute the given program on a temporarily-unpacked archive
+-l, --list List archive contents (file name, MIME type, size and URL)
+-o, --output Unpack to directory <dir/> or to file <name>.html
+
+Use the command "pod2man mhtml-tool > mhtml-tool.1" or
+"pod2html mhtml-tool > mhtml-tool.html" to extract the manual.
+EOF
+ exit !$status;
+}
+
+my $origin = getcwd;
+my $tempdir = "";
+if ( $opt{exec} and not defined $opt{output} ) {
+ $tempdir = tempdir( CLEANUP => 1 );
+ $opt{output} = $tempdir . "/";
+}
+
+my $orig_sep = $/;
+my $crlf_file = 0;
+
+# Print a message to stdout (if debug is enabled).
+sub debug_msg {
+ if ( $opt{debug} ) {
+ print ":debug: $_[0]\n";
+ }
+}
+
+# Read next line. Remove line endings (both unix & windows style).
+sub read_next_line {
+ my $cur_line = <>;
+ chomp $cur_line;
+ if ( $cur_line =~ /\r$/ ) {
+ debug_msg("It's a CRLF file") if ( $crlf_file == 0 );
+ $crlf_file++;
+ }
+ $cur_line =~ s/\r//;
+ return $cur_line;
+}
+
+# Parse headers.
+# Handle multi-line headers (lines starting with spaces are part of a
+# multi-line header).
+# Read data from <> until the first empty line.
+# Set $crlf_file to 1 if it's a CRLF (windoze) file.
+sub parse_headers {
+ my %headers;
+ my $sep = $/;
+ $/ = $orig_sep;
+ my $cur_line = read_next_line;
+ my $full_line = $cur_line;
+
+ while ( not( $cur_line =~ /^$/ ) ) {
+ if ( $cur_line =~ /;$/ ) { # if a continued line...
+ while ( ( $cur_line = read_next_line ) =~ /^\h+/ ) {
+ $cur_line =~ s/^\h+//;
+ $full_line = $full_line . " " . $cur_line;
+ }
+ if ( $full_line =~ s/^([-\w]+): (.*)$// ) {
+ $headers{$1} = $2;
+ debug_msg("(1) New header $1 with value $2");
+ }
+ }
+ else {
+ if ( $full_line =~ s/^([-\w]+): (.*)$// ) {
+ $headers{$1} = $2;
+ debug_msg("(2) New header $1 with value $2");
+ }
+ }
+ $cur_line = read_next_line;
+ $full_line = $cur_line;
+ }
+ $/ = $sep;
+ return %headers;
+}
+
+my %global_headers = parse_headers();
+
+abort "Can't find Content-Type header - not a MIME HTML file?"
+ if ( !defined( $global_headers{'Content-Type'} ) );
+debug_msg("Global Content-Type: $global_headers{'Content-Type'}");
+
+my $boundary = '';
+my $endcode = '';
+
+# FIXME: - add other possible mime types
+# Types implemented so far are:
+# Content-Type: multipart/related; boundary="----=_NextPart_01D8BCC9.47C2B260"
+# Content-Type: text/html; charset="utf-8"
+if ( $global_headers{'Content-Type'} =~
+ m!multipart/related;.*\h+boundary="?([^"]*)"?$! )
+{
+ $endcode = $boundary = $1;
+ $endcode =~ s/\s+$//;
+ if ($crlf_file) {
+ $/ = "\r\n--$boundary\r\n";
+ }
+ else {
+ $/ = "\n--$boundary\n";
+ }
+ debug_msg("Boundary: $boundary");
+}
+elsif ( $global_headers{'Content-Type'} =~ m!text/html! ) {
+ $/ = '';
+}
+else {
+ die "Error: Unknown Content-Type: $global_headers{'Content-Type'}\n";
+}
+
+my %by_url;
+my @htmlfiles;
+my $fh;
+
+{
+ my $fileind = 1;
+ my $leading = "--$boundary\n";
+ while ( defined( my $data = <> ) ) {
+ chomp $data;
+ $data =~ s/\R/\n/g; # handle various other line-endings (windows, mac)
+ while ( index( $data, $leading ) == 0 ) {
+ $data = substr( $data, length($leading) );
+ }
+ my %headers;
+ while ( $data =~ s/^([-\w]+): (.*)\n// ) {
+ $headers{$1} = $2;
+ debug_msg("New header $1 with value $2");
+
+ # read (and ignore atm) lines starting with space (multi-line headers)
+ while ( $data =~ s/^\h+.*\n// ) {
+ debug_msg("empty line");
+ }
+ }
+ if ( scalar(%headers) == 0 ) {
+ %headers = %global_headers
+ ; # fallback to the global headers as needed, usually for "text"
+ }
+ $data =~ s/^\n//;
+ $data =~ s/\n--$endcode--\r?\n$/\n/s;
+ my ( $type, $origname );
+ if ( defined( $headers{"Content-Type"} ) ) {
+ ($type) = $headers{"Content-Type"} =~ /^(\w+\/\w+)\b/;
+ debug_msg("type=$type");
+ }
+ else {
+ print "Error: No Content-Type found, skipping chunk\n";
+
+ # we could print the bad chunk here...
+ # but it's probably just a "warning" about
+ # "if you see this your software isn't recognizing a web archive file"
+ next;
+ }
+ if ( defined( $headers{"Content-Type"} )
+ && $headers{"Content-Type"} =~ /\bname=([^;]*)/ )
+ {
+ $origname = $1;
+ ($type) = $headers{"Content-Type"} =~ /^(\w+\/\w+)\b/;
+ $type //= "";
+ }
+ elsif ( defined( $headers{"Content-Disposition"} )
+ && $headers{"Content-Disposition"} =~ /\bfilename=([^;]*)/ )
+ {
+ $origname = $1;
+ if ( !defined($type) ) {
+ $type = $origname =~ /\.html?$/i ? "text/html" : "";
+ }
+ }
+ elsif ( defined( $headers{"Content-Location"} ) ) {
+ $origname = $headers{"Content-Location"};
+
+ # for unknown reasons, files generated by IE11 may contain some
+ # local paths with '\' instead of '/'
+ if ( $origname =~ m!^file://.*\\! ) {
+ debug_msg("Windows-style path detected: $origname");
+ $origname =~ s!^.*\\!!;
+ }
+ $origname =~ s!^.*/!!;
+ if ( !defined($type) ) {
+ $type = "";
+ }
+ }
+
+ $origname = "noname" unless defined $origname;
+ $origname = "noname" if ( $origname eq "" );
+ my $fname = unique_name( $origname, $ARGV[0] );
+ if ( !defined( $headers{"Content-Transfer-Encoding"} ) ) {
+ print STDERR "Info: Encoding of ", ordinal($fileind),
+ " file not found - leaving as-is.\n";
+ }
+ elsif ( $headers{"Content-Transfer-Encoding"} =~ /\bbase64\b/i ) {
+ $data = MIME::Base64::decode($data);
+ }
+ elsif (
+ $headers{"Content-Transfer-Encoding"} =~ /\bquoted-printable\b/i )
+ {
+ $data = MIME::QuotedPrint::decode($data);
+ }
+ debug_msg("origname=$origname; fname=$fname; type=$type");
+ debug_msg( "Content-Type: " . $headers{"Content-Type"} );
+ debug_msg( "Data size: " . length($data) );
+ if ( $opt{list} ) {
+ $origname =~ s/\s+$// if defined $origname;
+ my $size = length($data);
+ print $fname // "(?)", "\t", $type || "(?)", "\t$size\t",
+ $headers{"Content-Location"} // "(?)", "\n";
+ next;
+ }
+ $headers{fname} = $fname;
+ if ( $headers{"Content-Location"} ) {
+ $headers{url} = $headers{"Content-Location"};
+ $headers{url} =~ s/\s+$//;
+ $by_url{ $headers{url} } = \%headers;
+ debug_msg("Content-Location: $headers{url}");
+ }
+ else {
+ debug_msg("?? no location");
+ }
+ if ( $type eq "text/html" ) {
+ $headers{data} = $data;
+ if ( scalar @htmlfiles == 0 ) { # first html file must have a name
+ if ( !$headers{fname} ) {
+ $headers{fname} = "index.html";
+ }
+ }
+ push @htmlfiles, \%headers;
+ debug_msg("New html file in list: $headers{fname}");
+ }
+ else {
+ mkfiledir( $opt{output}, $htmlfiles[0]->{fname}, 1, \%config );
+ $fname = shorten_path "$config{filespath}/$fname";
+ open $fh, ">$fname" or abort "Could not create file $fname.";
+ print $fh $data;
+ close $fh;
+ }
+ }
+ continue {
+ debug_msg("");
+ ++$fileind;
+ }
+}
+
+if ( $opt{list} ) {
+ exit(0);
+}
+
+mkfiledir( $opt{output}, $htmlfiles[0]->{fname}, 0, \%config );
+
+my $entrypoint = ".";
+my $filesprefix = $config{filesdir} . "/";
+my $outname = $config{firstout};
+print "primary html output name: $outname\n";
+
+for my $html (@htmlfiles) {
+ my $linksubst = "";
+ my $p = HTML::PullParser->new(
+ doc => \$html->{data},
+ "start" => 'text, attr, tagname',
+ "text" => 'text',
+ "end" => 'text'
+ );
+ while ( defined( my $tok = $p->get_token() ) ) {
+ my $linkary;
+ my @linkattrs;
+ if ( ref( $tok->[1] )
+ && ( $linkary = $HTML::Tagset::linkElements{ $tok->[2] } )
+ && ( @linkattrs = grep $tok->[1]->{$_}, @$linkary ) )
+ {
+ for my $attr (@linkattrs) {
+ my $uri = URI->new( $tok->[1]->{$attr} );
+ next unless defined $uri;
+ next unless defined $html->{url};
+ $uri = $uri->abs( $html->{url} );
+ $tok->[1]->{$attr} =
+ "$filesprefix" . $by_url{ $uri->as_string() }->{fname}
+ if $by_url{ $uri->as_string() };
+ }
+ delete $tok->[1]->{"/"};
+ $linksubst .=
+ "<$tok->[2] "
+ . join( " ",
+ map( "$_=\"$tok->[1]->{$_}\"", keys %{ $tok->[1] } ) )
+ . ">";
+ }
+ else {
+ $linksubst .= $tok->[0];
+ }
+ }
+ $outname = "$config{filespath}/$html->{fname}" unless defined $outname;
+ $outname = shorten_path $outname;
+ open $fh, ">$outname" or abort "Could not create file $outname.";
+ print $fh $linksubst;
+ close $fh;
+ $entrypoint = $outname if ( $entrypoint eq "." );
+
+ # for all except the first HTML file:
+ $filesprefix = "";
+ $outname = undef;
+}
+
+if ( $tempdir ne "" ) {
+ chdir $tempdir;
+ my $enforce = "";
+ $enforce = "-force-html"
+ if ( $entrypoint ne "."
+ and $entrypoint !~ /\.htm(l)?$/
+ and $opt{exec} =~ /(lynx|((e)?links(2)?))/ );
+ system( sprintf( "%s %s %s", $opt{exec}, $enforce, quoted $entrypoint ) );
+ chdir $origin;
+}
+
+1;
diff --git a/src/GridText.c b/src/GridText.c
index 806a053..419f6ee 100644
--- a/src/GridText.c
+++ b/src/GridText.c
@@ -1,5 +1,5 @@
/*
- * $LynxId: GridText.c,v 1.347 2024/01/15 19:11:55 Gisle.Vanem Exp $
+ * $LynxId: GridText.c,v 1.349 2024/04/11 20:24:32 tom Exp $
*
* Character grid hypertext object
* ===============================
@@ -6002,7 +6002,7 @@ static void HText_trimHightext(HText *text,
int final,
int stop_before)
{
- int cur_line, cur_shift;
+ int cur_line;
TextAnchor *anchor_ptr;
TextAnchor *prev_a = NULL;
HTLine *line_ptr;
@@ -6097,7 +6097,6 @@ static void HText_trimHightext(HText *text,
anchor_ptr->number,
anchor_ptr->extent));
- cur_shift = 0;
/*
* Strip off any spaces or SpecialAttrChars at the beginning,
* if they exist, but only on HYPERTEXT_ANCHORS.
@@ -6108,7 +6107,6 @@ static void HText_trimHightext(HText *text,
IsSpecialAttrChar(ch)) {
anchor_ptr->line_pos++;
anchor_ptr->extent--;
- cur_shift++;
ch = UCH(line_ptr->data[anchor_ptr->line_pos]);
}
}
@@ -7107,7 +7105,7 @@ void HTCheckFnameForCompression(char **fname,
char *fn = *fname;
char *dot = NULL;
char *cp = NULL;
- const char *suffix = "";
+ const char *suffix;
CompressFileType method;
CompressFileType second;
@@ -11127,7 +11125,7 @@ int HText_SubmitForm(FormInfo * submit_item, DocInfo *doc,
char *escaped1 = NULL;
char *escaped2 = NULL;
char *last_textarea_name = NULL;
- const char *name_used = "";
+ const char *name_used;
char *previous_blanks = NULL;
const char *val_used = "";
int anchor_count = 0;
@@ -13167,7 +13165,7 @@ static char *readEditedFile(char *ed_temp)
return ebuf;
}
-static int finish_ExtEditForm(LinkInfo * form_link, TextAnchor *start_anchor,
+static int finish_ExtEditForm(LinkInfo *form_link, TextAnchor *start_anchor,
char *ed_temp,
int orig_cnt)
{
@@ -13401,7 +13399,7 @@ static int finish_ExtEditForm(LinkInfo * form_link, TextAnchor *start_anchor,
*
* --KED 02/01/99
*/
-int HText_EditTextArea(LinkInfo * form_link)
+int HText_EditTextArea(LinkInfo *form_link)
{
char *ed_temp;
FILE *fp;
@@ -13494,7 +13492,7 @@ int HText_EditTextArea(LinkInfo * form_link)
/*
* Similar to HText_EditTextArea, but assume a single-line text field -TD
*/
-void HText_EditTextField(LinkInfo * form_link)
+void HText_EditTextField(LinkInfo *form_link)
{
char *ed_temp;
FILE *fp;
@@ -13556,7 +13554,7 @@ void HText_EditTextField(LinkInfo * form_link)
*
* --KED 02/14/99
*/
-void HText_ExpandTextarea(LinkInfo * form_link, int newlines)
+void HText_ExpandTextarea(LinkInfo *form_link, int newlines)
{
TextAnchor *anchor_ptr;
TextAnchor *end_anchor = NULL;
@@ -13639,7 +13637,7 @@ void HText_ExpandTextarea(LinkInfo * form_link, int newlines)
*
* --KED 02/21/99
*/
-int HText_InsertFile(LinkInfo * form_link)
+int HText_InsertFile(LinkInfo *form_link)
{
struct stat stat_info;
size_t size;
diff --git a/src/HTFWriter.c b/src/HTFWriter.c
index 06a669a..6e961e2 100644
--- a/src/HTFWriter.c
+++ b/src/HTFWriter.c
@@ -1,5 +1,5 @@
/*
- * $LynxId: HTFWriter.c,v 1.125 2023/11/05 23:46:45 tom Exp $
+ * $LynxId: HTFWriter.c,v 1.129 2024/05/27 17:02:24 tom Exp $
*
* FILE WRITER HTFWrite.h
* ===========
@@ -45,6 +45,10 @@
#include <LYCookie.h>
#endif
+#ifdef USE_BROTLI
+#include <brotli/decode.h>
+#endif
+
/* contains the name of the temp file which is being downloaded into */
char *WWW_Download_File = NULL;
BOOLEAN LYCancelDownload = FALSE; /* exported to HTFormat.c in libWWW */
@@ -186,15 +190,155 @@ static void decompress_gzip(HTStream *me)
#define FMT "%s %s"
const char *program;
- if (LYCopyFile(in_name, copied) == 0) {
+ if ((program = HTGetProgramPath(ppUNCOMPRESS)) == NULL) {
+ HTAlert(ERROR_UNCOMPRESSING_TEMP);
+ } else if (LYCopyFile(in_name, copied) == 0) {
char expanded[LY_MAXPATH];
char *command = NULL;
- if ((program = HTGetProgramPath(ppUNCOMPRESS)) != NULL) {
- HTAddParam(&command, FMT, 1, program);
- HTAddParam(&command, FMT, 2, copied);
- HTEndParam(&command, FMT, 2);
+ HTAddParam(&command, FMT, 1, program);
+ HTAddParam(&command, FMT, 2, copied);
+ HTEndParam(&command, FMT, 2);
+ if (LYSystem(command) == 0) {
+ struct stat stat_buf;
+
+ strcpy(expanded, copied);
+ *strrchr(expanded, '.') = '\0';
+ if (LYRenameFile(expanded, in_name) != 0) {
+ CTRACE((tfp, "rename failed %s to %s\n", expanded, in_name));
+ } else if (stat(in_name, &stat_buf) != 0) {
+ CTRACE((tfp, "stat failed for %s\n", in_name));
+ } else {
+ me->anchor->actual_length = stat_buf.st_size;
+ }
+ } else {
+ CTRACE((tfp, "command failed: %s\n", command));
}
+ free(command);
+ (void) LYRemoveTemp(copied);
+ }
+#undef FMT
+#endif
+ }
+}
+
+static void decompress_br(HTStream *me)
+{
+#undef THIS_FUNC
+#define THIS_FUNC "decompress_br\n"
+ char *in_name = me->anchor->FileCache;
+ char copied[LY_MAXPATH];
+ FILE *fp = LYOpenTemp(copied, ".br", BIN_W);
+
+ if (fp != 0) {
+#ifdef USE_BROTLI
+#define INPUT_BUFFER_SIZE BUFSIZ
+ char *brotli_buffer = NULL;
+ char *normal_buffer = NULL;
+ size_t brotli_size;
+ size_t brotli_limit = 0;
+ size_t brotli_offset;
+ size_t normal_size;
+ size_t normal_limit = 0;
+ BrotliDecoderResult status2 = BROTLI_DECODER_RESULT_ERROR;
+ int status;
+ off_t bytes = 0;
+ FILE *ifp = fopen(in_name, BIN_R);
+
+ if (ifp != NULL) {
+ CTRACE((tfp, "reading '%s'\n", in_name));
+ for (;;) {
+ size_t input_chunk = INPUT_BUFFER_SIZE;
+
+ brotli_offset = brotli_limit;
+ brotli_limit += input_chunk;
+ brotli_buffer = realloc(brotli_buffer, brotli_limit);
+ if (brotli_buffer == NULL)
+ outofmem(__FILE__, THIS_FUNC);
+ status = (int) fread(brotli_buffer + brotli_offset,
+ sizeof(char),
+ input_chunk,
+ ifp);
+
+ if (status <= 0) { /* EOF or error */
+ if (status == 0) {
+ break;
+ }
+ CTRACE((tfp, THIS_FUNC ": Read error, fread returns %d\n", status));
+ break;
+ }
+ bytes += status;
+ }
+ fclose(ifp);
+
+ CTRACE((tfp, "decompressing '%s'\n", in_name));
+ /*
+ * next, unless we encountered an error (and have no data), try
+ * decompressing with increasing output buffer sizes until the brotli
+ * library succeeds.
+ */
+ if (bytes > 0) {
+ do {
+ if (normal_limit == 0)
+ normal_limit = (10 * brotli_limit) + INPUT_BUFFER_SIZE;
+ else
+ normal_limit *= 2;
+ normal_buffer = realloc(normal_buffer, normal_limit);
+ if (normal_buffer == NULL)
+ outofmem(__FILE__, THIS_FUNC);
+ brotli_size = (size_t) bytes;
+ normal_size = normal_limit;
+ status2 = BrotliDecoderDecompress(brotli_size,
+ (uint8_t *) brotli_buffer,
+ &normal_size,
+ (uint8_t *) normal_buffer);
+ /*
+ * brotli library should return
+ * BROTLI_DECODER_RESULT_NEEDS_MORE_OUTPUT,
+ * but actually returns
+ * BROTLI_DECODER_RESULT_ERROR
+ *
+ * Accommodate possible improvements...
+ */
+ } while (status2 != BROTLI_DECODER_RESULT_SUCCESS);
+ }
+
+ /*
+ * finally, pump that data into the output stream.
+ */
+ if (status2 == BROTLI_DECODER_RESULT_SUCCESS) {
+ CTRACE((tfp, THIS_FUNC ": decompressed %ld -> %ld (1:%.1f)\n",
+ brotli_size, normal_size,
+ (double) normal_size / (double) brotli_size));
+ fwrite(normal_buffer, sizeof(char), normal_size, fp);
+ }
+ free(brotli_buffer);
+ free(normal_buffer);
+
+ LYCloseTempFP(fp);
+
+ CTRACE((tfp, "...decompress %" PRI_off_t " to %lu\n",
+ CAST_off_t (me->anchor->actual_length),
+ (unsigned long)normal_size));
+ if (status2 == BROTLI_DECODER_RESULT_SUCCESS) {
+ if (LYRenameFile(copied, in_name) == 0)
+ me->anchor->actual_length = (off_t) normal_size;
+ }
+ (void) LYRemoveTemp(copied);
+ }
+#else
+#define FMT "%s -j -d %s"
+ const char *program;
+
+ if ((program = HTGetProgramPath(ppBROTLI)) == NULL) {
+ HTAlert(ERROR_UNCOMPRESSING_TEMP);
+ } else if (LYCopyFile(in_name, copied) == 0) {
+ char expanded[LY_MAXPATH];
+ char *command = NULL;
+
+ HTAddParam(&command, FMT, 1, program);
+ HTAddParam(&command, FMT, 2, copied);
+ HTEndParam(&command, FMT, 2);
if (LYSystem(command) == 0) {
struct stat stat_buf;
@@ -252,12 +396,17 @@ static void HTFWriter_free(HTStream *me)
*/
if (me->anchor->FileCache != NULL
&& me->anchor->no_content_encoding == FALSE
- && me->input_format == HTAtom_for("application/x-gzip")
+ && IsCompressionFormat(me->input_format, cftGzip)
&& !strcmp(me->anchor->content_encoding, "gzip")) {
decompress_gzip(me);
+ } else if (me->anchor->FileCache != NULL
+ && me->anchor->no_content_encoding == FALSE
+ && IsCompressionFormat(me->input_format, cftBrotli)
+ && !strcmp(me->anchor->content_encoding, "br")) {
+ decompress_br(me);
}
#ifdef VMS
- if (0 == strcmp(me->end_command, "SaveVMSBinaryFile")) {
+ else if (0 == strcmp(me->end_command, "SaveVMSBinaryFile")) {
/*
* It's a binary file saved to disk on VMS, which
* we want to convert to fixed records format. - FM
@@ -1121,7 +1270,7 @@ HTStream *HTCompressed(HTPresentation *pres,
Pnow = (HTPresentation *) HTList_objectAt(HTPresentations, i);
if (!strcasecomp(Pnow->rep->name, anchor->content_type) &&
Pnow->rep_out == WWW_PRESENT) {
- const char *program = "";
+ const char *program;
/*
* Pick the best presentation. User-defined mappings are at the
diff --git a/src/LYBookmark.c b/src/LYBookmark.c
index ee88cf9..fd77823 100644
--- a/src/LYBookmark.c
+++ b/src/LYBookmark.c
@@ -1,5 +1,5 @@
/*
- * $LynxId: LYBookmark.c,v 1.88 2023/01/07 16:09:53 tom Exp $
+ * $LynxId: LYBookmark.c,v 1.92 2024/03/21 07:34:18 tom Exp $
*/
#include <HTUtils.h>
#include <HTAlert.h>
@@ -202,6 +202,159 @@ static char *title_convert8bit(const char *Title);
#define ftruncate(fd, len) _chsize(fd, len)
#endif
+static const char *visible_char(int ch)
+{
+ static char result[8];
+
+ if (ch < 32) {
+ sprintf(result, "^%c", ch | '@');
+ } else if (ch == 32) {
+ strcpy(result, "SP");
+ } else if (ch < 127) {
+ sprintf(result, "%c", ch);
+ } else if (ch == 127) {
+ strcpy(result, "DEL");
+ } else {
+ sprintf(result, "\\%03o", ch & 0xff);
+ }
+ return result;
+}
+
+typedef enum {
+ scanUnknown /* markup which we do not care about */
+ ,scanHeadOL
+ ,scanHeadUL
+ ,scanTailOL
+ ,scanTailUL
+ ,scanTailBody
+ ,scanTailHtml
+ ,scanIgnore /* whitespace */
+} SCAN_TRAILING;
+
+#define SCAN_LEN 10 /* longest interesting tag is 6 characters */
+
+/*
+ * Scan the bookmark file data, looking for a trailing "</ul>" or "</ol>".
+ * Keep track of "<ul> and "<ol>", and allow for comments.
+ */
+static int scan_trailing(FILE *ofp,
+ FILE *ifp,
+ char chunk[SCAN_LEN],
+ int *matched,
+ int *comment,
+ SCAN_TRAILING * scanned)
+{
+ /* *INDENT-OFF* */
+ static const struct {
+ SCAN_TRAILING code;
+ const char name[SCAN_LEN];
+ } table[] = {
+ { scanHeadOL, "<OL>" },
+ { scanHeadUL, "<UL>" },
+ { scanTailOL, "</OL>" },
+ { scanTailUL, "</UL>" },
+ { scanTailBody, "</BODY>" },
+ { scanTailHtml, "</HTML>" },
+ };
+ /* *INDENT-ON* */
+
+ int status = FALSE;
+ int ch = fgetc(ifp);
+
+ *scanned = scanUnknown;
+ if (!feof(ifp) && !ferror(ifp)) {
+ int uc = TOUPPER(ch);
+ int keep = FALSE;
+
+ if (isspace(UCH(uc)))
+ *scanned = scanIgnore;
+
+ switch (uc) {
+ case '<':
+ if (!*comment) {
+ *matched = 0;
+ keep = TRUE;
+ }
+ break;
+ case '!':
+ if (!*comment && *matched == 1) {
+ keep = TRUE;
+ } else
+ CTRACE((tfp, "...comment %d matched %d\n", *comment, *matched));
+ break;
+ case '-':
+ if (*comment) {
+ /* look for "-->" */
+ if (*matched == 0 || (*matched == 1 && chunk[0] == '-'))
+ keep = TRUE;
+ } else {
+ /* look for "<!--" */
+ if (*matched == 3) {
+ if (!strncmp(chunk, "<!-", 3)) {
+ *comment = TRUE;
+ keep = TRUE;
+ }
+ } else if (*matched == 2) {
+ keep = TRUE;
+ }
+ }
+ break;
+ case '>':
+ if (*comment) {
+ /* look for "-->" */
+ if ((*matched == 1 || *matched == 2) && chunk[0] == '-') {
+ *comment = FALSE;
+ keep = TRUE;
+ }
+ } else {
+ keep = TRUE;
+ }
+ break;
+ default:
+ if (isalpha(uc) || uc == '/') {
+ keep = !*comment;
+ } else {
+ keep = FALSE;
+ }
+ break;
+ }
+
+ if (keep) {
+ if (*matched < (SCAN_LEN - 2)) {
+ chunk[*matched] = (char) uc;
+ *matched += 1;
+ if (uc == '>') {
+ unsigned n;
+
+ chunk[*matched] = 0;
+ for (n = 0; n < TABLESIZE(table); ++n) {
+ if (!strcmp(chunk, table[n].name)) {
+ *scanned = table[n].code;
+ CTRACE2(TRACE_SGML, (tfp, "...matched '%s'\n",
+ chunk));
+ break;
+ }
+ }
+ }
+ } else {
+ *matched = 0;
+ }
+ } else {
+ *matched = 0;
+ }
+ chunk[*matched] = 0;
+
+ CTRACE2(TRACE_SGML, (tfp, "%s %s%s:%d:%s\n",
+ keep ? "KEEP" : "SKIP",
+ *comment ? "*" : "",
+ visible_char(uc), *matched, chunk));
+
+ fputc(ch, ofp);
+ status = TRUE;
+ }
+ return status;
+}
+
/*
* Adds a link to a bookmark file, creating the file if it doesn't already
* exist, and making sure that no_cache is set for a pre-existing, cached file,
@@ -217,6 +370,7 @@ void save_bookmark_link(const char *address,
char filename_buffer[LY_MAXPATH];
char *Address = NULL;
char *Title = NULL;
+ char *trailing_tag = NULL;
int i, c;
bstring *string_data = NULL;
bstring *tmp_data = NULL;
@@ -366,30 +520,123 @@ void save_bookmark_link(const char *address,
StrAllocCopy(Address, address);
LYEntify(&Address, FALSE);
+ /*
+ * Copy the existing bookmark file to a temporary file, to allow update.
+ */
if (!first_time) {
BOOLEAN empty_file = TRUE;
FILE *bp = tmpfile();
- char *buffer = NULL;
+ char chunk[SCAN_LEN];
+ int ch;
+ int offset_Chr = 0;
+ int offset_Tag = 0;
+ int limit_Edit = -1;
+ int last_OL = -1;
+ int last_UL = -1;
+ int count_OL = 0;
+ int count_UL = 0;
+ int matched = 0;
+ int comment = FALSE;
+ char found_tag[scanIgnore + 1];
+ SCAN_TRAILING scanned = scanUnknown;
rewind(fp);
- while (LYSafeGets(&buffer, fp)) {
+ memset(found_tag, 0, sizeof(found_tag));
+ while (scan_trailing(bp, fp, chunk, &matched, &comment, &scanned)) {
empty_file = FALSE;
- if (LYstrstr(buffer, "</ol>"))
+
+ /* remember where the most recent tag starts */
+ if (matched == 0)
+ offset_Tag = offset_Chr;
+
+ found_tag[scanned] = TRUE;
+ switch (scanned) {
+ case scanUnknown:
+ case scanIgnore:
+ break;
+ case scanHeadOL:
+ ++count_OL;
+ break;
+ case scanHeadUL:
+ ++count_UL;
+ break;
+ case scanTailOL:
+ count_OL--;
+ last_OL = offset_Tag;
break;
- fprintf(bp, "%s", buffer);
+ case scanTailUL:
+ count_UL--;
+ last_UL = offset_Tag;
+ break;
+ case scanTailBody:
+ case scanTailHtml:
+ if (limit_Edit < 0)
+ limit_Edit = offset_Tag;
+ break;
+ }
+
+ ++offset_Chr;
}
fflush(bp);
rewind(bp);
+ /* if no BODY/HTML tag ends the file, treat it as the whole file */
+ if (limit_Edit < 0)
+ limit_Edit = offset_Chr;
+
+ /* if the last UL/OL offsets differ, at least one is valid */
+ if (last_UL > last_OL) {
+ if (limit_Edit > last_UL)
+ limit_Edit = last_UL;
+ } else if (last_OL > last_UL) {
+ if (limit_Edit > last_OL)
+ limit_Edit = last_OL;
+ } else {
+ /* the initial file uses an ordered list; users may edit */
+ if (count_UL > count_OL)
+ StrAllocCopy(trailing_tag, "</ul>");
+ else
+ StrAllocCopy(trailing_tag, "</ol>");
+ }
+
+ if (TRACE) {
+ CTRACE((tfp, "Existing file length %d, insert at %d\n",
+ offset_Chr, limit_Edit));
+ if (limit_Edit == last_UL) {
+ CTRACE((tfp, "...insert before last </UL>: %d\n", last_UL));
+ } else if (limit_Edit == last_OL) {
+ CTRACE((tfp, "...insert before last </OL>: %d\n", last_OL));
+ } else if (trailing_tag != NULL) {
+ CTRACE((tfp, "...append with %s\n", trailing_tag));
+ }
+ }
+
rewind(fp);
- ftruncate(fileno(fp), 0);
+ if (ftruncate(fileno(fp), 0) == -1) {
+ CTRACE((tfp, "%s: %s\n", filename_buffer, strerror(errno)));
+ }
- while (LYSafeGets(&buffer, bp)) {
- fprintf(fp, "%s", buffer);
+ offset_Chr = 0;
+ while ((ch = fgetc(bp)) != EOF && !ferror(bp)) {
+ if (offset_Chr <= limit_Edit)
+ fputc(ch, fp);
+ else {
+ char buffer[2];
+
+ buffer[0] = (char) ch;
+ buffer[1] = 0;
+ StrAllocCat(trailing_tag, buffer);
+ }
+ ++offset_Chr;
}
fclose(bp);
+ if (!found_tag[scanTailBody])
+ StrAllocCat(trailing_tag, "</body>");
+ if (!found_tag[scanTailHtml])
+ StrAllocCat(trailing_tag, "</html>");
+
if (empty_file)
first_time = TRUE;
}
@@ -447,8 +694,10 @@ Note: if you edit this file manually\n\
fprintf(fp, "%s %s%s\n", Address, TimeString, Title);
} else {
fprintf(fp, "<li><a href=\"%s\">%s</a></li>\n", Address, Title);
- fprintf(fp, "</ol></body></html>\n");
+ if (trailing_tag != NULL)
+ fputs(trailing_tag, fp);
}
+ free(trailing_tag);
LYCloseOutput(fp);
SetDefaultMode(O_BINARY);
@@ -1029,6 +1278,7 @@ static BOOLEAN havevisible(const char *Title)
unsigned char c;
long unicode;
+ UCTransToUni(0, -1); /* reset internal state */
for (; *p; p++) {
c = UCH(TOASCII(*p));
if (c > 32 && c < 127) {
diff --git a/src/LYCharSets.c b/src/LYCharSets.c
index 94b7a04..f5f1633 100644
--- a/src/LYCharSets.c
+++ b/src/LYCharSets.c
@@ -1,5 +1,5 @@
/*
- * $LynxId: LYCharSets.c,v 1.71 2021/06/29 22:01:12 tom Exp $
+ * $LynxId: LYCharSets.c,v 1.74 2024/03/15 16:15:07 tom Exp $
*/
#include <HTUtils.h>
#include <HTCJK.h>
@@ -605,34 +605,15 @@ static void HTMLSetDisplayCharsetMatchLocale(int i)
* We have no intention to pass CJK via UCTransChar if that happened.
* Let someone from CJK correct this if necessary.
*/
- DisplayCharsetMatchLocale = TRUE; /* old-style */
- return;
-
- } else if (strncasecomp(LYCharSet_UC[i].MIMEname, "cp", 2) ||
- strncasecomp(LYCharSet_UC[i].MIMEname, "windows", 7)) {
- /*
- * Assume dos/windows displays usually on remote terminal, hence it
- * rarely matches locale. (In fact, MS Windows codepoints locale are
- * never seen on UNIX).
- */
- match = FALSE;
+ match = TRUE; /* old-style */
+ } else if (!strncasecomp(LYCharSet_UC[i].MIMEname, "cp", 2) ||
+ !strncasecomp(LYCharSet_UC[i].MIMEname, "windows", 7)) {
+ match = FALSE; /* Windows locale is never seen on UNIX */
} else {
- match = TRUE; /* guess, but see below */
-
-#if !defined(LOCALE)
- if (LYCharSet_UC[i].enc != UCT_ENC_UTF8)
- /*
- * Leave true for utf-8 display - the code doesn't deal very well
- * with this case. - kw
- */
- match = FALSE;
+#if defined(LOCALE)
+ match = !UCForce8bitTOUPPER; /* disable locale (from lynx.cfg) */
#else
- if (UCForce8bitTOUPPER) {
- /*
- * Force disable locale (from lynx.cfg)
- */
- match = FALSE;
- }
+ match = (LYCharSet_UC[i].enc == UCT_ENC_UTF8);
#endif
}
diff --git a/src/LYCurses.c b/src/LYCurses.c
index d1ad337..a7cf9ec 100644
--- a/src/LYCurses.c
+++ b/src/LYCurses.c
@@ -1,4 +1,4 @@
-/* $LynxId: LYCurses.c,v 1.207 2024/01/09 00:30:44 tom Exp $ */
+/* $LynxId: LYCurses.c,v 1.209 2024/04/16 21:43:44 tom Exp $ */
#include <HTUtils.h>
#include <HTAlert.h>
@@ -931,14 +931,12 @@ static void delete_screen(SCREEN * screen)
static SCREEN *LYscreen = NULL;
-#if defined(USE_DEFAULT_COLORS)
static void delete_screen(SCREEN * screen)
{
delete_fake_win();
delete_subwindow();
delscreen(screen);
}
-#endif
#define LYDELSCR() { \
CheckScreenSize(); \
diff --git a/src/LYIcon.rc b/src/LYIcon.rc
index 001af56..6301589 100644
--- a/src/LYIcon.rc
+++ b/src/LYIcon.rc
@@ -1,12 +1,12 @@
-// $LynxId: LYIcon.rc,v 1.57 2024/01/07 11:13:00 tom Exp $
+// $LynxId: LYIcon.rc,v 1.72 2024/05/31 22:09:16 tom Exp $
#include <windows.h>
100 ICON "../samples/lynx.ico"
VS_VERSION_INFO VERSIONINFO
-FILEVERSION 2,9,0,1013
-PRODUCTVERSION 2,9,0,1013
+FILEVERSION 2,9,2,0
+PRODUCTVERSION 2,9,2,0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
FILEFLAGS 0
FILEOS VOS_NT_WINDOWS32
@@ -19,12 +19,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "https://invisible-island.net/lynx"
VALUE "FileDescription", "Lynx - web browser"
- VALUE "FileVersion", "2.9.0.1013"
+ VALUE "FileVersion", "2.9.2.0"
VALUE "InternalName", "Lynx"
VALUE "LegalCopyright", "©1997-2024 Thomas E. Dickey"
VALUE "OriginalFilename", "lynx.exe"
VALUE "ProductName", "Lynx - web browser"
- VALUE "ProductVersion", "2.9.0.1013"
+ VALUE "ProductVersion", "2.9.2.0"
END
END
BLOCK "VarFileInfo"
diff --git a/src/LYMain.c b/src/LYMain.c
index ab48cae..1d52bb6 100644
--- a/src/LYMain.c
+++ b/src/LYMain.c
@@ -1,5 +1,5 @@
/*
- * $LynxId: LYMain.c,v 1.300 2024/01/07 15:31:25 tom Exp $
+ * $LynxId: LYMain.c,v 1.301 2024/03/17 23:10:41 tom Exp $
*/
#include <HTUtils.h>
#include <HTTP.h>
@@ -1003,7 +1003,7 @@ static void append_ssl_version(char **target,
/* Set the text message domain. */
void LYSetTextDomain(void)
{
-#if defined(HAVE_LIBINTL_H) || defined(HAVE_LIBGETTEXT_H)
+#if defined(HAVE_LIBINTL_H)
const char *cp;
if ((cp = LYGetEnv("LYNX_LOCALEDIR")) == 0) {
@@ -1221,6 +1221,7 @@ int main(int argc,
* Zero the links and history struct arrays.
*/
memset((void *) links, 0, sizeof(LinkInfo) * MAXLINKS);
+
LYAllocHistory(8);
/*
* Zero the MultiBookmark arrays.
diff --git a/src/LYMainLoop.c b/src/LYMainLoop.c
index 55be205..b5c7ab8 100644
--- a/src/LYMainLoop.c
+++ b/src/LYMainLoop.c
@@ -1,5 +1,5 @@
/*
- * $LynxId: LYMainLoop.c,v 1.254 2024/01/15 19:10:04 Gisle.Vanem Exp $
+ * $LynxId: LYMainLoop.c,v 1.256 2024/04/11 21:53:34 tom Exp $
*/
#include <HTUtils.h>
#include <HTAccess.h>
@@ -177,7 +177,7 @@ HTAtom *WWW_SOURCE = 0;
static void exit_immediately_with_error_message(int state, int first_file);
static void status_link(const char *curlink_name, int show_more, int show_indx);
-static void show_main_statusline(const LinkInfo curlink, int for_what);
+static void show_main_statusline(const LinkInfo *curlink, int for_what);
static void form_noviceline(int);
static int are_different(DocInfo *doc1, DocInfo *doc2);
@@ -1061,7 +1061,7 @@ static int handle_LYK_ACTIVATE(int *c,
F_TEXTLIKE(links[curdoc.link].l_form->type)) {
textinput_activated = TRUE;
- show_main_statusline(links[curdoc.link], FOR_INPUT);
+ show_main_statusline(&links[curdoc.link], FOR_INPUT);
textfields_need_activation = textfields_activation_option;
return 0;
@@ -6769,8 +6769,8 @@ int mainloop(void)
* If help is not on the screen, then put a message on the screen to
* tell the user other misc info.
*/
- if (!show_help && curdoc.link >= 0) {
- show_main_statusline(links[curdoc.link],
+ if (!show_help) {
+ show_main_statusline(curdoc.link >= 0 ? &links[curdoc.link] : NULL,
((curlink_is_editable &&
textinput_activated)
? FOR_INPUT
@@ -7109,13 +7109,13 @@ int mainloop(void)
#ifdef TEXTFIELDS_MAY_NEED_ACTIVATION
if (textfields_need_activation) {
- show_main_statusline(links[curdoc.link], FOR_PANEL);
+ show_main_statusline(&links[curdoc.link], FOR_PANEL);
#ifdef INACTIVE_INPUT_STYLE_VH
textinput_redrawn = FALSE;
#endif
} else
#endif
- show_main_statusline(links[curdoc.link], FOR_INPUT);
+ show_main_statusline(&links[curdoc.link], FOR_INPUT);
} else if (more_text) {
HTInfoMsg(MOREHELP);
} else {
@@ -7745,6 +7745,8 @@ int mainloop(void)
if (handle_LYK_LINEWRAP_TOGGLE(&cmd, &refresh_screen))
goto new_cmd;
break;
+#else
+ (void) key_count;
#endif
#ifdef USE_MAXSCREEN_TOGGLE
@@ -7930,7 +7932,7 @@ void HTAddGotoURL(char *url)
* When help is not on the screen, put a message on the screen to tell the user
* other misc info.
*/
-static void show_main_statusline(const LinkInfo curlink,
+static void show_main_statusline(const LinkInfo *curlink,
int for_what)
{
/*
@@ -7954,16 +7956,16 @@ static void show_main_statusline(const LinkInfo curlink,
} else if (lynx_mode == FORMS_LYNX_MODE && nlinks > 0) {
#else
#ifdef NORMAL_NON_FORM_LINK_STATUSLINES_FOR_ALL_USER_MODES
- } else if (lynx_mode == FORMS_LYNX_MODE && nlinks > 0 &&
- !(curlink.type & WWW_LINK_TYPE)) {
+ } else if (lynx_mode == FORMS_LYNX_MODE && nlinks > 0 && curlink &&
+ !(curlink->type & WWW_LINK_TYPE)) {
#else
- } else if (lynx_mode == FORMS_LYNX_MODE && nlinks > 0 &&
+ } else if (lynx_mode == FORMS_LYNX_MODE && nlinks > 0 && curlink &&
!((user_mode == ADVANCED_MODE || user_mode == MINIMAL_MODE) &&
- (curlink.type & WWW_LINK_TYPE))) {
+ (curlink->type & WWW_LINK_TYPE))) {
#endif /* NORMAL_NON_FORM_LINK_STATUSLINES_FOR_ALL_USER_MODES */
#endif /* INDICATE_FORMS_MODE_FOR_ALL_LINKS_ON_PAGE */
- if (curlink.type == WWW_FORM_LINK_TYPE) {
- show_formlink_statusline(curlink.l_form, for_what);
+ if (curlink->type == WWW_FORM_LINK_TYPE) {
+ show_formlink_statusline(curlink->l_form, for_what);
} else {
statusline(NORMAL_LINK_MESSAGE);
}
@@ -7980,18 +7982,18 @@ static void show_main_statusline(const LinkInfo curlink,
lynx_stop_reverse();
}
- } else if ((user_mode == ADVANCED_MODE) && nlinks > 0) {
+ } else if ((user_mode == ADVANCED_MODE) && nlinks > 0 && curlink) {
/*
* Show the URL or, for some internal links, the fragment
*/
char *cp = NULL;
- if (curlink.type == WWW_INTERN_LINK_TYPE &&
- !isLYNXIMGMAP(curlink.lname)) {
- cp = findPoundSelector(curlink.lname);
+ if (curlink->type == WWW_INTERN_LINK_TYPE &&
+ !isLYNXIMGMAP(curlink->lname)) {
+ cp = findPoundSelector(curlink->lname);
}
if (!cp)
- cp = curlink.lname;
+ cp = curlink->lname;
status_link(cp, more_text, is_www_index);
} else if ((user_mode == MINIMAL_MODE) && nlinks > 0) {
/*
@@ -8037,7 +8039,7 @@ static void show_main_statusline(const LinkInfo curlink,
void repaint_main_statusline(int for_what)
{
if (curdoc.link >= 0 && curdoc.link < nlinks)
- show_main_statusline(links[curdoc.link], for_what);
+ show_main_statusline(&links[curdoc.link], for_what);
}
static void form_noviceline(int disabled)
diff --git a/src/LYReadCFG.c b/src/LYReadCFG.c
index e4ab796..24efbf5 100644
--- a/src/LYReadCFG.c
+++ b/src/LYReadCFG.c
@@ -1,5 +1,5 @@
/*
- * $LynxId: LYReadCFG.c,v 1.200 2021/07/29 22:52:55 tom Exp $
+ * $LynxId: LYReadCFG.c,v 1.201 2024/03/17 23:04:33 tom Exp $
*/
#ifndef NO_RULES
#include <HTRules.h>
@@ -1406,7 +1406,7 @@ static int screen_size_fun(char *value)
}
#endif
-#if defined(HAVE_LIBINTL_H) || defined(HAVE_LIBGETTEXT_H)
+#if defined(HAVE_LIBINTL_H)
static int message_language_fun(char *value)
{
char *tmp = NULL;
@@ -1621,7 +1621,7 @@ static Config_Type Config_Table [] =
PARSE_INT(RC_MAX_COOKIES_GLOBAL, max_cookies_global),
PARSE_INT(RC_MAX_URI_SIZE, max_uri_size),
PARSE_TIM(RC_MESSAGESECS, MessageSecs),
-#if defined(HAVE_LIBINTL_H) || defined(HAVE_LIBGETTEXT_H)
+#if defined(HAVE_LIBINTL_H)
PARSE_FUN(RC_MESSAGE_LANGUAGE, message_language_fun),
#endif
PARSE_SET(RC_MINIMAL_COMMENTS, minimal_comments),
diff --git a/src/TRSTable.c b/src/TRSTable.c
index 4123596..1d7a4ec 100644
--- a/src/TRSTable.c
+++ b/src/TRSTable.c
@@ -1,5 +1,5 @@
/*
- * $LynxId: TRSTable.c,v 1.43 2023/11/10 01:01:54 tom Exp $
+ * $LynxId: TRSTable.c,v 1.45 2024/04/11 20:41:16 tom Exp $
* Simple table object
* ===================
* Authors
@@ -205,9 +205,10 @@ static int Stbl_finishRowInTable(STable_info *me);
static const char *cellstate_s(cellstate_t state)
{
- const char *result = "?";
+ const char *result;
/* *INDENT-OFF* */
switch (state) {
+ default:
case CS_invalid: result = "CS_invalid"; break;
case CS__new: result = "CS__new"; break;
case CS__0new: result = "CS__0new"; break;
diff --git a/src/chrtrans/README.tables b/src/chrtrans/README.tables
index 14431da..911d795 100644
--- a/src/chrtrans/README.tables
+++ b/src/chrtrans/README.tables
@@ -71,6 +71,6 @@ Lynx, a `make clean' should not be necessary if you have *only* made
changes to the files in src/chrtrans. On VMS, add entries for new
tables to build-chrtrans.com, but you can update the particular file
with build-header.com, then use the top directory's build.com and
-answer 'n' to it's prompts about whether to update the WWWlibrary
+answer 'n' to its prompts about whether to update the WWW library
and chrtrans modules.
diff --git a/src/makefile.in b/src/makefile.in
index 5246226..add3faa 100644
--- a/src/makefile.in
+++ b/src/makefile.in
@@ -1,4 +1,4 @@
-# $LynxId: makefile.in,v 1.77 2021/02/28 15:56:53 tom Exp $
+# $LynxId: makefile.in,v 1.80 2024/04/03 23:50:55 tom Exp $
# template-makefile for Lynx src directory
SHELL = @CONFIG_SHELL@
@@ -10,7 +10,7 @@ datarootdir = @datarootdir@
exec_prefix = @exec_prefix@
top_srcdir = @top_srcdir@
srcdir = @srcdir@
-VPATH = .:$(srcdir)
+VPATH = $(srcdir)
top_builddir = ..
@@ -53,9 +53,6 @@ WAISLIB = # FIXME: set in parent makefile
WWWINC = WWW/Library/Implementation
WWWLIB = $(top_builddir)/WWW/Library/Implementation/libwww.a
-INTLLIB = @INTLLIBS@
-INTLDIR_CPPFLAGS= @INTLDIR_CPPFLAGS@-I$(top_srcdir)/intl
-
CPP_OPTS = $(DEFS) $(CHARSET_DEFS) \
-DLOCALEDIR=\"$(localedir)\" \
-I. \
@@ -65,7 +62,7 @@ CPP_OPTS = $(DEFS) $(CHARSET_DEFS) \
-I$(top_srcdir) \
-I$(top_srcdir)/src \
-I$(top_srcdir)/$(WWWINC) \
- $(INTLDIR_CPPFLAGS) $(SITE_DEFS) $(CPPFLAGS)
+ $(SITE_DEFS) $(CPPFLAGS)
CC_OPTS = $(CFLAGS) $(CPP_OPTS)
LINT = @LINT@
@@ -107,7 +104,7 @@ all: lynx$x
lynx$x: message $(top_builddir)/LYHelp.h $(OBJS) $(WWWLIB)
@echo "Linking and creating Lynx executable"
- $(CC) $(CC_OPTS) $(LDFLAGS) -o $@ $(OBJS) $(WWWLIB) $(LIBS) $(INTLLIB)
+ $(CC) $(CC_OPTS) $(LDFLAGS) -o $@ $(OBJS) $(WWWLIB) $(LIBS)
@echo "Copying Lynx executable into top-level directory"
rm -f $(top_builddir)/$@
cp $@ $(top_builddir)/
diff --git a/userdefs.h b/userdefs.h
index 0c50d59..8f739f9 100644
--- a/userdefs.h
+++ b/userdefs.h
@@ -1,5 +1,5 @@
/*
- * $LynxId: userdefs.h,v 1.373 2024/01/15 11:31:22 tom Exp $
+ * $LynxId: userdefs.h,v 1.396 2024/05/31 22:09:16 tom Exp $
*
* Lynx - Hypertext navigation system
*
@@ -1451,10 +1451,10 @@
*/
#define LYNX_NAME "Lynx"
-#define LYNX_VERSION "2.9.0"
+#define LYNX_VERSION "2.9.2"
#define LYNX_WWW_HOME "https://lynx.invisible-island.net/"
#define LYNX_WWW_DIST "https://lynx.invisible-island.net/current/"
-#define LYNX_DATE "15 Jan 2024"
+#define LYNX_DATE "31 May 2024"
#ifdef UNICODE
#define W32_STRING(s) L##s