You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
crosstool-ng/patches/ncurses/6.0/200-ncurses-6.0-20151101.patch

12291 lines
403 KiB
Diff

# ncurses 6.0 - patch 20151101 - Thomas E. Dickey
#
# ------------------------------------------------------------------------------
#
# Ncurses 6.0 is at
# ftp.gnu.org:/pub/gnu
#
# Patches for ncurses 6.0 can be found at
# ftp://invisible-island.net/ncurses/6.0
# http://invisible-mirror.net/archives/ncurses/6.0
#
# ------------------------------------------------------------------------------
# ftp://invisible-island.net/ncurses/6.0/ncurses-6.0-20151101.patch.gz
# patch by Thomas E. Dickey <dickey@invisible-island.net>
# created Mon Nov 2 00:38:02 UTC 2015
# ------------------------------------------------------------------------------
# Ada95/aclocal.m4 | 41
# NEWS | 15
# VERSION | 2
# aclocal.m4 | 28
# configure | 3433 ++++++++++++++++++-------------------
# configure.in | 10
# dist.mk | 4
# misc/Makefile.in | 32
# ncurses/base/lib_mouse.c | 5
# package/debian-mingw/changelog | 4
# package/debian-mingw64/changelog | 4
# package/debian/changelog | 4
# package/mingw-ncurses.nsi | 4
# package/mingw-ncurses.spec | 2
# package/ncurses.spec | 2
# test/ncurses.c | 10
# 16 files changed, 1800 insertions(+), 1800 deletions(-)
# ------------------------------------------------------------------------------
Index: Ada95/aclocal.m4
Prereq: 1.108
--- ncurses-6.0-20151024+/Ada95/aclocal.m4 2015-10-17 23:07:06.000000000 +0000
+++ ncurses-6.0-20151101/Ada95/aclocal.m4 2015-11-01 01:03:41.000000000 +0000
@@ -28,7 +28,7 @@
dnl
dnl Author: Thomas E. Dickey
dnl
-dnl $Id: aclocal.m4,v 1.108 2015/10/17 23:07:06 tom Exp $
+dnl $Id: aclocal.m4,v 1.109 2015/11/01 01:03:41 tom Exp $
dnl Macros used in NCURSES Ada95 auto-configuration script.
dnl
dnl These macros are maintained separately from NCURSES. The copyright on
@@ -742,45 +742,6 @@
AC_MSG_RESULT($enable_gnat_projects)
])dnl
dnl ---------------------------------------------------------------------------
-dnl CF_ENABLE_PC_FILES version: 12 updated: 2015/04/17 21:13:04
-dnl ------------------
-dnl This is the "--enable-pc-files" option, which is available if there is a
-dnl pkg-config configuration on the local machine.
-AC_DEFUN([CF_ENABLE_PC_FILES],[
-AC_REQUIRE([CF_PKG_CONFIG])
-AC_REQUIRE([CF_WITH_PKG_CONFIG_LIBDIR])
-
-if test "x$PKG_CONFIG" != xnone
-then
- AC_MSG_CHECKING(if we should install .pc files for $PKG_CONFIG)
-else
- AC_MSG_CHECKING(if we should install .pc files)
-fi
-
-AC_ARG_ENABLE(pc-files,
- [ --enable-pc-files generate and install .pc files for pkg-config],
- [enable_pc_files=$enableval],
- [enable_pc_files=no])
-AC_MSG_RESULT($enable_pc_files)
-
-if test "x$enable_pc_files" != xno
-then
- case "x$PKG_CONFIG_LIBDIR" in
- (xno|xyes)
- AC_MSG_WARN(no PKG_CONFIG_LIBDIR was found)
- MAKE_PC_FILES="#"
- ;;
- (*)
- CF_PATH_SYNTAX(PKG_CONFIG_LIBDIR)
- MAKE_PC_FILES=
- ;;
- esac
-else
- MAKE_PC_FILES="#"
-fi
-AC_SUBST(MAKE_PC_FILES)
-])dnl
-dnl ---------------------------------------------------------------------------
dnl CF_FIND_LIBRARY version: 9 updated: 2008/03/23 14:48:54
dnl ---------------
dnl Look for a non-standard library, given parameters for AC_TRY_LINK. We
Index: NEWS
Prereq: 1.2516
--- ncurses-6.0-20151024+/NEWS 2015-10-25 00:17:28.000000000 +0000
+++ ncurses-6.0-20151101/NEWS 2015-11-01 10:27:24.000000000 +0000
@@ -25,7 +25,7 @@
-- sale, use or other dealings in this Software without prior written --
-- authorization. --
-------------------------------------------------------------------------------
--- $Id: NEWS,v 1.2516 2015/10/25 00:17:28 tom Exp $
+-- $Id: NEWS,v 1.2522 2015/11/01 10:27:24 tom Exp $
-------------------------------------------------------------------------------
This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,17 @@
Changes through 1.9.9e did not credit all contributions;
it is not possible to add this information.
+20151101
+ + amend change for pkg-config which allows build of pc-files when no
+ valid pkg-config library directory was configured to suppress the
+ actual install if it is not overridden to a valid directory at
+ install time (cf: 20150822).
+ + modify editing script which generates resulting.map to work with the
+ clang configuration on recent FreeBSD, which gives an error on an
+ empty "local" section.
+ + fix a spurious "(Part)" message in test/ncurses.c b/B tests due
+ to incorrect attribute-masking.
+
20151024
+ modify MKexpanded.c to update the expansion of a temporary filename
to "expanded.c", for use in trace statements.
@@ -55,7 +66,7 @@
+ fix typo in INSTALL (patch by Tomas Cech).
+ improve configure check for setting WILDCARD_SYMS variable; on ppc64
the variable is in the Data section rather than Text (patch by Michel
- Normand).
+ Normand, Novell #946048).
+ using configure option "--without-fallbacks" incorrectly caused
FALLBACK_LIST to be set to "no" (patch by Tomas Cech).
+ updated minitel entries to fix kel problem with emacs, and add
Index: VERSION
--- ncurses-6.0-20151024+/VERSION 2015-10-24 13:10:18.000000000 +0000
+++ ncurses-6.0-20151101/VERSION 2015-11-01 10:25:33.000000000 +0000
@@ -1 +1 @@
-5:0:9 6.0 20151024
+5:0:9 6.0 20151101
Index: aclocal.m4
Prereq: 1.779
--- ncurses-6.0-20151024+/aclocal.m4 2015-10-25 00:51:20.000000000 +0000
+++ ncurses-6.0-20151101/aclocal.m4 2015-11-01 10:29:05.000000000 +0000
@@ -28,7 +28,7 @@
dnl
dnl Author: Thomas E. Dickey 1995-on
dnl
-dnl $Id: aclocal.m4,v 1.779 2015/10/25 00:51:20 tom Exp $
+dnl $Id: aclocal.m4,v 1.783 2015/11/01 10:29:05 tom Exp $
dnl Macros used in NCURSES auto-configuration script.
dnl
dnl These macros are maintained separately from NCURSES. The copyright on
@@ -1377,7 +1377,7 @@
fi
])
dnl ---------------------------------------------------------------------------
-dnl CF_ENABLE_PC_FILES version: 12 updated: 2015/04/17 21:13:04
+dnl CF_ENABLE_PC_FILES version: 13 updated: 2015/11/01 05:27:39
dnl ------------------
dnl This is the "--enable-pc-files" option, which is available if there is a
dnl pkg-config configuration on the local machine.
@@ -1400,14 +1400,13 @@
if test "x$enable_pc_files" != xno
then
+ MAKE_PC_FILES=
case "x$PKG_CONFIG_LIBDIR" in
(xno|xyes)
AC_MSG_WARN(no PKG_CONFIG_LIBDIR was found)
- MAKE_PC_FILES="#"
;;
(*)
CF_PATH_SYNTAX(PKG_CONFIG_LIBDIR)
- MAKE_PC_FILES=
;;
esac
else
@@ -3242,7 +3241,7 @@
AC_SUBST(LIB_PREFIX)
])dnl
dnl ---------------------------------------------------------------------------
-dnl CF_LIB_RULES version: 84 updated: 2015/09/26 17:54:46
+dnl CF_LIB_RULES version: 85 updated: 2015/10/31 20:06:35
dnl ------------
dnl Append definitions and rules for the given models to the subdirectory
dnl Makefiles, and the recursion rule for the top-level Makefile. If the
@@ -3295,25 +3294,32 @@
SHARED_LIB=
Libs_To_Make=
- cf_sed_options=
+ cf_awk_program="BEGIN { skip = 1; last=\"\"; }"
if test -n "${cf_cv_abi_version}" && test "x${cf_cv_abi_version}" != "x5"
then
- cf_sed_options="$cf_sed_options -e \"s/NCURSES\\([[WT]]\\+\\)\?_/NCURSES\\1${cf_cv_abi_version}_/g\""
- cf_sed_options="$cf_sed_options -e \"/deprecated in ABI${cf_cv_abi_version}/d\""
+ cf_awk_program="$cf_awk_program\
+/deprecated in ABI${cf_cv_abi_version}/ { next; }\
+{ sub(\"NCURSES([[WT]]+)?\", \"&${cf_cv_abi_version}\"); }\
+"
fi
if test "x$WILDCARD_SYMS" = xno
then
- cf_sed_options="$cf_sed_options -e \"s/_\*;//g\""
+ cf_awk_program="$cf_awk_program\
+/[[ ]]_\\*;/ { skip=1; next; }\
+"
fi
- if test "x$cf_sed_options" != "x"
+ if test "x$cf_awk_program" != "x"
then
cat >>$cf_dir/Makefile <<CF_EOF
# Generated by CF_LIB_RULES
resulting.map: $UNALTERED_SYMS
- sed $cf_sed_options < $UNALTERED_SYMS >\[$]@
+ $AWK '$cf_awk_program \
+{ if ( last != "" && ( skip == 0 || \[$]\[$]0 !~ /}/ ) ) { print last; }\
+ skip = 0; last = \[$]\[$]0; } \
+END { print last; }' < $UNALTERED_SYMS >\[$]@
distclean::
rm -f resulting.map
Index: configure
--- ncurses-6.0-20151024+/configure 2015-10-24 22:43:05.000000000 +0000
+++ ncurses-6.0-20151101/configure 2015-11-01 10:12:02.000000000 +0000
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 1.621 .
+# From configure.in Revision: 1.622 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by Autoconf 2.52.20150926.
#
@@ -3679,11 +3679,11 @@
if test "x$enable_pc_files" != xno
then
+ MAKE_PC_FILES=
case "x$PKG_CONFIG_LIBDIR" in
(xno|xyes)
- { echo "$as_me:3684: WARNING: no PKG_CONFIG_LIBDIR was found" >&5
+ { echo "$as_me:3685: WARNING: no PKG_CONFIG_LIBDIR was found" >&5
echo "$as_me: WARNING: no PKG_CONFIG_LIBDIR was found" >&2;}
- MAKE_PC_FILES="#"
;;
(*)
@@ -3718,7 +3718,6 @@
;;
esac
- MAKE_PC_FILES=
;;
esac
else
@@ -3727,7 +3726,7 @@
if test -z "$MAKE_PC_FILES"
then
- echo "$as_me:3730: checking for suffix to add to pc-files" >&5
+ echo "$as_me:3729: checking for suffix to add to pc-files" >&5
echo $ECHO_N "checking for suffix to add to pc-files... $ECHO_C" >&6
# Check whether --with-pc-suffix or --without-pc-suffix was given.
@@ -3742,13 +3741,13 @@
esac
fi;
test -z "$PC_MODULE_SUFFIX" && PC_MODULE_SUFFIX=none
- echo "$as_me:3745: result: $PC_MODULE_SUFFIX" >&5
+ echo "$as_me:3744: result: $PC_MODULE_SUFFIX" >&5
echo "${ECHO_T}$PC_MODULE_SUFFIX" >&6
test "$PC_MODULE_SUFFIX" = none && PC_MODULE_SUFFIX=
fi
-echo "$as_me:3751: checking if we should assume mixed-case filenames" >&5
+echo "$as_me:3750: checking if we should assume mixed-case filenames" >&5
echo $ECHO_N "checking if we should assume mixed-case filenames... $ECHO_C" >&6
# Check whether --enable-mixed-case or --disable-mixed-case was given.
@@ -3758,11 +3757,11 @@
else
enable_mixedcase=auto
fi;
-echo "$as_me:3761: result: $enable_mixedcase" >&5
+echo "$as_me:3760: result: $enable_mixedcase" >&5
echo "${ECHO_T}$enable_mixedcase" >&6
if test "$enable_mixedcase" = "auto" ; then
-echo "$as_me:3765: checking if filesystem supports mixed-case filenames" >&5
+echo "$as_me:3764: 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
@@ -3789,7 +3788,7 @@
fi
fi
-echo "$as_me:3792: result: $cf_cv_mixedcase" >&5
+echo "$as_me:3791: result: $cf_cv_mixedcase" >&5
echo "${ECHO_T}$cf_cv_mixedcase" >&6
test "$cf_cv_mixedcase" = yes &&
cat >>confdefs.h <<\EOF
@@ -3808,7 +3807,7 @@
fi
# do this after mixed-case option (tags/TAGS is not as important as tic).
-echo "$as_me:3811: checking whether ${MAKE-make} sets \${MAKE}" >&5
+echo "$as_me:3810: 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
@@ -3828,11 +3827,11 @@
rm -f conftest.make
fi
if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
- echo "$as_me:3831: result: yes" >&5
+ echo "$as_me:3830: result: yes" >&5
echo "${ECHO_T}yes" >&6
SET_MAKE=
else
- echo "$as_me:3835: result: no" >&5
+ echo "$as_me:3834: result: no" >&5
echo "${ECHO_T}no" >&6
SET_MAKE="MAKE=${MAKE-make}"
fi
@@ -3841,7 +3840,7 @@
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
-echo "$as_me:3844: checking for $ac_word" >&5
+echo "$as_me:3843: 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
@@ -3856,7 +3855,7 @@
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_CTAGS="$ac_prog"
-echo "$as_me:3859: found $ac_dir/$ac_word" >&5
+echo "$as_me:3858: found $ac_dir/$ac_word" >&5
break
done
@@ -3864,10 +3863,10 @@
fi
CTAGS=$ac_cv_prog_CTAGS
if test -n "$CTAGS"; then
- echo "$as_me:3867: result: $CTAGS" >&5
+ echo "$as_me:3866: result: $CTAGS" >&5
echo "${ECHO_T}$CTAGS" >&6
else
- echo "$as_me:3870: result: no" >&5
+ echo "$as_me:3869: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -3878,7 +3877,7 @@
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
-echo "$as_me:3881: checking for $ac_word" >&5
+echo "$as_me:3880: 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
@@ -3893,7 +3892,7 @@
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_ETAGS="$ac_prog"
-echo "$as_me:3896: found $ac_dir/$ac_word" >&5
+echo "$as_me:3895: found $ac_dir/$ac_word" >&5
break
done
@@ -3901,10 +3900,10 @@
fi
ETAGS=$ac_cv_prog_ETAGS
if test -n "$ETAGS"; then
- echo "$as_me:3904: result: $ETAGS" >&5
+ echo "$as_me:3903: result: $ETAGS" >&5
echo "${ECHO_T}$ETAGS" >&6
else
- echo "$as_me:3907: result: no" >&5
+ echo "$as_me:3906: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -3913,7 +3912,7 @@
# 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:3916: checking for $ac_word" >&5
+echo "$as_me:3915: 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
@@ -3928,7 +3927,7 @@
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_MAKE_LOWER_TAGS="yes"
-echo "$as_me:3931: found $ac_dir/$ac_word" >&5
+echo "$as_me:3930: found $ac_dir/$ac_word" >&5
break
done
@@ -3937,17 +3936,17 @@
fi
MAKE_LOWER_TAGS=$ac_cv_prog_MAKE_LOWER_TAGS
if test -n "$MAKE_LOWER_TAGS"; then
- echo "$as_me:3940: result: $MAKE_LOWER_TAGS" >&5
+ echo "$as_me:3939: result: $MAKE_LOWER_TAGS" >&5
echo "${ECHO_T}$MAKE_LOWER_TAGS" >&6
else
- echo "$as_me:3943: result: no" >&5
+ echo "$as_me:3942: 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:3950: checking for $ac_word" >&5
+echo "$as_me:3949: 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
@@ -3962,7 +3961,7 @@
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_MAKE_UPPER_TAGS="yes"
-echo "$as_me:3965: found $ac_dir/$ac_word" >&5
+echo "$as_me:3964: found $ac_dir/$ac_word" >&5
break
done
@@ -3971,10 +3970,10 @@
fi
MAKE_UPPER_TAGS=$ac_cv_prog_MAKE_UPPER_TAGS
if test -n "$MAKE_UPPER_TAGS"; then
- echo "$as_me:3974: result: $MAKE_UPPER_TAGS" >&5
+ echo "$as_me:3973: result: $MAKE_UPPER_TAGS" >&5
echo "${ECHO_T}$MAKE_UPPER_TAGS" >&6
else
- echo "$as_me:3977: result: no" >&5
+ echo "$as_me:3976: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -3994,7 +3993,7 @@
MAKE_LOWER_TAGS="#"
fi
-echo "$as_me:3997: checking for makeflags variable" >&5
+echo "$as_me:3996: 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
@@ -4028,13 +4027,13 @@
rm -f cf_makeflags.tmp
fi
-echo "$as_me:4031: result: $cf_cv_makeflags" >&5
+echo "$as_me:4030: result: $cf_cv_makeflags" >&5
echo "${ECHO_T}$cf_cv_makeflags" >&6
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:4037: checking for $ac_word" >&5
+echo "$as_me:4036: 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
@@ -4049,7 +4048,7 @@
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:4052: found $ac_dir/$ac_word" >&5
+echo "$as_me:4051: found $ac_dir/$ac_word" >&5
break
done
@@ -4057,10 +4056,10 @@
fi
RANLIB=$ac_cv_prog_RANLIB
if test -n "$RANLIB"; then
- echo "$as_me:4060: result: $RANLIB" >&5
+ echo "$as_me:4059: result: $RANLIB" >&5
echo "${ECHO_T}$RANLIB" >&6
else
- echo "$as_me:4063: result: no" >&5
+ echo "$as_me:4062: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -4069,7 +4068,7 @@
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:4072: checking for $ac_word" >&5
+echo "$as_me:4071: 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
@@ -4084,7 +4083,7 @@
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_ac_ct_RANLIB="ranlib"
-echo "$as_me:4087: found $ac_dir/$ac_word" >&5
+echo "$as_me:4086: found $ac_dir/$ac_word" >&5
break
done
@@ -4093,10 +4092,10 @@
fi
ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
if test -n "$ac_ct_RANLIB"; then
- echo "$as_me:4096: result: $ac_ct_RANLIB" >&5
+ echo "$as_me:4095: result: $ac_ct_RANLIB" >&5
echo "${ECHO_T}$ac_ct_RANLIB" >&6
else
- echo "$as_me:4099: result: no" >&5
+ echo "$as_me:4098: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -4108,7 +4107,7 @@
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
set dummy ${ac_tool_prefix}ld; ac_word=$2
-echo "$as_me:4111: checking for $ac_word" >&5
+echo "$as_me:4110: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_LD+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4123,7 +4122,7 @@
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_LD="${ac_tool_prefix}ld"
-echo "$as_me:4126: found $ac_dir/$ac_word" >&5
+echo "$as_me:4125: found $ac_dir/$ac_word" >&5
break
done
@@ -4131,10 +4130,10 @@
fi
LD=$ac_cv_prog_LD
if test -n "$LD"; then
- echo "$as_me:4134: result: $LD" >&5
+ echo "$as_me:4133: result: $LD" >&5
echo "${ECHO_T}$LD" >&6
else
- echo "$as_me:4137: result: no" >&5
+ echo "$as_me:4136: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -4143,7 +4142,7 @@
ac_ct_LD=$LD
# Extract the first word of "ld", so it can be a program name with args.
set dummy ld; ac_word=$2
-echo "$as_me:4146: checking for $ac_word" >&5
+echo "$as_me:4145: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4158,7 +4157,7 @@
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_ac_ct_LD="ld"
-echo "$as_me:4161: found $ac_dir/$ac_word" >&5
+echo "$as_me:4160: found $ac_dir/$ac_word" >&5
break
done
@@ -4167,10 +4166,10 @@
fi
ac_ct_LD=$ac_cv_prog_ac_ct_LD
if test -n "$ac_ct_LD"; then
- echo "$as_me:4170: result: $ac_ct_LD" >&5
+ echo "$as_me:4169: result: $ac_ct_LD" >&5
echo "${ECHO_T}$ac_ct_LD" >&6
else
- echo "$as_me:4173: result: no" >&5
+ echo "$as_me:4172: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -4182,7 +4181,7 @@
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:4185: checking for $ac_word" >&5
+echo "$as_me:4184: 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
@@ -4197,7 +4196,7 @@
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:4200: found $ac_dir/$ac_word" >&5
+echo "$as_me:4199: found $ac_dir/$ac_word" >&5
break
done
@@ -4205,10 +4204,10 @@
fi
AR=$ac_cv_prog_AR
if test -n "$AR"; then
- echo "$as_me:4208: result: $AR" >&5
+ echo "$as_me:4207: result: $AR" >&5
echo "${ECHO_T}$AR" >&6
else
- echo "$as_me:4211: result: no" >&5
+ echo "$as_me:4210: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -4217,7 +4216,7 @@
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:4220: checking for $ac_word" >&5
+echo "$as_me:4219: 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
@@ -4232,7 +4231,7 @@
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_ac_ct_AR="ar"
-echo "$as_me:4235: found $ac_dir/$ac_word" >&5
+echo "$as_me:4234: found $ac_dir/$ac_word" >&5
break
done
@@ -4241,10 +4240,10 @@
fi
ac_ct_AR=$ac_cv_prog_ac_ct_AR
if test -n "$ac_ct_AR"; then
- echo "$as_me:4244: result: $ac_ct_AR" >&5
+ echo "$as_me:4243: result: $ac_ct_AR" >&5
echo "${ECHO_T}$ac_ct_AR" >&6
else
- echo "$as_me:4247: result: no" >&5
+ echo "$as_me:4246: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -4256,7 +4255,7 @@
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
set dummy ${ac_tool_prefix}nm; ac_word=$2
-echo "$as_me:4259: checking for $ac_word" >&5
+echo "$as_me:4258: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_NM+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4271,7 +4270,7 @@
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_NM="${ac_tool_prefix}nm"
-echo "$as_me:4274: found $ac_dir/$ac_word" >&5
+echo "$as_me:4273: found $ac_dir/$ac_word" >&5
break
done
@@ -4279,10 +4278,10 @@
fi
NM=$ac_cv_prog_NM
if test -n "$NM"; then
- echo "$as_me:4282: result: $NM" >&5
+ echo "$as_me:4281: result: $NM" >&5
echo "${ECHO_T}$NM" >&6
else
- echo "$as_me:4285: result: no" >&5
+ echo "$as_me:4284: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -4291,7 +4290,7 @@
ac_ct_NM=$NM
# Extract the first word of "nm", so it can be a program name with args.
set dummy nm; ac_word=$2
-echo "$as_me:4294: checking for $ac_word" >&5
+echo "$as_me:4293: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4306,7 +4305,7 @@
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_ac_ct_NM="nm"
-echo "$as_me:4309: found $ac_dir/$ac_word" >&5
+echo "$as_me:4308: found $ac_dir/$ac_word" >&5
break
done
@@ -4315,10 +4314,10 @@
fi
ac_ct_NM=$ac_cv_prog_ac_ct_NM
if test -n "$ac_ct_NM"; then
- echo "$as_me:4318: result: $ac_ct_NM" >&5
+ echo "$as_me:4317: result: $ac_ct_NM" >&5
echo "${ECHO_T}$ac_ct_NM" >&6
else
- echo "$as_me:4321: result: no" >&5
+ echo "$as_me:4320: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -4330,7 +4329,7 @@
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:4333: checking for $ac_word" >&5
+echo "$as_me:4332: 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
@@ -4345,7 +4344,7 @@
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:4348: found $ac_dir/$ac_word" >&5
+echo "$as_me:4347: found $ac_dir/$ac_word" >&5
break
done
@@ -4353,10 +4352,10 @@
fi
AR=$ac_cv_prog_AR
if test -n "$AR"; then
- echo "$as_me:4356: result: $AR" >&5
+ echo "$as_me:4355: result: $AR" >&5
echo "${ECHO_T}$AR" >&6
else
- echo "$as_me:4359: result: no" >&5
+ echo "$as_me:4358: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -4365,7 +4364,7 @@
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:4368: checking for $ac_word" >&5
+echo "$as_me:4367: 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
@@ -4380,7 +4379,7 @@
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_ac_ct_AR="ar"
-echo "$as_me:4383: found $ac_dir/$ac_word" >&5
+echo "$as_me:4382: found $ac_dir/$ac_word" >&5
break
done
@@ -4389,10 +4388,10 @@
fi
ac_ct_AR=$ac_cv_prog_ac_ct_AR
if test -n "$ac_ct_AR"; then
- echo "$as_me:4392: result: $ac_ct_AR" >&5
+ echo "$as_me:4391: result: $ac_ct_AR" >&5
echo "${ECHO_T}$ac_ct_AR" >&6
else
- echo "$as_me:4395: result: no" >&5
+ echo "$as_me:4394: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -4401,7 +4400,7 @@
AR="$ac_cv_prog_AR"
fi
-echo "$as_me:4404: checking for options to update archives" >&5
+echo "$as_me:4403: 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
@@ -4424,13 +4423,13 @@
rm -f conftest.a
cat >conftest.$ac_ext <<EOF
-#line 4427 "configure"
+#line 4426 "configure"
int testdata[3] = { 123, 456, 789 };
EOF
- if { (eval echo "$as_me:4430: \"$ac_compile\"") >&5
+ if { (eval echo "$as_me:4429: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:4433: \$? = $ac_status" >&5
+ echo "$as_me:4432: \$? = $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
@@ -4441,7 +4440,7 @@
else
test -n "$verbose" && echo " cannot compile test-program" 1>&6
-echo "${as_me:-configure}:4444: testing cannot compile test-program ..." 1>&5
+echo "${as_me:-configure}:4443: testing cannot compile test-program ..." 1>&5
break
fi
@@ -4449,7 +4448,7 @@
rm -f conftest.a conftest.$ac_ext conftest.$ac_cv_objext
fi
-echo "$as_me:4452: result: $cf_cv_ar_flags" >&5
+echo "$as_me:4451: result: $cf_cv_ar_flags" >&5
echo "${ECHO_T}$cf_cv_ar_flags" >&6
if test -n "$ARFLAGS" ; then
@@ -4460,7 +4459,7 @@
ARFLAGS=$cf_cv_ar_flags
fi
-echo "$as_me:4463: checking if you have specified an install-prefix" >&5
+echo "$as_me:4462: checking if you have specified an install-prefix" >&5
echo $ECHO_N "checking if you have specified an install-prefix... $ECHO_C" >&6
# Check whether --with-install-prefix or --without-install-prefix was given.
@@ -4473,7 +4472,7 @@
;;
esac
fi;
-echo "$as_me:4476: result: $DESTDIR" >&5
+echo "$as_me:4475: result: $DESTDIR" >&5
echo "${ECHO_T}$DESTDIR" >&6
###############################################################################
@@ -4501,7 +4500,7 @@
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
-echo "$as_me:4504: checking for $ac_word" >&5
+echo "$as_me:4503: 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
@@ -4516,7 +4515,7 @@
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_BUILD_CC="$ac_prog"
-echo "$as_me:4519: found $ac_dir/$ac_word" >&5
+echo "$as_me:4518: found $ac_dir/$ac_word" >&5
break
done
@@ -4524,10 +4523,10 @@
fi
BUILD_CC=$ac_cv_prog_BUILD_CC
if test -n "$BUILD_CC"; then
- echo "$as_me:4527: result: $BUILD_CC" >&5
+ echo "$as_me:4526: result: $BUILD_CC" >&5
echo "${ECHO_T}$BUILD_CC" >&6
else
- echo "$as_me:4530: result: no" >&5
+ echo "$as_me:4529: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -4535,12 +4534,12 @@
done
fi;
- echo "$as_me:4538: checking for native build C compiler" >&5
+ echo "$as_me:4537: checking for native build C compiler" >&5
echo $ECHO_N "checking for native build C compiler... $ECHO_C" >&6
- echo "$as_me:4540: result: $BUILD_CC" >&5
+ echo "$as_me:4539: result: $BUILD_CC" >&5
echo "${ECHO_T}$BUILD_CC" >&6
- echo "$as_me:4543: checking for native build C preprocessor" >&5
+ echo "$as_me:4542: 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.
@@ -4550,10 +4549,10 @@
else
BUILD_CPP='${BUILD_CC} -E'
fi;
- echo "$as_me:4553: result: $BUILD_CPP" >&5
+ echo "$as_me:4552: result: $BUILD_CPP" >&5
echo "${ECHO_T}$BUILD_CPP" >&6
- echo "$as_me:4556: checking for native build C flags" >&5
+ echo "$as_me:4555: 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.
@@ -4561,10 +4560,10 @@
withval="$with_build_cflags"
BUILD_CFLAGS="$withval"
fi;
- echo "$as_me:4564: result: $BUILD_CFLAGS" >&5
+ echo "$as_me:4563: result: $BUILD_CFLAGS" >&5
echo "${ECHO_T}$BUILD_CFLAGS" >&6
- echo "$as_me:4567: checking for native build C preprocessor-flags" >&5
+ echo "$as_me:4566: 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.
@@ -4572,10 +4571,10 @@
withval="$with_build_cppflags"
BUILD_CPPFLAGS="$withval"
fi;
- echo "$as_me:4575: result: $BUILD_CPPFLAGS" >&5
+ echo "$as_me:4574: result: $BUILD_CPPFLAGS" >&5
echo "${ECHO_T}$BUILD_CPPFLAGS" >&6
- echo "$as_me:4578: checking for native build linker-flags" >&5
+ echo "$as_me:4577: 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.
@@ -4583,10 +4582,10 @@
withval="$with_build_ldflags"
BUILD_LDFLAGS="$withval"
fi;
- echo "$as_me:4586: result: $BUILD_LDFLAGS" >&5
+ echo "$as_me:4585: result: $BUILD_LDFLAGS" >&5
echo "${ECHO_T}$BUILD_LDFLAGS" >&6
- echo "$as_me:4589: checking for native build linker-libraries" >&5
+ echo "$as_me:4588: 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.
@@ -4594,7 +4593,7 @@
withval="$with_build_libs"
BUILD_LIBS="$withval"
fi;
- echo "$as_me:4597: result: $BUILD_LIBS" >&5
+ echo "$as_me:4596: result: $BUILD_LIBS" >&5
echo "${ECHO_T}$BUILD_LIBS" >&6
# this assumes we're on Unix.
@@ -4604,7 +4603,7 @@
: ${BUILD_CC:='${CC}'}
if ( test "$BUILD_CC" = "$CC" || test "$BUILD_CC" = '${CC}' ) ; then
- { { echo "$as_me:4607: error: Cross-build requires two compilers.
+ { { echo "$as_me:4606: 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;}
@@ -4629,7 +4628,7 @@
### shared, for example.
cf_list_models=""
-echo "$as_me:4632: checking if libtool -version-number should be used" >&5
+echo "$as_me:4631: checking if libtool -version-number should be used" >&5
echo $ECHO_N "checking if libtool -version-number should be used... $ECHO_C" >&6
# Check whether --enable-libtool-version or --disable-libtool-version was given.
@@ -4646,7 +4645,7 @@
cf_libtool_version=yes
fi;
-echo "$as_me:4649: result: $cf_libtool_version" >&5
+echo "$as_me:4648: result: $cf_libtool_version" >&5
echo "${ECHO_T}$cf_libtool_version" >&6
if test "$cf_libtool_version" = yes ; then
@@ -4655,25 +4654,25 @@
LIBTOOL_VERSION="-version-info"
case "x$VERSION" in
(x)
- { echo "$as_me:4658: WARNING: VERSION was not set" >&5
+ { echo "$as_me:4657: WARNING: VERSION was not set" >&5
echo "$as_me: WARNING: VERSION was not set" >&2;}
;;
(x*.*.*)
ABI_VERSION="$VERSION"
test -n "$verbose" && echo " ABI_VERSION: $ABI_VERSION" 1>&6
-echo "${as_me:-configure}:4665: testing ABI_VERSION: $ABI_VERSION ..." 1>&5
+echo "${as_me:-configure}:4664: testing ABI_VERSION: $ABI_VERSION ..." 1>&5
;;
(x*:*:*)
ABI_VERSION=`echo "$VERSION" | sed -e 's/:/./g'`
test -n "$verbose" && echo " ABI_VERSION: $ABI_VERSION" 1>&6
-echo "${as_me:-configure}:4672: testing ABI_VERSION: $ABI_VERSION ..." 1>&5
+echo "${as_me:-configure}:4671: testing ABI_VERSION: $ABI_VERSION ..." 1>&5
;;
(*)
- { echo "$as_me:4676: WARNING: unexpected VERSION value: $VERSION" >&5
+ { echo "$as_me:4675: WARNING: unexpected VERSION value: $VERSION" >&5
echo "$as_me: WARNING: unexpected VERSION value: $VERSION" >&2;}
;;
esac
@@ -4695,7 +4694,7 @@
LIB_INSTALL=
LIB_UNINSTALL=
-echo "$as_me:4698: checking if you want to build libraries with libtool" >&5
+echo "$as_me:4697: checking if you want to build libraries with libtool" >&5
echo $ECHO_N "checking if you want to build libraries with libtool... $ECHO_C" >&6
# Check whether --with-libtool or --without-libtool was given.
@@ -4705,7 +4704,7 @@
else
with_libtool=no
fi;
-echo "$as_me:4708: result: $with_libtool" >&5
+echo "$as_me:4707: result: $with_libtool" >&5
echo "${ECHO_T}$with_libtool" >&6
if test "$with_libtool" != "no"; then
@@ -4736,7 +4735,7 @@
with_libtool=`echo $with_libtool | sed -e s%NONE%$cf_path_syntax%`
;;
(*)
- { { echo "$as_me:4739: error: expected a pathname, not \"$with_libtool\"" >&5
+ { { echo "$as_me:4738: error: expected a pathname, not \"$with_libtool\"" >&5
echo "$as_me: error: expected a pathname, not \"$with_libtool\"" >&2;}
{ (exit 1); exit 1; }; }
;;
@@ -4749,7 +4748,7 @@
do
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
-echo "$as_me:4752: checking for $ac_word" >&5
+echo "$as_me:4751: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_LIBTOOL+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4764,7 +4763,7 @@
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_LIBTOOL="$ac_tool_prefix$ac_prog"
-echo "$as_me:4767: found $ac_dir/$ac_word" >&5
+echo "$as_me:4766: found $ac_dir/$ac_word" >&5
break
done
@@ -4772,10 +4771,10 @@
fi
LIBTOOL=$ac_cv_prog_LIBTOOL
if test -n "$LIBTOOL"; then
- echo "$as_me:4775: result: $LIBTOOL" >&5
+ echo "$as_me:4774: result: $LIBTOOL" >&5
echo "${ECHO_T}$LIBTOOL" >&6
else
- echo "$as_me:4778: result: no" >&5
+ echo "$as_me:4777: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -4788,7 +4787,7 @@
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
-echo "$as_me:4791: checking for $ac_word" >&5
+echo "$as_me:4790: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_ac_ct_LIBTOOL+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4803,7 +4802,7 @@
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_ac_ct_LIBTOOL="$ac_prog"
-echo "$as_me:4806: found $ac_dir/$ac_word" >&5
+echo "$as_me:4805: found $ac_dir/$ac_word" >&5
break
done
@@ -4811,10 +4810,10 @@
fi
ac_ct_LIBTOOL=$ac_cv_prog_ac_ct_LIBTOOL
if test -n "$ac_ct_LIBTOOL"; then
- echo "$as_me:4814: result: $ac_ct_LIBTOOL" >&5
+ echo "$as_me:4813: result: $ac_ct_LIBTOOL" >&5
echo "${ECHO_T}$ac_ct_LIBTOOL" >&6
else
- echo "$as_me:4817: result: no" >&5
+ echo "$as_me:4816: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -4845,7 +4844,7 @@
do
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
-echo "$as_me:4848: checking for $ac_word" >&5
+echo "$as_me:4847: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_LIBTOOL+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4860,7 +4859,7 @@
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_LIBTOOL="$ac_tool_prefix$ac_prog"
-echo "$as_me:4863: found $ac_dir/$ac_word" >&5
+echo "$as_me:4862: found $ac_dir/$ac_word" >&5
break
done
@@ -4868,10 +4867,10 @@
fi
LIBTOOL=$ac_cv_prog_LIBTOOL
if test -n "$LIBTOOL"; then
- echo "$as_me:4871: result: $LIBTOOL" >&5
+ echo "$as_me:4870: result: $LIBTOOL" >&5
echo "${ECHO_T}$LIBTOOL" >&6
else
- echo "$as_me:4874: result: no" >&5
+ echo "$as_me:4873: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -4884,7 +4883,7 @@
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
-echo "$as_me:4887: checking for $ac_word" >&5
+echo "$as_me:4886: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_ac_ct_LIBTOOL+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4899,7 +4898,7 @@
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_ac_ct_LIBTOOL="$ac_prog"
-echo "$as_me:4902: found $ac_dir/$ac_word" >&5
+echo "$as_me:4901: found $ac_dir/$ac_word" >&5
break
done
@@ -4907,10 +4906,10 @@
fi
ac_ct_LIBTOOL=$ac_cv_prog_ac_ct_LIBTOOL
if test -n "$ac_ct_LIBTOOL"; then
- echo "$as_me:4910: result: $ac_ct_LIBTOOL" >&5
+ echo "$as_me:4909: result: $ac_ct_LIBTOOL" >&5
echo "${ECHO_T}$ac_ct_LIBTOOL" >&6
else
- echo "$as_me:4913: result: no" >&5
+ echo "$as_me:4912: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -4932,7 +4931,7 @@
fi
fi
if test -z "$LIBTOOL" ; then
- { { echo "$as_me:4935: error: Cannot find libtool" >&5
+ { { echo "$as_me:4934: error: Cannot find libtool" >&5
echo "$as_me: error: Cannot find libtool" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -4948,7 +4947,7 @@
if test -n "$LIBTOOL" && test "$LIBTOOL" != none
then
- echo "$as_me:4951: checking version of $LIBTOOL" >&5
+ echo "$as_me:4950: checking version of $LIBTOOL" >&5
echo $ECHO_N "checking version of $LIBTOOL... $ECHO_C" >&6
if test -n "$LIBTOOL" && test "$LIBTOOL" != none
@@ -4959,15 +4958,15 @@
fi
test -z "$cf_cv_libtool_version" && unset cf_cv_libtool_version
- echo "$as_me:4962: result: $cf_cv_libtool_version" >&5
+ echo "$as_me:4961: result: $cf_cv_libtool_version" >&5
echo "${ECHO_T}$cf_cv_libtool_version" >&6
if test -z "$cf_cv_libtool_version" ; then
- { { echo "$as_me:4965: error: This is not GNU libtool" >&5
+ { { echo "$as_me:4964: error: This is not GNU libtool" >&5
echo "$as_me: error: This is not GNU libtool" >&2;}
{ (exit 1); exit 1; }; }
fi
else
- { { echo "$as_me:4970: error: GNU libtool has not been found" >&5
+ { { echo "$as_me:4969: error: GNU libtool has not been found" >&5
echo "$as_me: error: GNU libtool has not been found" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -5003,7 +5002,7 @@
else
-echo "$as_me:5006: checking if you want to build shared libraries" >&5
+echo "$as_me:5005: checking if you want to build shared libraries" >&5
echo $ECHO_N "checking if you want to build shared libraries... $ECHO_C" >&6
# Check whether --with-shared or --without-shared was given.
@@ -5013,11 +5012,11 @@
else
with_shared=no
fi;
-echo "$as_me:5016: result: $with_shared" >&5
+echo "$as_me:5015: result: $with_shared" >&5
echo "${ECHO_T}$with_shared" >&6
test "x$with_shared" = "xyes" && cf_list_models="$cf_list_models shared"
-echo "$as_me:5020: checking if you want to build static libraries" >&5
+echo "$as_me:5019: checking if you want to build static libraries" >&5
echo $ECHO_N "checking if you want to build static libraries... $ECHO_C" >&6
# Check whether --with-normal or --without-normal was given.
@@ -5027,11 +5026,11 @@
else
with_normal=yes
fi;
-echo "$as_me:5030: result: $with_normal" >&5
+echo "$as_me:5029: result: $with_normal" >&5
echo "${ECHO_T}$with_normal" >&6
test "x$with_normal" = "xyes" && cf_list_models="$cf_list_models normal"
-echo "$as_me:5034: checking if you want to build debug libraries" >&5
+echo "$as_me:5033: checking if you want to build debug libraries" >&5
echo $ECHO_N "checking if you want to build debug libraries... $ECHO_C" >&6
# Check whether --with-debug or --without-debug was given.
@@ -5041,11 +5040,11 @@
else
with_debug=yes
fi;
-echo "$as_me:5044: result: $with_debug" >&5
+echo "$as_me:5043: result: $with_debug" >&5
echo "${ECHO_T}$with_debug" >&6
test "x$with_debug" = "xyes" && cf_list_models="$cf_list_models debug"
-echo "$as_me:5048: checking if you want to build profiling libraries" >&5
+echo "$as_me:5047: checking if you want to build profiling libraries" >&5
echo $ECHO_N "checking if you want to build profiling libraries... $ECHO_C" >&6
# Check whether --with-profile or --without-profile was given.
@@ -5055,7 +5054,7 @@
else
with_profile=no
fi;
-echo "$as_me:5058: result: $with_profile" >&5
+echo "$as_me:5057: result: $with_profile" >&5
echo "${ECHO_T}$with_profile" >&6
test "x$with_profile" = "xyes" && cf_list_models="$cf_list_models profile"
@@ -5063,7 +5062,7 @@
if test "X$cf_with_cxx_binding" != Xno; then
if test "x$with_shared" = "xyes"; then
-echo "$as_me:5066: checking if you want to build C++ shared libraries" >&5
+echo "$as_me:5065: checking if you want to build C++ shared libraries" >&5
echo $ECHO_N "checking if you want to build C++ shared libraries... $ECHO_C" >&6
# Check whether --with-cxx-shared or --without-cxx-shared was given.
@@ -5073,26 +5072,26 @@
else
with_shared_cxx=no
fi;
-echo "$as_me:5076: result: $with_shared_cxx" >&5
+echo "$as_me:5075: result: $with_shared_cxx" >&5
echo "${ECHO_T}$with_shared_cxx" >&6
fi
fi
###############################################################################
-echo "$as_me:5083: checking for specified models" >&5
+echo "$as_me:5082: checking for specified models" >&5
echo $ECHO_N "checking for specified models... $ECHO_C" >&6
test -z "$cf_list_models" && cf_list_models=normal
test "$with_libtool" != "no" && cf_list_models=libtool
-echo "$as_me:5087: result: $cf_list_models" >&5
+echo "$as_me:5086: result: $cf_list_models" >&5
echo "${ECHO_T}$cf_list_models" >&6
### Use the first model as the default, and save its suffix for use in building
### up test-applications.
-echo "$as_me:5092: checking for default model" >&5
+echo "$as_me:5091: checking for default model" >&5
echo $ECHO_N "checking for default model... $ECHO_C" >&6
DFT_LWR_MODEL=`echo "$cf_list_models" | $AWK '{print $1}'`
-echo "$as_me:5095: result: $DFT_LWR_MODEL" >&5
+echo "$as_me:5094: result: $DFT_LWR_MODEL" >&5
echo "${ECHO_T}$DFT_LWR_MODEL" >&6
DFT_UPR_MODEL=`echo "$DFT_LWR_MODEL" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
@@ -5106,7 +5105,7 @@
LIB_DIR=../lib
LIB_2ND=../../lib
-echo "$as_me:5109: checking if you want to have a library-prefix" >&5
+echo "$as_me:5108: checking if you want to have a library-prefix" >&5
echo $ECHO_N "checking if you want to have a library-prefix... $ECHO_C" >&6
# Check whether --with-lib-prefix or --without-lib-prefix was given.
@@ -5116,7 +5115,7 @@
else
with_lib_prefix=auto
fi;
-echo "$as_me:5119: result: $with_lib_prefix" >&5
+echo "$as_me:5118: result: $with_lib_prefix" >&5
echo "${ECHO_T}$with_lib_prefix" >&6
if test $with_lib_prefix = auto
@@ -5144,19 +5143,19 @@
LIB_SUFFIX=
- echo "$as_me:5147: checking for PATH separator" >&5
+ echo "$as_me:5146: 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:5154: result: $PATH_SEPARATOR" >&5
+ echo "$as_me:5153: result: $PATH_SEPARATOR" >&5
echo "${ECHO_T}$PATH_SEPARATOR" >&6
###############################################################################
-echo "$as_me:5159: checking if you want to build a separate terminfo library" >&5
+echo "$as_me:5158: checking if you want to build a separate terminfo library" >&5
echo $ECHO_N "checking if you want to build a separate terminfo library... $ECHO_C" >&6
# Check whether --with-termlib or --without-termlib was given.
@@ -5166,10 +5165,10 @@
else
with_termlib=no
fi;
-echo "$as_me:5169: result: $with_termlib" >&5
+echo "$as_me:5168: result: $with_termlib" >&5
echo "${ECHO_T}$with_termlib" >&6
-echo "$as_me:5172: checking if you want to build a separate tic library" >&5
+echo "$as_me:5171: checking if you want to build a separate tic library" >&5
echo $ECHO_N "checking if you want to build a separate tic library... $ECHO_C" >&6
# Check whether --with-ticlib or --without-ticlib was given.
@@ -5179,13 +5178,13 @@
else
with_ticlib=no
fi;
-echo "$as_me:5182: result: $with_ticlib" >&5
+echo "$as_me:5181: result: $with_ticlib" >&5
echo "${ECHO_T}$with_ticlib" >&6
### Checks for special libraries, must be done up-front.
SHLIB_LIST=""
-echo "$as_me:5188: checking if you want to link with the GPM mouse library" >&5
+echo "$as_me:5187: checking if you want to link with the GPM mouse library" >&5
echo $ECHO_N "checking if you want to link with the GPM mouse library... $ECHO_C" >&6
# Check whether --with-gpm or --without-gpm was given.
@@ -5195,27 +5194,27 @@
else
with_gpm=maybe
fi;
-echo "$as_me:5198: result: $with_gpm" >&5
+echo "$as_me:5197: result: $with_gpm" >&5
echo "${ECHO_T}$with_gpm" >&6
if test "$with_gpm" != no ; then
- echo "$as_me:5202: checking for gpm.h" >&5
+ echo "$as_me:5201: checking for gpm.h" >&5
echo $ECHO_N "checking for gpm.h... $ECHO_C" >&6
if test "${ac_cv_header_gpm_h+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 5208 "configure"
+#line 5207 "configure"
#include "confdefs.h"
#include <gpm.h>
_ACEOF
-if { (eval echo "$as_me:5212: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:5211: \"$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:5218: \$? = $ac_status" >&5
+ echo "$as_me:5217: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -5234,7 +5233,7 @@
fi
rm -f conftest.err conftest.$ac_ext
fi
-echo "$as_me:5237: result: $ac_cv_header_gpm_h" >&5
+echo "$as_me:5236: result: $ac_cv_header_gpm_h" >&5
echo "${ECHO_T}$ac_cv_header_gpm_h" >&6
if test $ac_cv_header_gpm_h = yes; then
@@ -5245,14 +5244,14 @@
if test "$with_gpm" != yes && test "$with_gpm" != maybe ; then
test -n "$verbose" && echo " assuming we really have GPM library" 1>&6
-echo "${as_me:-configure}:5248: testing assuming we really have GPM library ..." 1>&5
+echo "${as_me:-configure}:5247: testing assuming we really have GPM library ..." 1>&5
cat >>confdefs.h <<\EOF
#define HAVE_LIBGPM 1
EOF
else
- echo "$as_me:5255: checking for Gpm_Open in -lgpm" >&5
+ echo "$as_me:5254: 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
@@ -5260,7 +5259,7 @@
ac_check_lib_save_LIBS=$LIBS
LIBS="-lgpm $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 5263 "configure"
+#line 5262 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -5279,16 +5278,16 @@
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:5282: \"$ac_link\"") >&5
+if { (eval echo "$as_me:5281: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:5285: \$? = $ac_status" >&5
+ echo "$as_me:5284: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:5288: \"$ac_try\"") >&5
+ { (eval echo "$as_me:5287: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:5291: \$? = $ac_status" >&5
+ echo "$as_me:5290: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_gpm_Gpm_Open=yes
else
@@ -5299,13 +5298,13 @@
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:5302: result: $ac_cv_lib_gpm_Gpm_Open" >&5
+echo "$as_me:5301: 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
:
else
- { { echo "$as_me:5308: error: Cannot link with GPM library" >&5
+ { { echo "$as_me:5307: error: Cannot link with GPM library" >&5
echo "$as_me: error: Cannot link with GPM library" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -5315,7 +5314,7 @@
else
- test "$with_gpm" != maybe && { echo "$as_me:5318: WARNING: Cannot find GPM header" >&5
+ test "$with_gpm" != maybe && { echo "$as_me:5317: WARNING: Cannot find GPM header" >&5
echo "$as_me: WARNING: Cannot find GPM header" >&2;}
with_gpm=no
@@ -5324,7 +5323,7 @@
fi
if test "$with_gpm" != no ; then
- echo "$as_me:5327: checking if you want to load GPM dynamically" >&5
+ echo "$as_me:5326: checking if you want to load GPM dynamically" >&5
echo $ECHO_N "checking if you want to load GPM dynamically... $ECHO_C" >&6
# Check whether --with-dlsym or --without-dlsym was given.
@@ -5334,18 +5333,18 @@
else
with_dlsym=yes
fi;
- echo "$as_me:5337: result: $with_dlsym" >&5
+ echo "$as_me:5336: result: $with_dlsym" >&5
echo "${ECHO_T}$with_dlsym" >&6
if test "x$with_dlsym" = xyes ; then
cf_have_dlsym=no
-echo "$as_me:5342: checking for dlsym" >&5
+echo "$as_me:5341: checking for dlsym" >&5
echo $ECHO_N "checking for dlsym... $ECHO_C" >&6
if test "${ac_cv_func_dlsym+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 5348 "configure"
+#line 5347 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char dlsym (); below. */
@@ -5376,16 +5375,16 @@
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:5379: \"$ac_link\"") >&5
+if { (eval echo "$as_me:5378: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:5382: \$? = $ac_status" >&5
+ echo "$as_me:5381: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:5385: \"$ac_try\"") >&5
+ { (eval echo "$as_me:5384: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:5388: \$? = $ac_status" >&5
+ echo "$as_me:5387: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_func_dlsym=yes
else
@@ -5395,14 +5394,14 @@
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:5398: result: $ac_cv_func_dlsym" >&5
+echo "$as_me:5397: result: $ac_cv_func_dlsym" >&5
echo "${ECHO_T}$ac_cv_func_dlsym" >&6
if test $ac_cv_func_dlsym = yes; then
cf_have_dlsym=yes
else
cf_have_libdl=no
-echo "$as_me:5405: checking for dlsym in -ldl" >&5
+echo "$as_me:5404: 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
@@ -5410,7 +5409,7 @@
ac_check_lib_save_LIBS=$LIBS
LIBS="-ldl $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 5413 "configure"
+#line 5412 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -5429,16 +5428,16 @@
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:5432: \"$ac_link\"") >&5
+if { (eval echo "$as_me:5431: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:5435: \$? = $ac_status" >&5
+ echo "$as_me:5434: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:5438: \"$ac_try\"") >&5
+ { (eval echo "$as_me:5437: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:5441: \$? = $ac_status" >&5
+ echo "$as_me:5440: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_dl_dlsym=yes
else
@@ -5449,7 +5448,7 @@
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:5452: result: $ac_cv_lib_dl_dlsym" >&5
+echo "$as_me:5451: 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
@@ -5478,10 +5477,10 @@
LIBS="$cf_add_libs"
}
- echo "$as_me:5481: checking whether able to link to dl*() functions" >&5
+ echo "$as_me:5480: checking whether able to link to dl*() functions" >&5
echo $ECHO_N "checking whether able to link to dl*() functions... $ECHO_C" >&6
cat >conftest.$ac_ext <<_ACEOF
-#line 5484 "configure"
+#line 5483 "configure"
#include "confdefs.h"
#include <dlfcn.h>
int
@@ -5499,16 +5498,16 @@
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:5502: \"$ac_link\"") >&5
+if { (eval echo "$as_me:5501: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:5505: \$? = $ac_status" >&5
+ echo "$as_me:5504: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:5508: \"$ac_try\"") >&5
+ { (eval echo "$as_me:5507: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:5511: \$? = $ac_status" >&5
+ echo "$as_me:5510: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
cat >>confdefs.h <<\EOF
@@ -5519,15 +5518,15 @@
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
- { { echo "$as_me:5522: error: Cannot link test program for libdl" >&5
+ { { echo "$as_me:5521: error: Cannot link test program for libdl" >&5
echo "$as_me: error: Cannot link test program for libdl" >&2;}
{ (exit 1); exit 1; }; }
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
- echo "$as_me:5527: result: ok" >&5
+ echo "$as_me:5526: result: ok" >&5
echo "${ECHO_T}ok" >&6
else
- { { echo "$as_me:5530: error: Cannot find dlsym function" >&5
+ { { echo "$as_me:5529: error: Cannot find dlsym function" >&5
echo "$as_me: error: Cannot find dlsym function" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -5535,12 +5534,12 @@
if test "x$with_gpm" != xyes ; then
test -n "$verbose" && echo " assuming soname for gpm is $with_gpm" 1>&6
-echo "${as_me:-configure}:5538: testing assuming soname for gpm is $with_gpm ..." 1>&5
+echo "${as_me:-configure}:5537: testing assuming soname for gpm is $with_gpm ..." 1>&5
cf_cv_gpm_soname="$with_gpm"
else
-echo "$as_me:5543: checking for soname of gpm library" >&5
+echo "$as_me:5542: checking for soname of gpm library" >&5
echo $ECHO_N "checking for soname of gpm library... $ECHO_C" >&6
if test "${cf_cv_gpm_soname+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5574,15 +5573,15 @@
done
LIBS="$cf_add_libs"
- if { (eval echo "$as_me:5577: \"$ac_compile\"") >&5
+ if { (eval echo "$as_me:5576: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:5580: \$? = $ac_status" >&5
+ echo "$as_me:5579: \$? = $ac_status" >&5
(exit $ac_status); } ; then
- if { (eval echo "$as_me:5582: \"$ac_link\"") >&5
+ if { (eval echo "$as_me:5581: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:5585: \$? = $ac_status" >&5
+ echo "$as_me:5584: \$? = $ac_status" >&5
(exit $ac_status); } ; then
cf_cv_gpm_soname=`ldd conftest$ac_exeext 2>/dev/null | sed -e 's,^.*/,,' -e 's, .*$,,' | fgrep libgpm.`
test -z "$cf_cv_gpm_soname" && cf_cv_gpm_soname=unknown
@@ -5593,7 +5592,7 @@
fi
fi
-echo "$as_me:5596: result: $cf_cv_gpm_soname" >&5
+echo "$as_me:5595: result: $cf_cv_gpm_soname" >&5
echo "${ECHO_T}$cf_cv_gpm_soname" >&6
fi
@@ -5628,7 +5627,7 @@
#define HAVE_LIBGPM 1
EOF
-echo "$as_me:5631: checking for Gpm_Wgetch in -lgpm" >&5
+echo "$as_me:5630: checking for Gpm_Wgetch in -lgpm" >&5
echo $ECHO_N "checking for Gpm_Wgetch in -lgpm... $ECHO_C" >&6
if test "${ac_cv_lib_gpm_Gpm_Wgetch+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5636,7 +5635,7 @@
ac_check_lib_save_LIBS=$LIBS
LIBS="-lgpm $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 5639 "configure"
+#line 5638 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -5655,16 +5654,16 @@
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:5658: \"$ac_link\"") >&5
+if { (eval echo "$as_me:5657: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:5661: \$? = $ac_status" >&5
+ echo "$as_me:5660: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:5664: \"$ac_try\"") >&5
+ { (eval echo "$as_me:5663: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:5667: \$? = $ac_status" >&5
+ echo "$as_me:5666: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_gpm_Gpm_Wgetch=yes
else
@@ -5675,11 +5674,11 @@
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:5678: result: $ac_cv_lib_gpm_Gpm_Wgetch" >&5
+echo "$as_me:5677: result: $ac_cv_lib_gpm_Gpm_Wgetch" >&5
echo "${ECHO_T}$ac_cv_lib_gpm_Gpm_Wgetch" >&6
if test $ac_cv_lib_gpm_Gpm_Wgetch = yes; then
-echo "$as_me:5682: checking if GPM is weakly bound to curses library" >&5
+echo "$as_me:5681: checking if GPM is weakly bound to curses library" >&5
echo $ECHO_N "checking if GPM is weakly bound to curses library... $ECHO_C" >&6
if test "${cf_cv_check_gpm_wgetch+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5703,15 +5702,15 @@
# to rely on the static library, noting that some packagers may not
# include it.
LIBS="-static -lgpm -dynamic $LIBS"
- if { (eval echo "$as_me:5706: \"$ac_compile\"") >&5
+ if { (eval echo "$as_me:5705: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:5709: \$? = $ac_status" >&5
+ echo "$as_me:5708: \$? = $ac_status" >&5
(exit $ac_status); } ; then
- if { (eval echo "$as_me:5711: \"$ac_link\"") >&5
+ if { (eval echo "$as_me:5710: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:5714: \$? = $ac_status" >&5
+ echo "$as_me:5713: \$? = $ac_status" >&5
(exit $ac_status); } ; then
cf_cv_check_gpm_wgetch=`nm conftest$ac_exeext | egrep '\<wgetch\>' | egrep '\<[vVwW]\>'`
test -n "$cf_cv_check_gpm_wgetch" && cf_cv_check_gpm_wgetch=yes
@@ -5723,11 +5722,11 @@
fi
fi
-echo "$as_me:5726: result: $cf_cv_check_gpm_wgetch" >&5
+echo "$as_me:5725: result: $cf_cv_check_gpm_wgetch" >&5
echo "${ECHO_T}$cf_cv_check_gpm_wgetch" >&6
if test "$cf_cv_check_gpm_wgetch" != yes ; then
- { echo "$as_me:5730: WARNING: GPM library is already linked with curses - read the FAQ" >&5
+ { echo "$as_me:5729: WARNING: GPM library is already linked with curses - read the FAQ" >&5
echo "$as_me: WARNING: GPM library is already linked with curses - read the FAQ" >&2;}
fi
@@ -5737,7 +5736,7 @@
# not everyone has "test -c"
if test -c /dev/sysmouse 2>/dev/null ; then
-echo "$as_me:5740: checking if you want to use sysmouse" >&5
+echo "$as_me:5739: checking if you want to use sysmouse" >&5
echo $ECHO_N "checking if you want to use sysmouse... $ECHO_C" >&6
# Check whether --with-sysmouse or --without-sysmouse was given.
@@ -5749,7 +5748,7 @@
fi;
if test "$cf_with_sysmouse" != no ; then
cat >conftest.$ac_ext <<_ACEOF
-#line 5752 "configure"
+#line 5751 "configure"
#include "confdefs.h"
#include <osreldate.h>
@@ -5772,16 +5771,16 @@
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:5775: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:5774: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:5778: \$? = $ac_status" >&5
+ echo "$as_me:5777: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:5781: \"$ac_try\"") >&5
+ { (eval echo "$as_me:5780: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:5784: \$? = $ac_status" >&5
+ echo "$as_me:5783: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
cf_with_sysmouse=yes
else
@@ -5791,7 +5790,7 @@
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:5794: result: $cf_with_sysmouse" >&5
+echo "$as_me:5793: result: $cf_with_sysmouse" >&5
echo "${ECHO_T}$cf_with_sysmouse" >&6
test "$cf_with_sysmouse" = yes &&
cat >>confdefs.h <<\EOF
@@ -5810,7 +5809,7 @@
test -n "$GXX" && test "x${ac_cv_prog_cxx_g}" != xyes && CXX_G_OPT=''
fi
-echo "$as_me:5813: checking for default loader flags" >&5
+echo "$as_me:5812: checking for default loader flags" >&5
echo $ECHO_N "checking for default loader flags... $ECHO_C" >&6
case $DFT_LWR_MODEL in
(libtool) LD_MODEL='' ;;
@@ -5819,13 +5818,13 @@
(profile) LD_MODEL='-pg';;
(shared) LD_MODEL='' ;;
esac
-echo "$as_me:5822: result: $LD_MODEL" >&5
+echo "$as_me:5821: result: $LD_MODEL" >&5
echo "${ECHO_T}$LD_MODEL" >&6
case $DFT_LWR_MODEL in
(shared)
-echo "$as_me:5828: checking if rpath option should be used" >&5
+echo "$as_me:5827: checking if rpath option should be used" >&5
echo $ECHO_N "checking if rpath option should be used... $ECHO_C" >&6
# Check whether --enable-rpath or --disable-rpath was given.
@@ -5835,10 +5834,10 @@
else
cf_cv_enable_rpath=no
fi;
-echo "$as_me:5838: result: $cf_cv_enable_rpath" >&5
+echo "$as_me:5837: result: $cf_cv_enable_rpath" >&5
echo "${ECHO_T}$cf_cv_enable_rpath" >&6
-echo "$as_me:5841: checking if shared libraries should be relinked during install" >&5
+echo "$as_me:5840: checking if shared libraries should be relinked during install" >&5
echo $ECHO_N "checking if shared libraries should be relinked during install... $ECHO_C" >&6
# Check whether --enable-relink or --disable-relink was given.
@@ -5848,7 +5847,7 @@
else
cf_cv_do_relink=yes
fi;
-echo "$as_me:5851: result: $cf_cv_do_relink" >&5
+echo "$as_me:5850: result: $cf_cv_do_relink" >&5
echo "${ECHO_T}$cf_cv_do_relink" >&6
;;
esac
@@ -5857,7 +5856,7 @@
rel_builddir=..
LD_RPATH_OPT=
-echo "$as_me:5860: checking for an rpath option" >&5
+echo "$as_me:5859: checking for an rpath option" >&5
echo $ECHO_N "checking for an rpath option... $ECHO_C" >&6
case $cf_cv_system_name in
(irix*)
@@ -5888,12 +5887,12 @@
(*)
;;
esac
-echo "$as_me:5891: result: $LD_RPATH_OPT" >&5
+echo "$as_me:5890: result: $LD_RPATH_OPT" >&5
echo "${ECHO_T}$LD_RPATH_OPT" >&6
case "x$LD_RPATH_OPT" in
(x-R*)
- echo "$as_me:5896: checking if we need a space after rpath option" >&5
+ echo "$as_me:5895: 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"
@@ -5914,7 +5913,7 @@
LIBS="$cf_add_libs"
cat >conftest.$ac_ext <<_ACEOF
-#line 5917 "configure"
+#line 5916 "configure"
#include "confdefs.h"
int
@@ -5926,16 +5925,16 @@
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:5929: \"$ac_link\"") >&5
+if { (eval echo "$as_me:5928: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:5932: \$? = $ac_status" >&5
+ echo "$as_me:5931: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:5935: \"$ac_try\"") >&5
+ { (eval echo "$as_me:5934: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:5938: \$? = $ac_status" >&5
+ echo "$as_me:5937: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
cf_rpath_space=no
else
@@ -5945,7 +5944,7 @@
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS="$cf_save_LIBS"
- echo "$as_me:5948: result: $cf_rpath_space" >&5
+ echo "$as_me:5947: result: $cf_rpath_space" >&5
echo "${ECHO_T}$cf_rpath_space" >&6
test "$cf_rpath_space" = yes && LD_RPATH_OPT="$LD_RPATH_OPT "
;;
@@ -5966,7 +5965,7 @@
cf_ld_rpath_opt=
test "$cf_cv_enable_rpath" = yes && cf_ld_rpath_opt="$LD_RPATH_OPT"
- echo "$as_me:5969: checking if release/abi version should be used for shared libs" >&5
+ echo "$as_me:5968: checking if release/abi version should be used for shared libs" >&5
echo $ECHO_N "checking if release/abi version should be used for shared libs... $ECHO_C" >&6
# Check whether --with-shlib-version or --without-shlib-version was given.
@@ -5981,9 +5980,9 @@
cf_cv_shlib_version=$withval
;;
(*)
- echo "$as_me:5984: result: $withval" >&5
+ echo "$as_me:5983: result: $withval" >&5
echo "${ECHO_T}$withval" >&6
- { { echo "$as_me:5986: error: option value must be one of: rel, abi, or auto" >&5
+ { { echo "$as_me:5985: error: option value must be one of: rel, abi, or auto" >&5
echo "$as_me: error: option value must be one of: rel, abi, or auto" >&2;}
{ (exit 1); exit 1; }; }
;;
@@ -5992,7 +5991,7 @@
else
cf_cv_shlib_version=auto
fi;
- echo "$as_me:5995: result: $cf_cv_shlib_version" >&5
+ echo "$as_me:5994: result: $cf_cv_shlib_version" >&5
echo "${ECHO_T}$cf_cv_shlib_version" >&6
cf_cv_rm_so_locs=no
@@ -6002,14 +6001,14 @@
CC_SHARED_OPTS=
if test "$GCC" = yes
then
- echo "$as_me:6005: checking which $CC option to use" >&5
+ echo "$as_me:6004: checking which $CC option to use" >&5
echo $ECHO_N "checking which $CC option to use... $ECHO_C" >&6
cf_save_CFLAGS="$CFLAGS"
for CC_SHARED_OPTS in -fPIC -fpic ''
do
CFLAGS="$cf_save_CFLAGS $CC_SHARED_OPTS"
cat >conftest.$ac_ext <<_ACEOF
-#line 6012 "configure"
+#line 6011 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -6021,16 +6020,16 @@
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:6024: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:6023: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:6027: \$? = $ac_status" >&5
+ echo "$as_me:6026: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:6030: \"$ac_try\"") >&5
+ { (eval echo "$as_me:6029: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:6033: \$? = $ac_status" >&5
+ echo "$as_me:6032: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
break
else
@@ -6039,7 +6038,7 @@
fi
rm -f conftest.$ac_objext conftest.$ac_ext
done
- echo "$as_me:6042: result: $CC_SHARED_OPTS" >&5
+ echo "$as_me:6041: result: $CC_SHARED_OPTS" >&5
echo "${ECHO_T}$CC_SHARED_OPTS" >&6
CFLAGS="$cf_save_CFLAGS"
fi
@@ -6110,7 +6109,7 @@
MK_SHARED_LIB='${CC} ${CFLAGS} -dynamiclib -install_name ${libdir}/`basename $@` -compatibility_version ${ABI_VERSION} -current_version ${ABI_VERSION} -o $@'
test "$cf_cv_shlib_version" = auto && cf_cv_shlib_version=abi
cf_cv_shlib_version_infix=yes
- echo "$as_me:6113: checking if ld -search_paths_first works" >&5
+ echo "$as_me:6112: checking if ld -search_paths_first works" >&5
echo $ECHO_N "checking if ld -search_paths_first works... $ECHO_C" >&6
if test "${cf_cv_ldflags_search_paths_first+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6119,7 +6118,7 @@
cf_save_LDFLAGS=$LDFLAGS
LDFLAGS="$LDFLAGS -Wl,-search_paths_first"
cat >conftest.$ac_ext <<_ACEOF
-#line 6122 "configure"
+#line 6121 "configure"
#include "confdefs.h"
int
@@ -6131,16 +6130,16 @@
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:6134: \"$ac_link\"") >&5
+if { (eval echo "$as_me:6133: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:6137: \$? = $ac_status" >&5
+ echo "$as_me:6136: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:6140: \"$ac_try\"") >&5
+ { (eval echo "$as_me:6139: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:6143: \$? = $ac_status" >&5
+ echo "$as_me:6142: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
cf_cv_ldflags_search_paths_first=yes
else
@@ -6151,7 +6150,7 @@
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LDFLAGS=$cf_save_LDFLAGS
fi
-echo "$as_me:6154: result: $cf_cv_ldflags_search_paths_first" >&5
+echo "$as_me:6153: result: $cf_cv_ldflags_search_paths_first" >&5
echo "${ECHO_T}$cf_cv_ldflags_search_paths_first" >&6
if test $cf_cv_ldflags_search_paths_first = yes; then
LDFLAGS="$LDFLAGS -Wl,-search_paths_first"
@@ -6376,7 +6375,7 @@
do
CFLAGS="$cf_shared_opts $cf_save_CFLAGS"
cat >conftest.$ac_ext <<_ACEOF
-#line 6379 "configure"
+#line 6378 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -6388,16 +6387,16 @@
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:6391: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:6390: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:6394: \$? = $ac_status" >&5
+ echo "$as_me:6393: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:6397: \"$ac_try\"") >&5
+ { (eval echo "$as_me:6396: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:6400: \$? = $ac_status" >&5
+ echo "$as_me:6399: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
break
else
@@ -6434,7 +6433,7 @@
test "$cf_cv_do_symlinks" = no && cf_cv_do_symlinks=yes
;;
(*)
- { echo "$as_me:6437: WARNING: ignored --with-shlib-version" >&5
+ { echo "$as_me:6436: WARNING: ignored --with-shlib-version" >&5
echo "$as_me: WARNING: ignored --with-shlib-version" >&2;}
;;
esac
@@ -6444,7 +6443,7 @@
if test -n "$cf_try_cflags"
then
cat > conftest.$ac_ext <<EOF
-#line 6447 "${as_me:-configure}"
+#line 6446 "${as_me:-configure}"
#include <stdio.h>
int main(int argc, char *argv[])
{
@@ -6456,18 +6455,18 @@
for cf_opt in $cf_try_cflags
do
CFLAGS="$cf_save_CFLAGS -$cf_opt"
- echo "$as_me:6459: checking if CFLAGS option -$cf_opt works" >&5
+ echo "$as_me:6458: checking if CFLAGS option -$cf_opt works" >&5
echo $ECHO_N "checking if CFLAGS option -$cf_opt works... $ECHO_C" >&6
- if { (eval echo "$as_me:6461: \"$ac_compile\"") >&5
+ if { (eval echo "$as_me:6460: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:6464: \$? = $ac_status" >&5
+ echo "$as_me:6463: \$? = $ac_status" >&5
(exit $ac_status); }; then
- echo "$as_me:6466: result: yes" >&5
+ echo "$as_me:6465: result: yes" >&5
echo "${ECHO_T}yes" >&6
cf_save_CFLAGS="$CFLAGS"
else
- echo "$as_me:6470: result: no" >&5
+ echo "$as_me:6469: result: no" >&5
echo "${ECHO_T}no" >&6
fi
done
@@ -6482,17 +6481,17 @@
test -n "$verbose" && echo " CC_SHARED_OPTS: $CC_SHARED_OPTS" 1>&6
-echo "${as_me:-configure}:6485: testing CC_SHARED_OPTS: $CC_SHARED_OPTS ..." 1>&5
+echo "${as_me:-configure}:6484: testing CC_SHARED_OPTS: $CC_SHARED_OPTS ..." 1>&5
test -n "$verbose" && echo " MK_SHARED_LIB: $MK_SHARED_LIB" 1>&6
-echo "${as_me:-configure}:6489: testing MK_SHARED_LIB: $MK_SHARED_LIB ..." 1>&5
+echo "${as_me:-configure}:6488: testing MK_SHARED_LIB: $MK_SHARED_LIB ..." 1>&5
for model in $cf_list_models; do
case $model in
(libtool)
-echo "$as_me:6495: checking for additional libtool options" >&5
+echo "$as_me:6494: checking for additional libtool options" >&5
echo $ECHO_N "checking for additional libtool options... $ECHO_C" >&6
# Check whether --with-libtool-opts or --without-libtool-opts was given.
@@ -6502,7 +6501,7 @@
else
with_libtool_opts=no
fi;
-echo "$as_me:6505: result: $with_libtool_opts" >&5
+echo "$as_me:6504: result: $with_libtool_opts" >&5
echo "${ECHO_T}$with_libtool_opts" >&6
case .$with_libtool_opts in
@@ -6513,7 +6512,7 @@
;;
esac
-echo "$as_me:6516: checking if exported-symbols file should be used" >&5
+echo "$as_me:6515: checking if exported-symbols file should be used" >&5
echo $ECHO_N "checking if exported-symbols file should be used... $ECHO_C" >&6
# Check whether --with-export-syms or --without-export-syms was given.
@@ -6528,7 +6527,7 @@
with_export_syms='${top_srcdir}/package/${PACKAGE}.sym'
fi
-echo "$as_me:6531: result: $with_export_syms" >&5
+echo "$as_me:6530: result: $with_export_syms" >&5
echo "${ECHO_T}$with_export_syms" >&6
if test "x$with_export_syms" != xno
then
@@ -6539,12 +6538,12 @@
;;
(shared)
if test "$CC_SHARED_OPTS" = "unknown"; then
- { { echo "$as_me:6542: error: Shared libraries are not supported in this version" >&5
+ { { echo "$as_me:6541: error: Shared libraries are not supported in this version" >&5
echo "$as_me: error: Shared libraries are not supported in this version" >&2;}
{ (exit 1); exit 1; }; }
fi
-echo "$as_me:6547: checking if versioned-symbols file should be used" >&5
+echo "$as_me:6546: checking if versioned-symbols file should be used" >&5
echo $ECHO_N "checking if versioned-symbols file should be used... $ECHO_C" >&6
# Check whether --with-versioned-syms or --without-versioned-syms was given.
@@ -6559,7 +6558,7 @@
with_versioned_syms='${top_srcdir}/package/${PACKAGE}.map'
fi
-echo "$as_me:6562: result: $with_versioned_syms" >&5
+echo "$as_me:6561: result: $with_versioned_syms" >&5
echo "${ECHO_T}$with_versioned_syms" >&6
RESULTING_SYMS=
@@ -6575,7 +6574,7 @@
MK_SHARED_LIB=`echo "$MK_SHARED_LIB" | sed -e "s%-Wl,%\\${VERSIONED_SYMS} -Wl,%"`
test -n "$verbose" && echo " MK_SHARED_LIB: $MK_SHARED_LIB" 1>&6
-echo "${as_me:-configure}:6578: testing MK_SHARED_LIB: $MK_SHARED_LIB ..." 1>&5
+echo "${as_me:-configure}:6577: testing MK_SHARED_LIB: $MK_SHARED_LIB ..." 1>&5
;;
(*-dy\ *)
@@ -6583,11 +6582,11 @@
MK_SHARED_LIB=`echo "$MK_SHARED_LIB" | sed -e "s%-dy%\\${VERSIONED_SYMS} -dy%"`
test -n "$verbose" && echo " MK_SHARED_LIB: $MK_SHARED_LIB" 1>&6
-echo "${as_me:-configure}:6586: testing MK_SHARED_LIB: $MK_SHARED_LIB ..." 1>&5
+echo "${as_me:-configure}:6585: testing MK_SHARED_LIB: $MK_SHARED_LIB ..." 1>&5
;;
(*)
- { echo "$as_me:6590: WARNING: this system does not support versioned-symbols" >&5
+ { echo "$as_me:6589: WARNING: this system does not support versioned-symbols" >&5
echo "$as_me: WARNING: this system does not support versioned-symbols" >&2;}
;;
esac
@@ -6599,7 +6598,7 @@
# symbols.
if test "x$VERSIONED_SYMS" != "x"
then
- echo "$as_me:6602: checking if wildcards can be used to selectively omit symbols" >&5
+ echo "$as_me:6601: checking if wildcards can be used to selectively omit symbols" >&5
echo $ECHO_N "checking if wildcards can be used to selectively omit symbols... $ECHO_C" >&6
WILDCARD_SYMS=no
@@ -6636,7 +6635,7 @@
} submodule_1.0;
EOF
cat >conftest.$ac_ext <<EOF
-#line 6639 "configure"
+#line 6638 "configure"
int _ismissing(void) { return 1; }
int _localf1(void) { return 1; }
int _localf2(void) { return 2; }
@@ -6667,7 +6666,7 @@
cf_missing=`nm -P conftest.so 2>&5 |fgrep _ismissing | egrep '[ ][DT][ ]'`
test -n "$cf_missing" && WILDCARD_SYMS=yes
fi
- echo "$as_me:6670: result: $WILDCARD_SYMS" >&5
+ echo "$as_me:6669: result: $WILDCARD_SYMS" >&5
echo "${ECHO_T}$WILDCARD_SYMS" >&6
rm -f conftest.*
fi
@@ -6678,7 +6677,7 @@
done
# pretend that ncurses==ncursesw==ncursest
-echo "$as_me:6681: checking if you want to disable library suffixes" >&5
+echo "$as_me:6680: checking if you want to disable library suffixes" >&5
echo $ECHO_N "checking if you want to disable library suffixes... $ECHO_C" >&6
# Check whether --enable-lib-suffixes or --disable-lib-suffixes was given.
@@ -6695,13 +6694,13 @@
disable_lib_suffixes=no
fi;
-echo "$as_me:6698: result: $disable_lib_suffixes" >&5
+echo "$as_me:6697: result: $disable_lib_suffixes" >&5
echo "${ECHO_T}$disable_lib_suffixes" >&6
### If we're building with rpath, try to link non-standard libs that way too.
if test "$DFT_LWR_MODEL" = "shared"; then
-echo "$as_me:6704: checking if rpath-hack should be disabled" >&5
+echo "$as_me:6703: 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.
@@ -6718,21 +6717,21 @@
cf_disable_rpath_hack=no
fi;
-echo "$as_me:6721: result: $cf_disable_rpath_hack" >&5
+echo "$as_me:6720: result: $cf_disable_rpath_hack" >&5
echo "${ECHO_T}$cf_disable_rpath_hack" >&6
if test "$cf_disable_rpath_hack" = no ; then
-echo "$as_me:6725: checking for updated LDFLAGS" >&5
+echo "$as_me:6724: 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:6728: result: maybe" >&5
+ echo "$as_me:6727: 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:6735: checking for $ac_word" >&5
+echo "$as_me:6734: 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
@@ -6747,7 +6746,7 @@
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_cf_ldd_prog="$ac_prog"
-echo "$as_me:6750: found $ac_dir/$ac_word" >&5
+echo "$as_me:6749: found $ac_dir/$ac_word" >&5
break
done
@@ -6755,10 +6754,10 @@
fi
cf_ldd_prog=$ac_cv_prog_cf_ldd_prog
if test -n "$cf_ldd_prog"; then
- echo "$as_me:6758: result: $cf_ldd_prog" >&5
+ echo "$as_me:6757: result: $cf_ldd_prog" >&5
echo "${ECHO_T}$cf_ldd_prog" >&6
else
- echo "$as_me:6761: result: no" >&5
+ echo "$as_me:6760: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -6772,7 +6771,7 @@
cf_rpath_oops=
cat >conftest.$ac_ext <<_ACEOF
-#line 6775 "configure"
+#line 6774 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -6784,16 +6783,16 @@
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:6787: \"$ac_link\"") >&5
+if { (eval echo "$as_me:6786: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:6790: \$? = $ac_status" >&5
+ echo "$as_me:6789: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:6793: \"$ac_try\"") >&5
+ { (eval echo "$as_me:6792: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:6796: \$? = $ac_status" >&5
+ echo "$as_me:6795: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
cf_rpath_oops=`$cf_ldd_prog conftest$ac_exeext | fgrep ' not found' | sed -e 's% =>.*$%%' |sort | uniq`
cf_rpath_list=`$cf_ldd_prog conftest$ac_exeext | fgrep / | sed -e 's%^.*[ ]/%/%' -e 's%/[^/][^/]*$%%' |sort | uniq`
@@ -6821,7 +6820,7 @@
then
test -n "$verbose" && echo " ...adding -L$cf_rpath_dir/lib to LDFLAGS for $cf_rpath_src" 1>&6
-echo "${as_me:-configure}:6824: testing ...adding -L$cf_rpath_dir/lib to LDFLAGS for $cf_rpath_src ..." 1>&5
+echo "${as_me:-configure}:6823: testing ...adding -L$cf_rpath_dir/lib to LDFLAGS for $cf_rpath_src ..." 1>&5
LDFLAGS="$LDFLAGS -L$cf_rpath_dir/lib"
break
@@ -6833,11 +6832,11 @@
test -n "$verbose" && echo " ...checking EXTRA_LDFLAGS $EXTRA_LDFLAGS" 1>&6
-echo "${as_me:-configure}:6836: testing ...checking EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&5
+echo "${as_me:-configure}:6835: testing ...checking EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&5
test -n "$verbose" && echo " ...checking LDFLAGS $LDFLAGS" 1>&6
-echo "${as_me:-configure}:6840: testing ...checking LDFLAGS $LDFLAGS ..." 1>&5
+echo "${as_me:-configure}:6839: testing ...checking LDFLAGS $LDFLAGS ..." 1>&5
cf_rpath_dst=
for cf_rpath_src in $LDFLAGS
@@ -6874,7 +6873,7 @@
then
test -n "$verbose" && echo " ...Filter $cf_rpath_src ->$cf_rpath_tmp" 1>&6
-echo "${as_me:-configure}:6877: testing ...Filter $cf_rpath_src ->$cf_rpath_tmp ..." 1>&5
+echo "${as_me:-configure}:6876: testing ...Filter $cf_rpath_src ->$cf_rpath_tmp ..." 1>&5
EXTRA_LDFLAGS="$cf_rpath_tmp $EXTRA_LDFLAGS"
fi
@@ -6887,11 +6886,11 @@
test -n "$verbose" && echo " ...checked LDFLAGS $LDFLAGS" 1>&6
-echo "${as_me:-configure}:6890: testing ...checked LDFLAGS $LDFLAGS ..." 1>&5
+echo "${as_me:-configure}:6889: testing ...checked LDFLAGS $LDFLAGS ..." 1>&5
test -n "$verbose" && echo " ...checking LIBS $LIBS" 1>&6
-echo "${as_me:-configure}:6894: testing ...checking LIBS $LIBS ..." 1>&5
+echo "${as_me:-configure}:6893: testing ...checking LIBS $LIBS ..." 1>&5
cf_rpath_dst=
for cf_rpath_src in $LIBS
@@ -6928,7 +6927,7 @@
then
test -n "$verbose" && echo " ...Filter $cf_rpath_src ->$cf_rpath_tmp" 1>&6
-echo "${as_me:-configure}:6931: testing ...Filter $cf_rpath_src ->$cf_rpath_tmp ..." 1>&5
+echo "${as_me:-configure}:6930: testing ...Filter $cf_rpath_src ->$cf_rpath_tmp ..." 1>&5
EXTRA_LDFLAGS="$cf_rpath_tmp $EXTRA_LDFLAGS"
fi
@@ -6941,14 +6940,14 @@
test -n "$verbose" && echo " ...checked LIBS $LIBS" 1>&6
-echo "${as_me:-configure}:6944: testing ...checked LIBS $LIBS ..." 1>&5
+echo "${as_me:-configure}:6943: testing ...checked LIBS $LIBS ..." 1>&5
test -n "$verbose" && echo " ...checked EXTRA_LDFLAGS $EXTRA_LDFLAGS" 1>&6
-echo "${as_me:-configure}:6948: testing ...checked EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&5
+echo "${as_me:-configure}:6947: testing ...checked EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&5
else
- echo "$as_me:6951: result: no" >&5
+ echo "$as_me:6950: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -6959,7 +6958,7 @@
###############################################################################
### use option --with-extra-suffix to append suffix to headers and libraries
-echo "$as_me:6962: checking if you wish to append extra suffix to header/library paths" >&5
+echo "$as_me:6961: checking if you wish to append extra suffix to header/library paths" >&5
echo $ECHO_N "checking if you wish to append extra suffix to header/library paths... $ECHO_C" >&6
EXTRA_SUFFIX=
@@ -6978,11 +6977,11 @@
esac
fi;
-echo "$as_me:6981: result: $EXTRA_SUFFIX" >&5
+echo "$as_me:6980: result: $EXTRA_SUFFIX" >&5
echo "${ECHO_T}$EXTRA_SUFFIX" >&6
### use option --disable-overwrite to leave out the link to -lcurses
-echo "$as_me:6985: checking if you wish to install ncurses overwriting curses" >&5
+echo "$as_me:6984: checking if you wish to install ncurses overwriting curses" >&5
echo $ECHO_N "checking if you wish to install ncurses overwriting curses... $ECHO_C" >&6
# Check whether --enable-overwrite or --disable-overwrite was given.
@@ -6992,10 +6991,10 @@
else
if test "$prefix" = "/usr" ; then with_overwrite=yes; else with_overwrite=no; fi
fi;
-echo "$as_me:6995: result: $with_overwrite" >&5
+echo "$as_me:6994: result: $with_overwrite" >&5
echo "${ECHO_T}$with_overwrite" >&6
-echo "$as_me:6998: checking if external terminfo-database is used" >&5
+echo "$as_me:6997: checking if external terminfo-database is used" >&5
echo $ECHO_N "checking if external terminfo-database is used... $ECHO_C" >&6
# Check whether --enable-database or --disable-database was given.
@@ -7005,7 +7004,7 @@
else
use_database=yes
fi;
-echo "$as_me:7008: result: $use_database" >&5
+echo "$as_me:7007: result: $use_database" >&5
echo "${ECHO_T}$use_database" >&6
case $host_os in
@@ -7021,7 +7020,7 @@
if test "$use_database" != no ; then
NCURSES_USE_DATABASE=1
- echo "$as_me:7024: checking which terminfo source-file will be installed" >&5
+ echo "$as_me:7023: checking which terminfo source-file will be installed" >&5
echo $ECHO_N "checking which terminfo source-file will be installed... $ECHO_C" >&6
# Check whether --with-database or --without-database was given.
@@ -7029,10 +7028,10 @@
withval="$with_database"
TERMINFO_SRC=$withval
fi;
- echo "$as_me:7032: result: $TERMINFO_SRC" >&5
+ echo "$as_me:7031: result: $TERMINFO_SRC" >&5
echo "${ECHO_T}$TERMINFO_SRC" >&6
- echo "$as_me:7035: checking whether to use hashed database instead of directory/tree" >&5
+ echo "$as_me:7034: checking whether to use hashed database instead of directory/tree" >&5
echo $ECHO_N "checking whether to use hashed database instead of directory/tree... $ECHO_C" >&6
# Check whether --with-hashed-db or --without-hashed-db was given.
@@ -7042,13 +7041,13 @@
else
with_hashed_db=no
fi;
- echo "$as_me:7045: result: $with_hashed_db" >&5
+ echo "$as_me:7044: result: $with_hashed_db" >&5
echo "${ECHO_T}$with_hashed_db" >&6
else
with_hashed_db=no
fi
-echo "$as_me:7051: checking for list of fallback descriptions" >&5
+echo "$as_me:7050: checking for list of fallback descriptions" >&5
echo $ECHO_N "checking for list of fallback descriptions... $ECHO_C" >&6
# Check whether --with-fallbacks or --without-fallbacks was given.
@@ -7058,11 +7057,11 @@
else
with_fallback=
fi;
-echo "$as_me:7061: result: $with_fallback" >&5
+echo "$as_me:7060: result: $with_fallback" >&5
echo "${ECHO_T}$with_fallback" >&6
FALLBACK_LIST=`test "$with_fallback" != no && echo "$with_fallback" | sed -e 's/,/ /g'`
-echo "$as_me:7065: checking if you want modern xterm or antique" >&5
+echo "$as_me:7064: checking if you want modern xterm or antique" >&5
echo $ECHO_N "checking if you want modern xterm or antique... $ECHO_C" >&6
# Check whether --with-xterm-new or --without-xterm-new was given.
@@ -7076,11 +7075,11 @@
(no) with_xterm_new=xterm-old;;
(*) with_xterm_new=xterm-new;;
esac
-echo "$as_me:7079: result: $with_xterm_new" >&5
+echo "$as_me:7078: result: $with_xterm_new" >&5
echo "${ECHO_T}$with_xterm_new" >&6
WHICH_XTERM=$with_xterm_new
-echo "$as_me:7083: checking if xterm backspace sends BS or DEL" >&5
+echo "$as_me:7082: checking if xterm backspace sends BS or DEL" >&5
echo $ECHO_N "checking if xterm backspace sends BS or DEL... $ECHO_C" >&6
# Check whether --with-xterm-kbs or --without-xterm-kbs was given.
@@ -7101,7 +7100,7 @@
with_xterm_kbs=$withval
;;
esac
-echo "$as_me:7104: result: $with_xterm_kbs" >&5
+echo "$as_me:7103: result: $with_xterm_kbs" >&5
echo "${ECHO_T}$with_xterm_kbs" >&6
XTERM_KBS=$with_xterm_kbs
@@ -7111,7 +7110,7 @@
MAKE_TERMINFO="#"
else
-echo "$as_me:7114: checking for list of terminfo directories" >&5
+echo "$as_me:7113: checking for list of terminfo directories" >&5
echo $ECHO_N "checking for list of terminfo directories... $ECHO_C" >&6
# Check whether --with-terminfo-dirs or --without-terminfo-dirs was given.
@@ -7151,7 +7150,7 @@
cf_src_path=`echo $cf_src_path | sed -e s%NONE%$cf_path_syntax%`
;;
(*)
- { { echo "$as_me:7154: error: expected a pathname, not \"$cf_src_path\"" >&5
+ { { echo "$as_me:7153: error: expected a pathname, not \"$cf_src_path\"" >&5
echo "$as_me: error: expected a pathname, not \"$cf_src_path\"" >&2;}
{ (exit 1); exit 1; }; }
;;
@@ -7174,14 +7173,14 @@
;;
esac
-echo "$as_me:7177: result: $TERMINFO_DIRS" >&5
+echo "$as_me:7176: result: $TERMINFO_DIRS" >&5
echo "${ECHO_T}$TERMINFO_DIRS" >&6
test -n "$TERMINFO_DIRS" &&
cat >>confdefs.h <<EOF
#define TERMINFO_DIRS "$TERMINFO_DIRS"
EOF
-echo "$as_me:7184: checking for default terminfo directory" >&5
+echo "$as_me:7183: checking for default terminfo directory" >&5
echo $ECHO_N "checking for default terminfo directory... $ECHO_C" >&6
# Check whether --with-default-terminfo-dir or --without-default-terminfo-dir was given.
@@ -7217,7 +7216,7 @@
withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%`
;;
(*)
- { { echo "$as_me:7220: error: expected a pathname, not \"$withval\"" >&5
+ { { echo "$as_me:7219: error: expected a pathname, not \"$withval\"" >&5
echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;}
{ (exit 1); exit 1; }; }
;;
@@ -7226,7 +7225,7 @@
fi
eval TERMINFO="$withval"
-echo "$as_me:7229: result: $TERMINFO" >&5
+echo "$as_me:7228: result: $TERMINFO" >&5
echo "${ECHO_T}$TERMINFO" >&6
cat >>confdefs.h <<EOF
@@ -7237,7 +7236,7 @@
### use option --disable-big-core to make tic run on small machines
### We need 4Mb, check if we can allocate 50% more than that.
-echo "$as_me:7240: checking if big-core option selected" >&5
+echo "$as_me:7239: checking if big-core option selected" >&5
echo $ECHO_N "checking if big-core option selected... $ECHO_C" >&6
# Check whether --enable-big-core or --disable-big-core was given.
@@ -7249,7 +7248,7 @@
with_big_core=no
else
cat >conftest.$ac_ext <<_ACEOF
-#line 7252 "configure"
+#line 7251 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -7263,15 +7262,15 @@
}
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:7266: \"$ac_link\"") >&5
+if { (eval echo "$as_me:7265: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:7269: \$? = $ac_status" >&5
+ echo "$as_me:7268: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
- { (eval echo "$as_me:7271: \"$ac_try\"") >&5
+ { (eval echo "$as_me:7270: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:7274: \$? = $ac_status" >&5
+ echo "$as_me:7273: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
with_big_core=yes
else
@@ -7283,7 +7282,7 @@
rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
fi
fi;
-echo "$as_me:7286: result: $with_big_core" >&5
+echo "$as_me:7285: result: $with_big_core" >&5
echo "${ECHO_T}$with_big_core" >&6
test "x$with_big_core" = "xyes" &&
cat >>confdefs.h <<\EOF
@@ -7293,7 +7292,7 @@
### ISO C only guarantees 512-char strings, we have tables which load faster
### when constructed using "big" strings. More than the C compiler, the awk
### program is a limit on most vendor UNIX systems. Check that we can build.
-echo "$as_me:7296: checking if big-strings option selected" >&5
+echo "$as_me:7295: checking if big-strings option selected" >&5
echo $ECHO_N "checking if big-strings option selected... $ECHO_C" >&6
# Check whether --enable-big-strings or --disable-big-strings was given.
@@ -7317,14 +7316,14 @@
esac
fi;
-echo "$as_me:7320: result: $with_big_strings" >&5
+echo "$as_me:7319: result: $with_big_strings" >&5
echo "${ECHO_T}$with_big_strings" >&6
USE_BIG_STRINGS=0
test "x$with_big_strings" = "xyes" && USE_BIG_STRINGS=1
### use option --enable-termcap to compile in the termcap fallback support
-echo "$as_me:7327: checking if you want termcap-fallback support" >&5
+echo "$as_me:7326: checking if you want termcap-fallback support" >&5
echo $ECHO_N "checking if you want termcap-fallback support... $ECHO_C" >&6
# Check whether --enable-termcap or --disable-termcap was given.
@@ -7334,14 +7333,14 @@
else
with_termcap=no
fi;
-echo "$as_me:7337: result: $with_termcap" >&5
+echo "$as_me:7336: result: $with_termcap" >&5
echo "${ECHO_T}$with_termcap" >&6
NCURSES_USE_TERMCAP=0
if test "x$with_termcap" != "xyes" ; then
if test "$use_database" = no ; then
if test -z "$with_fallback" ; then
- { { echo "$as_me:7344: error: You have disabled the database w/o specifying fallbacks" >&5
+ { { echo "$as_me:7343: error: You have disabled the database w/o specifying fallbacks" >&5
echo "$as_me: error: You have disabled the database w/o specifying fallbacks" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -7354,13 +7353,13 @@
else
if test "$with_ticlib" != no ; then
- { { echo "$as_me:7357: error: Options --with-ticlib and --enable-termcap cannot be combined" >&5
+ { { echo "$as_me:7356: error: Options --with-ticlib and --enable-termcap cannot be combined" >&5
echo "$as_me: error: Options --with-ticlib and --enable-termcap cannot be combined" >&2;}
{ (exit 1); exit 1; }; }
fi
NCURSES_USE_TERMCAP=1
- echo "$as_me:7363: checking for list of termcap files" >&5
+ echo "$as_me:7362: checking for list of termcap files" >&5
echo $ECHO_N "checking for list of termcap files... $ECHO_C" >&6
# Check whether --with-termpath or --without-termpath was given.
@@ -7400,7 +7399,7 @@
cf_src_path=`echo $cf_src_path | sed -e s%NONE%$cf_path_syntax%`
;;
(*)
- { { echo "$as_me:7403: error: expected a pathname, not \"$cf_src_path\"" >&5
+ { { echo "$as_me:7402: error: expected a pathname, not \"$cf_src_path\"" >&5
echo "$as_me: error: expected a pathname, not \"$cf_src_path\"" >&2;}
{ (exit 1); exit 1; }; }
;;
@@ -7423,7 +7422,7 @@
;;
esac
- echo "$as_me:7426: result: $TERMPATH" >&5
+ echo "$as_me:7425: result: $TERMPATH" >&5
echo "${ECHO_T}$TERMPATH" >&6
test -n "$TERMPATH" &&
cat >>confdefs.h <<EOF
@@ -7431,7 +7430,7 @@
EOF
### use option --enable-getcap to use a hacked getcap for reading termcaps
- echo "$as_me:7434: checking if fast termcap-loader is needed" >&5
+ echo "$as_me:7433: checking if fast termcap-loader is needed" >&5
echo $ECHO_N "checking if fast termcap-loader is needed... $ECHO_C" >&6
# Check whether --enable-getcap or --disable-getcap was given.
@@ -7441,14 +7440,14 @@
else
with_getcap=no
fi;
- echo "$as_me:7444: result: $with_getcap" >&5
+ echo "$as_me:7443: result: $with_getcap" >&5
echo "${ECHO_T}$with_getcap" >&6
test "x$with_getcap" = "xyes" &&
cat >>confdefs.h <<\EOF
#define USE_GETCAP 1
EOF
- echo "$as_me:7451: checking if translated termcaps will be cached in ~/.terminfo" >&5
+ echo "$as_me:7450: checking if translated termcaps will be cached in ~/.terminfo" >&5
echo $ECHO_N "checking if translated termcaps will be cached in ~/.terminfo... $ECHO_C" >&6
# Check whether --enable-getcap-cache or --disable-getcap-cache was given.
@@ -7458,7 +7457,7 @@
else
with_getcap_cache=no
fi;
- echo "$as_me:7461: result: $with_getcap_cache" >&5
+ echo "$as_me:7460: result: $with_getcap_cache" >&5
echo "${ECHO_T}$with_getcap_cache" >&6
test "x$with_getcap_cache" = "xyes" &&
cat >>confdefs.h <<\EOF
@@ -7468,7 +7467,7 @@
fi
### Use option --disable-home-terminfo to completely remove ~/.terminfo
-echo "$as_me:7471: checking if ~/.terminfo is wanted" >&5
+echo "$as_me:7470: checking if ~/.terminfo is wanted" >&5
echo $ECHO_N "checking if ~/.terminfo is wanted... $ECHO_C" >&6
# Check whether --enable-home-terminfo or --disable-home-terminfo was given.
@@ -7478,14 +7477,14 @@
else
with_home_terminfo=yes
fi;
-echo "$as_me:7481: result: $with_home_terminfo" >&5
+echo "$as_me:7480: result: $with_home_terminfo" >&5
echo "${ECHO_T}$with_home_terminfo" >&6
test "x$with_home_terminfo" = "xyes" &&
cat >>confdefs.h <<\EOF
#define USE_HOME_TERMINFO 1
EOF
-echo "$as_me:7488: checking if you want to use restricted environment when running as root" >&5
+echo "$as_me:7487: checking if you want to use restricted environment when running as root" >&5
echo $ECHO_N "checking if you want to use restricted environment when running as root... $ECHO_C" >&6
# Check whether --enable-root-environ or --disable-root-environ was given.
@@ -7495,7 +7494,7 @@
else
with_root_environ=yes
fi;
-echo "$as_me:7498: result: $with_root_environ" >&5
+echo "$as_me:7497: result: $with_root_environ" >&5
echo "${ECHO_T}$with_root_environ" >&6
test "x$with_root_environ" = xyes &&
cat >>confdefs.h <<\EOF
@@ -7510,13 +7509,13 @@
unlink
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:7513: checking for $ac_func" >&5
+echo "$as_me:7512: 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 7519 "configure"
+#line 7518 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -7547,16 +7546,16 @@
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:7550: \"$ac_link\"") >&5
+if { (eval echo "$as_me:7549: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:7553: \$? = $ac_status" >&5
+ echo "$as_me:7552: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:7556: \"$ac_try\"") >&5
+ { (eval echo "$as_me:7555: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:7559: \$? = $ac_status" >&5
+ echo "$as_me:7558: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$as_ac_var=yes"
else
@@ -7566,7 +7565,7 @@
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:7569: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:7568: 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
@@ -7583,13 +7582,13 @@
symlink
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:7586: checking for $ac_func" >&5
+echo "$as_me:7585: 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 7592 "configure"
+#line 7591 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -7620,16 +7619,16 @@
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:7623: \"$ac_link\"") >&5
+if { (eval echo "$as_me:7622: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:7626: \$? = $ac_status" >&5
+ echo "$as_me:7625: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:7629: \"$ac_try\"") >&5
+ { (eval echo "$as_me:7628: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:7632: \$? = $ac_status" >&5
+ echo "$as_me:7631: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$as_ac_var=yes"
else
@@ -7639,7 +7638,7 @@
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:7642: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:7641: 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
@@ -7650,7 +7649,7 @@
done
else
- echo "$as_me:7653: checking if link/symlink functions work" >&5
+ echo "$as_me:7652: checking if link/symlink functions work" >&5
echo $ECHO_N "checking if link/symlink functions work... $ECHO_C" >&6
if test "${cf_cv_link_funcs+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7663,7 +7662,7 @@
eval 'ac_cv_func_'$cf_func'=error'
else
cat >conftest.$ac_ext <<_ACEOF
-#line 7666 "configure"
+#line 7665 "configure"
#include "confdefs.h"
#include <sys/types.h>
@@ -7693,15 +7692,15 @@
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:7696: \"$ac_link\"") >&5
+if { (eval echo "$as_me:7695: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:7699: \$? = $ac_status" >&5
+ echo "$as_me:7698: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
- { (eval echo "$as_me:7701: \"$ac_try\"") >&5
+ { (eval echo "$as_me:7700: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:7704: \$? = $ac_status" >&5
+ echo "$as_me:7703: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
cf_cv_link_funcs="$cf_cv_link_funcs $cf_func"
@@ -7719,7 +7718,7 @@
test -z "$cf_cv_link_funcs" && cf_cv_link_funcs=no
fi
-echo "$as_me:7722: result: $cf_cv_link_funcs" >&5
+echo "$as_me:7721: result: $cf_cv_link_funcs" >&5
echo "${ECHO_T}$cf_cv_link_funcs" >&6
test "$ac_cv_func_link" = yes &&
cat >>confdefs.h <<\EOF
@@ -7739,7 +7738,7 @@
# soft links (symbolic links) are useful for some systems where hard links do
# not work, or to make it simpler to copy terminfo trees around.
if test "x$ac_cv_func_symlink" = xyes ; then
- echo "$as_me:7742: checking if tic should use symbolic links" >&5
+ echo "$as_me:7741: checking if tic should use symbolic links" >&5
echo $ECHO_N "checking if tic should use symbolic links... $ECHO_C" >&6
# Check whether --enable-symlinks or --disable-symlinks was given.
@@ -7749,21 +7748,21 @@
else
with_symlinks=no
fi;
- echo "$as_me:7752: result: $with_symlinks" >&5
+ echo "$as_me:7751: result: $with_symlinks" >&5
echo "${ECHO_T}$with_symlinks" >&6
fi
# If we have hard links and did not choose to use soft links instead, there is
# no reason to make this choice optional - use the hard links.
if test "$with_symlinks" = no ; then
- echo "$as_me:7759: checking if tic should use hard links" >&5
+ echo "$as_me:7758: checking if tic should use hard links" >&5
echo $ECHO_N "checking if tic should use hard links... $ECHO_C" >&6
if test "x$ac_cv_func_link" = xyes ; then
with_links=yes
else
with_links=no
fi
- echo "$as_me:7766: result: $with_links" >&5
+ echo "$as_me:7765: result: $with_links" >&5
echo "${ECHO_T}$with_links" >&6
fi
@@ -7778,7 +7777,7 @@
EOF
### use option --enable-broken-linker to force on use of broken-linker support
-echo "$as_me:7781: checking if you want broken-linker support code" >&5
+echo "$as_me:7780: checking if you want broken-linker support code" >&5
echo $ECHO_N "checking if you want broken-linker support code... $ECHO_C" >&6
# Check whether --enable-broken_linker or --disable-broken_linker was given.
@@ -7788,7 +7787,7 @@
else
with_broken_linker=${BROKEN_LINKER:-no}
fi;
-echo "$as_me:7791: result: $with_broken_linker" >&5
+echo "$as_me:7790: result: $with_broken_linker" >&5
echo "${ECHO_T}$with_broken_linker" >&6
BROKEN_LINKER=0
@@ -7810,14 +7809,14 @@
BROKEN_LINKER=1
test -n "$verbose" && echo " cygwin linker is broken anyway" 1>&6
-echo "${as_me:-configure}:7813: testing cygwin linker is broken anyway ..." 1>&5
+echo "${as_me:-configure}:7812: testing cygwin linker is broken anyway ..." 1>&5
;;
esac
fi
### use option --enable-bsdpad to have tputs process BSD-style prefix padding
-echo "$as_me:7820: checking if tputs should process BSD-style prefix padding" >&5
+echo "$as_me:7819: checking if tputs should process BSD-style prefix padding" >&5
echo $ECHO_N "checking if tputs should process BSD-style prefix padding... $ECHO_C" >&6
# Check whether --enable-bsdpad or --disable-bsdpad was given.
@@ -7827,7 +7826,7 @@
else
with_bsdpad=no
fi;
-echo "$as_me:7830: result: $with_bsdpad" >&5
+echo "$as_me:7829: result: $with_bsdpad" >&5
echo "${ECHO_T}$with_bsdpad" >&6
test "x$with_bsdpad" = xyes &&
cat >>confdefs.h <<\EOF
@@ -7884,14 +7883,14 @@
;;
(linux*|gnu*|mint*|k*bsd*-gnu)
-echo "$as_me:7887: checking if we must define _GNU_SOURCE" >&5
+echo "$as_me:7886: 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 7894 "configure"
+#line 7893 "configure"
#include "confdefs.h"
#include <sys/types.h>
int
@@ -7906,16 +7905,16 @@
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:7909: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:7908: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:7912: \$? = $ac_status" >&5
+ echo "$as_me:7911: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:7915: \"$ac_try\"") >&5
+ { (eval echo "$as_me:7914: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:7918: \$? = $ac_status" >&5
+ echo "$as_me:7917: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
cf_cv_gnu_source=no
else
@@ -7924,7 +7923,7 @@
cf_save="$CPPFLAGS"
CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
cat >conftest.$ac_ext <<_ACEOF
-#line 7927 "configure"
+#line 7926 "configure"
#include "confdefs.h"
#include <sys/types.h>
int
@@ -7939,16 +7938,16 @@
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:7942: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:7941: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:7945: \$? = $ac_status" >&5
+ echo "$as_me:7944: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:7948: \"$ac_try\"") >&5
+ { (eval echo "$as_me:7947: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:7951: \$? = $ac_status" >&5
+ echo "$as_me:7950: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
cf_cv_gnu_source=no
else
@@ -7963,7 +7962,7 @@
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:7966: result: $cf_cv_gnu_source" >&5
+echo "$as_me:7965: result: $cf_cv_gnu_source" >&5
echo "${ECHO_T}$cf_cv_gnu_source" >&6
test "$cf_cv_gnu_source" = yes && CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
@@ -7988,16 +7987,16 @@
sed -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?[ ]/ /g' \
-e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?$//g'`
-echo "$as_me:7991: checking if we should define _POSIX_C_SOURCE" >&5
+echo "$as_me:7990: 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}:7997: testing if the symbol is already defined go no further ..." 1>&5
+echo "${as_me:-configure}:7996: testing if the symbol is already defined go no further ..." 1>&5
cat >conftest.$ac_ext <<_ACEOF
-#line 8000 "configure"
+#line 7999 "configure"
#include "confdefs.h"
#include <sys/types.h>
int
@@ -8012,16 +8011,16 @@
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:8015: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:8014: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:8018: \$? = $ac_status" >&5
+ echo "$as_me:8017: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:8021: \"$ac_try\"") >&5
+ { (eval echo "$as_me:8020: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:8024: \$? = $ac_status" >&5
+ echo "$as_me:8023: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
cf_cv_posix_c_source=no
else
@@ -8042,7 +8041,7 @@
esac
if test "$cf_want_posix_source" = yes ; then
cat >conftest.$ac_ext <<_ACEOF
-#line 8045 "configure"
+#line 8044 "configure"
#include "confdefs.h"
#include <sys/types.h>
int
@@ -8057,16 +8056,16 @@
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:8060: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:8059: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:8063: \$? = $ac_status" >&5
+ echo "$as_me:8062: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:8066: \"$ac_try\"") >&5
+ { (eval echo "$as_me:8065: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:8069: \$? = $ac_status" >&5
+ echo "$as_me:8068: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
:
else
@@ -8077,15 +8076,15 @@
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "${as_me:-configure}:8080: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5
+echo "${as_me:-configure}:8079: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5
CFLAGS="$cf_trim_CFLAGS"
CPPFLAGS="$cf_trim_CPPFLAGS $cf_cv_posix_c_source"
-echo "${as_me:-configure}:8085: testing if the second compile does not leave our definition intact error ..." 1>&5
+echo "${as_me:-configure}:8084: testing if the second compile does not leave our definition intact error ..." 1>&5
cat >conftest.$ac_ext <<_ACEOF
-#line 8088 "configure"
+#line 8087 "configure"
#include "confdefs.h"
#include <sys/types.h>
int
@@ -8100,16 +8099,16 @@
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:8103: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:8102: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:8106: \$? = $ac_status" >&5
+ echo "$as_me:8105: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:8109: \"$ac_try\"") >&5
+ { (eval echo "$as_me:8108: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:8112: \$? = $ac_status" >&5
+ echo "$as_me:8111: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
:
else
@@ -8125,7 +8124,7 @@
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:8128: result: $cf_cv_posix_c_source" >&5
+echo "$as_me:8127: 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
@@ -8246,14 +8245,14 @@
;;
(*)
-echo "$as_me:8249: checking if we should define _XOPEN_SOURCE" >&5
+echo "$as_me:8248: 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 8256 "configure"
+#line 8255 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -8272,16 +8271,16 @@
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:8275: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:8274: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:8278: \$? = $ac_status" >&5
+ echo "$as_me:8277: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:8281: \"$ac_try\"") >&5
+ { (eval echo "$as_me:8280: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:8284: \$? = $ac_status" >&5
+ echo "$as_me:8283: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
cf_cv_xopen_source=no
else
@@ -8290,7 +8289,7 @@
cf_save="$CPPFLAGS"
CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=$cf_XOPEN_SOURCE"
cat >conftest.$ac_ext <<_ACEOF
-#line 8293 "configure"
+#line 8292 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -8309,16 +8308,16 @@
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:8312: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:8311: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:8315: \$? = $ac_status" >&5
+ echo "$as_me:8314: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:8318: \"$ac_try\"") >&5
+ { (eval echo "$as_me:8317: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:8321: \$? = $ac_status" >&5
+ echo "$as_me:8320: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
cf_cv_xopen_source=no
else
@@ -8333,7 +8332,7 @@
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:8336: result: $cf_cv_xopen_source" >&5
+echo "$as_me:8335: result: $cf_cv_xopen_source" >&5
echo "${ECHO_T}$cf_cv_xopen_source" >&6
if test "$cf_cv_xopen_source" != no ; then
@@ -8441,16 +8440,16 @@
sed -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?[ ]/ /g' \
-e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?$//g'`
-echo "$as_me:8444: checking if we should define _POSIX_C_SOURCE" >&5
+echo "$as_me:8443: 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}:8450: testing if the symbol is already defined go no further ..." 1>&5
+echo "${as_me:-configure}:8449: testing if the symbol is already defined go no further ..." 1>&5
cat >conftest.$ac_ext <<_ACEOF
-#line 8453 "configure"
+#line 8452 "configure"
#include "confdefs.h"
#include <sys/types.h>
int
@@ -8465,16 +8464,16 @@
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:8468: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:8467: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:8471: \$? = $ac_status" >&5
+ echo "$as_me:8470: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:8474: \"$ac_try\"") >&5
+ { (eval echo "$as_me:8473: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:8477: \$? = $ac_status" >&5
+ echo "$as_me:8476: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
cf_cv_posix_c_source=no
else
@@ -8495,7 +8494,7 @@
esac
if test "$cf_want_posix_source" = yes ; then
cat >conftest.$ac_ext <<_ACEOF
-#line 8498 "configure"
+#line 8497 "configure"
#include "confdefs.h"
#include <sys/types.h>
int
@@ -8510,16 +8509,16 @@
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:8513: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:8512: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:8516: \$? = $ac_status" >&5
+ echo "$as_me:8515: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:8519: \"$ac_try\"") >&5
+ { (eval echo "$as_me:8518: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:8522: \$? = $ac_status" >&5
+ echo "$as_me:8521: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
:
else
@@ -8530,15 +8529,15 @@
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "${as_me:-configure}:8533: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5
+echo "${as_me:-configure}:8532: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5
CFLAGS="$cf_trim_CFLAGS"
CPPFLAGS="$cf_trim_CPPFLAGS $cf_cv_posix_c_source"
-echo "${as_me:-configure}:8538: testing if the second compile does not leave our definition intact error ..." 1>&5
+echo "${as_me:-configure}:8537: testing if the second compile does not leave our definition intact error ..." 1>&5
cat >conftest.$ac_ext <<_ACEOF
-#line 8541 "configure"
+#line 8540 "configure"
#include "confdefs.h"
#include <sys/types.h>
int
@@ -8553,16 +8552,16 @@
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:8556: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:8555: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:8559: \$? = $ac_status" >&5
+ echo "$as_me:8558: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:8562: \"$ac_try\"") >&5
+ { (eval echo "$as_me:8561: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:8565: \$? = $ac_status" >&5
+ echo "$as_me:8564: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
:
else
@@ -8578,7 +8577,7 @@
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:8581: result: $cf_cv_posix_c_source" >&5
+echo "$as_me:8580: 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
@@ -8736,7 +8735,7 @@
if test -n "$cf_new_cflags" ; then
test -n "$verbose" && echo " add to \$CFLAGS $cf_new_cflags" 1>&6
-echo "${as_me:-configure}:8739: testing add to \$CFLAGS $cf_new_cflags ..." 1>&5
+echo "${as_me:-configure}:8738: testing add to \$CFLAGS $cf_new_cflags ..." 1>&5
CFLAGS="$CFLAGS $cf_new_cflags"
fi
@@ -8744,7 +8743,7 @@
if test -n "$cf_new_cppflags" ; then
test -n "$verbose" && echo " add to \$CPPFLAGS $cf_new_cppflags" 1>&6
-echo "${as_me:-configure}:8747: testing add to \$CPPFLAGS $cf_new_cppflags ..." 1>&5
+echo "${as_me:-configure}:8746: testing add to \$CPPFLAGS $cf_new_cppflags ..." 1>&5
CPPFLAGS="$CPPFLAGS $cf_new_cppflags"
fi
@@ -8752,7 +8751,7 @@
if test -n "$cf_new_extra_cppflags" ; then
test -n "$verbose" && echo " add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags" 1>&6
-echo "${as_me:-configure}:8755: testing add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags ..." 1>&5
+echo "${as_me:-configure}:8754: testing add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags ..." 1>&5
EXTRA_CPPFLAGS="$cf_new_extra_cppflags $EXTRA_CPPFLAGS"
fi
@@ -8760,10 +8759,10 @@
fi
if test -n "$cf_XOPEN_SOURCE" && test -z "$cf_cv_xopen_source" ; then
- echo "$as_me:8763: checking if _XOPEN_SOURCE really is set" >&5
+ echo "$as_me:8762: 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 8766 "configure"
+#line 8765 "configure"
#include "confdefs.h"
#include <stdlib.h>
int
@@ -8778,16 +8777,16 @@
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:8781: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:8780: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:8784: \$? = $ac_status" >&5
+ echo "$as_me:8783: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:8787: \"$ac_try\"") >&5
+ { (eval echo "$as_me:8786: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:8790: \$? = $ac_status" >&5
+ echo "$as_me:8789: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
cf_XOPEN_SOURCE_set=yes
else
@@ -8796,12 +8795,12 @@
cf_XOPEN_SOURCE_set=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
- echo "$as_me:8799: result: $cf_XOPEN_SOURCE_set" >&5
+ echo "$as_me:8798: 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 8804 "configure"
+#line 8803 "configure"
#include "confdefs.h"
#include <stdlib.h>
int
@@ -8816,16 +8815,16 @@
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:8819: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:8818: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:8822: \$? = $ac_status" >&5
+ echo "$as_me:8821: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:8825: \"$ac_try\"") >&5
+ { (eval echo "$as_me:8824: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:8828: \$? = $ac_status" >&5
+ echo "$as_me:8827: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
cf_XOPEN_SOURCE_set_ok=yes
else
@@ -8836,19 +8835,19 @@
rm -f conftest.$ac_objext conftest.$ac_ext
if test $cf_XOPEN_SOURCE_set_ok = no
then
- { echo "$as_me:8839: WARNING: _XOPEN_SOURCE is lower than requested" >&5
+ { echo "$as_me:8838: WARNING: _XOPEN_SOURCE is lower than requested" >&5
echo "$as_me: WARNING: _XOPEN_SOURCE is lower than requested" >&2;}
fi
else
-echo "$as_me:8844: checking if we should define _XOPEN_SOURCE" >&5
+echo "$as_me:8843: 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 8851 "configure"
+#line 8850 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -8867,16 +8866,16 @@
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:8870: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:8869: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:8873: \$? = $ac_status" >&5
+ echo "$as_me:8872: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:8876: \"$ac_try\"") >&5
+ { (eval echo "$as_me:8875: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:8879: \$? = $ac_status" >&5
+ echo "$as_me:8878: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
cf_cv_xopen_source=no
else
@@ -8885,7 +8884,7 @@
cf_save="$CPPFLAGS"
CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=$cf_XOPEN_SOURCE"
cat >conftest.$ac_ext <<_ACEOF
-#line 8888 "configure"
+#line 8887 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -8904,16 +8903,16 @@
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:8907: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:8906: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:8910: \$? = $ac_status" >&5
+ echo "$as_me:8909: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:8913: \"$ac_try\"") >&5
+ { (eval echo "$as_me:8912: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?