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.
23171 lines
760 KiB
Diff
23171 lines
760 KiB
Diff
# ncurses 6.0 - patch 20151017 - 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-20151017.patch.gz
|
|
# patch by Thomas E. Dickey <dickey@invisible-island.net>
|
|
# created Sun Oct 18 00:40:46 UTC 2015
|
|
# ------------------------------------------------------------------------------
|
|
# Ada95/aclocal.m4 | 15
|
|
# Ada95/configure | 977 +++++------
|
|
# NEWS | 16
|
|
# VERSION | 2
|
|
# aclocal.m4 | 27
|
|
# c++/Makefile.in | 4
|
|
# configure | 3156 ++++++++++++++++++-------------------
|
|
# configure.in | 15
|
|
# dist.mk | 4
|
|
# ncurses/Makefile.in | 4
|
|
# ncurses/base/lib_color.c | 4
|
|
# ncurses/base/lib_mouse.c | 4
|
|
# 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/aclocal.m4 | 7
|
|
# test/configure | 2585 +++++++++++++++---------------
|
|
# 20 files changed, 3457 insertions(+), 3383 deletions(-)
|
|
# ------------------------------------------------------------------------------
|
|
Index: Ada95/aclocal.m4
|
|
Prereq: 1.107
|
|
--- ncurses-6.0-20151010+/Ada95/aclocal.m4 2015-10-10 19:52:33.000000000 +0000
|
|
+++ ncurses-6.0-20151017/Ada95/aclocal.m4 2015-10-17 23:07:06.000000000 +0000
|
|
@@ -28,7 +28,7 @@
|
|
dnl
|
|
dnl Author: Thomas E. Dickey
|
|
dnl
|
|
-dnl $Id: aclocal.m4,v 1.107 2015/10/10 19:52:33 tom Exp $
|
|
+dnl $Id: aclocal.m4,v 1.108 2015/10/17 23:07:06 tom Exp $
|
|
dnl Macros used in NCURSES Ada95 auto-configuration script.
|
|
dnl
|
|
dnl These macros are maintained separately from NCURSES. The copyright on
|
|
@@ -1755,7 +1755,7 @@
|
|
$1="$cf_library_path_list [$]$1"
|
|
])dnl
|
|
dnl ---------------------------------------------------------------------------
|
|
-dnl CF_LIB_PREFIX version: 11 updated: 2015/04/18 08:56:57
|
|
+dnl CF_LIB_PREFIX version: 12 updated: 2015/10/17 19:03:33
|
|
dnl -------------
|
|
dnl Compute the library-prefix for the given host system
|
|
dnl $1 = variable to set
|
|
@@ -1763,7 +1763,11 @@
|
|
[
|
|
case $cf_cv_system_name in
|
|
(OS/2*|os2*)
|
|
- LIB_PREFIX=''
|
|
+ if test "$DFT_LWR_MODEL" = libtool; then
|
|
+ LIB_PREFIX='lib'
|
|
+ else
|
|
+ LIB_PREFIX=''
|
|
+ fi
|
|
;;
|
|
(*) LIB_PREFIX='lib'
|
|
;;
|
|
@@ -3849,7 +3853,7 @@
|
|
])
|
|
])dnl
|
|
dnl ---------------------------------------------------------------------------
|
|
-dnl CF_XOPEN_SOURCE version: 49 updated: 2015/04/12 15:39:00
|
|
+dnl CF_XOPEN_SOURCE version: 50 updated: 2015/10/17 19:03:33
|
|
dnl ---------------
|
|
dnl Try to get _XOPEN_SOURCE defined properly that we can use POSIX functions,
|
|
dnl or adapt to the vendor's definitions to get equivalent functionality,
|
|
@@ -3919,6 +3923,9 @@
|
|
(openbsd*)
|
|
# setting _XOPEN_SOURCE breaks xterm on OpenBSD 2.8, is not needed for ncursesw
|
|
;;
|
|
+(os2*)
|
|
+ cf_XOPEN_SOURCE=
|
|
+ ;;
|
|
(osf[[45]]*)
|
|
cf_xopen_source="-D_OSF_SOURCE"
|
|
;;
|
|
Index: Ada95/configure
|
|
--- ncurses-6.0-20151010+/Ada95/configure 2015-10-10 19:53:00.000000000 +0000
|
|
+++ ncurses-6.0-20151017/Ada95/configure 2015-10-17 23:07:23.000000000 +0000
|
|
@@ -8943,7 +8943,11 @@
|
|
|
|
case $cf_cv_system_name in
|
|
(OS/2*|os2*)
|
|
- LIB_PREFIX=''
|
|
+ if test "$DFT_LWR_MODEL" = libtool; then
|
|
+ LIB_PREFIX='lib'
|
|
+ else
|
|
+ LIB_PREFIX=''
|
|
+ fi
|
|
;;
|
|
(*) LIB_PREFIX='lib'
|
|
;;
|
|
@@ -8966,7 +8970,7 @@
|
|
test -n "$GCC" && test "${ac_cv_prog_cc_g}" != yes && CC_G_OPT=''
|
|
fi
|
|
|
|
-echo "$as_me:8969: checking for default loader flags" >&5
|
|
+echo "$as_me:8973: checking for default loader flags" >&5
|
|
echo $ECHO_N "checking for default loader flags... $ECHO_C" >&6
|
|
case $DFT_LWR_MODEL in
|
|
(normal) LD_MODEL='' ;;
|
|
@@ -8974,11 +8978,11 @@
|
|
(profile) LD_MODEL='-pg';;
|
|
(shared) LD_MODEL='' ;;
|
|
esac
|
|
-echo "$as_me:8977: result: $LD_MODEL" >&5
|
|
+echo "$as_me:8981: result: $LD_MODEL" >&5
|
|
echo "${ECHO_T}$LD_MODEL" >&6
|
|
|
|
LD_RPATH_OPT=
|
|
-echo "$as_me:8981: checking for an rpath option" >&5
|
|
+echo "$as_me:8985: checking for an rpath option" >&5
|
|
echo $ECHO_N "checking for an rpath option... $ECHO_C" >&6
|
|
case $cf_cv_system_name in
|
|
(irix*)
|
|
@@ -9009,12 +9013,12 @@
|
|
(*)
|
|
;;
|
|
esac
|
|
-echo "$as_me:9012: result: $LD_RPATH_OPT" >&5
|
|
+echo "$as_me:9016: result: $LD_RPATH_OPT" >&5
|
|
echo "${ECHO_T}$LD_RPATH_OPT" >&6
|
|
|
|
case "x$LD_RPATH_OPT" in
|
|
(x-R*)
|
|
- echo "$as_me:9017: checking if we need a space after rpath option" >&5
|
|
+ echo "$as_me:9021: 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"
|
|
|
|
@@ -9035,7 +9039,7 @@
|
|
LIBS="$cf_add_libs"
|
|
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
-#line 9038 "configure"
|
|
+#line 9042 "configure"
|
|
#include "confdefs.h"
|
|
|
|
int
|
|
@@ -9047,16 +9051,16 @@
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
-if { (eval echo "$as_me:9050: \"$ac_link\"") >&5
|
|
+if { (eval echo "$as_me:9054: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:9053: \$? = $ac_status" >&5
|
|
+ echo "$as_me:9057: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
- { (eval echo "$as_me:9056: \"$ac_try\"") >&5
|
|
+ { (eval echo "$as_me:9060: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:9059: \$? = $ac_status" >&5
|
|
+ echo "$as_me:9063: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
cf_rpath_space=no
|
|
else
|
|
@@ -9066,7 +9070,7 @@
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
LIBS="$cf_save_LIBS"
|
|
- echo "$as_me:9069: result: $cf_rpath_space" >&5
|
|
+ echo "$as_me:9073: result: $cf_rpath_space" >&5
|
|
echo "${ECHO_T}$cf_rpath_space" >&6
|
|
test "$cf_rpath_space" = yes && LD_RPATH_OPT="$LD_RPATH_OPT "
|
|
;;
|
|
@@ -9087,7 +9091,7 @@
|
|
cf_ld_rpath_opt=
|
|
test "$cf_cv_enable_rpath" = yes && cf_ld_rpath_opt="$LD_RPATH_OPT"
|
|
|
|
- echo "$as_me:9090: checking if release/abi version should be used for shared libs" >&5
|
|
+ echo "$as_me:9094: 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.
|
|
@@ -9102,9 +9106,9 @@
|
|
cf_cv_shlib_version=$withval
|
|
;;
|
|
(*)
|
|
- echo "$as_me:9105: result: $withval" >&5
|
|
+ echo "$as_me:9109: result: $withval" >&5
|
|
echo "${ECHO_T}$withval" >&6
|
|
- { { echo "$as_me:9107: error: option value must be one of: rel, abi, or auto" >&5
|
|
+ { { echo "$as_me:9111: 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; }; }
|
|
;;
|
|
@@ -9113,7 +9117,7 @@
|
|
else
|
|
cf_cv_shlib_version=auto
|
|
fi;
|
|
- echo "$as_me:9116: result: $cf_cv_shlib_version" >&5
|
|
+ echo "$as_me:9120: result: $cf_cv_shlib_version" >&5
|
|
echo "${ECHO_T}$cf_cv_shlib_version" >&6
|
|
|
|
cf_cv_rm_so_locs=no
|
|
@@ -9123,14 +9127,14 @@
|
|
CC_SHARED_OPTS=
|
|
if test "$GCC" = yes
|
|
then
|
|
- echo "$as_me:9126: checking which $CC option to use" >&5
|
|
+ echo "$as_me:9130: 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 9133 "configure"
|
|
+#line 9137 "configure"
|
|
#include "confdefs.h"
|
|
#include <stdio.h>
|
|
int
|
|
@@ -9142,16 +9146,16 @@
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
-if { (eval echo "$as_me:9145: \"$ac_compile\"") >&5
|
|
+if { (eval echo "$as_me:9149: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:9148: \$? = $ac_status" >&5
|
|
+ echo "$as_me:9152: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest.$ac_objext'
|
|
- { (eval echo "$as_me:9151: \"$ac_try\"") >&5
|
|
+ { (eval echo "$as_me:9155: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:9154: \$? = $ac_status" >&5
|
|
+ echo "$as_me:9158: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
break
|
|
else
|
|
@@ -9160,7 +9164,7 @@
|
|
fi
|
|
rm -f conftest.$ac_objext conftest.$ac_ext
|
|
done
|
|
- echo "$as_me:9163: result: $CC_SHARED_OPTS" >&5
|
|
+ echo "$as_me:9167: result: $CC_SHARED_OPTS" >&5
|
|
echo "${ECHO_T}$CC_SHARED_OPTS" >&6
|
|
CFLAGS="$cf_save_CFLAGS"
|
|
fi
|
|
@@ -9231,7 +9235,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:9234: checking if ld -search_paths_first works" >&5
|
|
+ echo "$as_me:9238: 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
|
|
@@ -9240,7 +9244,7 @@
|
|
cf_save_LDFLAGS=$LDFLAGS
|
|
LDFLAGS="$LDFLAGS -Wl,-search_paths_first"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
-#line 9243 "configure"
|
|
+#line 9247 "configure"
|
|
#include "confdefs.h"
|
|
|
|
int
|
|
@@ -9252,16 +9256,16 @@
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
-if { (eval echo "$as_me:9255: \"$ac_link\"") >&5
|
|
+if { (eval echo "$as_me:9259: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:9258: \$? = $ac_status" >&5
|
|
+ echo "$as_me:9262: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
- { (eval echo "$as_me:9261: \"$ac_try\"") >&5
|
|
+ { (eval echo "$as_me:9265: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:9264: \$? = $ac_status" >&5
|
|
+ echo "$as_me:9268: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
cf_cv_ldflags_search_paths_first=yes
|
|
else
|
|
@@ -9272,7 +9276,7 @@
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
LDFLAGS=$cf_save_LDFLAGS
|
|
fi
|
|
-echo "$as_me:9275: result: $cf_cv_ldflags_search_paths_first" >&5
|
|
+echo "$as_me:9279: 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"
|
|
@@ -9497,7 +9501,7 @@
|
|
do
|
|
CFLAGS="$cf_shared_opts $cf_save_CFLAGS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
-#line 9500 "configure"
|
|
+#line 9504 "configure"
|
|
#include "confdefs.h"
|
|
#include <stdio.h>
|
|
int
|
|
@@ -9509,16 +9513,16 @@
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
-if { (eval echo "$as_me:9512: \"$ac_compile\"") >&5
|
|
+if { (eval echo "$as_me:9516: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:9515: \$? = $ac_status" >&5
|
|
+ echo "$as_me:9519: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest.$ac_objext'
|
|
- { (eval echo "$as_me:9518: \"$ac_try\"") >&5
|
|
+ { (eval echo "$as_me:9522: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:9521: \$? = $ac_status" >&5
|
|
+ echo "$as_me:9525: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
break
|
|
else
|
|
@@ -9555,7 +9559,7 @@
|
|
test "$cf_cv_do_symlinks" = no && cf_cv_do_symlinks=yes
|
|
;;
|
|
(*)
|
|
- { echo "$as_me:9558: WARNING: ignored --with-shlib-version" >&5
|
|
+ { echo "$as_me:9562: WARNING: ignored --with-shlib-version" >&5
|
|
echo "$as_me: WARNING: ignored --with-shlib-version" >&2;}
|
|
;;
|
|
esac
|
|
@@ -9565,7 +9569,7 @@
|
|
if test -n "$cf_try_cflags"
|
|
then
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 9568 "${as_me:-configure}"
|
|
+#line 9572 "${as_me:-configure}"
|
|
#include <stdio.h>
|
|
int main(int argc, char *argv[])
|
|
{
|
|
@@ -9577,18 +9581,18 @@
|
|
for cf_opt in $cf_try_cflags
|
|
do
|
|
CFLAGS="$cf_save_CFLAGS -$cf_opt"
|
|
- echo "$as_me:9580: checking if CFLAGS option -$cf_opt works" >&5
|
|
+ echo "$as_me:9584: 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:9582: \"$ac_compile\"") >&5
|
|
+ if { (eval echo "$as_me:9586: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:9585: \$? = $ac_status" >&5
|
|
+ echo "$as_me:9589: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; then
|
|
- echo "$as_me:9587: result: yes" >&5
|
|
+ echo "$as_me:9591: result: yes" >&5
|
|
echo "${ECHO_T}yes" >&6
|
|
cf_save_CFLAGS="$CFLAGS"
|
|
else
|
|
- echo "$as_me:9591: result: no" >&5
|
|
+ echo "$as_me:9595: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
fi
|
|
done
|
|
@@ -9603,17 +9607,17 @@
|
|
|
|
test -n "$verbose" && echo " CC_SHARED_OPTS: $CC_SHARED_OPTS" 1>&6
|
|
|
|
-echo "${as_me:-configure}:9606: testing CC_SHARED_OPTS: $CC_SHARED_OPTS ..." 1>&5
|
|
+echo "${as_me:-configure}:9610: 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}:9610: testing MK_SHARED_LIB: $MK_SHARED_LIB ..." 1>&5
|
|
+echo "${as_me:-configure}:9614: testing MK_SHARED_LIB: $MK_SHARED_LIB ..." 1>&5
|
|
|
|
# The test/sample programs in the original tree link using rpath option.
|
|
# Make it optional for packagers.
|
|
if test -n "$LOCAL_LDFLAGS"
|
|
then
|
|
- echo "$as_me:9616: checking if you want to link sample programs with rpath option" >&5
|
|
+ echo "$as_me:9620: checking if you want to link sample programs with rpath option" >&5
|
|
echo $ECHO_N "checking if you want to link sample programs with rpath option... $ECHO_C" >&6
|
|
|
|
# Check whether --enable-rpath-link or --disable-rpath-link was given.
|
|
@@ -9623,7 +9627,7 @@
|
|
else
|
|
with_rpath_link=yes
|
|
fi;
|
|
- echo "$as_me:9626: result: $with_rpath_link" >&5
|
|
+ echo "$as_me:9630: result: $with_rpath_link" >&5
|
|
echo "${ECHO_T}$with_rpath_link" >&6
|
|
if test "$with_rpath_link" = no
|
|
then
|
|
@@ -9635,7 +9639,7 @@
|
|
###############################################################################
|
|
|
|
### use option --enable-broken-linker to force on use of broken-linker support
|
|
-echo "$as_me:9638: checking if you want broken-linker support code" >&5
|
|
+echo "$as_me:9642: 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.
|
|
@@ -9645,7 +9649,7 @@
|
|
else
|
|
with_broken_linker=${BROKEN_LINKER:-no}
|
|
fi;
|
|
-echo "$as_me:9648: result: $with_broken_linker" >&5
|
|
+echo "$as_me:9652: result: $with_broken_linker" >&5
|
|
echo "${ECHO_T}$with_broken_linker" >&6
|
|
|
|
BROKEN_LINKER=0
|
|
@@ -9665,7 +9669,7 @@
|
|
BROKEN_LINKER=1
|
|
test -n "$verbose" && echo " cygwin linker is broken anyway" 1>&6
|
|
|
|
-echo "${as_me:-configure}:9668: testing cygwin linker is broken anyway ..." 1>&5
|
|
+echo "${as_me:-configure}:9672: testing cygwin linker is broken anyway ..." 1>&5
|
|
|
|
;;
|
|
esac
|
|
@@ -9711,14 +9715,14 @@
|
|
;;
|
|
(linux*|gnu*|mint*|k*bsd*-gnu)
|
|
|
|
-echo "$as_me:9714: checking if we must define _GNU_SOURCE" >&5
|
|
+echo "$as_me:9718: 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 9721 "configure"
|
|
+#line 9725 "configure"
|
|
#include "confdefs.h"
|
|
#include <sys/types.h>
|
|
int
|
|
@@ -9733,16 +9737,16 @@
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
-if { (eval echo "$as_me:9736: \"$ac_compile\"") >&5
|
|
+if { (eval echo "$as_me:9740: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:9739: \$? = $ac_status" >&5
|
|
+ echo "$as_me:9743: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest.$ac_objext'
|
|
- { (eval echo "$as_me:9742: \"$ac_try\"") >&5
|
|
+ { (eval echo "$as_me:9746: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:9745: \$? = $ac_status" >&5
|
|
+ echo "$as_me:9749: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
cf_cv_gnu_source=no
|
|
else
|
|
@@ -9751,7 +9755,7 @@
|
|
cf_save="$CPPFLAGS"
|
|
CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
-#line 9754 "configure"
|
|
+#line 9758 "configure"
|
|
#include "confdefs.h"
|
|
#include <sys/types.h>
|
|
int
|
|
@@ -9766,16 +9770,16 @@
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
-if { (eval echo "$as_me:9769: \"$ac_compile\"") >&5
|
|
+if { (eval echo "$as_me:9773: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:9772: \$? = $ac_status" >&5
|
|
+ echo "$as_me:9776: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest.$ac_objext'
|
|
- { (eval echo "$as_me:9775: \"$ac_try\"") >&5
|
|
+ { (eval echo "$as_me:9779: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:9778: \$? = $ac_status" >&5
|
|
+ echo "$as_me:9782: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
cf_cv_gnu_source=no
|
|
else
|
|
@@ -9790,7 +9794,7 @@
|
|
rm -f conftest.$ac_objext conftest.$ac_ext
|
|
|
|
fi
|
|
-echo "$as_me:9793: result: $cf_cv_gnu_source" >&5
|
|
+echo "$as_me:9797: 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"
|
|
|
|
@@ -9815,16 +9819,16 @@
|
|
sed -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?[ ]/ /g' \
|
|
-e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?$//g'`
|
|
|
|
-echo "$as_me:9818: checking if we should define _POSIX_C_SOURCE" >&5
|
|
+echo "$as_me:9822: 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}:9824: testing if the symbol is already defined go no further ..." 1>&5
|
|
+echo "${as_me:-configure}:9828: testing if the symbol is already defined go no further ..." 1>&5
|
|
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
-#line 9827 "configure"
|
|
+#line 9831 "configure"
|
|
#include "confdefs.h"
|
|
#include <sys/types.h>
|
|
int
|
|
@@ -9839,16 +9843,16 @@
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
-if { (eval echo "$as_me:9842: \"$ac_compile\"") >&5
|
|
+if { (eval echo "$as_me:9846: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:9845: \$? = $ac_status" >&5
|
|
+ echo "$as_me:9849: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest.$ac_objext'
|
|
- { (eval echo "$as_me:9848: \"$ac_try\"") >&5
|
|
+ { (eval echo "$as_me:9852: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:9851: \$? = $ac_status" >&5
|
|
+ echo "$as_me:9855: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
cf_cv_posix_c_source=no
|
|
else
|
|
@@ -9869,7 +9873,7 @@
|
|
esac
|
|
if test "$cf_want_posix_source" = yes ; then
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
-#line 9872 "configure"
|
|
+#line 9876 "configure"
|
|
#include "confdefs.h"
|
|
#include <sys/types.h>
|
|
int
|
|
@@ -9884,16 +9888,16 @@
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
-if { (eval echo "$as_me:9887: \"$ac_compile\"") >&5
|
|
+if { (eval echo "$as_me:9891: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:9890: \$? = $ac_status" >&5
|
|
+ echo "$as_me:9894: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest.$ac_objext'
|
|
- { (eval echo "$as_me:9893: \"$ac_try\"") >&5
|
|
+ { (eval echo "$as_me:9897: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:9896: \$? = $ac_status" >&5
|
|
+ echo "$as_me:9900: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
:
|
|
else
|
|
@@ -9904,15 +9908,15 @@
|
|
rm -f conftest.$ac_objext conftest.$ac_ext
|
|
fi
|
|
|
|
-echo "${as_me:-configure}:9907: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5
|
|
+echo "${as_me:-configure}:9911: 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}:9912: testing if the second compile does not leave our definition intact error ..." 1>&5
|
|
+echo "${as_me:-configure}:9916: testing if the second compile does not leave our definition intact error ..." 1>&5
|
|
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
-#line 9915 "configure"
|
|
+#line 9919 "configure"
|
|
#include "confdefs.h"
|
|
#include <sys/types.h>
|
|
int
|
|
@@ -9927,16 +9931,16 @@
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
-if { (eval echo "$as_me:9930: \"$ac_compile\"") >&5
|
|
+if { (eval echo "$as_me:9934: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:9933: \$? = $ac_status" >&5
|
|
+ echo "$as_me:9937: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest.$ac_objext'
|
|
- { (eval echo "$as_me:9936: \"$ac_try\"") >&5
|
|
+ { (eval echo "$as_me:9940: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:9939: \$? = $ac_status" >&5
|
|
+ echo "$as_me:9943: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
:
|
|
else
|
|
@@ -9952,7 +9956,7 @@
|
|
rm -f conftest.$ac_objext conftest.$ac_ext
|
|
|
|
fi
|
|
-echo "$as_me:9955: result: $cf_cv_posix_c_source" >&5
|
|
+echo "$as_me:9959: 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
|
|
@@ -10051,6 +10055,9 @@
|
|
(openbsd*)
|
|
# setting _XOPEN_SOURCE breaks xterm on OpenBSD 2.8, is not needed for ncursesw
|
|
;;
|
|
+(os2*)
|
|
+ cf_XOPEN_SOURCE=
|
|
+ ;;
|
|
(osf[45]*)
|
|
cf_xopen_source="-D_OSF_SOURCE"
|
|
;;
|
|
@@ -10070,14 +10077,14 @@
|
|
;;
|
|
(*)
|
|
|
|
-echo "$as_me:10073: checking if we should define _XOPEN_SOURCE" >&5
|
|
+echo "$as_me:10080: 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 10080 "configure"
|
|
+#line 10087 "configure"
|
|
#include "confdefs.h"
|
|
|
|
#include <stdlib.h>
|
|
@@ -10096,16 +10103,16 @@
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
-if { (eval echo "$as_me:10099: \"$ac_compile\"") >&5
|
|
+if { (eval echo "$as_me:10106: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:10102: \$? = $ac_status" >&5
|
|
+ echo "$as_me:10109: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest.$ac_objext'
|
|
- { (eval echo "$as_me:10105: \"$ac_try\"") >&5
|
|
+ { (eval echo "$as_me:10112: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:10108: \$? = $ac_status" >&5
|
|
+ echo "$as_me:10115: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
cf_cv_xopen_source=no
|
|
else
|
|
@@ -10114,7 +10121,7 @@
|
|
cf_save="$CPPFLAGS"
|
|
CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=$cf_XOPEN_SOURCE"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
-#line 10117 "configure"
|
|
+#line 10124 "configure"
|
|
#include "confdefs.h"
|
|
|
|
#include <stdlib.h>
|
|
@@ -10133,16 +10140,16 @@
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
-if { (eval echo "$as_me:10136: \"$ac_compile\"") >&5
|
|
+if { (eval echo "$as_me:10143: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:10139: \$? = $ac_status" >&5
|
|
+ echo "$as_me:10146: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest.$ac_objext'
|
|
- { (eval echo "$as_me:10142: \"$ac_try\"") >&5
|
|
+ { (eval echo "$as_me:10149: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:10145: \$? = $ac_status" >&5
|
|
+ echo "$as_me:10152: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
cf_cv_xopen_source=no
|
|
else
|
|
@@ -10157,7 +10164,7 @@
|
|
rm -f conftest.$ac_objext conftest.$ac_ext
|
|
|
|
fi
|
|
-echo "$as_me:10160: result: $cf_cv_xopen_source" >&5
|
|
+echo "$as_me:10167: result: $cf_cv_xopen_source" >&5
|
|
echo "${ECHO_T}$cf_cv_xopen_source" >&6
|
|
|
|
if test "$cf_cv_xopen_source" != no ; then
|
|
@@ -10265,16 +10272,16 @@
|
|
sed -e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?[ ]/ /g' \
|
|
-e 's/-[UD]'"_POSIX_C_SOURCE"'\(=[^ ]*\)\?$//g'`
|
|
|
|
-echo "$as_me:10268: checking if we should define _POSIX_C_SOURCE" >&5
|
|
+echo "$as_me:10275: 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}:10274: testing if the symbol is already defined go no further ..." 1>&5
|
|
+echo "${as_me:-configure}:10281: testing if the symbol is already defined go no further ..." 1>&5
|
|
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
-#line 10277 "configure"
|
|
+#line 10284 "configure"
|
|
#include "confdefs.h"
|
|
#include <sys/types.h>
|
|
int
|
|
@@ -10289,16 +10296,16 @@
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
-if { (eval echo "$as_me:10292: \"$ac_compile\"") >&5
|
|
+if { (eval echo "$as_me:10299: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:10295: \$? = $ac_status" >&5
|
|
+ echo "$as_me:10302: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest.$ac_objext'
|
|
- { (eval echo "$as_me:10298: \"$ac_try\"") >&5
|
|
+ { (eval echo "$as_me:10305: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:10301: \$? = $ac_status" >&5
|
|
+ echo "$as_me:10308: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
cf_cv_posix_c_source=no
|
|
else
|
|
@@ -10319,7 +10326,7 @@
|
|
esac
|
|
if test "$cf_want_posix_source" = yes ; then
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
-#line 10322 "configure"
|
|
+#line 10329 "configure"
|
|
#include "confdefs.h"
|
|
#include <sys/types.h>
|
|
int
|
|
@@ -10334,16 +10341,16 @@
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
-if { (eval echo "$as_me:10337: \"$ac_compile\"") >&5
|
|
+if { (eval echo "$as_me:10344: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:10340: \$? = $ac_status" >&5
|
|
+ echo "$as_me:10347: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest.$ac_objext'
|
|
- { (eval echo "$as_me:10343: \"$ac_try\"") >&5
|
|
+ { (eval echo "$as_me:10350: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:10346: \$? = $ac_status" >&5
|
|
+ echo "$as_me:10353: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
:
|
|
else
|
|
@@ -10354,15 +10361,15 @@
|
|
rm -f conftest.$ac_objext conftest.$ac_ext
|
|
fi
|
|
|
|
-echo "${as_me:-configure}:10357: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5
|
|
+echo "${as_me:-configure}:10364: 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}:10362: testing if the second compile does not leave our definition intact error ..." 1>&5
|
|
+echo "${as_me:-configure}:10369: testing if the second compile does not leave our definition intact error ..." 1>&5
|
|
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
-#line 10365 "configure"
|
|
+#line 10372 "configure"
|
|
#include "confdefs.h"
|
|
#include <sys/types.h>
|
|
int
|
|
@@ -10377,16 +10384,16 @@
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
-if { (eval echo "$as_me:10380: \"$ac_compile\"") >&5
|
|
+if { (eval echo "$as_me:10387: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:10383: \$? = $ac_status" >&5
|
|
+ echo "$as_me:10390: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest.$ac_objext'
|
|
- { (eval echo "$as_me:10386: \"$ac_try\"") >&5
|
|
+ { (eval echo "$as_me:10393: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:10389: \$? = $ac_status" >&5
|
|
+ echo "$as_me:10396: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
:
|
|
else
|
|
@@ -10402,7 +10409,7 @@
|
|
rm -f conftest.$ac_objext conftest.$ac_ext
|
|
|
|
fi
|
|
-echo "$as_me:10405: result: $cf_cv_posix_c_source" >&5
|
|
+echo "$as_me:10412: 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
|
|
@@ -10560,7 +10567,7 @@
|
|
if test -n "$cf_new_cflags" ; then
|
|
test -n "$verbose" && echo " add to \$CFLAGS $cf_new_cflags" 1>&6
|
|
|
|
-echo "${as_me:-configure}:10563: testing add to \$CFLAGS $cf_new_cflags ..." 1>&5
|
|
+echo "${as_me:-configure}:10570: testing add to \$CFLAGS $cf_new_cflags ..." 1>&5
|
|
|
|
CFLAGS="$CFLAGS $cf_new_cflags"
|
|
fi
|
|
@@ -10568,7 +10575,7 @@
|
|
if test -n "$cf_new_cppflags" ; then
|
|
test -n "$verbose" && echo " add to \$CPPFLAGS $cf_new_cppflags" 1>&6
|
|
|
|
-echo "${as_me:-configure}:10571: testing add to \$CPPFLAGS $cf_new_cppflags ..." 1>&5
|
|
+echo "${as_me:-configure}:10578: testing add to \$CPPFLAGS $cf_new_cppflags ..." 1>&5
|
|
|
|
CPPFLAGS="$CPPFLAGS $cf_new_cppflags"
|
|
fi
|
|
@@ -10576,7 +10583,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}:10579: testing add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags ..." 1>&5
|
|
+echo "${as_me:-configure}:10586: testing add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags ..." 1>&5
|
|
|
|
EXTRA_CPPFLAGS="$cf_new_extra_cppflags $EXTRA_CPPFLAGS"
|
|
fi
|
|
@@ -10584,10 +10591,10 @@
|
|
fi
|
|
|
|
if test -n "$cf_XOPEN_SOURCE" && test -z "$cf_cv_xopen_source" ; then
|
|
- echo "$as_me:10587: checking if _XOPEN_SOURCE really is set" >&5
|
|
+ echo "$as_me:10594: 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 10590 "configure"
|
|
+#line 10597 "configure"
|
|
#include "confdefs.h"
|
|
#include <stdlib.h>
|
|
int
|
|
@@ -10602,16 +10609,16 @@
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
-if { (eval echo "$as_me:10605: \"$ac_compile\"") >&5
|
|
+if { (eval echo "$as_me:10612: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:10608: \$? = $ac_status" >&5
|
|
+ echo "$as_me:10615: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest.$ac_objext'
|
|
- { (eval echo "$as_me:10611: \"$ac_try\"") >&5
|
|
+ { (eval echo "$as_me:10618: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:10614: \$? = $ac_status" >&5
|
|
+ echo "$as_me:10621: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
cf_XOPEN_SOURCE_set=yes
|
|
else
|
|
@@ -10620,12 +10627,12 @@
|
|
cf_XOPEN_SOURCE_set=no
|
|
fi
|
|
rm -f conftest.$ac_objext conftest.$ac_ext
|
|
- echo "$as_me:10623: result: $cf_XOPEN_SOURCE_set" >&5
|
|
+ echo "$as_me:10630: 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 10628 "configure"
|
|
+#line 10635 "configure"
|
|
#include "confdefs.h"
|
|
#include <stdlib.h>
|
|
int
|
|
@@ -10640,16 +10647,16 @@
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
-if { (eval echo "$as_me:10643: \"$ac_compile\"") >&5
|
|
+if { (eval echo "$as_me:10650: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:10646: \$? = $ac_status" >&5
|
|
+ echo "$as_me:10653: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest.$ac_objext'
|
|
- { (eval echo "$as_me:10649: \"$ac_try\"") >&5
|
|
+ { (eval echo "$as_me:10656: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:10652: \$? = $ac_status" >&5
|
|
+ echo "$as_me:10659: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
cf_XOPEN_SOURCE_set_ok=yes
|
|
else
|
|
@@ -10660,19 +10667,19 @@
|
|
rm -f conftest.$ac_objext conftest.$ac_ext
|
|
if test $cf_XOPEN_SOURCE_set_ok = no
|
|
then
|
|
- { echo "$as_me:10663: WARNING: _XOPEN_SOURCE is lower than requested" >&5
|
|
+ { echo "$as_me:10670: WARNING: _XOPEN_SOURCE is lower than requested" >&5
|
|
echo "$as_me: WARNING: _XOPEN_SOURCE is lower than requested" >&2;}
|
|
fi
|
|
else
|
|
|
|
-echo "$as_me:10668: checking if we should define _XOPEN_SOURCE" >&5
|
|
+echo "$as_me:10675: 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 10675 "configure"
|
|
+#line 10682 "configure"
|
|
#include "confdefs.h"
|
|
|
|
#include <stdlib.h>
|
|
@@ -10691,16 +10698,16 @@
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
-if { (eval echo "$as_me:10694: \"$ac_compile\"") >&5
|
|
+if { (eval echo "$as_me:10701: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:10697: \$? = $ac_status" >&5
|
|
+ echo "$as_me:10704: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest.$ac_objext'
|
|
- { (eval echo "$as_me:10700: \"$ac_try\"") >&5
|
|
+ { (eval echo "$as_me:10707: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:10703: \$? = $ac_status" >&5
|
|
+ echo "$as_me:10710: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
cf_cv_xopen_source=no
|
|
else
|
|
@@ -10709,7 +10716,7 @@
|
|
cf_save="$CPPFLAGS"
|
|
CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=$cf_XOPEN_SOURCE"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
-#line 10712 "configure"
|
|
+#line 10719 "configure"
|
|
#include "confdefs.h"
|
|
|
|
#include <stdlib.h>
|
|
@@ -10728,16 +10735,16 @@
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
-if { (eval echo "$as_me:10731: \"$ac_compile\"") >&5
|
|
+if { (eval echo "$as_me:10738: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:10734: \$? = $ac_status" >&5
|
|
+ echo "$as_me:10741: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest.$ac_objext'
|
|
- { (eval echo "$as_me:10737: \"$ac_try\"") >&5
|
|
+ { (eval echo "$as_me:10744: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:10740: \$? = $ac_status" >&5
|
|
+ echo "$as_me:10747: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
cf_cv_xopen_source=no
|
|
else
|
|
@@ -10752,7 +10759,7 @@
|
|
rm -f conftest.$ac_objext conftest.$ac_ext
|
|
|
|
fi
|
|
-echo "$as_me:10755: result: $cf_cv_xopen_source" >&5
|
|
+echo "$as_me:10762: result: $cf_cv_xopen_source" >&5
|
|
echo "${ECHO_T}$cf_cv_xopen_source" >&6
|
|
|
|
if test "$cf_cv_xopen_source" != no ; then
|
|
@@ -10857,7 +10864,7 @@
|
|
fi;
|
|
if test "$enable_largefile" != no; then
|
|
|
|
- echo "$as_me:10860: checking for special C compiler options needed for large files" >&5
|
|
+ echo "$as_me:10867: checking for special C compiler options needed for large files" >&5
|
|
echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6
|
|
if test "${ac_cv_sys_largefile_CC+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
@@ -10869,7 +10876,7 @@
|
|
# IRIX 6.2 and later do not support large files by default,
|
|
# so use the C compiler's -n32 option if that helps.
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
-#line 10872 "configure"
|
|
+#line 10879 "configure"
|
|
#include "confdefs.h"
|
|
#include <sys/types.h>
|
|
/* Check that off_t can represent 2**63 - 1 correctly.
|
|
@@ -10889,16 +10896,16 @@
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
-if { (eval echo "$as_me:10892: \"$ac_compile\"") >&5
|
|
+if { (eval echo "$as_me:10899: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:10895: \$? = $ac_status" >&5
|
|
+ echo "$as_me:10902: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest.$ac_objext'
|
|
- { (eval echo "$as_me:10898: \"$ac_try\"") >&5
|
|
+ { (eval echo "$as_me:10905: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:10901: \$? = $ac_status" >&5
|
|
+ echo "$as_me:10908: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
break
|
|
else
|
|
@@ -10908,16 +10915,16 @@
|
|
rm -f conftest.$ac_objext
|
|
CC="$CC -n32"
|
|
rm -f conftest.$ac_objext
|
|
-if { (eval echo "$as_me:10911: \"$ac_compile\"") >&5
|
|
+if { (eval echo "$as_me:10918: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:10914: \$? = $ac_status" >&5
|
|
+ echo "$as_me:10921: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest.$ac_objext'
|
|
- { (eval echo "$as_me:10917: \"$ac_try\"") >&5
|
|
+ { (eval echo "$as_me:10924: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:10920: \$? = $ac_status" >&5
|
|
+ echo "$as_me:10927: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_sys_largefile_CC=' -n32'; break
|
|
else
|
|
@@ -10931,13 +10938,13 @@
|
|
rm -f conftest.$ac_ext
|
|
fi
|
|
fi
|
|
-echo "$as_me:10934: result: $ac_cv_sys_largefile_CC" >&5
|
|
+echo "$as_me:10941: result: $ac_cv_sys_largefile_CC" >&5
|
|
echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6
|
|
if test "$ac_cv_sys_largefile_CC" != no; then
|
|
CC=$CC$ac_cv_sys_largefile_CC
|
|
fi
|
|
|
|
- echo "$as_me:10940: checking for _FILE_OFFSET_BITS value needed for large files" >&5
|
|
+ echo "$as_me:10947: checking for _FILE_OFFSET_BITS value needed for large files" >&5
|
|
echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
|
|
if test "${ac_cv_sys_file_offset_bits+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
@@ -10945,7 +10952,7 @@
|
|
while :; do
|
|
ac_cv_sys_file_offset_bits=no
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
-#line 10948 "configure"
|
|
+#line 10955 "configure"
|
|
#include "confdefs.h"
|
|
#include <sys/types.h>
|
|
/* Check that off_t can represent 2**63 - 1 correctly.
|
|
@@ -10965,16 +10972,16 @@
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
-if { (eval echo "$as_me:10968: \"$ac_compile\"") >&5
|
|
+if { (eval echo "$as_me:10975: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:10971: \$? = $ac_status" >&5
|
|
+ echo "$as_me:10978: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest.$ac_objext'
|
|
- { (eval echo "$as_me:10974: \"$ac_try\"") >&5
|
|
+ { (eval echo "$as_me:10981: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:10977: \$? = $ac_status" >&5
|
|
+ echo "$as_me:10984: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
break
|
|
else
|
|
@@ -10983,7 +10990,7 @@
|
|
fi
|
|
rm -f conftest.$ac_objext conftest.$ac_ext
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
-#line 10986 "configure"
|
|
+#line 10993 "configure"
|
|
#include "confdefs.h"
|
|
#define _FILE_OFFSET_BITS 64
|
|
#include <sys/types.h>
|
|
@@ -11004,16 +11011,16 @@
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
-if { (eval echo "$as_me:11007: \"$ac_compile\"") >&5
|
|
+if { (eval echo "$as_me:11014: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:11010: \$? = $ac_status" >&5
|
|
+ echo "$as_me:11017: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest.$ac_objext'
|
|
- { (eval echo "$as_me:11013: \"$ac_try\"") >&5
|
|
+ { (eval echo "$as_me:11020: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:11016: \$? = $ac_status" >&5
|
|
+ echo "$as_me:11023: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_sys_file_offset_bits=64; break
|
|
else
|
|
@@ -11024,7 +11031,7 @@
|
|
break
|
|
done
|
|
fi
|
|
-echo "$as_me:11027: result: $ac_cv_sys_file_offset_bits" >&5
|
|
+echo "$as_me:11034: result: $ac_cv_sys_file_offset_bits" >&5
|
|
echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
|
|
if test "$ac_cv_sys_file_offset_bits" != no; then
|
|
|
|
@@ -11034,7 +11041,7 @@
|
|
|
|
fi
|
|
rm -rf conftest*
|
|
- echo "$as_me:11037: checking for _LARGE_FILES value needed for large files" >&5
|
|
+ echo "$as_me:11044: checking for _LARGE_FILES value needed for large files" >&5
|
|
echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
|
|
if test "${ac_cv_sys_large_files+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
@@ -11042,7 +11049,7 @@
|
|
while :; do
|
|
ac_cv_sys_large_files=no
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
-#line 11045 "configure"
|
|
+#line 11052 "configure"
|
|
#include "confdefs.h"
|
|
#include <sys/types.h>
|
|
/* Check that off_t can represent 2**63 - 1 correctly.
|
|
@@ -11062,16 +11069,16 @@
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
-if { (eval echo "$as_me:11065: \"$ac_compile\"") >&5
|
|
+if { (eval echo "$as_me:11072: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:11068: \$? = $ac_status" >&5
|
|
+ echo "$as_me:11075: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest.$ac_objext'
|
|
- { (eval echo "$as_me:11071: \"$ac_try\"") >&5
|
|
+ { (eval echo "$as_me:11078: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:11074: \$? = $ac_status" >&5
|
|
+ echo "$as_me:11081: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
break
|
|
else
|
|
@@ -11080,7 +11087,7 @@
|
|
fi
|
|
rm -f conftest.$ac_objext conftest.$ac_ext
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
-#line 11083 "configure"
|
|
+#line 11090 "configure"
|
|
#include "confdefs.h"
|
|
#define _LARGE_FILES 1
|
|
#include <sys/types.h>
|
|
@@ -11101,16 +11108,16 @@
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
-if { (eval echo "$as_me:11104: \"$ac_compile\"") >&5
|
|
+if { (eval echo "$as_me:11111: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:11107: \$? = $ac_status" >&5
|
|
+ echo "$as_me:11114: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest.$ac_objext'
|
|
- { (eval echo "$as_me:11110: \"$ac_try\"") >&5
|
|
+ { (eval echo "$as_me:11117: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:11113: \$? = $ac_status" >&5
|
|
+ echo "$as_me:11120: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_sys_large_files=1; break
|
|
else
|
|
@@ -11121,7 +11128,7 @@
|
|
break
|
|
done
|
|
fi
|
|
-echo "$as_me:11124: result: $ac_cv_sys_large_files" >&5
|
|
+echo "$as_me:11131: result: $ac_cv_sys_large_files" >&5
|
|
echo "${ECHO_T}$ac_cv_sys_large_files" >&6
|
|
if test "$ac_cv_sys_large_files" != no; then
|
|
|
|
@@ -11134,7 +11141,7 @@
|
|
fi
|
|
|
|
if test "$enable_largefile" != no ; then
|
|
- echo "$as_me:11137: checking for _LARGEFILE_SOURCE value needed for large files" >&5
|
|
+ echo "$as_me:11144: checking for _LARGEFILE_SOURCE value needed for large files" >&5
|
|
echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6
|
|
if test "${ac_cv_sys_largefile_source+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
@@ -11142,7 +11149,7 @@
|
|
while :; do
|
|
ac_cv_sys_largefile_source=no
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
-#line 11145 "configure"
|
|
+#line 11152 "configure"
|
|
#include "confdefs.h"
|
|
#include <stdio.h>
|
|
int
|
|
@@ -11154,16 +11161,16 @@
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
-if { (eval echo "$as_me:11157: \"$ac_compile\"") >&5
|
|
+if { (eval echo "$as_me:11164: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:11160: \$? = $ac_status" >&5
|
|
+ echo "$as_me:11167: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest.$ac_objext'
|
|
- { (eval echo "$as_me:11163: \"$ac_try\"") >&5
|
|
+ { (eval echo "$as_me:11170: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:11166: \$? = $ac_status" >&5
|
|
+ echo "$as_me:11173: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
break
|
|
else
|
|
@@ -11172,7 +11179,7 @@
|
|
fi
|
|
rm -f conftest.$ac_objext conftest.$ac_ext
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
-#line 11175 "configure"
|
|
+#line 11182 "configure"
|
|
#include "confdefs.h"
|
|
#define _LARGEFILE_SOURCE 1
|
|
#include <stdio.h>
|
|
@@ -11185,16 +11192,16 @@
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
-if { (eval echo "$as_me:11188: \"$ac_compile\"") >&5
|
|
+if { (eval echo "$as_me:11195: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:11191: \$? = $ac_status" >&5
|
|
+ echo "$as_me:11198: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest.$ac_objext'
|
|
- { (eval echo "$as_me:11194: \"$ac_try\"") >&5
|
|
+ { (eval echo "$as_me:11201: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:11197: \$? = $ac_status" >&5
|
|
+ echo "$as_me:11204: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_sys_largefile_source=1; break
|
|
else
|
|
@@ -11205,7 +11212,7 @@
|
|
break
|
|
done
|
|
fi
|
|
-echo "$as_me:11208: result: $ac_cv_sys_largefile_source" >&5
|
|
+echo "$as_me:11215: result: $ac_cv_sys_largefile_source" >&5
|
|
echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6
|
|
if test "$ac_cv_sys_largefile_source" != no; then
|
|
|
|
@@ -11219,13 +11226,13 @@
|
|
# We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
|
|
# in glibc 2.1.3, but that breaks too many other things.
|
|
# If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
|
|
-echo "$as_me:11222: checking for fseeko" >&5
|
|
+echo "$as_me:11229: checking for fseeko" >&5
|
|
echo $ECHO_N "checking for fseeko... $ECHO_C" >&6
|
|
if test "${ac_cv_func_fseeko+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
-#line 11228 "configure"
|
|
+#line 11235 "configure"
|
|
#include "confdefs.h"
|
|
#include <stdio.h>
|
|
int
|
|
@@ -11237,16 +11244,16 @@
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
-if { (eval echo "$as_me:11240: \"$ac_link\"") >&5
|
|
+if { (eval echo "$as_me:11247: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:11243: \$? = $ac_status" >&5
|
|
+ echo "$as_me:11250: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
- { (eval echo "$as_me:11246: \"$ac_try\"") >&5
|
|
+ { (eval echo "$as_me:11253: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:11249: \$? = $ac_status" >&5
|
|
+ echo "$as_me:11256: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_func_fseeko=yes
|
|
else
|
|
@@ -11256,7 +11263,7 @@
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
fi
|
|
-echo "$as_me:11259: result: $ac_cv_func_fseeko" >&5
|
|
+echo "$as_me:11266: result: $ac_cv_func_fseeko" >&5
|
|
echo "${ECHO_T}$ac_cv_func_fseeko" >&6
|
|
if test $ac_cv_func_fseeko = yes; then
|
|
|
|
@@ -11277,14 +11284,14 @@
|
|
test "$ac_cv_sys_largefile_source" != no && CPPFLAGS="$CPPFLAGS -D_LARGEFILE_SOURCE "
|
|
test "$ac_cv_sys_file_offset_bits" != no && CPPFLAGS="$CPPFLAGS -D_FILE_OFFSET_BITS=$ac_cv_sys_file_offset_bits "
|
|
|
|
- echo "$as_me:11280: checking whether to use struct dirent64" >&5
|
|
+ echo "$as_me:11287: checking whether to use struct dirent64" >&5
|
|
echo $ECHO_N "checking whether to use struct dirent64... $ECHO_C" >&6
|
|
if test "${cf_cv_struct_dirent64+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
-#line 11287 "configure"
|
|
+#line 11294 "configure"
|
|
#include "confdefs.h"
|
|
|
|
#include <sys/types.h>
|
|
@@ -11305,16 +11312,16 @@
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
-if { (eval echo "$as_me:11308: \"$ac_compile\"") >&5
|
|
+if { (eval echo "$as_me:11315: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:11311: \$? = $ac_status" >&5
|
|
+ echo "$as_me:11318: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest.$ac_objext'
|
|
- { (eval echo "$as_me:11314: \"$ac_try\"") >&5
|
|
+ { (eval echo "$as_me:11321: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:11317: \$? = $ac_status" >&5
|
|
+ echo "$as_me:11324: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
cf_cv_struct_dirent64=yes
|
|
else
|
|
@@ -11325,7 +11332,7 @@
|
|
rm -f conftest.$ac_objext conftest.$ac_ext
|
|
|
|
fi
|
|
-echo "$as_me:11328: result: $cf_cv_struct_dirent64" >&5
|
|
+echo "$as_me:11335: result: $cf_cv_struct_dirent64" >&5
|
|
echo "${ECHO_T}$cf_cv_struct_dirent64" >&6
|
|
test "$cf_cv_struct_dirent64" = yes &&
|
|
cat >>confdefs.h <<\EOF
|
|
@@ -11335,7 +11342,7 @@
|
|
fi
|
|
|
|
### Enable compiling-in rcs id's
|
|
-echo "$as_me:11338: checking if RCS identifiers should be compiled-in" >&5
|
|
+echo "$as_me:11345: checking if RCS identifiers should be compiled-in" >&5
|
|
echo $ECHO_N "checking if RCS identifiers should be compiled-in... $ECHO_C" >&6
|
|
|
|
# Check whether --with-rcs-ids or --without-rcs-ids was given.
|
|
@@ -11345,7 +11352,7 @@
|
|
else
|
|
with_rcs_ids=no
|
|
fi;
|
|
-echo "$as_me:11348: result: $with_rcs_ids" >&5
|
|
+echo "$as_me:11355: result: $with_rcs_ids" >&5
|
|
echo "${ECHO_T}$with_rcs_ids" >&6
|
|
test "$with_rcs_ids" = yes &&
|
|
cat >>confdefs.h <<\EOF
|
|
@@ -11355,7 +11362,7 @@
|
|
###############################################################################
|
|
|
|
### Note that some functions (such as const) are normally disabled anyway.
|
|
-echo "$as_me:11358: checking if you want to build with function extensions" >&5
|
|
+echo "$as_me:11365: checking if you want to build with function extensions" >&5
|
|
echo $ECHO_N "checking if you want to build with function extensions... $ECHO_C" >&6
|
|
|
|
# Check whether --enable-ext-funcs or --disable-ext-funcs was given.
|
|
@@ -11365,7 +11372,7 @@
|
|
else
|
|
with_ext_funcs=yes
|
|
fi;
|
|
-echo "$as_me:11368: result: $with_ext_funcs" >&5
|
|
+echo "$as_me:11375: result: $with_ext_funcs" >&5
|
|
echo "${ECHO_T}$with_ext_funcs" >&6
|
|
if test "$with_ext_funcs" = yes ; then
|
|
NCURSES_EXT_FUNCS=1
|
|
@@ -11383,7 +11390,7 @@
|
|
fi
|
|
|
|
### use option --enable-const to turn on use of const beyond that in XSI.
|
|
-echo "$as_me:11386: checking for extended use of const keyword" >&5
|
|
+echo "$as_me:11393: checking for extended use of const keyword" >&5
|
|
echo $ECHO_N "checking for extended use of const keyword... $ECHO_C" >&6
|
|
|
|
# Check whether --enable-const or --disable-const was given.
|
|
@@ -11393,7 +11400,7 @@
|
|
else
|
|
with_ext_const=no
|
|
fi;
|
|
-echo "$as_me:11396: result: $with_ext_const" >&5
|
|
+echo "$as_me:11403: result: $with_ext_const" >&5
|
|
echo "${ECHO_T}$with_ext_const" >&6
|
|
NCURSES_CONST='/*nothing*/'
|
|
if test "$with_ext_const" = yes ; then
|
|
@@ -11403,7 +11410,7 @@
|
|
###############################################################################
|
|
# These options are relatively safe to experiment with.
|
|
|
|
-echo "$as_me:11406: checking if you want all development code" >&5
|
|
+echo "$as_me:11413: checking if you want all development code" >&5
|
|
echo $ECHO_N "checking if you want all development code... $ECHO_C" >&6
|
|
|
|
# Check whether --with-develop or --without-develop was given.
|
|
@@ -11413,7 +11420,7 @@
|
|
else
|
|
with_develop=no
|
|
fi;
|
|
-echo "$as_me:11416: result: $with_develop" >&5
|
|
+echo "$as_me:11423: result: $with_develop" >&5
|
|
echo "${ECHO_T}$with_develop" >&6
|
|
|
|
###############################################################################
|
|
@@ -11422,7 +11429,7 @@
|
|
# This is still experimental (20080329), but should ultimately be moved to
|
|
# the script-block --with-normal, etc.
|
|
|
|
-echo "$as_me:11425: checking if you want to link with the pthread library" >&5
|
|
+echo "$as_me:11432: checking if you want to link with the pthread library" >&5
|
|
echo $ECHO_N "checking if you want to link with the pthread library... $ECHO_C" >&6
|
|
|
|
# Check whether --with-pthread or --without-pthread was given.
|
|
@@ -11432,27 +11439,27 @@
|
|
else
|
|
with_pthread=no
|
|
fi;
|
|
-echo "$as_me:11435: result: $with_pthread" >&5
|
|
+echo "$as_me:11442: result: $with_pthread" >&5
|
|
echo "${ECHO_T}$with_pthread" >&6
|
|
|
|
if test "$with_pthread" != no ; then
|
|
- echo "$as_me:11439: checking for pthread.h" >&5
|
|
+ echo "$as_me:11446: checking for pthread.h" >&5
|
|
echo $ECHO_N "checking for pthread.h... $ECHO_C" >&6
|
|
if test "${ac_cv_header_pthread_h+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
-#line 11445 "configure"
|
|
+#line 11452 "configure"
|
|
#include "confdefs.h"
|
|
#include <pthread.h>
|
|
_ACEOF
|
|
-if { (eval echo "$as_me:11449: \"$ac_cpp conftest.$ac_ext\"") >&5
|
|
+if { (eval echo "$as_me:11456: \"$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:11455: \$? = $ac_status" >&5
|
|
+ echo "$as_me:11462: \$? = $ac_status" >&5
|
|
(exit $ac_status); } >/dev/null; then
|
|
if test -s conftest.err; then
|
|
ac_cpp_err=$ac_c_preproc_warn_flag
|
|
@@ -11471,7 +11478,7 @@
|
|
fi
|
|
rm -f conftest.err conftest.$ac_ext
|
|
fi
|
|
-echo "$as_me:11474: result: $ac_cv_header_pthread_h" >&5
|
|
+echo "$as_me:11481: result: $ac_cv_header_pthread_h" >&5
|
|
echo "${ECHO_T}$ac_cv_header_pthread_h" >&6
|
|
if test $ac_cv_header_pthread_h = yes; then
|
|
|
|
@@ -11481,7 +11488,7 @@
|
|
|
|
for cf_lib_pthread in pthread c_r
|
|
do
|
|
- echo "$as_me:11484: checking if we can link with the $cf_lib_pthread library" >&5
|
|
+ echo "$as_me:11491: checking if we can link with the $cf_lib_pthread library" >&5
|
|
echo $ECHO_N "checking if we can link with the $cf_lib_pthread library... $ECHO_C" >&6
|
|
cf_save_LIBS="$LIBS"
|
|
|
|
@@ -11502,7 +11509,7 @@
|
|
LIBS="$cf_add_libs"
|
|
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
-#line 11505 "configure"
|
|
+#line 11512 "configure"
|
|
#include "confdefs.h"
|
|
|
|
#include <pthread.h>
|
|
@@ -11519,16 +11526,16 @@
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
-if { (eval echo "$as_me:11522: \"$ac_link\"") >&5
|
|
+if { (eval echo "$as_me:11529: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:11525: \$? = $ac_status" >&5
|
|
+ echo "$as_me:11532: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
- { (eval echo "$as_me:11528: \"$ac_try\"") >&5
|
|
+ { (eval echo "$as_me:11535: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:11531: \$? = $ac_status" >&5
|
|
+ echo "$as_me:11538: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
with_pthread=yes
|
|
else
|
|
@@ -11538,7 +11545,7 @@
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
LIBS="$cf_save_LIBS"
|
|
- echo "$as_me:11541: result: $with_pthread" >&5
|
|
+ echo "$as_me:11548: result: $with_pthread" >&5
|
|
echo "${ECHO_T}$with_pthread" >&6
|
|
test "$with_pthread" = yes && break
|
|
done
|
|
@@ -11566,7 +11573,7 @@
|
|
EOF
|
|
|
|
else
|
|
- { { echo "$as_me:11569: error: Cannot link with pthread library" >&5
|
|
+ { { echo "$as_me:11576: error: Cannot link with pthread library" >&5
|
|
echo "$as_me: error: Cannot link with pthread library" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
fi
|
|
@@ -11575,7 +11582,7 @@
|
|
|
|
fi
|
|
|
|
-echo "$as_me:11578: checking if you want to use weak-symbols for pthreads" >&5
|
|
+echo "$as_me:11585: checking if you want to use weak-symbols for pthreads" >&5
|
|
echo $ECHO_N "checking if you want to use weak-symbols for pthreads... $ECHO_C" >&6
|
|
|
|
# Check whether --enable-weak-symbols or --disable-weak-symbols was given.
|
|
@@ -11585,18 +11592,18 @@
|
|
else
|
|
use_weak_symbols=no
|
|
fi;
|
|
-echo "$as_me:11588: result: $use_weak_symbols" >&5
|
|
+echo "$as_me:11595: result: $use_weak_symbols" >&5
|
|
echo "${ECHO_T}$use_weak_symbols" >&6
|
|
if test "$use_weak_symbols" = yes ; then
|
|
|
|
-echo "$as_me:11592: checking if $CC supports weak symbols" >&5
|
|
+echo "$as_me:11599: checking if $CC supports weak symbols" >&5
|
|
echo $ECHO_N "checking if $CC supports weak symbols... $ECHO_C" >&6
|
|
if test "${cf_cv_weak_symbols+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
-#line 11599 "configure"
|
|
+#line 11606 "configure"
|
|
#include "confdefs.h"
|
|
|
|
#include <stdio.h>
|
|
@@ -11622,16 +11629,16 @@
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
-if { (eval echo "$as_me:11625: \"$ac_compile\"") >&5
|
|
+if { (eval echo "$as_me:11632: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:11628: \$? = $ac_status" >&5
|
|
+ echo "$as_me:11635: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest.$ac_objext'
|
|
- { (eval echo "$as_me:11631: \"$ac_try\"") >&5
|
|
+ { (eval echo "$as_me:11638: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:11634: \$? = $ac_status" >&5
|
|
+ echo "$as_me:11641: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
cf_cv_weak_symbols=yes
|
|
else
|
|
@@ -11642,7 +11649,7 @@
|
|
rm -f conftest.$ac_objext conftest.$ac_ext
|
|
|
|
fi
|
|
-echo "$as_me:11645: result: $cf_cv_weak_symbols" >&5
|
|
+echo "$as_me:11652: result: $cf_cv_weak_symbols" >&5
|
|
echo "${ECHO_T}$cf_cv_weak_symbols" >&6
|
|
|
|
else
|
|
@@ -11671,13 +11678,13 @@
|
|
fi
|
|
|
|
# OpenSUSE is installing ncurses6, using reentrant option.
|
|
-echo "$as_me:11674: checking for _nc_TABSIZE" >&5
|
|
+echo "$as_me:11681: checking for _nc_TABSIZE" >&5
|
|
echo $ECHO_N "checking for _nc_TABSIZE... $ECHO_C" >&6
|
|
if test "${ac_cv_func__nc_TABSIZE+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
-#line 11680 "configure"
|
|
+#line 11687 "configure"
|
|
#include "confdefs.h"
|
|
/* System header to define __stub macros and hopefully few prototypes,
|
|
which can conflict with char _nc_TABSIZE (); below. */
|
|
@@ -11708,16 +11715,16 @@
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
-if { (eval echo "$as_me:11711: \"$ac_link\"") >&5
|
|
+if { (eval echo "$as_me:11718: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:11714: \$? = $ac_status" >&5
|
|
+ echo "$as_me:11721: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
- { (eval echo "$as_me:11717: \"$ac_try\"") >&5
|
|
+ { (eval echo "$as_me:11724: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:11720: \$? = $ac_status" >&5
|
|
+ echo "$as_me:11727: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_func__nc_TABSIZE=yes
|
|
else
|
|
@@ -11727,7 +11734,7 @@
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
fi
|
|
-echo "$as_me:11730: result: $ac_cv_func__nc_TABSIZE" >&5
|
|
+echo "$as_me:11737: result: $ac_cv_func__nc_TABSIZE" >&5
|
|
echo "${ECHO_T}$ac_cv_func__nc_TABSIZE" >&6
|
|
if test $ac_cv_func__nc_TABSIZE = yes; then
|
|
assume_reentrant=yes
|
|
@@ -11739,7 +11746,7 @@
|
|
# opaque outside of that, so there is no --enable-opaque option. We can use
|
|
# this option without --with-pthreads, but this will be always set for
|
|
# pthreads.
|
|
-echo "$as_me:11742: checking if you want experimental reentrant code" >&5
|
|
+echo "$as_me:11749: checking if you want experimental reentrant code" >&5
|
|
echo $ECHO_N "checking if you want experimental reentrant code... $ECHO_C" >&6
|
|
|
|
# Check whether --enable-reentrant or --disable-reentrant was given.
|
|
@@ -11749,7 +11756,7 @@
|
|
else
|
|
with_reentrant=$assume_reentrant
|
|
fi;
|
|
-echo "$as_me:11752: result: $with_reentrant" >&5
|
|
+echo "$as_me:11759: result: $with_reentrant" >&5
|
|
echo "${ECHO_T}$with_reentrant" >&6
|
|
if test "$with_reentrant" = yes ; then
|
|
cf_cv_enable_reentrant=1
|
|
@@ -11772,7 +11779,7 @@
|
|
|
|
### Allow using a different wrap-prefix
|
|
if test "$cf_cv_enable_reentrant" != 0 || test "$BROKEN_LINKER" = 1 ; then
|
|
- echo "$as_me:11775: checking for prefix used to wrap public variables" >&5
|
|
+ echo "$as_me:11782: checking for prefix used to wrap public variables" >&5
|
|
echo $ECHO_N "checking for prefix used to wrap public variables... $ECHO_C" >&6
|
|
|
|
# Check whether --with-wrap-prefix or --without-wrap-prefix was given.
|
|
@@ -11782,7 +11789,7 @@
|
|
else
|
|
NCURSES_WRAP_PREFIX=_nc_
|
|
fi;
|
|
- echo "$as_me:11785: result: $NCURSES_WRAP_PREFIX" >&5
|
|
+ echo "$as_me:11792: result: $NCURSES_WRAP_PREFIX" >&5
|
|
echo "${ECHO_T}$NCURSES_WRAP_PREFIX" >&6
|
|
else
|
|
NCURSES_WRAP_PREFIX=_nc_
|
|
@@ -11796,7 +11803,7 @@
|
|
|
|
### use option --disable-echo to suppress full display compiling commands
|
|
|
|
-echo "$as_me:11799: checking if you want to see long compiling messages" >&5
|
|
+echo "$as_me:11806: checking if you want to see long compiling messages" >&5
|
|
echo $ECHO_N "checking if you want to see long compiling messages... $ECHO_C" >&6
|
|
|
|
# Check whether --enable-echo or --disable-echo was given.
|
|
@@ -11830,11 +11837,11 @@
|
|
ECHO_CC=''
|
|
|
|
fi;
|
|
-echo "$as_me:11833: result: $enableval" >&5
|
|
+echo "$as_me:11840: result: $enableval" >&5
|
|
echo "${ECHO_T}$enableval" >&6
|
|
|
|
### use option --enable-warnings to turn on all gcc warnings
|
|
-echo "$as_me:11837: checking if you want to see compiler warnings" >&5
|
|
+echo "$as_me:11844: checking if you want to see compiler warnings" >&5
|
|
echo $ECHO_N "checking if you want to see compiler warnings... $ECHO_C" >&6
|
|
|
|
# Check whether --enable-warnings or --disable-warnings was given.
|
|
@@ -11842,7 +11849,7 @@
|
|
enableval="$enable_warnings"
|
|
with_warnings=$enableval
|
|
fi;
|
|
-echo "$as_me:11845: result: $with_warnings" >&5
|
|
+echo "$as_me:11852: result: $with_warnings" >&5
|
|
echo "${ECHO_T}$with_warnings" >&6
|
|
|
|
if test "x$with_warnings" = "xyes"; then
|
|
@@ -11854,12 +11861,12 @@
|
|
if test "$GCC" = yes ; then
|
|
case $host_os in
|
|
(linux*|gnu*)
|
|
- echo "$as_me:11857: checking if this is really Intel C compiler" >&5
|
|
+ echo "$as_me:11864: checking if this is really Intel C compiler" >&5
|
|
echo $ECHO_N "checking if this is really Intel C compiler... $ECHO_C" >&6
|
|
cf_save_CFLAGS="$CFLAGS"
|
|
CFLAGS="$CFLAGS -no-gcc"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
-#line 11862 "configure"
|
|
+#line 11869 "configure"
|
|
#include "confdefs.h"
|
|
|
|
int
|
|
@@ -11876,16 +11883,16 @@
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
-if { (eval echo "$as_me:11879: \"$ac_compile\"") >&5
|
|
+if { (eval echo "$as_me:11886: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:11882: \$? = $ac_status" >&5
|
|
+ echo "$as_me:11889: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest.$ac_objext'
|
|
- { (eval echo "$as_me:11885: \"$ac_try\"") >&5
|
|
+ { (eval echo "$as_me:11892: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:11888: \$? = $ac_status" >&5
|
|
+ echo "$as_me:11895: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
INTEL_COMPILER=yes
|
|
cf_save_CFLAGS="$cf_save_CFLAGS -we147"
|
|
@@ -11896,7 +11903,7 @@
|
|
fi
|
|
rm -f conftest.$ac_objext conftest.$ac_ext
|
|
CFLAGS="$cf_save_CFLAGS"
|
|
- echo "$as_me:11899: result: $INTEL_COMPILER" >&5
|
|
+ echo "$as_me:11906: result: $INTEL_COMPILER" >&5
|
|
echo "${ECHO_T}$INTEL_COMPILER" >&6
|
|
;;
|
|
esac
|
|
@@ -11905,12 +11912,12 @@
|
|
CLANG_COMPILER=no
|
|
|
|
if test "$GCC" = yes ; then
|
|
- echo "$as_me:11908: checking if this is really Clang C compiler" >&5
|
|
+ echo "$as_me:11915: checking if this is really Clang C compiler" >&5
|
|
echo $ECHO_N "checking if this is really Clang C compiler... $ECHO_C" >&6
|
|
cf_save_CFLAGS="$CFLAGS"
|
|
CFLAGS="$CFLAGS -Qunused-arguments"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
-#line 11913 "configure"
|
|
+#line 11920 "configure"
|
|
#include "confdefs.h"
|
|
|
|
int
|
|
@@ -11927,16 +11934,16 @@
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
-if { (eval echo "$as_me:11930: \"$ac_compile\"") >&5
|
|
+if { (eval echo "$as_me:11937: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:11933: \$? = $ac_status" >&5
|
|
+ echo "$as_me:11940: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest.$ac_objext'
|
|
- { (eval echo "$as_me:11936: \"$ac_try\"") >&5
|
|
+ { (eval echo "$as_me:11943: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:11939: \$? = $ac_status" >&5
|
|
+ echo "$as_me:11946: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
CLANG_COMPILER=yes
|
|
cf_save_CFLAGS="$cf_save_CFLAGS -Qunused-arguments"
|
|
@@ -11947,12 +11954,12 @@
|
|
fi
|
|
rm -f conftest.$ac_objext conftest.$ac_ext
|
|
CFLAGS="$cf_save_CFLAGS"
|
|
- echo "$as_me:11950: result: $CLANG_COMPILER" >&5
|
|
+ echo "$as_me:11957: result: $CLANG_COMPILER" >&5
|
|
echo "${ECHO_T}$CLANG_COMPILER" >&6
|
|
fi
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 11955 "${as_me:-configure}"
|
|
+#line 11962 "${as_me:-configure}"
|
|
int main(int argc, char *argv[]) { return (argv[argc-1] == 0) ; }
|
|
EOF
|
|
|
|
@@ -11969,7 +11976,7 @@
|
|
# remark #981: operands are evaluated in unspecified order
|
|
# warning #279: controlling expression is constant
|
|
|
|
- { echo "$as_me:11972: checking for $CC warning options..." >&5
|
|
+ { echo "$as_me:11979: checking for $CC warning options..." >&5
|
|
echo "$as_me: checking for $CC warning options..." >&6;}
|
|
cf_save_CFLAGS="$CFLAGS"
|
|
EXTRA_CFLAGS="-Wall"
|
|
@@ -11985,12 +11992,12 @@
|
|
wd981
|
|
do
|
|
CFLAGS="$cf_save_CFLAGS $EXTRA_CFLAGS -$cf_opt"
|
|
- if { (eval echo "$as_me:11988: \"$ac_compile\"") >&5
|
|
+ if { (eval echo "$as_me:11995: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:11991: \$? = $ac_status" >&5
|
|
+ echo "$as_me:11998: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; then
|
|
- test -n "$verbose" && echo "$as_me:11993: result: ... -$cf_opt" >&5
|
|
+ test -n "$verbose" && echo "$as_me:12000: result: ... -$cf_opt" >&5
|
|
echo "${ECHO_T}... -$cf_opt" >&6
|
|
EXTRA_CFLAGS="$EXTRA_CFLAGS -$cf_opt"
|
|
fi
|
|
@@ -11999,7 +12006,7 @@
|
|
|
|
elif test "$GCC" = yes
|
|
then
|
|
- { echo "$as_me:12002: checking for $CC warning options..." >&5
|
|
+ { echo "$as_me:12009: checking for $CC warning options..." >&5
|
|
echo "$as_me: checking for $CC warning options..." >&6;}
|
|
cf_save_CFLAGS="$CFLAGS"
|
|
EXTRA_CFLAGS=
|
|
@@ -12023,12 +12030,12 @@
|
|
Wundef $cf_gcc_warnings $cf_warn_CONST Wno-unknown-pragmas Wswitch-enum
|
|
do
|
|
CFLAGS="$cf_save_CFLAGS $EXTRA_CFLAGS -$cf_opt"
|
|
- if { (eval echo "$as_me:12026: \"$ac_compile\"") >&5
|
|
+ if { (eval echo "$as_me:12033: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:12029: \$? = $ac_status" >&5
|
|
+ echo "$as_me:12036: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; then
|
|
- test -n "$verbose" && echo "$as_me:12031: result: ... -$cf_opt" >&5
|
|
+ test -n "$verbose" && echo "$as_me:12038: result: ... -$cf_opt" >&5
|
|
echo "${ECHO_T}... -$cf_opt" >&6
|
|
case $cf_opt in
|
|
(Wcast-qual)
|
|
@@ -12039,7 +12046,7 @@
|
|
([34].*)
|
|
test -n "$verbose" && echo " feature is broken in gcc $GCC_VERSION" 1>&6
|
|
|
|
-echo "${as_me:-configure}:12042: testing feature is broken in gcc $GCC_VERSION ..." 1>&5
|
|
+echo "${as_me:-configure}:12049: testing feature is broken in gcc $GCC_VERSION ..." 1>&5
|
|
|
|
continue;;
|
|
esac
|
|
@@ -12049,7 +12056,7 @@
|
|
([12].*)
|
|
test -n "$verbose" && echo " feature is broken in gcc $GCC_VERSION" 1>&6
|
|
|
|
-echo "${as_me:-configure}:12052: testing feature is broken in gcc $GCC_VERSION ..." 1>&5
|
|
+echo "${as_me:-configure}:12059: testing feature is broken in gcc $GCC_VERSION ..." 1>&5
|
|
|
|
continue;;
|
|
esac
|
|
@@ -12082,10 +12089,10 @@
|
|
EOF
|
|
if test "$GCC" = yes
|
|
then
|
|
- { echo "$as_me:12085: checking for $CC __attribute__ directives..." >&5
|
|
+ { echo "$as_me:12092: checking for $CC __attribute__ directives..." >&5
|
|
echo "$as_me: checking for $CC __attribute__ directives..." >&6;}
|
|
cat > conftest.$ac_ext <<EOF
|
|
-#line 12088 "${as_me:-configure}"
|
|
+#line 12095 "${as_me:-configure}"
|
|
#include "confdefs.h"
|
|
#include "conftest.h"
|
|
#include "conftest.i"
|
|
@@ -12134,12 +12141,12 @@
|
|
;;
|
|
esac
|
|
|
|
- if { (eval echo "$as_me:12137: \"$ac_compile\"") >&5
|
|
+ if { (eval echo "$as_me:12144: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:12140: \$? = $ac_status" >&5
|
|
+ echo "$as_me:12147: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; then
|
|
- test -n "$verbose" && echo "$as_me:12142: result: ... $cf_attribute" >&5
|
|
+ test -n "$verbose" && echo "$as_me:12149: result: ... $cf_attribute" >&5
|
|
echo "${ECHO_T}... $cf_attribute" >&6
|
|
cat conftest.h >>confdefs.h
|
|
case $cf_attribute in
|
|
@@ -12199,7 +12206,7 @@
|
|
fi
|
|
|
|
### use option --enable-assertions to turn on generation of assertion code
|
|
-echo "$as_me:12202: checking if you want to enable runtime assertions" >&5
|
|
+echo "$as_me:12209: checking if you want to enable runtime assertions" >&5
|
|
echo $ECHO_N "checking if you want to enable runtime assertions... $ECHO_C" >&6
|
|
|
|
# Check whether --enable-assertions or --disable-assertions was given.
|
|
@@ -12209,7 +12216,7 @@
|
|
else
|
|
with_assertions=no
|
|
fi;
|
|
-echo "$as_me:12212: result: $with_assertions" >&5
|
|
+echo "$as_me:12219: result: $with_assertions" >&5
|
|
echo "${ECHO_T}$with_assertions" >&6
|
|
if test -n "$GCC"
|
|
then
|
|
@@ -12262,7 +12269,7 @@
|
|
;;
|
|
esac
|
|
|
|
-echo "$as_me:12265: checking whether to add trace feature to all models" >&5
|
|
+echo "$as_me:12272: checking whether to add trace feature to all models" >&5
|
|
echo $ECHO_N "checking whether to add trace feature to all models... $ECHO_C" >&6
|
|
|
|
# Check whether --with-trace or --without-trace was given.
|
|
@@ -12272,7 +12279,7 @@
|
|
else
|
|
cf_with_trace=$cf_all_traces
|
|
fi;
|
|
-echo "$as_me:12275: result: $cf_with_trace" >&5
|
|
+echo "$as_me:12282: result: $cf_with_trace" >&5
|
|
echo "${ECHO_T}$cf_with_trace" >&6
|
|
|
|
if test "$cf_with_trace" = yes ; then
|
|
@@ -12360,7 +12367,7 @@
|
|
ADA_TRACE=FALSE
|
|
fi
|
|
|
|
-echo "$as_me:12363: checking if we want to use GNAT projects" >&5
|
|
+echo "$as_me:12370: checking if we want to use GNAT projects" >&5
|
|
echo $ECHO_N "checking if we want to use GNAT projects... $ECHO_C" >&6
|
|
|
|
# Check whether --enable-gnat-projects or --disable-gnat-projects was given.
|
|
@@ -12377,7 +12384,7 @@
|
|
enable_gnat_projects=yes
|
|
|
|
fi;
|
|
-echo "$as_me:12380: result: $enable_gnat_projects" >&5
|
|
+echo "$as_me:12387: result: $enable_gnat_projects" >&5
|
|
echo "${ECHO_T}$enable_gnat_projects" >&6
|
|
|
|
### Checks for libraries.
|
|
@@ -12385,13 +12392,13 @@
|
|
(*mingw32*)
|
|
;;
|
|
(*)
|
|
-echo "$as_me:12388: checking for gettimeofday" >&5
|
|
+echo "$as_me:12395: checking for gettimeofday" >&5
|
|
echo $ECHO_N "checking for gettimeofday... $ECHO_C" >&6
|
|
if test "${ac_cv_func_gettimeofday+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
-#line 12394 "configure"
|
|
+#line 12401 "configure"
|
|
#include "confdefs.h"
|
|
/* System header to define __stub macros and hopefully few prototypes,
|
|
which can conflict with char gettimeofday (); below. */
|
|
@@ -12422,16 +12429,16 @@
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
-if { (eval echo "$as_me:12425: \"$ac_link\"") >&5
|
|
+if { (eval echo "$as_me:12432: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:12428: \$? = $ac_status" >&5
|
|
+ echo "$as_me:12435: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
- { (eval echo "$as_me:12431: \"$ac_try\"") >&5
|
|
+ { (eval echo "$as_me:12438: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:12434: \$? = $ac_status" >&5
|
|
+ echo "$as_me:12441: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_func_gettimeofday=yes
|
|
else
|
|
@@ -12441,7 +12448,7 @@
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
fi
|
|
-echo "$as_me:12444: result: $ac_cv_func_gettimeofday" >&5
|
|
+echo "$as_me:12451: result: $ac_cv_func_gettimeofday" >&5
|
|
echo "${ECHO_T}$ac_cv_func_gettimeofday" >&6
|
|
if test $ac_cv_func_gettimeofday = yes; then
|
|
cat >>confdefs.h <<\EOF
|
|
@@ -12450,7 +12457,7 @@
|
|
|
|
else
|
|
|
|
-echo "$as_me:12453: checking for gettimeofday in -lbsd" >&5
|
|
+echo "$as_me:12460: checking for gettimeofday in -lbsd" >&5
|
|
echo $ECHO_N "checking for gettimeofday in -lbsd... $ECHO_C" >&6
|
|
if test "${ac_cv_lib_bsd_gettimeofday+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
@@ -12458,7 +12465,7 @@
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
LIBS="-lbsd $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
-#line 12461 "configure"
|
|
+#line 12468 "configure"
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
@@ -12477,16 +12484,16 @@
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
-if { (eval echo "$as_me:12480: \"$ac_link\"") >&5
|
|
+if { (eval echo "$as_me:12487: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:12483: \$? = $ac_status" >&5
|
|
+ echo "$as_me:12490: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
- { (eval echo "$as_me:12486: \"$ac_try\"") >&5
|
|
+ { (eval echo "$as_me:12493: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:12489: \$? = $ac_status" >&5
|
|
+ echo "$as_me:12496: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_lib_bsd_gettimeofday=yes
|
|
else
|
|
@@ -12497,7 +12504,7 @@
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
fi
|
|
-echo "$as_me:12500: result: $ac_cv_lib_bsd_gettimeofday" >&5
|
|
+echo "$as_me:12507: result: $ac_cv_lib_bsd_gettimeofday" >&5
|
|
echo "${ECHO_T}$ac_cv_lib_bsd_gettimeofday" >&6
|
|
if test $ac_cv_lib_bsd_gettimeofday = yes; then
|
|
|
|
@@ -12513,13 +12520,13 @@
|
|
esac
|
|
|
|
### Checks for header files.
|
|
-echo "$as_me:12516: checking for ANSI C header files" >&5
|
|
+echo "$as_me:12523: checking for ANSI C header files" >&5
|
|
echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
|
|
if test "${ac_cv_header_stdc+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
-#line 12522 "configure"
|
|
+#line 12529 "configure"
|
|
#include "confdefs.h"
|
|
#include <stdlib.h>
|
|
#include <stdarg.h>
|
|
@@ -12527,13 +12534,13 @@
|
|
#include <float.h>
|
|
|
|
_ACEOF
|
|
-if { (eval echo "$as_me:12530: \"$ac_cpp conftest.$ac_ext\"") >&5
|
|
+if { (eval echo "$as_me:12537: \"$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:12536: \$? = $ac_status" >&5
|
|
+ echo "$as_me:12543: \$? = $ac_status" >&5
|
|
(exit $ac_status); } >/dev/null; then
|
|
if test -s conftest.err; then
|
|
ac_cpp_err=$ac_c_preproc_warn_flag
|
|
@@ -12555,7 +12562,7 @@
|
|
if test $ac_cv_header_stdc = yes; then
|
|
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
-#line 12558 "configure"
|
|
+#line 12565 "configure"
|
|
#include "confdefs.h"
|
|
#include <string.h>
|
|
|
|
@@ -12573,7 +12580,7 @@
|
|
if test $ac_cv_header_stdc = yes; then
|
|
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
-#line 12576 "configure"
|
|
+#line 12583 "configure"
|
|
#include "confdefs.h"
|
|
#include <stdlib.h>
|
|
|
|
@@ -12594,7 +12601,7 @@
|
|
:
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
-#line 12597 "configure"
|
|
+#line 12604 "configure"
|
|
#include "confdefs.h"
|
|
#include <ctype.h>
|
|
#if ((' ' & 0x0FF) == 0x020)
|
|
@@ -12620,15 +12627,15 @@
|
|
}
|
|
_ACEOF
|
|
rm -f conftest$ac_exeext
|
|
-if { (eval echo "$as_me:12623: \"$ac_link\"") >&5
|
|
+if { (eval echo "$as_me:12630: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:12626: \$? = $ac_status" >&5
|
|
+ echo "$as_me:12633: \$? = $ac_status" >&5
|
|
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
|
|
- { (eval echo "$as_me:12628: \"$ac_try\"") >&5
|
|
+ { (eval echo "$as_me:12635: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:12631: \$? = $ac_status" >&5
|
|
+ echo "$as_me:12638: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
:
|
|
else
|
|
@@ -12641,7 +12648,7 @@
|
|
fi
|
|
fi
|
|
fi
|
|
-echo "$as_me:12644: result: $ac_cv_header_stdc" >&5
|
|
+echo "$as_me:12651: result: $ac_cv_header_stdc" >&5
|
|
echo "${ECHO_T}$ac_cv_header_stdc" >&6
|
|
if test $ac_cv_header_stdc = yes; then
|
|
|
|
@@ -12657,28 +12664,28 @@
|
|
inttypes.h stdint.h unistd.h
|
|
do
|
|
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
|
-echo "$as_me:12660: checking for $ac_header" >&5
|
|
+echo "$as_me:12667: checking for $ac_header" >&5
|
|
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
|
|
if eval "test \"\${$as_ac_Header+set}\" = set"; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
-#line 12666 "configure"
|
|
+#line 12673 "configure"
|
|
#include "confdefs.h"
|
|
$ac_includes_default
|
|
#include <$ac_header>
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
-if { (eval echo "$as_me:12672: \"$ac_compile\"") >&5
|
|
+if { (eval echo "$as_me:12679: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:12675: \$? = $ac_status" >&5
|
|
+ echo "$as_me:12682: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest.$ac_objext'
|
|
- { (eval echo "$as_me:12678: \"$ac_try\"") >&5
|
|
+ { (eval echo "$as_me:12685: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:12681: \$? = $ac_status" >&5
|
|
+ echo "$as_me:12688: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
eval "$as_ac_Header=yes"
|
|
else
|
|
@@ -12688,7 +12695,7 @@
|
|
fi
|
|
rm -f conftest.$ac_objext conftest.$ac_ext
|
|
fi
|
|
-echo "$as_me:12691: result: `eval echo '${'$as_ac_Header'}'`" >&5
|
|
+echo "$as_me:12698: result: `eval echo '${'$as_ac_Header'}'`" >&5
|
|
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
|
|
if test `eval echo '${'$as_ac_Header'}'` = yes; then
|
|
cat >>confdefs.h <<EOF
|
|
@@ -12698,13 +12705,13 @@
|
|
fi
|
|
done
|
|
|
|
-echo "$as_me:12701: checking for signed char" >&5
|
|
+echo "$as_me:12708: checking for signed char" >&5
|
|
echo $ECHO_N "checking for signed char... $ECHO_C" >&6
|
|
if test "${ac_cv_type_signed_char+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
-#line 12707 "configure"
|
|
+#line 12714 "configure"
|
|
#include "confdefs.h"
|
|
$ac_includes_default
|
|
int
|
|
@@ -12719,16 +12726,16 @@
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
-if { (eval echo "$as_me:12722: \"$ac_compile\"") >&5
|
|
+if { (eval echo "$as_me:12729: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:12725: \$? = $ac_status" >&5
|
|
+ echo "$as_me:12732: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest.$ac_objext'
|
|
- { (eval echo "$as_me:12728: \"$ac_try\"") >&5
|
|
+ { (eval echo "$as_me:12735: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:12731: \$? = $ac_status" >&5
|
|
+ echo "$as_me:12738: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_type_signed_char=yes
|
|
else
|
|
@@ -12738,10 +12745,10 @@
|
|
fi
|
|
rm -f conftest.$ac_objext conftest.$ac_ext
|
|
fi
|
|
-echo "$as_me:12741: result: $ac_cv_type_signed_char" >&5
|
|
+echo "$as_me:12748: result: $ac_cv_type_signed_char" >&5
|
|
echo "${ECHO_T}$ac_cv_type_signed_char" >&6
|
|
|
|
-echo "$as_me:12744: checking size of signed char" >&5
|
|
+echo "$as_me:12751: checking size of signed char" >&5
|
|
echo $ECHO_N "checking size of signed char... $ECHO_C" >&6
|
|
if test "${ac_cv_sizeof_signed_char+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
@@ -12750,7 +12757,7 @@
|
|
if test "$cross_compiling" = yes; then
|
|
# Depending upon the size, compute the lo and hi bounds.
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
-#line 12753 "configure"
|
|
+#line 12760 "configure"
|
|
#include "confdefs.h"
|
|
$ac_includes_default
|
|
int
|
|
@@ -12762,21 +12769,21 @@
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
-if { (eval echo "$as_me:12765: \"$ac_compile\"") >&5
|
|
+if { (eval echo "$as_me:12772: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:12768: \$? = $ac_status" >&5
|
|
+ echo "$as_me:12775: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest.$ac_objext'
|
|
- { (eval echo "$as_me:12771: \"$ac_try\"") >&5
|
|
+ { (eval echo "$as_me:12778: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:12774: \$? = $ac_status" >&5
|
|
+ echo "$as_me:12781: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_lo=0 ac_mid=0
|
|
while :; do
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
-#line 12779 "configure"
|
|
+#line 12786 "configure"
|
|
#include "confdefs.h"
|
|
$ac_includes_default
|
|
int
|
|
@@ -12788,16 +12795,16 @@
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
-if { (eval echo "$as_me:12791: \"$ac_compile\"") >&5
|
|
+if { (eval echo "$as_me:12798: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:12794: \$? = $ac_status" >&5
|
|
+ echo "$as_me:12801: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest.$ac_objext'
|
|
- { (eval echo "$as_me:12797: \"$ac_try\"") >&5
|
|
+ { (eval echo "$as_me:12804: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:12800: \$? = $ac_status" >&5
|
|
+ echo "$as_me:12807: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_hi=$ac_mid; break
|
|
else
|
|
@@ -12813,7 +12820,7 @@
|
|
ac_hi=-1 ac_mid=-1
|
|
while :; do
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
-#line 12816 "configure"
|
|
+#line 12823 "configure"
|
|
#include "confdefs.h"
|
|
$ac_includes_default
|
|
int
|
|
@@ -12825,16 +12832,16 @@
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
-if { (eval echo "$as_me:12828: \"$ac_compile\"") >&5
|
|
+if { (eval echo "$as_me:12835: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:12831: \$? = $ac_status" >&5
|
|
+ echo "$as_me:12838: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest.$ac_objext'
|
|
- { (eval echo "$as_me:12834: \"$ac_try\"") >&5
|
|
+ { (eval echo "$as_me:12841: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:12837: \$? = $ac_status" >&5
|
|
+ echo "$as_me:12844: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_lo=$ac_mid; break
|
|
else
|
|
@@ -12850,7 +12857,7 @@
|
|
while test "x$ac_lo" != "x$ac_hi"; do
|
|
ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
-#line 12853 "configure"
|
|
+#line 12860 "configure"
|
|
#include "confdefs.h"
|
|
$ac_includes_default
|
|
int
|
|
@@ -12862,16 +12869,16 @@
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
-if { (eval echo "$as_me:12865: \"$ac_compile\"") >&5
|
|
+if { (eval echo "$as_me:12872: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:12868: \$? = $ac_status" >&5
|
|
+ echo "$as_me:12875: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest.$ac_objext'
|
|
- { (eval echo "$as_me:12871: \"$ac_try\"") >&5
|
|
+ { (eval echo "$as_me:12878: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:12874: \$? = $ac_status" >&5
|
|
+ echo "$as_me:12881: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_hi=$ac_mid
|
|
else
|
|
@@ -12884,12 +12891,12 @@
|
|
ac_cv_sizeof_signed_char=$ac_lo
|
|
else
|
|
if test "$cross_compiling" = yes; then
|
|
- { { echo "$as_me:12887: error: cannot run test program while cross compiling" >&5
|
|
+ { { echo "$as_me:12894: error: cannot run test program while cross compiling" >&5
|
|
echo "$as_me: error: cannot run test program while cross compiling" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
-#line 12892 "configure"
|
|
+#line 12899 "configure"
|
|
#include "confdefs.h"
|
|
$ac_includes_default
|
|
int
|
|
@@ -12905,15 +12912,15 @@
|
|
}
|
|
_ACEOF
|
|
rm -f conftest$ac_exeext
|
|
-if { (eval echo "$as_me:12908: \"$ac_link\"") >&5
|
|
+if { (eval echo "$as_me:12915: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:12911: \$? = $ac_status" >&5
|
|
+ echo "$as_me:12918: \$? = $ac_status" >&5
|
|
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
|
|
- { (eval echo "$as_me:12913: \"$ac_try\"") >&5
|
|
+ { (eval echo "$as_me:12920: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:12916: \$? = $ac_status" >&5
|
|
+ echo "$as_me:12923: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_sizeof_signed_char=`cat conftest.val`
|
|
else
|
|
@@ -12929,19 +12936,19 @@
|
|
ac_cv_sizeof_signed_char=0
|
|
fi
|
|
fi
|
|
-echo "$as_me:12932: result: $ac_cv_sizeof_signed_char" >&5
|
|
+echo "$as_me:12939: result: $ac_cv_sizeof_signed_char" >&5
|
|
echo "${ECHO_T}$ac_cv_sizeof_signed_char" >&6
|
|
cat >>confdefs.h <<EOF
|
|
#define SIZEOF_SIGNED_CHAR $ac_cv_sizeof_signed_char
|
|
EOF
|
|
|
|
-echo "$as_me:12938: checking for ANSI C header files" >&5
|
|
+echo "$as_me:12945: checking for ANSI C header files" >&5
|
|
echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
|
|
if test "${ac_cv_header_stdc+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
-#line 12944 "configure"
|
|
+#line 12951 "configure"
|
|
#include "confdefs.h"
|
|
#include <stdlib.h>
|
|
#include <stdarg.h>
|
|
@@ -12949,13 +12956,13 @@
|
|
#include <float.h>
|
|
|
|
_ACEOF
|
|
-if { (eval echo "$as_me:12952: \"$ac_cpp conftest.$ac_ext\"") >&5
|
|
+if { (eval echo "$as_me:12959: \"$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:12958: \$? = $ac_status" >&5
|
|
+ echo "$as_me:12965: \$? = $ac_status" >&5
|
|
(exit $ac_status); } >/dev/null; then
|
|
if test -s conftest.err; then
|
|
ac_cpp_err=$ac_c_preproc_warn_flag
|
|
@@ -12977,7 +12984,7 @@
|
|
if test $ac_cv_header_stdc = yes; then
|
|
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
-#line 12980 "configure"
|
|
+#line 12987 "configure"
|
|
#include "confdefs.h"
|
|
#include <string.h>
|
|
|
|
@@ -12995,7 +13002,7 @@
|
|
if test $ac_cv_header_stdc = yes; then
|
|
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
-#line 12998 "configure"
|
|
+#line 13005 "configure"
|
|
#include "confdefs.h"
|
|
#include <stdlib.h>
|
|
|
|
@@ -13016,7 +13023,7 @@
|
|
:
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
-#line 13019 "configure"
|
|
+#line 13026 "configure"
|
|
#include "confdefs.h"
|
|
#include <ctype.h>
|
|
#if ((' ' & 0x0FF) == 0x020)
|
|
@@ -13042,15 +13049,15 @@
|
|
}
|
|
_ACEOF
|
|
rm -f conftest$ac_exeext
|
|
-if { (eval echo "$as_me:13045: \"$ac_link\"") >&5
|
|
+if { (eval echo "$as_me:13052: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:13048: \$? = $ac_status" >&5
|
|
+ echo "$as_me:13055: \$? = $ac_status" >&5
|
|
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
|
|
- { (eval echo "$as_me:13050: \"$ac_try\"") >&5
|
|
+ { (eval echo "$as_me:13057: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:13053: \$? = $ac_status" >&5
|
|
+ echo "$as_me:13060: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
:
|
|
else
|
|
@@ -13063,7 +13070,7 @@
|
|
fi
|
|
fi
|
|
fi
|
|
-echo "$as_me:13066: result: $ac_cv_header_stdc" >&5
|
|
+echo "$as_me:13073: result: $ac_cv_header_stdc" >&5
|
|
echo "${ECHO_T}$ac_cv_header_stdc" >&6
|
|
if test $ac_cv_header_stdc = yes; then
|
|
|
|
@@ -13076,13 +13083,13 @@
|
|
ac_header_dirent=no
|
|
for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
|
|
as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
|
|
-echo "$as_me:13079: checking for $ac_hdr that defines DIR" >&5
|
|
+echo "$as_me:13086: checking for $ac_hdr that defines DIR" >&5
|
|
echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6
|
|
if eval "test \"\${$as_ac_Header+set}\" = set"; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
-#line 13085 "configure"
|
|
+#line 13092 "configure"
|
|
#include "confdefs.h"
|
|
#include <sys/types.h>
|
|
#include <$ac_hdr>
|
|
@@ -13097,16 +13104,16 @@
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
-if { (eval echo "$as_me:13100: \"$ac_compile\"") >&5
|
|
+if { (eval echo "$as_me:13107: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:13103: \$? = $ac_status" >&5
|
|
+ echo "$as_me:13110: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest.$ac_objext'
|
|
- { (eval echo "$as_me:13106: \"$ac_try\"") >&5
|
|
+ { (eval echo "$as_me:13113: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:13109: \$? = $ac_status" >&5
|
|
+ echo "$as_me:13116: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
eval "$as_ac_Header=yes"
|
|
else
|
|
@@ -13116,7 +13123,7 @@
|
|
fi
|
|
rm -f conftest.$ac_objext conftest.$ac_ext
|
|
fi
|
|
-echo "$as_me:13119: result: `eval echo '${'$as_ac_Header'}'`" >&5
|
|
+echo "$as_me:13126: result: `eval echo '${'$as_ac_Header'}'`" >&5
|
|
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
|
|
if test `eval echo '${'$as_ac_Header'}'` = yes; then
|
|
cat >>confdefs.h <<EOF
|
|
@@ -13129,7 +13136,7 @@
|
|
done
|
|
# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
|
|
if test $ac_header_dirent = dirent.h; then
|
|
- echo "$as_me:13132: checking for opendir in -ldir" >&5
|
|
+ echo "$as_me:13139: checking for opendir in -ldir" >&5
|
|
echo $ECHO_N "checking for opendir in -ldir... $ECHO_C" >&6
|
|
if test "${ac_cv_lib_dir_opendir+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
@@ -13137,7 +13144,7 @@
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
LIBS="-ldir $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
-#line 13140 "configure"
|
|
+#line 13147 "configure"
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
@@ -13156,16 +13163,16 @@
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
-if { (eval echo "$as_me:13159: \"$ac_link\"") >&5
|
|
+if { (eval echo "$as_me:13166: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:13162: \$? = $ac_status" >&5
|
|
+ echo "$as_me:13169: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
- { (eval echo "$as_me:13165: \"$ac_try\"") >&5
|
|
+ { (eval echo "$as_me:13172: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:13168: \$? = $ac_status" >&5
|
|
+ echo "$as_me:13175: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_lib_dir_opendir=yes
|
|
else
|
|
@@ -13176,14 +13183,14 @@
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
fi
|
|
-echo "$as_me:13179: result: $ac_cv_lib_dir_opendir" >&5
|
|
+echo "$as_me:13186: result: $ac_cv_lib_dir_opendir" >&5
|
|
echo "${ECHO_T}$ac_cv_lib_dir_opendir" >&6
|
|
if test $ac_cv_lib_dir_opendir = yes; then
|
|
LIBS="$LIBS -ldir"
|
|
fi
|
|
|
|
else
|
|
- echo "$as_me:13186: checking for opendir in -lx" >&5
|
|
+ echo "$as_me:13193: checking for opendir in -lx" >&5
|
|
echo $ECHO_N "checking for opendir in -lx... $ECHO_C" >&6
|
|
if test "${ac_cv_lib_x_opendir+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
@@ -13191,7 +13198,7 @@
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
LIBS="-lx $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
-#line 13194 "configure"
|
|
+#line 13201 "configure"
|
|
#include "confdefs.h"
|
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
@@ -13210,16 +13217,16 @@
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
-if { (eval echo "$as_me:13213: \"$ac_link\"") >&5
|
|
+if { (eval echo "$as_me:13220: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:13216: \$? = $ac_status" >&5
|
|
+ echo "$as_me:13223: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
- { (eval echo "$as_me:13219: \"$ac_try\"") >&5
|
|
+ { (eval echo "$as_me:13226: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:13222: \$? = $ac_status" >&5
|
|
+ echo "$as_me:13229: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_lib_x_opendir=yes
|
|
else
|
|
@@ -13230,7 +13237,7 @@
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
LIBS=$ac_check_lib_save_LIBS
|
|
fi
|
|
-echo "$as_me:13233: result: $ac_cv_lib_x_opendir" >&5
|
|
+echo "$as_me:13240: result: $ac_cv_lib_x_opendir" >&5
|
|
echo "${ECHO_T}$ac_cv_lib_x_opendir" >&6
|
|
if test $ac_cv_lib_x_opendir = yes; then
|
|
LIBS="$LIBS -lx"
|
|
@@ -13238,13 +13245,13 @@
|
|
|
|
fi
|
|
|
|
-echo "$as_me:13241: checking whether time.h and sys/time.h may both be included" >&5
|
|
+echo "$as_me:13248: checking whether time.h and sys/time.h may both be included" >&5
|
|
echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
|
|
if test "${ac_cv_header_time+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
-#line 13247 "configure"
|
|
+#line 13254 "configure"
|
|
#include "confdefs.h"
|
|
#include <sys/types.h>
|
|
#include <sys/time.h>
|
|
@@ -13260,16 +13267,16 @@
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
-if { (eval echo "$as_me:13263: \"$ac_compile\"") >&5
|
|
+if { (eval echo "$as_me:13270: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:13266: \$? = $ac_status" >&5
|
|
+ echo "$as_me:13273: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest.$ac_objext'
|
|
- { (eval echo "$as_me:13269: \"$ac_try\"") >&5
|
|
+ { (eval echo "$as_me:13276: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:13272: \$? = $ac_status" >&5
|
|
+ echo "$as_me:13279: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_header_time=yes
|
|
else
|
|
@@ -13279,7 +13286,7 @@
|
|
fi
|
|
rm -f conftest.$ac_objext conftest.$ac_ext
|
|
fi
|
|
-echo "$as_me:13282: result: $ac_cv_header_time" >&5
|
|
+echo "$as_me:13289: result: $ac_cv_header_time" >&5
|
|
echo "${ECHO_T}$ac_cv_header_time" >&6
|
|
if test $ac_cv_header_time = yes; then
|
|
|
|
@@ -13297,13 +13304,13 @@
|
|
ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|
ac_main_return=return
|
|
|
|
-echo "$as_me:13300: checking for an ANSI C-conforming const" >&5
|
|
+echo "$as_me:13307: checking for an ANSI C-conforming const" >&5
|
|
echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
|
|
if test "${ac_cv_c_const+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
-#line 13306 "configure"
|
|
+#line 13313 "configure"
|
|
#include "confdefs.h"
|
|
|
|
int
|
|
@@ -13361,16 +13368,16 @@
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
-if { (eval echo "$as_me:13364: \"$ac_compile\"") >&5
|
|
+if { (eval echo "$as_me:13371: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:13367: \$? = $ac_status" >&5
|
|
+ echo "$as_me:13374: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest.$ac_objext'
|
|
- { (eval echo "$as_me:13370: \"$ac_try\"") >&5
|
|
+ { (eval echo "$as_me:13377: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:13373: \$? = $ac_status" >&5
|
|
+ echo "$as_me:13380: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_c_const=yes
|
|
else
|
|
@@ -13380,7 +13387,7 @@
|
|
fi
|
|
rm -f conftest.$ac_objext conftest.$ac_ext
|
|
fi
|
|
-echo "$as_me:13383: result: $ac_cv_c_const" >&5
|
|
+echo "$as_me:13390: result: $ac_cv_c_const" >&5
|
|
echo "${ECHO_T}$ac_cv_c_const" >&6
|
|
if test $ac_cv_c_const = no; then
|
|
|
|
@@ -13392,7 +13399,7 @@
|
|
|
|
### Checks for external-data
|
|
|
|
-echo "$as_me:13395: checking if data-only library module links" >&5
|
|
+echo "$as_me:13402: checking if data-only library module links" >&5
|
|
echo $ECHO_N "checking if data-only library module links... $ECHO_C" >&6
|
|
if test "${cf_cv_link_dataonly+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
@@ -13400,20 +13407,20 @@
|
|
|
|
rm -f conftest.a
|
|
cat >conftest.$ac_ext <<EOF
|
|
-#line 13403 "configure"
|
|
+#line 13410 "configure"
|
|
int testdata[3] = { 123, 456, 789 };
|
|
EOF
|
|
- if { (eval echo "$as_me:13406: \"$ac_compile\"") >&5
|
|
+ if { (eval echo "$as_me:13413: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:13409: \$? = $ac_status" >&5
|
|
+ echo "$as_me:13416: \$? = $ac_status" >&5
|
|
(exit $ac_status); } ; then
|
|
mv conftest.o data.o && \
|
|
( $AR $ARFLAGS conftest.a data.o ) 2>&5 1>/dev/null
|
|
fi
|
|
rm -f conftest.$ac_ext data.o
|
|
cat >conftest.$ac_ext <<EOF
|
|
-#line 13416 "configure"
|
|
+#line 13423 "configure"
|
|
int testfunc()
|
|
{
|
|
#if defined(NeXT)
|
|
@@ -13426,10 +13433,10 @@
|
|
#endif
|
|
}
|
|
EOF
|
|
- if { (eval echo "$as_me:13429: \"$ac_compile\"") >&5
|
|
+ if { (eval echo "$as_me:13436: \"$ac_compile\"") >&5
|
|
(eval $ac_compile) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:13432: \$? = $ac_status" >&5
|
|
+ echo "$as_me:13439: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; then
|
|
mv conftest.o func.o && \
|
|
( $AR $ARFLAGS conftest.a func.o ) 2>&5 1>/dev/null
|
|
@@ -13442,7 +13449,7 @@
|
|
cf_cv_link_dataonly=unknown
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
-#line 13445 "configure"
|
|
+#line 13452 "configure"
|
|
#include "confdefs.h"
|
|
|
|
int main()
|
|
@@ -13453,15 +13460,15 @@
|
|
|
|
_ACEOF
|
|
rm -f conftest$ac_exeext
|
|
-if { (eval echo "$as_me:13456: \"$ac_link\"") >&5
|
|
+if { (eval echo "$as_me:13463: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:13459: \$? = $ac_status" >&5
|
|
+ echo "$as_me:13466: \$? = $ac_status" >&5
|
|
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
|
|
- { (eval echo "$as_me:13461: \"$ac_try\"") >&5
|
|
+ { (eval echo "$as_me:13468: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:13464: \$? = $ac_status" >&5
|
|
+ echo "$as_me:13471: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
cf_cv_link_dataonly=yes
|
|
else
|
|
@@ -13476,7 +13483,7 @@
|
|
|
|
fi
|
|
|
|
-echo "$as_me:13479: result: $cf_cv_link_dataonly" >&5
|
|
+echo "$as_me:13486: result: $cf_cv_link_dataonly" >&5
|
|
echo "${ECHO_T}$cf_cv_link_dataonly" >&6
|
|
|
|
if test "$cf_cv_link_dataonly" = no ; then
|
|
@@ -13490,7 +13497,7 @@
|
|
|
|
### Checks for library functions.
|
|
|
|
-echo "$as_me:13493: checking for working mkstemp" >&5
|
|
+echo "$as_me:13500: checking for working mkstemp" >&5
|
|
echo $ECHO_N "checking for working mkstemp... $ECHO_C" >&6
|
|
if test "${cf_cv_func_mkstemp+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
@@ -13501,7 +13508,7 @@
|
|
cf_cv_func_mkstemp=maybe
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
-#line 13504 "configure"
|
|
+#line 13511 "configure"
|
|
#include "confdefs.h"
|
|
|
|
#include <sys/types.h>
|
|
@@ -13539,15 +13546,15 @@
|
|
|
|
_ACEOF
|
|
rm -f conftest$ac_exeext
|
|
-if { (eval echo "$as_me:13542: \"$ac_link\"") >&5
|
|
+if { (eval echo "$as_me:13549: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:13545: \$? = $ac_status" >&5
|
|
+ echo "$as_me:13552: \$? = $ac_status" >&5
|
|
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
|
|
- { (eval echo "$as_me:13547: \"$ac_try\"") >&5
|
|
+ { (eval echo "$as_me:13554: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:13550: \$? = $ac_status" >&5
|
|
+ echo "$as_me:13557: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
cf_cv_func_mkstemp=yes
|
|
|
|
@@ -13562,16 +13569,16 @@
|
|
fi
|
|
|
|
fi
|
|
-echo "$as_me:13565: result: $cf_cv_func_mkstemp" >&5
|
|
+echo "$as_me:13572: result: $cf_cv_func_mkstemp" >&5
|
|
echo "${ECHO_T}$cf_cv_func_mkstemp" >&6
|
|
if test "x$cf_cv_func_mkstemp" = xmaybe ; then
|
|
- echo "$as_me:13568: checking for mkstemp" >&5
|
|
+ echo "$as_me:13575: checking for mkstemp" >&5
|
|
echo $ECHO_N "checking for mkstemp... $ECHO_C" >&6
|
|
if test "${ac_cv_func_mkstemp+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
-#line 13574 "configure"
|
|
+#line 13581 "configure"
|
|
#include "confdefs.h"
|
|
/* System header to define __stub macros and hopefully few prototypes,
|
|
which can conflict with char mkstemp (); below. */
|
|
@@ -13602,16 +13609,16 @@
|
|
}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext conftest$ac_exeext
|
|
-if { (eval echo "$as_me:13605: \"$ac_link\"") >&5
|
|
+if { (eval echo "$as_me:13612: \"$ac_link\"") >&5
|
|
(eval $ac_link) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:13608: \$? = $ac_status" >&5
|
|
+ echo "$as_me:13615: \$? = $ac_status" >&5
|
|
(exit $ac_status); } &&
|
|
{ ac_try='test -s conftest$ac_exeext'
|
|
- { (eval echo "$as_me:13611: \"$ac_try\"") >&5
|
|
+ { (eval echo "$as_me:13618: \"$ac_try\"") >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
- echo "$as_me:13614: \$? = $ac_status" >&5
|
|
+ echo "$as_me:13621: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
ac_cv_func_mkstemp=yes
|
|
else
|
|
@@ -13621,7 +13628,7 @@
|
|
fi
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
fi
|
|
-echo "$as_me:13624: result: $ac_cv_func_mkstemp" >&5
|
|
+echo "$as_me:13631: result: $ac_cv_func_mkstemp" >&5
|
|
echo "${ECHO_T}$ac_cv_func_mkstemp" >&6
|
|
|
|
fi
|
|
@@ -13644,7 +13651,7 @@
|
|
cf_ada_make=gnatmake
|
|
# Extract the first word of "$cf_ada_make", so it can be a program name with args.
|
|
set dummy $cf_ada_make; ac_word=$2
|
|
-echo "$as_me:13647: checking for $ac_word" >&5
|
|
+echo "$as_me:13654: checking for $ac_word" >&5
|
|
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
|
if test "${ac_cv_prog_gnat_exists+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
@@ -13659,7 +13666,7 @@
|
|
test -z "$ac_dir" && ac_dir=.
|
|
$as_executable_p "$ac_dir/$ac_word" || continue
|
|
ac_cv_prog_gnat_exists="yes"
|
|
-echo "$as_me:13662: found $ac_dir/$ac_word" >&5
|
|
+echo "$as_me:13669: found $ac_dir/$ac_word" >&5
|
|
break
|
|
done
|
|
|
|
@@ -13668,10 +13675,10 @@
|
|
fi
|
|
gnat_exists=$ac_cv_prog_gnat_exists
|
|
if test -n "$gnat_exists"; then
|
|
- echo "$as_me:13671: result: $gnat_exists" >&5
|
|
+ echo "$as_me:13678: result: $gnat_exists" >&5
|
|
echo "${ECHO_T}$gnat_exists" >&6
|
|
else
|
|
- echo "$as_me:13674: result: no" >&5
|
|
+ echo "$as_me:13681: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
fi
|
|
|
|
@@ -13680,12 +13687,12 @@
|
|
cf_cv_prog_gnat_correct=no
|
|
else
|
|
|
|
-echo "$as_me:13683: checking for gnat version" >&5
|
|
+echo "$as_me:13690: checking for gnat version" >&5
|
|
echo $ECHO_N "checking for gnat version... $ECHO_C" >&6
|
|
cf_gnat_version=`${cf_ada_make:-gnatmake} -v 2>&1 | \
|
|
grep '[0-9].[0-9][0-9]*' |\
|
|
sed -e '2,$d' -e 's/[^0-9 \.]//g' -e 's/^[ ]*//' -e 's/ .*//'`
|
|
-echo "$as_me:13688: result: $cf_gnat_version" >&5
|
|
+echo "$as_me:13695: result: $cf_gnat_version" >&5
|
|
echo "${ECHO_T}$cf_gnat_version" >&6
|
|
|
|
case $cf_gnat_version in
|
|
@@ -13693,7 +13700,7 @@
|
|
cf_cv_prog_gnat_correct=yes
|
|
;;
|
|
(*)
|
|
- { echo "$as_me:13696: WARNING: Unsupported GNAT version $cf_gnat_version. We require 3.11 or better. Disabling Ada95 binding." >&5
|
|
+ { echo "$as_me:13703: WARNING: Unsupported GNAT version $cf_gnat_version. We require 3.11 or better. Disabling Ada95 binding." >&5
|
|
echo "$as_me: WARNING: Unsupported GNAT version $cf_gnat_version. We require 3.11 or better. Disabling Ada95 binding." >&2;}
|
|
cf_cv_prog_gnat_correct=no
|
|
;;
|
|
@@ -13701,7 +13708,7 @@
|
|
|
|
# Extract the first word of "m4", so it can be a program name with args.
|
|
set dummy m4; ac_word=$2
|
|
-echo "$as_me:13704: checking for $ac_word" >&5
|
|
+echo "$as_me:13711: checking for $ac_word" >&5
|
|
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
|
if test "${ac_cv_prog_M4_exists+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
@@ -13716,7 +13723,7 @@
|
|
test -z "$ac_dir" && ac_dir=.
|
|
$as_executable_p "$ac_dir/$ac_word" || continue
|
|
ac_cv_prog_M4_exists="yes"
|
|
-echo "$as_me:13719: found $ac_dir/$ac_word" >&5
|
|
+echo "$as_me:13726: found $ac_dir/$ac_word" >&5
|
|
break
|
|
done
|
|
|
|
@@ -13725,10 +13732,10 @@
|
|
fi
|
|
M4_exists=$ac_cv_prog_M4_exists
|
|
if test -n "$M4_exists"; then
|
|
- echo "$as_me:13728: result: $M4_exists" >&5
|
|
+ echo "$as_me:13735: result: $M4_exists" >&5
|
|
echo "${ECHO_T}$M4_exists" >&6
|
|
else
|
|
- echo "$as_me:13731: result: no" >&5
|
|
+ echo "$as_me:13738: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|
|
fi
|
|
|
|
@@ -13737,7 +13744,7 @@
|
|
echo Ada95 binding required program m4 not found. Ada95 binding disabled.
|
|
fi
|
|
if test "$cf_cv_prog_gnat_correct" = yes; then
|
|
- echo "$as_me:13740: checking if GNAT works" >&5
|
|
+ echo "$as_me:13747: checking if GNAT works" >&5
|
|
echo $ECHO_N "checking if GNAT works... $ECHO_C" >&6
|
|
|
|
rm -rf conftest* *~conftest*
|
|
@@ -13765,14 +13772,14 @@
|
|
fi
|
|
rm -rf conftest* *~conftest*
|
|
|
|
- echo "$as_me:13768: result: $cf_cv_prog_gnat_correct" >&5
|
|
+ echo "$as_me:13775: result: $cf_cv_prog_gnat_correct" >&5
|
|
echo "${ECHO_T}$cf_cv_prog_gnat_correct" >&6
|
|
fi
|
|
fi
|
|
|
|
if test "$cf_cv_prog_gnat_correct" = yes; then
|
|
|
|
- echo "$as_me:13775: checking optimization options for ADAFLAGS" >&5
|
|
+ echo "$as_me:13782: checking optimization options for ADAFLAGS" >&5
|
|
echo $ECHO_N "checking optimization options for ADAFLAGS... $ECHO_C" >&6
|
|
case "$CFLAGS" in
|
|
(*-g*)
|
|
@@ -13789,10 +13796,10 @@
|
|
|
|
;;
|
|
esac
|
|
- echo "$as_me:13792: result: $ADAFLAGS" >&5
|
|
+ echo "$as_me:13799: result: $ADAFLAGS" >&5
|
|
echo "${ECHO_T}$ADAFLAGS" >&6
|
|
|
|
-echo "$as_me:13795: checking if GNATPREP supports -T option" >&5
|
|
+echo "$as_me:13802: checking if GNATPREP supports -T option" >&5
|
|
echo $ECHO_N "checking if GNATPREP supports -T option... $ECHO_C" >&6
|
|
if test "${cf_cv_gnatprep_opt_t+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
@@ -13802,11 +13809,11 @@
|
|
gnatprep -T 2>/dev/null >/dev/null && cf_cv_gnatprep_opt_t=yes
|
|
|
|
fi
|
|
-echo "$as_me:13805: result: $cf_cv_gnatprep_opt_t" >&5
|
|
+echo "$as_me:13812: result: $cf_cv_gnatprep_opt_t" >&5
|
|
echo "${ECHO_T}$cf_cv_gnatprep_opt_t" >&6
|
|
test "$cf_cv_gnatprep_opt_t" = yes && GNATPREP_OPTS="-T $GNATPREP_OPTS"
|
|
|
|
-echo "$as_me:13809: checking if GNAT supports generics" >&5
|
|
+echo "$as_me:13816: checking if GNAT supports generics" >&5
|
|
echo $ECHO_N "checking if GNAT supports generics... $ECHO_C" >&6
|
|
case $cf_gnat_version in
|
|
(3.[1-9]*|[4-9].*)
|
|
@@ -13816,7 +13823,7 @@
|
|
cf_gnat_generics=no
|
|
;;
|
|
esac
|
|
-echo "$as_me:13819: result: $cf_gnat_generics" >&5
|
|
+echo "$as_me:13826: result: $cf_gnat_generics" >&5
|
|
echo "${ECHO_T}$cf_gnat_generics" >&6
|
|
|
|
if test "$cf_gnat_generics" = yes
|
|
@@ -13828,7 +13835,7 @@
|
|
cf_generic_objects=
|
|
fi
|
|
|
|
-echo "$as_me:13831: checking if GNAT supports SIGINT" >&5
|
|
+echo "$as_me:13838: checking if GNAT supports SIGINT" >&5
|
|
echo $ECHO_N "checking if GNAT supports SIGINT... $ECHO_C" >&6
|
|
if test "${cf_cv_gnat_sigint+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
@@ -13876,7 +13883,7 @@
|
|
rm -rf conftest* *~conftest*
|
|
|
|
fi
|
|
-echo "$as_me:13879: result: $cf_cv_gnat_sigint" >&5
|
|
+echo "$as_me:13886: result: $cf_cv_gnat_sigint" >&5
|
|
echo "${ECHO_T}$cf_cv_gnat_sigint" >&6
|
|
|
|
if test $cf_cv_gnat_sigint = yes ; then
|
|
@@ -13889,7 +13896,7 @@
|
|
cf_gnat_projects=no
|
|
|
|
if test "$enable_gnat_projects" != no ; then
|
|
-echo "$as_me:13892: checking if GNAT supports project files" >&5
|
|
+echo "$as_me:13899: checking if GNAT supports project files" >&5
|
|
echo $ECHO_N "checking if GNAT supports project files... $ECHO_C" >&6
|
|
case $cf_gnat_version in
|
|
(3.[0-9]*)
|
|
@@ -13949,15 +13956,15 @@
|
|
esac
|
|
;;
|
|
esac
|
|
-echo "$as_me:13952: result: $cf_gnat_projects" >&5
|
|
+echo "$as_me:13959: result: $cf_gnat_projects" >&5
|
|
echo "${ECHO_T}$cf_gnat_projects" >&6
|
|
fi # enable_gnat_projects
|
|
|
|
if test $cf_gnat_projects = yes
|
|
then
|
|
- echo "$as_me:13958: checking if GNAT supports libraries" >&5
|
|
+ echo "$as_me:13965: checking if GNAT supports libraries" >&5
|
|
echo $ECHO_N "checking if GNAT supports libraries... $ECHO_C" >&6
|
|
- echo "$as_me:13960: result: $cf_gnat_libraries" >&5
|
|
+ echo "$as_me:13967: result: $cf_gnat_libraries" >&5
|
|
echo "${ECHO_T}$cf_gnat_libraries" >&6
|
|
fi
|
|
|
|
@@ -13977,7 +13984,7 @@
|
|
USE_GNAT_LIBRARIES="#"
|
|
fi
|
|
|
|
-echo "$as_me:13980: checking for ada-compiler" >&5
|
|
+echo "$as_me:13987: checking for ada-compiler" >&5
|
|
echo $ECHO_N "checking for ada-compiler... $ECHO_C" >&6
|
|
|
|
# Check whether --with-ada-compiler or --without-ada-compiler was given.
|
|
@@ -13988,12 +13995,12 @@
|
|
cf_ada_compiler=gnatmake
|
|
fi;
|
|
|
|
-echo "$as_me:13991: result: $cf_ada_compiler" >&5
|
|
+echo "$as_me:13998: result: $cf_ada_compiler" >&5
|
|
echo "${ECHO_T}$cf_ada_compiler" >&6
|
|
|
|
cf_ada_package=terminal_interface
|
|
|
|
-echo "$as_me:13996: checking for ada-include" >&5
|
|
+echo "$as_me:14003: checking for ada-include" >&5
|
|
echo $ECHO_N "checking for ada-include... $ECHO_C" >&6
|
|
|
|
# Check whether --with-ada-include or --without-ada-include was given.
|
|
@@ -14029,7 +14036,7 @@
|
|
withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%`
|
|
;;
|
|
(*)
|
|
- { { echo "$as_me:14032: error: expected a pathname, not \"$withval\"" >&5
|
|
+ { { echo "$as_me:14039: error: expected a pathname, not \"$withval\"" >&5
|
|
echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
@@ -14038,10 +14045,10 @@
|
|
fi
|
|
eval ADA_INCLUDE="$withval"
|
|
|
|
-echo "$as_me:14041: result: $ADA_INCLUDE" >&5
|
|
+echo "$as_me:14048: result: $ADA_INCLUDE" >&5
|
|
echo "${ECHO_T}$ADA_INCLUDE" >&6
|
|
|
|
-echo "$as_me:14044: checking for ada-objects" >&5
|
|
+echo "$as_me:14051: checking for ada-objects" >&5
|
|
echo $ECHO_N "checking for ada-objects... $ECHO_C" >&6
|
|
|
|
# Check whether --with-ada-objects or --without-ada-objects was given.
|
|
@@ -14077,7 +14084,7 @@
|
|
withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%`
|
|
;;
|
|
(*)
|
|
- { { echo "$as_me:14080: error: expected a pathname, not \"$withval\"" >&5
|
|
+ { { echo "$as_me:14087: error: expected a pathname, not \"$withval\"" >&5
|
|
echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
;;
|
|
@@ -14086,10 +14093,10 @@
|
|
fi
|
|
eval ADA_OBJECTS="$withval"
|
|
|
|
-echo "$as_me:14089: result: $ADA_OBJECTS" >&5
|
|
+echo "$as_me:14096: result: $ADA_OBJECTS" >&5
|
|
echo "${ECHO_T}$ADA_OBJECTS" >&6
|
|
|
|
-echo "$as_me:14092: checking if an Ada95 shared-library should be built" >&5
|
|
+echo "$as_me:14099: checking if an Ada95 shared-library should be built" >&5
|
|
echo $ECHO_N "checking if an Ada95 shared-library should be built... $ECHO_C" >&6
|
|
|
|
# Check whether --with-ada-sharedlib or --without-ada-sharedlib was given.
|
|
@@ -14099,7 +14106,7 @@
|
|
else
|
|
with_ada_sharedlib=no
|
|
fi;
|
|
-echo "$as_me:14102: result: $with_ada_sharedlib" >&5
|
|
+echo "$as_me:14109: result: $with_ada_sharedlib" >&5
|
|
echo "${ECHO_T}$with_ada_sharedlib" >&6
|
|
|
|
ADA_SHAREDLIB='lib$(LIB_NAME).so.1'
|
|
@@ -14115,12 +14122,12 @@
|
|
fi
|
|
|
|
else
|
|
- { { echo "$as_me:14118: error: No usable Ada compiler found" >&5
|
|
+ { { echo "$as_me:14125: error: No usable Ada compiler found" >&5
|
|
echo "$as_me: error: No usable Ada compiler found" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
fi
|
|
else
|
|
- { { echo "$as_me:14123: error: The Ada compiler is needed for this package" >&5
|
|
+ { { echo "$as_me:14130: error: The Ada compiler is needed for this package" >&5
|
|
echo "$as_me: error: The Ada compiler is needed for this package" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
fi
|
|
@@ -14160,7 +14167,7 @@
|
|
fi
|
|
|
|
### Build up pieces for makefile rules
|
|
-echo "$as_me:14163: checking default library suffix" >&5
|
|
+echo "$as_me:14170: checking default library suffix" >&5
|
|
echo $ECHO_N "checking default library suffix... $ECHO_C" >&6
|
|
|
|
case $DFT_LWR_MODEL in
|
|
@@ -14171,10 +14178,10 @@
|
|
(shared) DFT_ARG_SUFFIX='' ;;
|
|
esac
|
|
test -n "$LIB_SUFFIX" && DFT_ARG_SUFFIX="${LIB_SUFFIX}${DFT_ARG_SUFFIX}"
|
|
-echo "$as_me:14174: result: $DFT_ARG_SUFFIX" >&5
|
|
+echo "$as_me:14181: result: $DFT_ARG_SUFFIX" >&5
|
|
echo "${ECHO_T}$DFT_ARG_SUFFIX" >&6
|
|
|
|
-echo "$as_me:14177: checking default library-dependency suffix" >&5
|
|
+echo "$as_me:14184: checking default library-dependency suffix" >&5
|
|
echo $ECHO_N "checking default library-dependency suffix... $ECHO_C" >&6
|
|
|
|
case X$DFT_LWR_MODEL in
|
|
@@ -14232,10 +14239,10 @@
|
|
DFT_LIB_SUFFIX="${LIB_SUFFIX}${EXTRA_SUFFIX}${DFT_LIB_SUFFIX}"
|
|
DFT_DEP_SUFFIX="${LIB_SUFFIX}${EXTRA_SUFFIX}${DFT_DEP_SUFFIX}"
|
|
fi
|
|
-echo "$as_me:14235: result: $DFT_DEP_SUFFIX" >&5
|
|
+echo "$as_me:14242: result: $DFT_DEP_SUFFIX" >&5
|
|
echo "${ECHO_T}$DFT_DEP_SUFFIX" >&6
|
|
|
|
-echo "$as_me:14238: checking default object directory" >&5
|
|
+echo "$as_me:14245: checking default object directory" >&5
|
|
echo $ECHO_N "checking default object directory... $ECHO_C" >&6
|
|
|
|
case $DFT_LWR_MODEL in
|
|
@@ -14251,7 +14258,7 @@
|
|
DFT_OBJ_SUBDIR='obj_s' ;;
|
|
esac
|
|
esac
|
|
-echo "$as_me:14254: result: $DFT_OBJ_SUBDIR" >&5
|
|
+echo "$as_me:14261: result: $DFT_OBJ_SUBDIR" >&5
|
|
echo "${ECHO_T}$DFT_OBJ_SUBDIR" >&6
|
|
|
|
### Set up low-level terminfo dependencies for makefiles.
|
|
@@ -14469,7 +14476,7 @@
|
|
: ${CONFIG_STATUS=./config.status}
|
|
ac_clean_files_save=$ac_clean_files
|
|
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
|
|
-{ echo "$as_me:14472: creating $CONFIG_STATUS" >&5
|
|
+{ echo "$as_me:14479: creating $CONFIG_STATUS" >&5
|
|
echo "$as_me: creating $CONFIG_STATUS" >&6;}
|
|
cat >$CONFIG_STATUS <<_ACEOF
|
|
#! $SHELL
|
|
@@ -14645,7 +14652,7 @@
|
|
echo "$ac_cs_version"; exit 0 ;;
|
|
--he | --h)
|
|
# Conflict between --help and --header
|
|
- { { echo "$as_me:14648: error: ambiguous option: $1
|
|
+ { { echo "$as_me:14655: error: ambiguous option: $1
|
|
Try \`$0 --help' for more information." >&5
|
|
echo "$as_me: error: ambiguous option: $1
|
|
Try \`$0 --help' for more information." >&2;}
|
|
@@ -14664,7 +14671,7 @@
|
|
ac_need_defaults=false;;
|
|
|
|
# This is an error.
|
|
- -*) { { echo "$as_me:14667: error: unrecognized option: $1
|
|
+ -*) { { echo "$as_me:14674: error: unrecognized option: $1
|
|
Try \`$0 --help' for more information." >&5
|
|
echo "$as_me: error: unrecognized option: $1
|
|
Try \`$0 --help' for more information." >&2;}
|
|
@@ -14735,7 +14742,7 @@
|
|
"Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
|
|
"default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
|
|
"include/ncurses_cfg.h" ) CONFIG_HEADERS="$CONFIG_HEADERS include/ncurses_cfg.h:include/ncurses_cfg.hin" ;;
|
|
- *) { { echo "$as_me:14738: error: invalid argument: $ac_config_target" >&5
|
|
+ *) { { echo "$as_me:14745: error: invalid argument: $ac_config_target" >&5
|
|
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
|
|
{ (exit 1); exit 1; }; };;
|
|
esac
|
|
@@ -15078,7 +15085,7 @@
|
|
esac
|
|
|
|
if test x"$ac_file" != x-; then
|
|
- { echo "$as_me:15081: creating $ac_file" >&5
|
|
+ { echo "$as_me:15088: creating $ac_file" >&5
|
|
echo "$as_me: creating $ac_file" >&6;}
|
|
rm -f "$ac_file"
|
|
fi
|
|
@@ -15096,7 +15103,7 @@
|
|
-) echo $tmp/stdin ;;
|
|
[\\/$]*)
|
|
# Absolute (can't be DOS-style, as IFS=:)
|
|
- test -f "$f" || { { echo "$as_me:15099: error: cannot find input file: $f" >&5
|
|
+ test -f "$f" || { { echo "$as_me:15106: error: cannot find input file: $f" >&5
|
|
echo "$as_me: error: cannot find input file: $f" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
echo $f;;
|
|
@@ -15109,7 +15116,7 @@
|
|
echo $srcdir/$f
|
|
else
|
|
# /dev/null tree
|
|
- { { echo "$as_me:15112: error: cannot find input file: $f" >&5
|
|
+ { { echo "$as_me:15119: error: cannot find input file: $f" >&5
|
|
echo "$as_me: error: cannot find input file: $f" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
fi;;
|
|
@@ -15125,7 +15132,7 @@
|
|
if test -n "$ac_seen"; then
|
|
ac_used=`grep '@datarootdir@' $ac_item`
|
|
if test -z "$ac_used"; then
|
|
- { echo "$as_me:15128: WARNING: datarootdir was used implicitly but not set:
|
|
+ { echo "$as_me:15135: WARNING: datarootdir was used implicitly but not set:
|
|
$ac_seen" >&5
|
|
echo "$as_me: WARNING: datarootdir was used implicitly but not set:
|
|
$ac_seen" >&2;}
|
|
@@ -15134,7 +15141,7 @@
|
|
fi
|
|
ac_seen=`grep '${datarootdir}' $ac_item`
|
|
if test -n "$ac_seen"; then
|
|
- { echo "$as_me:15137: WARNING: datarootdir was used explicitly but not set:
|
|
+ { echo "$as_me:15144: WARNING: datarootdir was used explicitly but not set:
|
|
$ac_seen" >&5
|
|
echo "$as_me: WARNING: datarootdir was used explicitly but not set:
|
|
$ac_seen" >&2;}
|
|
@@ -15171,7 +15178,7 @@
|
|
ac_init=`egrep '[ ]*'$ac_name'[ ]*=' $ac_file`
|
|
if test -z "$ac_init"; then
|
|
ac_seen=`echo "$ac_seen" |sed -e 's,^,'$ac_file':,'`
|
|
- { echo "$as_me:15174: WARNING: Variable $ac_name is used but was not set:
|
|
+ { echo "$as_me:15181: WARNING: Variable $ac_name is used but was not set:
|
|
$ac_seen" >&5
|
|
echo "$as_me: WARNING: Variable $ac_name is used but was not set:
|
|
$ac_seen" >&2;}
|
|
@@ -15182,7 +15189,7 @@
|
|
egrep -n '@[A-Z_][A-Z_0-9]+@' $ac_file >>$tmp/out
|
|
if test -s $tmp/out; then
|
|
ac_seen=`sed -e 's,^,'$ac_file':,' < $tmp/out`
|
|
- { echo "$as_me:15185: WARNING: Some variables may not be substituted:
|
|
+ { echo "$as_me:15192: WARNING: Some variables may not be substituted:
|
|
$ac_seen" >&5
|
|
echo "$as_me: WARNING: Some variables may not be substituted:
|
|
$ac_seen" >&2;}
|
|
@@ -15231,7 +15238,7 @@
|
|
* ) ac_file_in=$ac_file.in ;;
|
|
esac
|
|
|
|
- test x"$ac_file" != x- && { echo "$as_me:15234: creating $ac_file" >&5
|
|
+ test x"$ac_file" != x- && { echo "$as_me:15241: creating $ac_file" >&5
|
|
echo "$as_me: creating $ac_file" >&6;}
|
|
|
|
# First look for the input files in the build tree, otherwise in the
|
|
@@ -15242,7 +15249,7 @@
|
|
-) echo $tmp/stdin ;;
|
|
[\\/$]*)
|
|
# Absolute (can't be DOS-style, as IFS=:)
|
|
- test -f "$f" || { { echo "$as_me:15245: error: cannot find input file: $f" >&5
|
|
+ test -f "$f" || { { echo "$as_me:15252: error: cannot find input file: $f" >&5
|
|
echo "$as_me: error: cannot find input file: $f" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
echo $f;;
|
|
@@ -15255,7 +15262,7 @@
|
|
echo $srcdir/$f
|
|
else
|
|
# /dev/null tree
|
|
- { { echo "$as_me:15258: error: cannot find input file: $f" >&5
|
|
+ { { echo "$as_me:15265: error: cannot find input file: $f" >&5
|
|
echo "$as_me: error: cannot find input file: $f" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
fi;;
|
|
@@ -15313,7 +15320,7 @@
|
|
rm -f $tmp/in
|
|
if test x"$ac_file" != x-; then
|
|
if cmp -s $ac_file $tmp/config.h 2>/dev/null; then
|
|
- { echo "$as_me:15316: $ac_file is unchanged" >&5
|
|
+ { echo "$as_me:15323: $ac_file is unchanged" >&5
|
|
echo "$as_me: $ac_file is unchanged" >&6;}
|
|
else
|
|
ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
|
|
Index: NEWS
|
|
Prereq: 1.2505
|
|
--- ncurses-6.0-20151010+/NEWS 2015-10-10 20:24:26.000000000 +0000
|
|
+++ ncurses-6.0-20151017/NEWS 2015-10-17 22:02:46.000000000 +0000
|
|
@@ -25,7 +25,7 @@
|
|
-- sale, use or other dealings in this Software without prior written --
|
|
-- authorization. --
|
|
-------------------------------------------------------------------------------
|
|
--- $Id: NEWS,v 1.2505 2015/10/10 20:24:26 tom Exp $
|
|
+-- $Id: NEWS,v 1.2509 2015/10/17 22:02:46 tom Exp $
|
|
-------------------------------------------------------------------------------
|
|
|
|
This is a log of changes that ncurses has gone through since Zeyd started
|
|
@@ -45,6 +45,18 @@
|
|
Changes through 1.9.9e did not credit all contributions;
|
|
it is not possible to add this information.
|
|
|
|
+20151017
|
|
+ + modify ncurses/Makefile.in to sort keys.list in POSIX locale
|
|
+ (Debian #801864, patch by Esa Peuha).
|
|
+ + remove an early-return from _nc_do_color, which can interfere with
|
|
+ data needed by bkgd when ncurses is configured with extended colors
|
|
+ (patch by Denis Tikhomirov).
|
|
+ > fixes for OS/2 (patches by KO Myung-Hun)
|
|
+ + use button instead of kbuf[0] in EMX-specific part of lib_mouse.c
|
|
+ + support building with libtool on OS/2
|
|
+ + use stdc++ on OS/2 kLIBC
|
|
+ + clear cf_XOPEN_SOURCE on OS/2
|
|
+
|
|
20151010
|
|
+ add configure check for openpty to test/configure script, for ditto.
|
|
+ minor fixes to test/view.c in investigating Debian #790847.
|
|
@@ -1713,7 +1725,7 @@
|
|
+ modify check_existence() in db_iterator.c to simply check if the
|
|
path is a directory or file, according to the need. Checking for
|
|
directory size also gives no usable result with OS/2 (cf: 20120107).
|
|
- + support OS/2 kLIBC (patch by KO Myung-Han).
|
|
+ + support OS/2 kLIBC (patch by KO Myung-Hun).
|
|
|
|
20120114
|
|
+ several improvements to test/movewindow.c (prompted by discussion on
|
|
Index: VERSION
|
|
--- ncurses-6.0-20151010+/VERSION 2015-10-10 17:06:12.000000000 +0000
|
|
+++ ncurses-6.0-20151017/VERSION 2015-10-17 20:29:47.000000000 +0000
|
|
@@ -1 +1 @@
|
|
-5:0:9 6.0 20151010
|
|
+5:0:9 6.0 20151017
|
|
Index: aclocal.m4
|
|
Prereq: 1.770
|
|
--- ncurses-6.0-20151010+/aclocal.m4 2015-10-10 19:27:07.000000000 +0000
|
|
+++ ncurses-6.0-20151017/aclocal.m4 2015-10-17 23:05:09.000000000 +0000
|
|
@@ -28,7 +28,7 @@
|
|
dnl
|
|
dnl Author: Thomas E. Dickey 1995-on
|
|
dnl
|
|
-dnl $Id: aclocal.m4,v 1.770 2015/10/10 19:27:07 tom Exp $
|
|
+dnl $Id: aclocal.m4,v 1.774 2015/10/17 23:05:09 tom Exp $
|
|
dnl Macros used in NCURSES auto-configuration script.
|
|
dnl
|
|
dnl These macros are maintained separately from NCURSES. The copyright on
|
|
@@ -3221,7 +3221,7 @@
|
|
test -z "$cf_cv_libtool_version" && unset cf_cv_libtool_version
|
|
])dnl
|
|
dnl ---------------------------------------------------------------------------
|
|
-dnl CF_LIB_PREFIX version: 11 updated: 2015/04/18 08:56:57
|
|
+dnl CF_LIB_PREFIX version: 12 updated: 2015/10/17 19:03:33
|
|
dnl -------------
|
|
dnl Compute the library-prefix for the given host system
|
|
dnl $1 = variable to set
|
|
@@ -3229,7 +3229,11 @@
|
|
[
|
|
case $cf_cv_system_name in
|
|
(OS/2*|os2*)
|
|
- LIB_PREFIX=''
|
|
+ if test "$DFT_LWR_MODEL" = libtool; then
|
|
+ LIB_PREFIX='lib'
|
|
+ else
|
|
+ LIB_PREFIX=''
|
|
+ fi
|
|
;;
|
|
(*) LIB_PREFIX='lib'
|
|
;;
|
|
@@ -6257,7 +6261,7 @@
|
|
fi
|
|
])dnl
|
|
dnl ---------------------------------------------------------------------------
|
|
-dnl CF_STDCPP_LIBRARY version: 10 updated: 2015/09/12 15:53:39
|
|
+dnl CF_STDCPP_LIBRARY version: 11 updated: 2015/10/17 19:03:33
|
|
dnl -----------------
|
|
dnl Check for -lstdc++, which is GNU's standard C++ library.
|
|
dnl If $CXXLIBS is set, add that to the libraries used for test-linking.
|
|
@@ -6282,7 +6286,11 @@
|
|
then
|
|
case $cf_cv_system_name in
|
|
(os2*)
|
|
- cf_stdcpp_libname=stdcpp
|
|
+ if test -z "`g++ -dM -E - < /dev/null | grep __KLIBC__`"; then
|
|
+ cf_stdcpp_libname=stdcpp
|
|
+ else
|
|
+ cf_stdcpp_libname=stdc++
|
|
+ fi
|
|
;;
|
|
(*)
|
|
cf_stdcpp_libname=stdc++
|
|
@@ -7047,7 +7055,7 @@
|
|
fi
|
|
])
|
|
dnl ---------------------------------------------------------------------------
|
|
-dnl CF_WITH_LIBTOOL version: 32 updated: 2015/04/17 21:13:04
|
|
+dnl CF_WITH_LIBTOOL version: 33 updated: 2015/10/17 19:03:33
|
|
dnl ---------------
|
|
dnl Provide a configure option to incorporate libtool. Define several useful
|
|
dnl symbols for the makefile rules.
|
|
@@ -7145,7 +7153,7 @@
|
|
# special hack to add -no-undefined (which libtool should do for itself)
|
|
LT_UNDEF=
|
|
case "$cf_cv_system_name" in
|
|
- (cygwin*|msys*|mingw32*|uwin*|aix[[4-7]])
|
|
+ (cygwin*|msys*|mingw32*|os2*|uwin*|aix[[4-7]])
|
|
LT_UNDEF=-no-undefined
|
|
;;
|
|
esac
|
|
@@ -7643,7 +7651,7 @@
|
|
AC_SUBST(WILDCARD_SYMS)
|
|
])dnl
|
|
dnl ---------------------------------------------------------------------------
|
|
-dnl CF_XOPEN_SOURCE version: 49 updated: 2015/04/12 15:39:00
|
|
+dnl CF_XOPEN_SOURCE version: 50 updated: 2015/10/17 19:03:33
|
|
dnl ---------------
|
|
dnl Try to get _XOPEN_SOURCE defined properly that we can use POSIX functions,
|
|
dnl or adapt to the vendor's definitions to get equivalent functionality,
|
|
@@ -7713,6 +7721,9 @@
|
|
(openbsd*)
|
|
# setting _XOPEN_SOURCE breaks xterm on OpenBSD 2.8, is not needed for ncursesw
|
|
;;
|
|
+(os2*)
|
|
+ cf_XOPEN_SOURCE=
|
|
+ ;;
|
|
(osf[[45]]*)
|
|
cf_xopen_source="-D_OSF_SOURCE"
|
|
;;
|
|
Index: c++/Makefile.in
|
|
Prereq: 1.111
|
|
--- ncurses-6.0-20151010+/c++/Makefile.in 2015-08-05 23:15:41.000000000 +0000
|
|
+++ ncurses-6.0-20151017/c++/Makefile.in 2015-10-17 22:59:12.000000000 +0000
|
|
@@ -1,4 +1,4 @@
|
|
-# $Id: Makefile.in,v 1.111 2015/08/05 23:15:41 tom Exp $
|
|
+# $Id: Makefile.in,v 1.113 2015/10/17 22:59:12 tom Exp $
|
|
##############################################################################
|
|
# Copyright (c) 1998-2014,2015 Free Software Foundation, Inc. #
|
|
# #
|
|
@@ -58,7 +58,7 @@
|
|
PACKAGE = @PACKAGE@
|
|
|
|
LIBTOOL = @LIBTOOL_CXX@
|
|
-LIBTOOL_OPTS = @LIBTOOL_OPTS@
|
|
+LIBTOOL_OPTS = @LIBTOOL_OPTS@ @LIBTOOL_OPTS_CXX@
|
|
LIBTOOL_CLEAN = @LIB_CLEAN@
|
|
LIBTOOL_COMPILE = @LIB_COMPILE@
|
|