summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2001-09-07 12:12:30 +0000
committerAkim Demaille <akim@epita.fr>2001-09-07 12:12:30 +0000
commit3afa674b1d1633b0f705722f57425331a2a9ba93 (patch)
tree9bf456b5a9daa4a9c2176188ee3e3baded5bd884
parentac481f3b08fb98d03866753f3a758bc63aa29634 (diff)
downloadbison-3afa674b1d1633b0f705722f57425331a2a9ba93.tar.gz
Version 1.29.v1.29BISON-1_29
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.in5
-rw-r--r--NEWS2
-rw-r--r--config.hin2
-rwxr-xr-xconfig/config.guess20
-rwxr-xr-xconfig/config.sub5
-rwxr-xr-xconfigure1800
-rw-r--r--configure.in4
-rw-r--r--doc/bison.info212
-rw-r--r--doc/bison.info-14
-rw-r--r--doc/stamp-vti4
-rw-r--r--doc/version.texi4
-rw-r--r--po/ru.gmobin14079 -> 14764 bytes
-rw-r--r--po/ru.po31
14 files changed, 1045 insertions, 1052 deletions
diff --git a/ChangeLog b/ChangeLog
index fc160a99..7a25ca5b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-09-07 Akim Demaille <akim@epita.fr>
+
+ Version 1.29.
+
2001-08-30 Akim Demaille <akim@epita.fr>
* tests/atgeneral.m4, tests/atconfig.in, tests/suite.at: Remove.
diff --git a/Makefile.in b/Makefile.in
index afdde98c..d52d1bb1 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -133,9 +133,8 @@ RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
install-exec-recursive installdirs-recursive install-recursive \
uninstall-recursive check-recursive installcheck-recursive
DIST_COMMON = README ./stamp-h.in ABOUT-NLS AUTHORS COPYING ChangeLog \
- INSTALL Makefile.am Makefile.in NEWS README-alpha THANKS \
- aclocal.m4 config.hin configure configure.in missing \
- mkinstalldirs
+ INSTALL Makefile.am Makefile.in NEWS THANKS aclocal.m4 \
+ config.hin configure configure.in
DIST_SUBDIRS = $(SUBDIRS)
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive
diff --git a/NEWS b/NEWS
index 04e486e4..01f84d10 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
Bison News
----------
-Changes in version 1.28e:
+Changes in version 1.29:
* Output file does not redefine const; that is now config.h's job.
diff --git a/config.hin b/config.hin
index 36dba9f1..5f926faa 100644
--- a/config.hin
+++ b/config.hin
@@ -1,4 +1,4 @@
-/* config.hin. Generated automatically from configure.in by autoheader. */
+/* config.hin. Generated from configure.in by autoheader. */
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
systems. This function is required for `alloca.c' support on those systems.
diff --git a/config/config.guess b/config/config.guess
index 1e2f91fb..dff9e481 100755
--- a/config/config.guess
+++ b/config/config.guess
@@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
# Free Software Foundation, Inc.
-timestamp='2001-08-23'
+timestamp='2001-09-04'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@@ -393,6 +393,7 @@ EOF
echo clipper-intergraph-clix${UNAME_RELEASE}
exit 0 ;;
mips:*:*:UMIPS | mips:*:*:RISCos)
+ eval $set_cc_for_build
sed 's/^ //' << EOF >$dummy.c
#ifdef __cplusplus
#include <stdio.h> /* for printf() prototype */
@@ -414,7 +415,6 @@ EOF
exit (-1);
}
EOF
- eval $set_cc_for_build
$CC_FOR_BUILD $dummy.c -o $dummy \
&& ./$dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \
&& rm -f $dummy.c $dummy && exit 0
@@ -484,6 +484,7 @@ EOF
exit 0 ;;
*:AIX:2:3)
if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
+ eval $set_cc_for_build
sed 's/^ //' << EOF >$dummy.c
#include <sys/systemcfg.h>
@@ -495,7 +496,6 @@ EOF
exit(0);
}
EOF
- eval $set_cc_for_build
$CC_FOR_BUILD $dummy.c -o $dummy && ./$dummy && rm -f $dummy.c $dummy && exit 0
rm -f $dummy.c $dummy
echo rs6000-ibm-aix3.2.5
@@ -563,6 +563,7 @@ EOF
fi ;;
esac
if [ "${HP_ARCH}" = "" ]; then
+ eval $set_cc_for_build
sed 's/^ //' << EOF >$dummy.c
#define _HPUX_SOURCE
@@ -596,10 +597,9 @@ EOF
exit (0);
}
EOF
- eval $set_cc_for_build
- (CCOPTS= $CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null ) && HP_ARCH=`./$dummy`
- if test -z "$HP_ARCH"; then HP_ARCH=hppa; fi
- rm -f $dummy.c $dummy
+ (CCOPTS= $CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null ) && HP_ARCH=`./$dummy`
+ if test -z "$HP_ARCH"; then HP_ARCH=hppa; fi
+ rm -f $dummy.c $dummy
fi ;;
esac
echo ${HP_ARCH}-hp-hpux${HPUX_REV}
@@ -609,6 +609,7 @@ EOF
echo ia64-hp-hpux${HPUX_REV}
exit 0 ;;
3050*:HI-UX:*:*)
+ eval $set_cc_for_build
sed 's/^ //' << EOF >$dummy.c
#include <unistd.h>
int
@@ -634,7 +635,6 @@ EOF
exit (0);
}
EOF
- eval $set_cc_for_build
$CC_FOR_BUILD $dummy.c -o $dummy && ./$dummy && rm -f $dummy.c $dummy && exit 0
rm -f $dummy.c $dummy
echo unknown-hitachi-hiuxwe2
@@ -851,6 +851,7 @@ EOF
exit 0 ;;
esac
# Determine whether the default compiler is a.out or elf
+ eval $set_cc_for_build
cat >$dummy.c <<EOF
#include <features.h>
#ifdef __cplusplus
@@ -875,7 +876,6 @@ EOF
return 0;
}
EOF
- eval $set_cc_for_build
$CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null && ./$dummy "${UNAME_MACHINE}" && rm -f $dummy.c $dummy && exit 0
rm -f $dummy.c $dummy
test x"${TENTATIVE}" != x && echo "${TENTATIVE}" && exit 0
@@ -1122,6 +1122,7 @@ esac
#echo '(No uname command or uname output not recognized.)' 1>&2
#echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2
+eval $set_cc_for_build
cat >$dummy.c <<EOF
#ifdef _SEQUENT_
# include <sys/types.h>
@@ -1236,7 +1237,6 @@ main ()
}
EOF
-eval $set_cc_for_build
$CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null && ./$dummy && rm -f $dummy.c $dummy && exit 0
rm -f $dummy.c $dummy
diff --git a/config/config.sub b/config/config.sub
index ff13f7aa..34778490 100755
--- a/config/config.sub
+++ b/config/config.sub
@@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
# Free Software Foundation, Inc.
-timestamp='2001-08-23'
+timestamp='2001-09-04'
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
@@ -236,7 +236,8 @@ case $basic_machine in
| mips16 | mips64 | mips64el | mips64orion | mips64orionel \
| mips64vr4100 | mips64vr4100el | mips64vr4300 \
| mips64vr4300el | mips64vr5000 | mips64vr5000el \
- | mipsbe | mipsel | mipsle | mipstx39 | mipstx39el \
+ | mipsbe | mipseb | mipsel | mipsle | mipstx39 | mipstx39el \
+ | mipsisa32 \
| mn10200 | mn10300 \
| ns16k | ns32k \
| openrisc \
diff --git a/configure b/configure
index 36c3acb9..c77b52dd 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by Autoconf 2.52c for GNU Bison 1.28e.
+# Generated by Autoconf 2.52e for GNU Bison 1.29.
#
# Report bugs to <bug-bison@gnu.org>.
#
@@ -188,8 +188,8 @@ mandir='${prefix}/man'
# Identity of this package.
PACKAGE_NAME='GNU Bison'
PACKAGE_TARNAME='bison'
-PACKAGE_VERSION='1.28e'
-PACKAGE_STRING='GNU Bison 1.28e'
+PACKAGE_VERSION='1.29'
+PACKAGE_STRING='GNU Bison 1.29'
PACKAGE_BUGREPORT='bug-bison@gnu.org'
ac_prev=
@@ -606,7 +606,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures GNU Bison 1.28e to adapt to many kinds of systems.
+\`configure' configures GNU Bison 1.29 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -672,7 +672,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of GNU Bison 1.28e:";;
+ short | recursive ) echo "Configuration of GNU Bison 1.29:";;
esac
cat <<\_ACEOF
@@ -756,8 +756,8 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-GNU Bison configure 1.28e
-generated by GNU Autoconf 2.52c
+GNU Bison configure 1.29
+generated by GNU Autoconf 2.52e
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
Free Software Foundation, Inc.
@@ -771,8 +771,8 @@ cat >&5 <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by GNU Bison $as_me 1.28e, which was
-generated by GNU Autoconf 2.52c. Invocation command line was
+It was created by GNU Bison $as_me 1.29, which was
+generated by GNU Autoconf 2.52e. Invocation command line was
$ $0 $@
@@ -800,9 +800,15 @@ hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
-PATH = $PATH
-
_ASUNAME
+
+as_save_IFS=$IFS
+IFS=:
+for as_dir in $PATH
+do
+ echo "PATH: $as_dir"
+done
+IFS=$as_save_IFS
} >&5
cat >&5 <<_ACEOF
@@ -903,7 +909,7 @@ if test -z "$CONFIG_SITE"; then
fi
for ac_site_file in $CONFIG_SITE; do
if test -r "$ac_site_file"; then
- { echo "$as_me:906: loading site script $ac_site_file" >&5
+ { echo "$as_me:912: loading site script $ac_site_file" >&5
echo "$as_me: loading site script $ac_site_file" >&6;}
sed 's/^/| /' "$ac_site_file" >&5
. "$ac_site_file"
@@ -914,7 +920,7 @@ if test -r "$cache_file"; then
# Some versions of bash will fail to source /dev/null (special
# files actually), so we avoid doing that.
if test -f "$cache_file"; then
- { echo "$as_me:917: loading cache $cache_file" >&5
+ { echo "$as_me:923: loading cache $cache_file" >&5
echo "$as_me: loading cache $cache_file" >&6;}
case $cache_file in
[\\/]* | ?:[\\/]* ) . $cache_file;;
@@ -922,7 +928,7 @@ echo "$as_me: loading cache $cache_file" >&6;}
esac
fi
else
- { echo "$as_me:925: creating cache $cache_file" >&5
+ { echo "$as_me:931: creating cache $cache_file" >&5
echo "$as_me: creating cache $cache_file" >&6;}
>$cache_file
fi
@@ -938,21 +944,21 @@ for ac_var in `(set) 2>&1 |
eval ac_new_val="\$ac_env_${ac_var}_value"
case $ac_old_set,$ac_new_set in
set,)
- { echo "$as_me:941: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
+ { echo "$as_me:947: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
ac_cache_corrupted=: ;;
,set)
- { echo "$as_me:945: error: \`$ac_var' was not set in the previous run" >&5
+ { echo "$as_me:951: error: \`$ac_var' was not set in the previous run" >&5
echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
ac_cache_corrupted=: ;;
,);;
*)
if test "x$ac_old_val" != "x$ac_new_val"; then
- { echo "$as_me:951: error: \`$ac_var' has changed since the previous run:" >&5
+ { echo "$as_me:957: error: \`$ac_var' has changed since the previous run:" >&5
echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
- { echo "$as_me:953: former value: $ac_old_val" >&5
+ { echo "$as_me:959: former value: $ac_old_val" >&5
echo "$as_me: former value: $ac_old_val" >&2;}
- { echo "$as_me:955: current value: $ac_new_val" >&5
+ { echo "$as_me:961: current value: $ac_new_val" >&5
echo "$as_me: current value: $ac_new_val" >&2;}
ac_cache_corrupted=:
fi;;
@@ -971,9 +977,9 @@ echo "$as_me: current value: $ac_new_val" >&2;}
fi
done
if $ac_cache_corrupted; then
- { echo "$as_me:974: error: changes in the environment can compromise the build" >&5
+ { echo "$as_me:980: error: changes in the environment can compromise the build" >&5
echo "$as_me: error: changes in the environment can compromise the build" >&2;}
- { { echo "$as_me:976: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
+ { { echo "$as_me:982: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -993,10 +999,10 @@ esac
echo "#! $SHELL" >conftest.sh
echo "exit 0" >>conftest.sh
chmod +x conftest.sh
-if { (echo "$as_me:996: PATH=\".;.\"; conftest.sh") >&5
+if { (echo "$as_me:1002: PATH=\".;.\"; conftest.sh") >&5
(PATH=".;."; conftest.sh) 2>&5
ac_status=$?
- echo "$as_me:999: \$? = $ac_status" >&5
+ echo "$as_me:1005: \$? = $ac_status" >&5
(exit $ac_status); }; then
ac_path_separator=';'
else
@@ -1022,7 +1028,7 @@ for ac_dir in config $srcdir/config; do
fi
done
if test -z "$ac_aux_dir"; then
- { { echo "$as_me:1025: error: cannot find install-sh or install.sh in config $srcdir/config" >&5
+ { { echo "$as_me:1031: error: cannot find install-sh or install.sh in config $srcdir/config" >&5
echo "$as_me: error: cannot find install-sh or install.sh in config $srcdir/config" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -1042,7 +1048,7 @@ ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
# ./install, which can be erroneously created by make from ./install.sh.
-echo "$as_me:1045: checking for a BSD compatible install" >&5
+echo "$as_me:1051: checking for a BSD compatible install" >&5
echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6
if test -z "$INSTALL"; then
if test "${ac_cv_path_install+set}" = set; then
@@ -1091,7 +1097,7 @@ fi
INSTALL=$ac_install_sh
fi
fi
-echo "$as_me:1094: result: $INSTALL" >&5
+echo "$as_me:1100: result: $INSTALL" >&5
echo "${ECHO_T}$INSTALL" >&6
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
@@ -1102,7 +1108,7 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
-echo "$as_me:1105: checking whether build environment is sane" >&5
+echo "$as_me:1111: checking whether build environment is sane" >&5
echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
# Just in case
sleep 1
@@ -1126,7 +1132,7 @@ if (
# if, for instance, CONFIG_SHELL is bash and it inherits a
# broken ls alias from the environment. This has actually
# happened. Such a system could not be considered "sane".
- { { echo "$as_me:1129: error: ls -t appears to fail. Make sure there is not a broken
+ { { echo "$as_me:1135: error: ls -t appears to fail. Make sure there is not a broken
alias in your environment" >&5
echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
alias in your environment" >&2;}
@@ -1139,13 +1145,13 @@ then
# Ok.
:
else
- { { echo "$as_me:1142: error: newly created file is older than distributed files!
+ { { echo "$as_me:1148: error: newly created file is older than distributed files!
Check your system clock" >&5
echo "$as_me: error: newly created file is older than distributed files!
Check your system clock" >&2;}
{ (exit 1); exit 1; }; }
fi
-echo "$as_me:1148: result: yes" >&5
+echo "$as_me:1154: result: yes" >&5
echo "${ECHO_T}yes" >&6
test "$program_prefix" != NONE &&
program_transform_name="s,^,$program_prefix,;$program_transform_name"
@@ -1170,7 +1176,7 @@ if eval "$MISSING --run true"; then
else
am_missing_run=
am_backtick='`'
- { echo "$as_me:1173: WARNING: ${am_backtick}missing' script is too old or missing" >&5
+ { echo "$as_me:1179: WARNING: ${am_backtick}missing' script is too old or missing" >&5
echo "$as_me: WARNING: ${am_backtick}missing' script is too old or missing" >&2;}
fi
@@ -1178,7 +1184,7 @@ for ac_prog in mawk gawk nawk awk
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
-echo "$as_me:1181: checking for $ac_word" >&5
+echo "$as_me:1187: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_AWK+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1193,7 +1199,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_AWK="$ac_prog"
-echo "$as_me:1196: found $ac_dir/$ac_word" >&5
+echo "$as_me:1202: found $ac_dir/$ac_word" >&5
break
done
@@ -1201,17 +1207,17 @@ fi
fi
AWK=$ac_cv_prog_AWK
if test -n "$AWK"; then
- echo "$as_me:1204: result: $AWK" >&5
+ echo "$as_me:1210: result: $AWK" >&5
echo "${ECHO_T}$AWK" >&6
else
- echo "$as_me:1207: result: no" >&5
+ echo "$as_me:1213: result: no" >&5
echo "${ECHO_T}no" >&6
fi
test -n "$AWK" && break
done
-echo "$as_me:1214: checking whether ${MAKE-make} sets \${MAKE}" >&5
+echo "$as_me:1220: checking whether ${MAKE-make} sets \${MAKE}" >&5
echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
@@ -1231,11 +1237,11 @@ fi
rm -f conftest.make
fi
if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
- echo "$as_me:1234: result: yes" >&5
+ echo "$as_me:1240: result: yes" >&5
echo "${ECHO_T}yes" >&6
SET_MAKE=
else
- echo "$as_me:1238: result: no" >&5
+ echo "$as_me:1244: result: no" >&5
echo "${ECHO_T}no" >&6
SET_MAKE="MAKE=${MAKE-make}"
fi
@@ -1271,14 +1277,14 @@ rmdir .deps 2>/dev/null
# test to see if srcdir already configured
if test "`CDPATH=:; cd $srcdir && pwd`" != "`pwd`" &&
test -f $srcdir/config.status; then
- { { echo "$as_me:1274: error: source directory already configured; run \"make distclean\" there first" >&5
+ { { echo "$as_me:1280: error: source directory already configured; run \"make distclean\" there first" >&5
echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
{ (exit 1); exit 1; }; }
fi
# Define the identity of the package.
PACKAGE=bison
-VERSION=1.28e
+VERSION=1.29
cat >>confdefs.h <<_ACEOF
#define PACKAGE "$PACKAGE"
@@ -1339,7 +1345,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
set dummy ${ac_tool_prefix}gcc; ac_word=$2
-echo "$as_me:1342: checking for $ac_word" >&5
+echo "$as_me:1348: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1354,7 +1360,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_CC="${ac_tool_prefix}gcc"
-echo "$as_me:1357: found $ac_dir/$ac_word" >&5
+echo "$as_me:1363: found $ac_dir/$ac_word" >&5
break
done
@@ -1362,10 +1368,10 @@ fi
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
- echo "$as_me:1365: result: $CC" >&5
+ echo "$as_me:1371: result: $CC" >&5
echo "${ECHO_T}$CC" >&6
else
- echo "$as_me:1368: result: no" >&5
+ echo "$as_me:1374: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -1374,7 +1380,7 @@ if test -z "$ac_cv_prog_CC"; then
ac_ct_CC=$CC
# Extract the first word of "gcc", so it can be a program name with args.
set dummy gcc; ac_word=$2
-echo "$as_me:1377: checking for $ac_word" >&5
+echo "$as_me:1383: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1389,7 +1395,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_ac_ct_CC="gcc"
-echo "$as_me:1392: found $ac_dir/$ac_word" >&5
+echo "$as_me:1398: found $ac_dir/$ac_word" >&5
break
done
@@ -1397,10 +1403,10 @@ fi
fi
ac_ct_CC=$ac_cv_prog_ac_ct_CC
if test -n "$ac_ct_CC"; then
- echo "$as_me:1400: result: $ac_ct_CC" >&5
+ echo "$as_me:1406: result: $ac_ct_CC" >&5
echo "${ECHO_T}$ac_ct_CC" >&6
else
- echo "$as_me:1403: result: no" >&5
+ echo "$as_me:1409: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -1413,7 +1419,7 @@ if test -z "$CC"; then
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
set dummy ${ac_tool_prefix}cc; ac_word=$2
-echo "$as_me:1416: checking for $ac_word" >&5
+echo "$as_me:1422: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1428,7 +1434,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_CC="${ac_tool_prefix}cc"
-echo "$as_me:1431: found $ac_dir/$ac_word" >&5
+echo "$as_me:1437: found $ac_dir/$ac_word" >&5
break
done
@@ -1436,10 +1442,10 @@ fi
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
- echo "$as_me:1439: result: $CC" >&5
+ echo "$as_me:1445: result: $CC" >&5
echo "${ECHO_T}$CC" >&6
else
- echo "$as_me:1442: result: no" >&5
+ echo "$as_me:1448: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -1448,7 +1454,7 @@ if test -z "$ac_cv_prog_CC"; then
ac_ct_CC=$CC
# Extract the first word of "cc", so it can be a program name with args.
set dummy cc; ac_word=$2
-echo "$as_me:1451: checking for $ac_word" >&5
+echo "$as_me:1457: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1463,7 +1469,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_ac_ct_CC="cc"
-echo "$as_me:1466: found $ac_dir/$ac_word" >&5
+echo "$as_me:1472: found $ac_dir/$ac_word" >&5
break
done
@@ -1471,10 +1477,10 @@ fi
fi
ac_ct_CC=$ac_cv_prog_ac_ct_CC
if test -n "$ac_ct_CC"; then
- echo "$as_me:1474: result: $ac_ct_CC" >&5
+ echo "$as_me:1480: result: $ac_ct_CC" >&5
echo "${ECHO_T}$ac_ct_CC" >&6
else
- echo "$as_me:1477: result: no" >&5
+ echo "$as_me:1483: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -1487,7 +1493,7 @@ fi
if test -z "$CC"; then
# Extract the first word of "cc", so it can be a program name with args.
set dummy cc; ac_word=$2
-echo "$as_me:1490: checking for $ac_word" >&5
+echo "$as_me:1496: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1507,7 +1513,7 @@ if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
continue
fi
ac_cv_prog_CC="cc"
-echo "$as_me:1510: found $ac_dir/$ac_word" >&5
+echo "$as_me:1516: found $ac_dir/$ac_word" >&5
break
done
@@ -1529,10 +1535,10 @@ fi
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
- echo "$as_me:1532: result: $CC" >&5
+ echo "$as_me:1538: result: $CC" >&5
echo "${ECHO_T}$CC" >&6
else
- echo "$as_me:1535: result: no" >&5
+ echo "$as_me:1541: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -1543,7 +1549,7 @@ if test -z "$CC"; then
do
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
-echo "$as_me:1546: checking for $ac_word" >&5
+echo "$as_me:1552: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1558,7 +1564,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
-echo "$as_me:1561: found $ac_dir/$ac_word" >&5
+echo "$as_me:1567: found $ac_dir/$ac_word" >&5
break
done
@@ -1566,10 +1572,10 @@ fi
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
- echo "$as_me:1569: result: $CC" >&5
+ echo "$as_me:1575: result: $CC" >&5
echo "${ECHO_T}$CC" >&6
else
- echo "$as_me:1572: result: no" >&5
+ echo "$as_me:1578: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -1582,7 +1588,7 @@ if test -z "$CC"; then
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
-echo "$as_me:1585: checking for $ac_word" >&5
+echo "$as_me:1591: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1597,7 +1603,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_ac_ct_CC="$ac_prog"
-echo "$as_me:1600: found $ac_dir/$ac_word" >&5
+echo "$as_me:1606: found $ac_dir/$ac_word" >&5
break
done
@@ -1605,10 +1611,10 @@ fi
fi
ac_ct_CC=$ac_cv_prog_ac_ct_CC
if test -n "$ac_ct_CC"; then
- echo "$as_me:1608: result: $ac_ct_CC" >&5
+ echo "$as_me:1614: result: $ac_ct_CC" >&5
echo "${ECHO_T}$ac_ct_CC" >&6
else
- echo "$as_me:1611: result: no" >&5
+ echo "$as_me:1617: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -1620,32 +1626,32 @@ fi
fi
-test -z "$CC" && { { echo "$as_me:1623: error: no acceptable cc found in \$PATH" >&5
+test -z "$CC" && { { echo "$as_me:1629: error: no acceptable cc found in \$PATH" >&5
echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
{ (exit 1); exit 1; }; }
# Provide some information about the compiler.
-echo "$as_me:1628:" \
+echo "$as_me:1634:" \
"checking for C compiler version" >&5
ac_compiler=`set X $ac_compile; echo $2`
-{ (eval echo "$as_me:1631: \"$ac_compiler --version </dev/null >&5\"") >&5
+{ (eval echo "$as_me:1637: \"$ac_compiler --version </dev/null >&5\"") >&5
(eval $ac_compiler --version </dev/null >&5) 2>&5
ac_status=$?
- echo "$as_me:1634: \$? = $ac_status" >&5
+ echo "$as_me:1640: \$? = $ac_status" >&5
(exit $ac_status); }
-{ (eval echo "$as_me:1636: \"$ac_compiler -v </dev/null >&5\"") >&5
+{ (eval echo "$as_me:1642: \"$ac_compiler -v </dev/null >&5\"") >&5
(eval $ac_compiler -v </dev/null >&5) 2>&5
ac_status=$?
- echo "$as_me:1639: \$? = $ac_status" >&5
+ echo "$as_me:1645: \$? = $ac_status" >&5
(exit $ac_status); }
-{ (eval echo "$as_me:1641: \"$ac_compiler -V </dev/null >&5\"") >&5
+{ (eval echo "$as_me:1647: \"$ac_compiler -V </dev/null >&5\"") >&5
(eval $ac_compiler -V </dev/null >&5) 2>&5
ac_status=$?
- echo "$as_me:1644: \$? = $ac_status" >&5
+ echo "$as_me:1650: \$? = $ac_status" >&5
(exit $ac_status); }
cat >conftest.$ac_ext <<_ACEOF
-#line 1648 "configure"
+#line 1654 "configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
@@ -1667,13 +1673,13 @@ ac_clean_files="$ac_clean_files a.out a.exe"
# Try to create an executable without -o first, disregard a.out.
# It will help us diagnose broken compilers, and finding out an intuition
# of exeext.
-echo "$as_me:1670: checking for C compiler default output" >&5
+echo "$as_me:1676: checking for C compiler default output" >&5
echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
-if { (eval echo "$as_me:1673: \"$ac_link_default\"") >&5
+if { (eval echo "$as_me:1679: \"$ac_link_default\"") >&5
(eval $ac_link_default) 2>&5
ac_status=$?
- echo "$as_me:1676: \$? = $ac_status" >&5
+ echo "$as_me:1682: \$? = $ac_status" >&5
(exit $ac_status); }; then
# Find the output, starting from the most likely. This scheme is
# not robust to junk in `.', hence go to wildcards (a.*) only as a last
@@ -1696,34 +1702,34 @@ done
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
-{ { echo "$as_me:1699: error: C compiler cannot create executables" >&5
+{ { echo "$as_me:1705: error: C compiler cannot create executables" >&5
echo "$as_me: error: C compiler cannot create executables" >&2;}
{ (exit 77); exit 77; }; }
fi
ac_exeext=$ac_cv_exeext
-echo "$as_me:1705: result: $ac_file" >&5
+echo "$as_me:1711: result: $ac_file" >&5
echo "${ECHO_T}$ac_file" >&6
# Check the compiler produces executables we can run. If not, either
# the compiler is broken, or we cross compile.
-echo "$as_me:1710: checking whether the C compiler works" >&5
+echo "$as_me:1716: checking whether the C compiler works" >&5
echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
# If not cross compiling, check that we can run a simple program.
if test "$cross_compiling" != yes; then
if { ac_try='./$ac_file'
- { (eval echo "$as_me:1716: \"$ac_try\"") >&5
+ { (eval echo "$as_me:1722: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:1719: \$? = $ac_status" >&5
+ echo "$as_me:1725: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
cross_compiling=no
else
if test "$cross_compiling" = maybe; then
cross_compiling=yes
else
- { { echo "$as_me:1726: error: cannot run C compiled programs.
+ { { echo "$as_me:1732: error: cannot run C compiled programs.
If you meant to cross compile, use \`--host'." >&5
echo "$as_me: error: cannot run C compiled programs.
If you meant to cross compile, use \`--host'." >&2;}
@@ -1731,24 +1737,24 @@ If you meant to cross compile, use \`--host'." >&2;}
fi
fi
fi
-echo "$as_me:1734: result: yes" >&5
+echo "$as_me:1740: result: yes" >&5
echo "${ECHO_T}yes" >&6
rm -f a.out a.exe conftest$ac_cv_exeext
ac_clean_files=$ac_clean_files_save
# Check the compiler produces executables we can run. If not, either
# the compiler is broken, or we cross compile.
-echo "$as_me:1741: checking whether we are cross compiling" >&5
+echo "$as_me:1747: checking whether we are cross compiling" >&5
echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
-echo "$as_me:1743: result: $cross_compiling" >&5
+echo "$as_me:1749: result: $cross_compiling" >&5
echo "${ECHO_T}$cross_compiling" >&6
-echo "$as_me:1746: checking for executable suffix" >&5
+echo "$as_me:1752: checking for executable suffix" >&5
echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6
-if { (eval echo "$as_me:1748: \"$ac_link\"") >&5
+if { (eval echo "$as_me:1754: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:1751: \$? = $ac_status" >&5
+ echo "$as_me:1757: \$? = $ac_status" >&5
(exit $ac_status); }; then
# If both `conftest.exe' and `conftest' are `present' (well, observable)
# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
@@ -1764,25 +1770,25 @@ for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do
esac
done
else
- { { echo "$as_me:1767: error: cannot compute EXEEXT: cannot compile and link" >&5
+ { { echo "$as_me:1773: error: cannot compute EXEEXT: cannot compile and link" >&5
echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;}
{ (exit 1); exit 1; }; }
fi
rm -f conftest$ac_cv_exeext
-echo "$as_me:1773: result: $ac_cv_exeext" >&5
+echo "$as_me:1779: result: $ac_cv_exeext" >&5
echo "${ECHO_T}$ac_cv_exeext" >&6
rm -f conftest.$ac_ext
EXEEXT=$ac_cv_exeext
ac_exeext=$EXEEXT
-echo "$as_me:1779: checking for object suffix" >&5
+echo "$as_me:1785: checking for object suffix" >&5
echo $ECHO_N "checking for object suffix... $ECHO_C" >&6
if test "${ac_cv_objext+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 1785 "configure"
+#line 1791 "configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
@@ -1800,10 +1806,10 @@ main ()
}
_ACEOF
rm -f conftest.o conftest.obj
-if { (eval echo "$as_me:1803: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:1809: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:1806: \$? = $ac_status" >&5
+ echo "$as_me:1812: \$? = $ac_status" >&5
(exit $ac_status); }; then
for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
case $ac_file in
@@ -1815,24 +1821,24 @@ done
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
-{ { echo "$as_me:1818: error: cannot compute OBJEXT: cannot compile" >&5
+{ { echo "$as_me:1824: error: cannot compute OBJEXT: cannot compile" >&5
echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;}
{ (exit 1); exit 1; }; }
fi
rm -f conftest.$ac_cv_objext conftest.$ac_ext
fi
-echo "$as_me:1825: result: $ac_cv_objext" >&5
+echo "$as_me:1831: result: $ac_cv_objext" >&5
echo "${ECHO_T}$ac_cv_objext" >&6
OBJEXT=$ac_cv_objext
ac_objext=$OBJEXT
-echo "$as_me:1829: checking whether we are using the GNU C compiler" >&5
+echo "$as_me:1835: checking whether we are using the GNU C compiler" >&5
echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
if test "${ac_cv_c_compiler_gnu+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 1835 "configure"
+#line 1841 "configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
@@ -1853,16 +1859,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:1856: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:1862: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:1859: \$? = $ac_status" >&5
+ echo "$as_me:1865: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:1862: \"$ac_try\"") >&5
+ { (eval echo "$as_me:1868: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:1865: \$? = $ac_status" >&5
+ echo "$as_me:1871: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_compiler_gnu=yes
else
@@ -1874,19 +1880,19 @@ rm -f conftest.$ac_objext conftest.$ac_ext
ac_cv_c_compiler_gnu=$ac_compiler_gnu
fi
-echo "$as_me:1877: result: $ac_cv_c_compiler_gnu" >&5
+echo "$as_me:1883: result: $ac_cv_c_compiler_gnu" >&5
echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
GCC=`test $ac_compiler_gnu = yes && echo yes`
ac_test_CFLAGS=${CFLAGS+set}
ac_save_CFLAGS=$CFLAGS
CFLAGS="-g"
-echo "$as_me:1883: checking whether $CC accepts -g" >&5
+echo "$as_me:1889: checking whether $CC accepts -g" >&5
echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
if test "${ac_cv_prog_cc_g+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 1889 "configure"
+#line 1895 "configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
@@ -1904,16 +1910,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:1907: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:1913: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:1910: \$? = $ac_status" >&5
+ echo "$as_me:1916: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:1913: \"$ac_try\"") >&5
+ { (eval echo "$as_me:1919: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:1916: \$? = $ac_status" >&5
+ echo "$as_me:1922: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_prog_cc_g=yes
else
@@ -1923,7 +1929,7 @@ ac_cv_prog_cc_g=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:1926: result: $ac_cv_prog_cc_g" >&5
+echo "$as_me:1932: result: $ac_cv_prog_cc_g" >&5
echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
if test "$ac_test_CFLAGS" = set; then
CFLAGS=$ac_save_CFLAGS
@@ -1950,16 +1956,16 @@ cat >conftest.$ac_ext <<_ACEOF
#endif
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:1953: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:1959: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:1956: \$? = $ac_status" >&5
+ echo "$as_me:1962: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:1959: \"$ac_try\"") >&5
+ { (eval echo "$as_me:1965: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:1962: \$? = $ac_status" >&5
+ echo "$as_me:1968: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
for ac_declaration in \
''\
@@ -1971,7 +1977,7 @@ if { (eval echo "$as_me:1953: \"$ac_compile\"") >&5
'void exit (int);'
do
cat >conftest.$ac_ext <<_ACEOF
-#line 1974 "configure"
+#line 1980 "configure"
#include "confdefs.h"
#include <stdlib.h>
$ac_declaration
@@ -1990,16 +1996,16 @@ exit (42);
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:1993: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:1999: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:1996: \$? = $ac_status" >&5
+ echo "$as_me:2002: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:1999: \"$ac_try\"") >&5
+ { (eval echo "$as_me:2005: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:2002: \$? = $ac_status" >&5
+ echo "$as_me:2008: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
:
else
@@ -2009,7 +2015,7 @@ continue
fi
rm -f conftest.$ac_objext conftest.$ac_ext
cat >conftest.$ac_ext <<_ACEOF
-#line 2012 "configure"
+#line 2018 "configure"
#include "confdefs.h"
$ac_declaration
#ifdef F77_DUMMY_MAIN
@@ -2027,16 +2033,16 @@ exit (42);
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:2030: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:2036: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:2033: \$? = $ac_status" >&5
+ echo "$as_me:2039: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:2036: \"$ac_try\"") >&5
+ { (eval echo "$as_me:2042: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:2039: \$? = $ac_status" >&5
+ echo "$as_me:2045: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
break
else
@@ -2071,7 +2077,7 @@ doit:
@echo done
END
# If we don't find an include directive, just comment out the code.
-echo "$as_me:2074: checking for style of include used by $am_make" >&5
+echo "$as_me:2080: checking for style of include used by $am_make" >&5
echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
am__include='#'
am__quote=
@@ -2098,13 +2104,13 @@ if test "$am__include" = "#"; then
fi
fi
-echo "$as_me:2101: result: $_am_result" >&5
+echo "$as_me:2107: result: $_am_result" >&5
echo "${ECHO_T}$_am_result" >&6
rm -f confinc confmf
depcc="$CC" am_compiler_list=
-echo "$as_me:2107: checking dependency style of $depcc" >&5
+echo "$as_me:2113: checking dependency style of $depcc" >&5
echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2166,7 +2172,7 @@ else
fi
fi
-echo "$as_me:2169: result: $am_cv_CC_dependencies_compiler_type" >&5
+echo "$as_me:2175: result: $am_cv_CC_dependencies_compiler_type" >&5
echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
CCDEPMODE="depmode=$am_cv_CC_dependencies_compiler_type"
@@ -2175,7 +2181,7 @@ ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu
-echo "$as_me:2178: checking how to run the C preprocessor" >&5
+echo "$as_me:2184: checking how to run the C preprocessor" >&5
echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
# On Suns, sometimes $CPP names a directory.
if test -n "$CPP" && test -d "$CPP"; then
@@ -2196,18 +2202,18 @@ do
# On the NeXT, cc -E runs the code through the compiler's parser,
# not just through cpp. "Syntax error" is here to catch this case.
cat >conftest.$ac_ext <<_ACEOF
-#line 2199 "configure"
+#line 2205 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax error
_ACEOF
-if { (eval echo "$as_me:2204: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:2210: \"$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:2210: \$? = $ac_status" >&5
+ echo "$as_me:2216: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -2230,17 +2236,17 @@ rm -f conftest.err conftest.$ac_ext
# OK, works on sane cases. Now check whether non-existent headers
# can be detected and how.
cat >conftest.$ac_ext <<_ACEOF
-#line 2233 "configure"
+#line 2239 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
_ACEOF
-if { (eval echo "$as_me:2237: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:2243: \"$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:2243: \$? = $ac_status" >&5
+ echo "$as_me:2249: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -2277,7 +2283,7 @@ fi
else
ac_cv_prog_CPP=$CPP
fi
-echo "$as_me:2280: result: $CPP" >&5
+echo "$as_me:2286: result: $CPP" >&5
echo "${ECHO_T}$CPP" >&6
ac_preproc_ok=false
for ac_c_preproc_warn_flag in '' yes
@@ -2287,18 +2293,18 @@ do
# On the NeXT, cc -E runs the code through the compiler's parser,
# not just through cpp. "Syntax error" is here to catch this case.
cat >conftest.$ac_ext <<_ACEOF
-#line 2290 "configure"
+#line 2296 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax error
_ACEOF
-if { (eval echo "$as_me:2295: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:2301: \"$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:2301: \$? = $ac_status" >&5
+ echo "$as_me:2307: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -2321,17 +2327,17 @@ rm -f conftest.err conftest.$ac_ext
# OK, works on sane cases. Now check whether non-existent headers
# can be detected and how.
cat >conftest.$ac_ext <<_ACEOF
-#line 2324 "configure"
+#line 2330 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
_ACEOF
-if { (eval echo "$as_me:2328: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:2334: \"$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:2334: \$? = $ac_status" >&5
+ echo "$as_me:2340: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -2359,7 +2365,7 @@ rm -f conftest.err conftest.$ac_ext
if $ac_preproc_ok; then
:
else
- { { echo "$as_me:2362: error: C preprocessor \"$CPP\" fails sanity check" >&5
+ { { echo "$as_me:2368: error: C preprocessor \"$CPP\" fails sanity check" >&5
echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -2370,13 +2376,13 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu
-echo "$as_me:2373: checking for ANSI C header files" >&5
+echo "$as_me:2379: 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 2379 "configure"
+#line 2385 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
@@ -2384,13 +2390,13 @@ else
#include <float.h>
_ACEOF
-if { (eval echo "$as_me:2387: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:2393: \"$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:2393: \$? = $ac_status" >&5
+ echo "$as_me:2399: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -2412,7 +2418,7 @@ rm -f conftest.err conftest.$ac_ext
if test $ac_cv_header_stdc = yes; then
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
cat >conftest.$ac_ext <<_ACEOF
-#line 2415 "configure"
+#line 2421 "configure"
#include "confdefs.h"
#include <string.h>
@@ -2430,7 +2436,7 @@ fi
if test $ac_cv_header_stdc = yes; then
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
cat >conftest.$ac_ext <<_ACEOF
-#line 2433 "configure"
+#line 2439 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -2451,7 +2457,7 @@ if test $ac_cv_header_stdc = yes; then
:
else
cat >conftest.$ac_ext <<_ACEOF
-#line 2454 "configure"
+#line 2460 "configure"
#include "confdefs.h"
#include <ctype.h>
#if ((' ' & 0x0FF) == 0x020)
@@ -2477,15 +2483,15 @@ main ()
}
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:2480: \"$ac_link\"") >&5
+if { (eval echo "$as_me:2486: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:2483: \$? = $ac_status" >&5
+ echo "$as_me:2489: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
- { (eval echo "$as_me:2485: \"$ac_try\"") >&5
+ { (eval echo "$as_me:2491: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:2488: \$? = $ac_status" >&5
+ echo "$as_me:2494: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
:
else
@@ -2498,7 +2504,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
fi
fi
fi
-echo "$as_me:2501: result: $ac_cv_header_stdc" >&5
+echo "$as_me:2507: result: $ac_cv_header_stdc" >&5
echo "${ECHO_T}$ac_cv_header_stdc" >&6
if test $ac_cv_header_stdc = yes; then
@@ -2514,29 +2520,29 @@ for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
inttypes.h stdint.h unistd.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:2517: checking for $ac_header" >&5
+echo "$as_me:2523: 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 2523 "configure"
+#line 2529 "configure"
#include "confdefs.h"
$ac_includes_default
#include <$ac_header>
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:2530: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:2536: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:2533: \$? = $ac_status" >&5
+ echo "$as_me:2539: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:2536: \"$ac_try\"") >&5
+ { (eval echo "$as_me:2542: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:2539: \$? = $ac_status" >&5
+ echo "$as_me:2545: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$as_ac_Header=yes"
else
@@ -2546,7 +2552,7 @@ eval "$as_ac_Header=no"
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:2549: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:2555: 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 <<_ACEOF
@@ -2558,34 +2564,34 @@ fi
done
if test "${ac_cv_header_minix_config_h+set}" = set; then
- echo "$as_me:2561: checking for minix/config.h" >&5
+ echo "$as_me:2567: checking for minix/config.h" >&5
echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6
if test "${ac_cv_header_minix_config_h+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
fi
-echo "$as_me:2566: result: $ac_cv_header_minix_config_h" >&5
+echo "$as_me:2572: result: $ac_cv_header_minix_config_h" >&5
echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6
else
# Is the header compilable?
-echo "$as_me:2570: checking minix/config.h usability" >&5
+echo "$as_me:2576: checking minix/config.h usability" >&5
echo $ECHO_N "checking minix/config.h usability... $ECHO_C" >&6
cat >conftest.$ac_ext <<_ACEOF
-#line 2573 "configure"
+#line 2579 "configure"
#include "confdefs.h"
$ac_includes_default
#include <minix/config.h>
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:2579: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:2585: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:2582: \$? = $ac_status" >&5
+ echo "$as_me:2588: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:2585: \"$ac_try\"") >&5
+ { (eval echo "$as_me:2591: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:2588: \$? = $ac_status" >&5
+ echo "$as_me:2594: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_header_compiler=yes
else
@@ -2594,24 +2600,24 @@ cat conftest.$ac_ext >&5
ac_header_compiler=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
-echo "$as_me:2597: result: $ac_header_compiler" >&5
+echo "$as_me:2603: result: $ac_header_compiler" >&5
echo "${ECHO_T}$ac_header_compiler" >&6
# Is the header present?
-echo "$as_me:2601: checking minix/config.h presence" >&5
+echo "$as_me:2607: checking minix/config.h presence" >&5
echo $ECHO_N "checking minix/config.h presence... $ECHO_C" >&6
cat >conftest.$ac_ext <<_ACEOF
-#line 2604 "configure"
+#line 2610 "configure"
#include "confdefs.h"
#include <minix/config.h>
_ACEOF
-if { (eval echo "$as_me:2608: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:2614: \"$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:2614: \$? = $ac_status" >&5
+ echo "$as_me:2620: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -2629,32 +2635,32 @@ else
ac_header_preproc=no
fi
rm -f conftest.err conftest.$ac_ext
-echo "$as_me:2632: result: $ac_header_preproc" >&5
+echo "$as_me:2638: result: $ac_header_preproc" >&5
echo "${ECHO_T}$ac_header_preproc" >&6
# So? What about this header?
case $ac_header_compiler:$ac_header_preproc in
yes:no )
- { echo "$as_me:2638: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&5
+ { echo "$as_me:2644: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&5
echo "$as_me: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
- { echo "$as_me:2640: WARNING: minix/config.h: proceeding with the preprocessor's result" >&5
+ { echo "$as_me:2646: WARNING: minix/config.h: proceeding with the preprocessor's result" >&5
echo "$as_me: WARNING: minix/config.h: proceeding with the preprocessor's result" >&2;};;
no:yes )
- { echo "$as_me:2643: WARNING: minix/config.h: present but cannot be compiled." >&5
+ { echo "$as_me:2649: WARNING: minix/config.h: present but cannot be compiled." >&5
echo "$as_me: WARNING: minix/config.h: present but cannot be compiled." >&2;}
- { echo "$as_me:2645: WARNING: minix/config.h: check for missing prerequisite headers?" >&5
+ { echo "$as_me:2651: WARNING: minix/config.h: check for missing prerequisite headers?" >&5
echo "$as_me: WARNING: minix/config.h: check for missing prerequisite headers?" >&2;}
- { echo "$as_me:2647: WARNING: minix/config.h: proceeding with the preprocessor's result" >&5
+ { echo "$as_me:2653: WARNING: minix/config.h: proceeding with the preprocessor's result" >&5
echo "$as_me: WARNING: minix/config.h: proceeding with the preprocessor's result" >&2;};;
esac
-echo "$as_me:2650: checking for minix/config.h" >&5
+echo "$as_me:2656: checking for minix/config.h" >&5
echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6
if test "${ac_cv_header_minix_config_h+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_cv_header_minix_config_h=$ac_header_preproc
fi
-echo "$as_me:2657: result: $ac_cv_header_minix_config_h" >&5
+echo "$as_me:2663: result: $ac_cv_header_minix_config_h" >&5
echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6
fi
@@ -2680,7 +2686,7 @@ _ACEOF
fi
- echo "$as_me:2683: checking for strerror in -lcposix" >&5
+ echo "$as_me:2689: checking for strerror in -lcposix" >&5
echo $ECHO_N "checking for strerror in -lcposix... $ECHO_C" >&6
if test "${ac_cv_lib_cposix_strerror+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2688,7 +2694,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lcposix $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 2691 "configure"
+#line 2697 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -2713,16 +2719,16 @@ strerror ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:2716: \"$ac_link\"") >&5
+if { (eval echo "$as_me:2722: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:2719: \$? = $ac_status" >&5
+ echo "$as_me:2725: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:2722: \"$ac_try\"") >&5
+ { (eval echo "$as_me:2728: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:2725: \$? = $ac_status" >&5
+ echo "$as_me:2731: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_cposix_strerror=yes
else
@@ -2733,13 +2739,13 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:2736: result: $ac_cv_lib_cposix_strerror" >&5
+echo "$as_me:2742: result: $ac_cv_lib_cposix_strerror" >&5
echo "${ECHO_T}$ac_cv_lib_cposix_strerror" >&6
if test $ac_cv_lib_cposix_strerror = yes; then
LIBS="$LIBS -lcposix"
fi
-echo "$as_me:2742: checking for ${CC-cc} option to accept ANSI C" >&5
+echo "$as_me:2748: checking for ${CC-cc} option to accept ANSI C" >&5
echo $ECHO_N "checking for ${CC-cc} option to accept ANSI C... $ECHO_C" >&6
if test "${am_cv_prog_cc_stdc+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2757,7 +2763,7 @@ for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIO
do
CC="$ac_save_CC $ac_arg"
cat >conftest.$ac_ext <<_ACEOF
-#line 2760 "configure"
+#line 2766 "configure"
#include "confdefs.h"
#include <stdarg.h>
#include <stdio.h>
@@ -2805,16 +2811,16 @@ return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:2808: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:2814: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:2811: \$? = $ac_status" >&5
+ echo "$as_me:2817: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:2814: \"$ac_try\"") >&5
+ { (eval echo "$as_me:2820: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:2817: \$? = $ac_status" >&5
+ echo "$as_me:2823: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
am_cv_prog_cc_stdc="$ac_arg"; break
else
@@ -2828,10 +2834,10 @@ CC="$ac_save_CC"
fi
if test -z "$am_cv_prog_cc_stdc"; then
- echo "$as_me:2831: result: none needed" >&5
+ echo "$as_me:2837: result: none needed" >&5
echo "${ECHO_T}none needed" >&6
else
- echo "$as_me:2834: result: $am_cv_prog_cc_stdc" >&5
+ echo "$as_me:2840: result: $am_cv_prog_cc_stdc" >&5
echo "${ECHO_T}$am_cv_prog_cc_stdc" >&6
fi
case "x$am_cv_prog_cc_stdc" in
@@ -2842,7 +2848,7 @@ esac
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
set dummy ${ac_tool_prefix}ranlib; ac_word=$2
-echo "$as_me:2845: checking for $ac_word" >&5
+echo "$as_me:2851: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_RANLIB+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2857,7 +2863,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
-echo "$as_me:2860: found $ac_dir/$ac_word" >&5
+echo "$as_me:2866: found $ac_dir/$ac_word" >&5
break
done
@@ -2865,10 +2871,10 @@ fi
fi
RANLIB=$ac_cv_prog_RANLIB
if test -n "$RANLIB"; then
- echo "$as_me:2868: result: $RANLIB" >&5
+ echo "$as_me:2874: result: $RANLIB" >&5
echo "${ECHO_T}$RANLIB" >&6
else
- echo "$as_me:2871: result: no" >&5
+ echo "$as_me:2877: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -2877,7 +2883,7 @@ if test -z "$ac_cv_prog_RANLIB"; then
ac_ct_RANLIB=$RANLIB
# Extract the first word of "ranlib", so it can be a program name with args.
set dummy ranlib; ac_word=$2
-echo "$as_me:2880: checking for $ac_word" >&5
+echo "$as_me:2886: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2892,7 +2898,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_ac_ct_RANLIB="ranlib"
-echo "$as_me:2895: found $ac_dir/$ac_word" >&5
+echo "$as_me:2901: found $ac_dir/$ac_word" >&5
break
done
@@ -2901,10 +2907,10 @@ fi
fi
ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
if test -n "$ac_ct_RANLIB"; then
- echo "$as_me:2904: result: $ac_ct_RANLIB" >&5
+ echo "$as_me:2910: result: $ac_ct_RANLIB" >&5
echo "${ECHO_T}$ac_ct_RANLIB" >&6
else
- echo "$as_me:2907: result: no" >&5
+ echo "$as_me:2913: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -2918,7 +2924,7 @@ for ac_prog in gm4 gnum4 m4
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
-echo "$as_me:2921: checking for $ac_word" >&5
+echo "$as_me:2927: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_path_M4+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2935,7 +2941,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
if $as_executable_p "$ac_dir/$ac_word"; then
ac_cv_path_M4="$ac_dir/$ac_word"
- echo "$as_me:2938: found $ac_dir/$ac_word" >&5
+ echo "$as_me:2944: found $ac_dir/$ac_word" >&5
break
fi
done
@@ -2946,10 +2952,10 @@ fi
M4=$ac_cv_path_M4
if test -n "$M4"; then
- echo "$as_me:2949: result: $M4" >&5
+ echo "$as_me:2955: result: $M4" >&5
echo "${ECHO_T}$M4" >&6
else
- echo "$as_me:2952: result: no" >&5
+ echo "$as_me:2958: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -2957,7 +2963,7 @@ fi
done
test -n "$M4" || M4="m4"
-echo "$as_me:2960: checking whether m4 supports frozen files" >&5
+echo "$as_me:2966: checking whether m4 supports frozen files" >&5
echo $ECHO_N "checking whether m4 supports frozen files... $ECHO_C" >&6
if test "${ac_cv_prog_gnu_m4+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2969,7 +2975,7 @@ if test x"$M4" != x; then
esac
fi
fi
-echo "$as_me:2972: result: $ac_cv_prog_gnu_m4" >&5
+echo "$as_me:2978: result: $ac_cv_prog_gnu_m4" >&5
echo "${ECHO_T}$ac_cv_prog_gnu_m4" >&6
if test "$ac_cv_prog_gnu_m4" != yes; then
@@ -2982,7 +2988,7 @@ if test "${enable_gcc_warnings+set}" = set; then
enableval="$enable_gcc_warnings"
case "${enableval}" in
yes|no) ;;
- *) { { echo "$as_me:2985: error: bad value ${enableval} for gcc-warnings option" >&5
+ *) { { echo "$as_me:2991: error: bad value ${enableval} for gcc-warnings option" >&5
echo "$as_me: error: bad value ${enableval} for gcc-warnings option" >&2;}
{ (exit 1); exit 1; }; } ;;
esac
@@ -2990,13 +2996,13 @@ else
enableval=no
fi;
if test "${enableval}" = yes; then
- echo "$as_me:2993: checking whether compiler accepts -Wall" >&5
+ echo "$as_me:2999: checking whether compiler accepts -Wall" >&5
echo $ECHO_N "checking whether compiler accepts -Wall... $ECHO_C" >&6
ac_save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -Wall"
cat >conftest.$ac_ext <<_ACEOF
-#line 2999 "configure"
+#line 3005 "configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
@@ -3014,35 +3020,35 @@ int x;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:3017: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:3023: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:3020: \$? = $ac_status" >&5
+ echo "$as_me:3026: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:3023: \"$ac_try\"") >&5
+ { (eval echo "$as_me:3029: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:3026: \$? = $ac_status" >&5
+ echo "$as_me:3032: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
WARNING_CFLAGS="$WARNING_CFLAGS -Wall"
-echo "$as_me:3029: result: yes" >&5
+echo "$as_me:3035: result: yes" >&5
echo "${ECHO_T}yes" >&6
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
-echo "$as_me:3034: result: no" >&5
+echo "$as_me:3040: result: no" >&5
echo "${ECHO_T}no" >&6
fi
rm -f conftest.$ac_objext conftest.$ac_ext
CFLAGS="$ac_save_CFLAGS"
- echo "$as_me:3039: checking whether compiler accepts -W" >&5
+ echo "$as_me:3045: checking whether compiler accepts -W" >&5
echo $ECHO_N "checking whether compiler accepts -W... $ECHO_C" >&6
ac_save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -W"
cat >conftest.$ac_ext <<_ACEOF
-#line 3045 "configure"
+#line 3051 "configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
@@ -3060,35 +3066,35 @@ int x;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:3063: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:3069: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:3066: \$? = $ac_status" >&5
+ echo "$as_me:3072: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:3069: \"$ac_try\"") >&5
+ { (eval echo "$as_me:3075: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:3072: \$? = $ac_status" >&5
+ echo "$as_me:3078: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
WARNING_CFLAGS="$WARNING_CFLAGS -W"
-echo "$as_me:3075: result: yes" >&5
+echo "$as_me:3081: result: yes" >&5
echo "${ECHO_T}yes" >&6
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
-echo "$as_me:3080: result: no" >&5
+echo "$as_me:3086: result: no" >&5
echo "${ECHO_T}no" >&6
fi
rm -f conftest.$ac_objext conftest.$ac_ext
CFLAGS="$ac_save_CFLAGS"
- echo "$as_me:3085: checking whether compiler accepts -Wbad-function-cast" >&5
+ echo "$as_me:3091: checking whether compiler accepts -Wbad-function-cast" >&5
echo $ECHO_N "checking whether compiler accepts -Wbad-function-cast... $ECHO_C" >&6
ac_save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -Wbad-function-cast"
cat >conftest.$ac_ext <<_ACEOF
-#line 3091 "configure"
+#line 3097 "configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
@@ -3106,35 +3112,35 @@ int x;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:3109: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:3115: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:3112: \$? = $ac_status" >&5
+ echo "$as_me:3118: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:3115: \"$ac_try\"") >&5
+ { (eval echo "$as_me:3121: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:3118: \$? = $ac_status" >&5
+ echo "$as_me:3124: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
WARNING_CFLAGS="$WARNING_CFLAGS -Wbad-function-cast"
-echo "$as_me:3121: result: yes" >&5
+echo "$as_me:3127: result: yes" >&5
echo "${ECHO_T}yes" >&6
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
-echo "$as_me:3126: result: no" >&5
+echo "$as_me:3132: result: no" >&5
echo "${ECHO_T}no" >&6
fi
rm -f conftest.$ac_objext conftest.$ac_ext
CFLAGS="$ac_save_CFLAGS"
- echo "$as_me:3131: checking whether compiler accepts -Wcast-align" >&5
+ echo "$as_me:3137: checking whether compiler accepts -Wcast-align" >&5
echo $ECHO_N "checking whether compiler accepts -Wcast-align... $ECHO_C" >&6
ac_save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -Wcast-align"
cat >conftest.$ac_ext <<_ACEOF
-#line 3137 "configure"
+#line 3143 "configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
@@ -3152,35 +3158,35 @@ int x;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:3155: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:3161: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:3158: \$? = $ac_status" >&5
+ echo "$as_me:3164: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:3161: \"$ac_try\"") >&5
+ { (eval echo "$as_me:3167: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:3164: \$? = $ac_status" >&5
+ echo "$as_me:3170: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
WARNING_CFLAGS="$WARNING_CFLAGS -Wcast-align"
-echo "$as_me:3167: result: yes" >&5
+echo "$as_me:3173: result: yes" >&5
echo "${ECHO_T}yes" >&6
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
-echo "$as_me:3172: result: no" >&5
+echo "$as_me:3178: result: no" >&5
echo "${ECHO_T}no" >&6
fi
rm -f conftest.$ac_objext conftest.$ac_ext
CFLAGS="$ac_save_CFLAGS"
- echo "$as_me:3177: checking whether compiler accepts -Wcast-qual" >&5
+ echo "$as_me:3183: checking whether compiler accepts -Wcast-qual" >&5
echo $ECHO_N "checking whether compiler accepts -Wcast-qual... $ECHO_C" >&6
ac_save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -Wcast-qual"
cat >conftest.$ac_ext <<_ACEOF
-#line 3183 "configure"
+#line 3189 "configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
@@ -3198,35 +3204,35 @@ int x;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:3201: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:3207: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:3204: \$? = $ac_status" >&5
+ echo "$as_me:3210: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:3207: \"$ac_try\"") >&5
+ { (eval echo "$as_me:3213: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:3210: \$? = $ac_status" >&5
+ echo "$as_me:3216: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
WARNING_CFLAGS="$WARNING_CFLAGS -Wcast-qual"
-echo "$as_me:3213: result: yes" >&5
+echo "$as_me:3219: result: yes" >&5
echo "${ECHO_T}yes" >&6
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
-echo "$as_me:3218: result: no" >&5
+echo "$as_me:3224: result: no" >&5
echo "${ECHO_T}no" >&6
fi
rm -f conftest.$ac_objext conftest.$ac_ext
CFLAGS="$ac_save_CFLAGS"
- echo "$as_me:3223: checking whether compiler accepts -Wformat" >&5
+ echo "$as_me:3229: checking whether compiler accepts -Wformat" >&5
echo $ECHO_N "checking whether compiler accepts -Wformat... $ECHO_C" >&6
ac_save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -Wformat"
cat >conftest.$ac_ext <<_ACEOF
-#line 3229 "configure"
+#line 3235 "configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
@@ -3244,35 +3250,35 @@ int x;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:3247: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:3253: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:3250: \$? = $ac_status" >&5
+ echo "$as_me:3256: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:3253: \"$ac_try\"") >&5
+ { (eval echo "$as_me:3259: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:3256: \$? = $ac_status" >&5
+ echo "$as_me:3262: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
WARNING_CFLAGS="$WARNING_CFLAGS -Wformat"
-echo "$as_me:3259: result: yes" >&5
+echo "$as_me:3265: result: yes" >&5
echo "${ECHO_T}yes" >&6
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
-echo "$as_me:3264: result: no" >&5
+echo "$as_me:3270: result: no" >&5
echo "${ECHO_T}no" >&6
fi
rm -f conftest.$ac_objext conftest.$ac_ext
CFLAGS="$ac_save_CFLAGS"
- echo "$as_me:3269: checking whether compiler accepts -Wmissing-declarations" >&5
+ echo "$as_me:3275: checking whether compiler accepts -Wmissing-declarations" >&5
echo $ECHO_N "checking whether compiler accepts -Wmissing-declarations... $ECHO_C" >&6
ac_save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -Wmissing-declarations"
cat >conftest.$ac_ext <<_ACEOF
-#line 3275 "configure"
+#line 3281 "configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
@@ -3290,35 +3296,35 @@ int x;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:3293: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:3299: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:3296: \$? = $ac_status" >&5
+ echo "$as_me:3302: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:3299: \"$ac_try\"") >&5
+ { (eval echo "$as_me:3305: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:3302: \$? = $ac_status" >&5
+ echo "$as_me:3308: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
WARNING_CFLAGS="$WARNING_CFLAGS -Wmissing-declarations"
-echo "$as_me:3305: result: yes" >&5
+echo "$as_me:3311: result: yes" >&5
echo "${ECHO_T}yes" >&6
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
-echo "$as_me:3310: result: no" >&5
+echo "$as_me:3316: result: no" >&5
echo "${ECHO_T}no" >&6
fi
rm -f conftest.$ac_objext conftest.$ac_ext
CFLAGS="$ac_save_CFLAGS"
- echo "$as_me:3315: checking whether compiler accepts -Wmissing-prototypes" >&5
+ echo "$as_me:3321: checking whether compiler accepts -Wmissing-prototypes" >&5
echo $ECHO_N "checking whether compiler accepts -Wmissing-prototypes... $ECHO_C" >&6
ac_save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -Wmissing-prototypes"
cat >conftest.$ac_ext <<_ACEOF
-#line 3321 "configure"
+#line 3327 "configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
@@ -3336,35 +3342,35 @@ int x;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:3339: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:3345: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:3342: \$? = $ac_status" >&5
+ echo "$as_me:3348: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:3345: \"$ac_try\"") >&5
+ { (eval echo "$as_me:3351: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:3348: \$? = $ac_status" >&5
+ echo "$as_me:3354: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
WARNING_CFLAGS="$WARNING_CFLAGS -Wmissing-prototypes"
-echo "$as_me:3351: result: yes" >&5
+echo "$as_me:3357: result: yes" >&5
echo "${ECHO_T}yes" >&6
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
-echo "$as_me:3356: result: no" >&5
+echo "$as_me:3362: result: no" >&5
echo "${ECHO_T}no" >&6
fi
rm -f conftest.$ac_objext conftest.$ac_ext
CFLAGS="$ac_save_CFLAGS"
- echo "$as_me:3361: checking whether compiler accepts -Wnested-externs" >&5
+ echo "$as_me:3367: checking whether compiler accepts -Wnested-externs" >&5
echo $ECHO_N "checking whether compiler accepts -Wnested-externs... $ECHO_C" >&6
ac_save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -Wnested-externs"
cat >conftest.$ac_ext <<_ACEOF
-#line 3367 "configure"
+#line 3373 "configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
@@ -3382,35 +3388,35 @@ int x;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:3385: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:3391: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:3388: \$? = $ac_status" >&5
+ echo "$as_me:3394: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:3391: \"$ac_try\"") >&5
+ { (eval echo "$as_me:3397: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:3394: \$? = $ac_status" >&5
+ echo "$as_me:3400: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
WARNING_CFLAGS="$WARNING_CFLAGS -Wnested-externs"
-echo "$as_me:3397: result: yes" >&5
+echo "$as_me:3403: result: yes" >&5
echo "${ECHO_T}yes" >&6
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
-echo "$as_me:3402: result: no" >&5
+echo "$as_me:3408: result: no" >&5
echo "${ECHO_T}no" >&6
fi
rm -f conftest.$ac_objext conftest.$ac_ext
CFLAGS="$ac_save_CFLAGS"
- echo "$as_me:3407: checking whether compiler accepts -Wshadow" >&5
+ echo "$as_me:3413: checking whether compiler accepts -Wshadow" >&5
echo $ECHO_N "checking whether compiler accepts -Wshadow... $ECHO_C" >&6
ac_save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -Wshadow"
cat >conftest.$ac_ext <<_ACEOF
-#line 3413 "configure"
+#line 3419 "configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
@@ -3428,35 +3434,35 @@ int x;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:3431: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:3437: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:3434: \$? = $ac_status" >&5
+ echo "$as_me:3440: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:3437: \"$ac_try\"") >&5
+ { (eval echo "$as_me:3443: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:3440: \$? = $ac_status" >&5
+ echo "$as_me:3446: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
WARNING_CFLAGS="$WARNING_CFLAGS -Wshadow"
-echo "$as_me:3443: result: yes" >&5
+echo "$as_me:3449: result: yes" >&5
echo "${ECHO_T}yes" >&6
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
-echo "$as_me:3448: result: no" >&5
+echo "$as_me:3454: result: no" >&5
echo "${ECHO_T}no" >&6
fi
rm -f conftest.$ac_objext conftest.$ac_ext
CFLAGS="$ac_save_CFLAGS"
- echo "$as_me:3453: checking whether compiler accepts -Wstrict-prototypes" >&5
+ echo "$as_me:3459: checking whether compiler accepts -Wstrict-prototypes" >&5
echo $ECHO_N "checking whether compiler accepts -Wstrict-prototypes... $ECHO_C" >&6
ac_save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -Wstrict-prototypes"
cat >conftest.$ac_ext <<_ACEOF
-#line 3459 "configure"
+#line 3465 "configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
@@ -3474,35 +3480,35 @@ int x;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:3477: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:3483: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:3480: \$? = $ac_status" >&5
+ echo "$as_me:3486: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:3483: \"$ac_try\"") >&5
+ { (eval echo "$as_me:3489: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:3486: \$? = $ac_status" >&5
+ echo "$as_me:3492: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
WARNING_CFLAGS="$WARNING_CFLAGS -Wstrict-prototypes"
-echo "$as_me:3489: result: yes" >&5
+echo "$as_me:3495: result: yes" >&5
echo "${ECHO_T}yes" >&6
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
-echo "$as_me:3494: result: no" >&5
+echo "$as_me:3500: result: no" >&5
echo "${ECHO_T}no" >&6
fi
rm -f conftest.$ac_objext conftest.$ac_ext
CFLAGS="$ac_save_CFLAGS"
- echo "$as_me:3499: checking whether compiler accepts -Wwrite-strings" >&5
+ echo "$as_me:3505: checking whether compiler accepts -Wwrite-strings" >&5
echo $ECHO_N "checking whether compiler accepts -Wwrite-strings... $ECHO_C" >&6
ac_save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -Wwrite-strings"
cat >conftest.$ac_ext <<_ACEOF
-#line 3505 "configure"
+#line 3511 "configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
@@ -3520,24 +3526,24 @@ int x;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:3523: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:3529: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:3526: \$? = $ac_status" >&5
+ echo "$as_me:3532: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:3529: \"$ac_try\"") >&5
+ { (eval echo "$as_me:3535: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:3532: \$? = $ac_status" >&5
+ echo "$as_me:3538: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
WARNING_CFLAGS="$WARNING_CFLAGS -Wwrite-strings"
-echo "$as_me:3535: result: yes" >&5
+echo "$as_me:3541: result: yes" >&5
echo "${ECHO_T}yes" >&6
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
-echo "$as_me:3540: result: no" >&5
+echo "$as_me:3546: result: no" >&5
echo "${ECHO_T}no" >&6
fi
rm -f conftest.$ac_objext conftest.$ac_ext
@@ -3552,13 +3558,13 @@ cat >>confdefs.h <<\_ACEOF
_ACEOF
# Checks for header files.
-echo "$as_me:3555: checking for ANSI C header files" >&5
+echo "$as_me:3561: 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 3561 "configure"
+#line 3567 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
@@ -3566,13 +3572,13 @@ else
#include <float.h>
_ACEOF
-if { (eval echo "$as_me:3569: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:3575: \"$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:3575: \$? = $ac_status" >&5
+ echo "$as_me:3581: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -3594,7 +3600,7 @@ rm -f conftest.err conftest.$ac_ext
if test $ac_cv_header_stdc = yes; then
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
cat >conftest.$ac_ext <<_ACEOF
-#line 3597 "configure"
+#line 3603 "configure"
#include "confdefs.h"
#include <string.h>
@@ -3612,7 +3618,7 @@ fi
if test $ac_cv_header_stdc = yes; then
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
cat >conftest.$ac_ext <<_ACEOF
-#line 3615 "configure"
+#line 3621 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -3633,7 +3639,7 @@ if test $ac_cv_header_stdc = yes; then
:
else
cat >conftest.$ac_ext <<_ACEOF
-#line 3636 "configure"
+#line 3642 "configure"
#include "confdefs.h"
#include <ctype.h>
#if ((' ' & 0x0FF) == 0x020)
@@ -3659,15 +3665,15 @@ main ()
}
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:3662: \"$ac_link\"") >&5
+if { (eval echo "$as_me:3668: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:3665: \$? = $ac_status" >&5
+ echo "$as_me:3671: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
- { (eval echo "$as_me:3667: \"$ac_try\"") >&5
+ { (eval echo "$as_me:3673: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:3670: \$? = $ac_status" >&5
+ echo "$as_me:3676: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
:
else
@@ -3680,7 +3686,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
fi
fi
fi
-echo "$as_me:3683: result: $ac_cv_header_stdc" >&5
+echo "$as_me:3689: result: $ac_cv_header_stdc" >&5
echo "${ECHO_T}$ac_cv_header_stdc" >&6
if test $ac_cv_header_stdc = yes; then
@@ -3694,34 +3700,34 @@ for ac_header in ctype.h locale.h memory.h stdlib.h string.h unistd.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
if eval "test \"\${$as_ac_Header+set}\" = set"; then
- echo "$as_me:3697: checking for $ac_header" >&5
+ echo "$as_me:3703: 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
fi
-echo "$as_me:3702: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:3708: result: `eval echo '${'$as_ac_Header'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
else
# Is the header compilable?
-echo "$as_me:3706: checking $ac_header usability" >&5
+echo "$as_me:3712: checking $ac_header usability" >&5
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
cat >conftest.$ac_ext <<_ACEOF
-#line 3709 "configure"
+#line 3715 "configure"
#include "confdefs.h"
$ac_includes_default
#include <$ac_header>
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:3715: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:3721: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:3718: \$? = $ac_status" >&5
+ echo "$as_me:3724: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:3721: \"$ac_try\"") >&5
+ { (eval echo "$as_me:3727: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:3724: \$? = $ac_status" >&5
+ echo "$as_me:3730: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_header_compiler=yes
else
@@ -3730,24 +3736,24 @@ cat conftest.$ac_ext >&5
ac_header_compiler=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
-echo "$as_me:3733: result: $ac_header_compiler" >&5
+echo "$as_me:3739: result: $ac_header_compiler" >&5
echo "${ECHO_T}$ac_header_compiler" >&6
# Is the header present?
-echo "$as_me:3737: checking $ac_header presence" >&5
+echo "$as_me:3743: checking $ac_header presence" >&5
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
cat >conftest.$ac_ext <<_ACEOF
-#line 3740 "configure"
+#line 3746 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:3744: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:3750: \"$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:3750: \$? = $ac_status" >&5
+ echo "$as_me:3756: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -3765,32 +3771,32 @@ else
ac_header_preproc=no
fi
rm -f conftest.err conftest.$ac_ext
-echo "$as_me:3768: result: $ac_header_preproc" >&5
+echo "$as_me:3774: result: $ac_header_preproc" >&5
echo "${ECHO_T}$ac_header_preproc" >&6
# So? What about this header?
case $ac_header_compiler:$ac_header_preproc in
yes:no )
- { echo "$as_me:3774: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
+ { echo "$as_me:3780: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
- { echo "$as_me:3776: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
+ { echo "$as_me:3782: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
no:yes )
- { echo "$as_me:3779: WARNING: $ac_header: present but cannot be compiled." >&5
+ { echo "$as_me:3785: WARNING: $ac_header: present but cannot be compiled." >&5
echo "$as_me: WARNING: $ac_header: present but cannot be compiled." >&2;}
- { echo "$as_me:3781: WARNING: $ac_header: check for missing prerequisite headers?" >&5
+ { echo "$as_me:3787: WARNING: $ac_header: check for missing prerequisite headers?" >&5
echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
- { echo "$as_me:3783: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
+ { echo "$as_me:3789: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
esac
-echo "$as_me:3786: checking for $ac_header" >&5
+echo "$as_me:3792: 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
eval "$as_ac_Header=$ac_header_preproc"
fi
-echo "$as_me:3793: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:3799: result: `eval echo '${'$as_ac_Header'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
fi
@@ -3808,7 +3814,7 @@ done
# Checks for structures.
# Checks for compiler characteristics.
-echo "$as_me:3811: checking for $CC option to accept ANSI C" >&5
+echo "$as_me:3817: checking for $CC option to accept ANSI C" >&5
echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
if test "${ac_cv_prog_cc_stdc+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3816,7 +3822,7 @@ else
ac_cv_prog_cc_stdc=no
ac_save_CC=$CC
cat >conftest.$ac_ext <<_ACEOF
-#line 3819 "configure"
+#line 3825 "configure"
#include "confdefs.h"
#include <stdarg.h>
#include <stdio.h>
@@ -3871,16 +3877,16 @@ for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIO
do
CC="$ac_save_CC $ac_arg"
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:3874: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:3880: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:3877: \$? = $ac_status" >&5
+ echo "$as_me:3883: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:3880: \"$ac_try\"") >&5
+ { (eval echo "$as_me:3886: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:3883: \$? = $ac_status" >&5
+ echo "$as_me:3889: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_prog_cc_stdc=$ac_arg
break
@@ -3897,21 +3903,21 @@ fi
case "x$ac_cv_prog_cc_stdc" in
x|xno)
- echo "$as_me:3900: result: none needed" >&5
+ echo "$as_me:3906: result: none needed" >&5
echo "${ECHO_T}none needed" >&6 ;;
*)
- echo "$as_me:3903: result: $ac_cv_prog_cc_stdc" >&5
+ echo "$as_me:3909: result: $ac_cv_prog_cc_stdc" >&5
echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
CC="$CC $ac_cv_prog_cc_stdc" ;;
esac
-echo "$as_me:3908: checking for an ANSI C-conforming const" >&5
+echo "$as_me:3914: 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 3914 "configure"
+#line 3920 "configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
@@ -3975,16 +3981,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:3978: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:3984: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:3981: \$? = $ac_status" >&5
+ echo "$as_me:3987: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:3984: \"$ac_try\"") >&5
+ { (eval echo "$as_me:3990: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:3987: \$? = $ac_status" >&5
+ echo "$as_me:3993: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_c_const=yes
else
@@ -3994,7 +4000,7 @@ ac_cv_c_const=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:3997: result: $ac_cv_c_const" >&5
+echo "$as_me:4003: result: $ac_cv_c_const" >&5
echo "${ECHO_T}$ac_cv_c_const" >&6
if test $ac_cv_c_const = no; then
@@ -4004,7 +4010,7 @@ _ACEOF
fi
-echo "$as_me:4007: checking for inline" >&5
+echo "$as_me:4013: checking for inline" >&5
echo $ECHO_N "checking for inline... $ECHO_C" >&6
if test "${ac_cv_c_inline+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4012,7 +4018,7 @@ else
ac_cv_c_inline=no
for ac_kw in inline __inline__ __inline; do
cat >conftest.$ac_ext <<_ACEOF
-#line 4015 "configure"
+#line 4021 "configure"
#include "confdefs.h"
#ifndef __cplusplus
static $ac_kw int static_foo () {return 0; }
@@ -4021,16 +4027,16 @@ $ac_kw int foo () {return 0; }
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:4024: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:4030: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:4027: \$? = $ac_status" >&5
+ echo "$as_me:4033: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:4030: \"$ac_try\"") >&5
+ { (eval echo "$as_me:4036: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:4033: \$? = $ac_status" >&5
+ echo "$as_me:4039: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_c_inline=$ac_kw; break
else
@@ -4041,7 +4047,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
done
fi
-echo "$as_me:4044: result: $ac_cv_c_inline" >&5
+echo "$as_me:4050: result: $ac_cv_c_inline" >&5
echo "${ECHO_T}$ac_cv_c_inline" >&6
case $ac_cv_c_inline in
inline | yes) ;;
@@ -4056,10 +4062,10 @@ _ACEOF
;;
esac
-echo "$as_me:4059: checking for function prototypes" >&5
+echo "$as_me:4065: checking for function prototypes" >&5
echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6
if test "$am_cv_prog_cc_stdc" != no; then
- echo "$as_me:4062: result: yes" >&5
+ echo "$as_me:4068: result: yes" >&5
echo "${ECHO_T}yes" >&6
cat >>confdefs.h <<\_ACEOF
@@ -4068,18 +4074,18 @@ _ACEOF
U= ANSI2KNR=
else
- echo "$as_me:4071: result: no" >&5
+ echo "$as_me:4077: result: no" >&5
echo "${ECHO_T}no" >&6
U=_ ANSI2KNR=./ansi2knr
fi
# Ensure some checks needed by ansi2knr itself.
-echo "$as_me:4076: checking for ANSI C header files" >&5
+echo "$as_me:4082: 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 4082 "configure"
+#line 4088 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
@@ -4087,13 +4093,13 @@ else
#include <float.h>
_ACEOF
-if { (eval echo "$as_me:4090: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:4096: \"$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:4096: \$? = $ac_status" >&5
+ echo "$as_me:4102: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -4115,7 +4121,7 @@ rm -f conftest.err conftest.$ac_ext
if test $ac_cv_header_stdc = yes; then
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
cat >conftest.$ac_ext <<_ACEOF
-#line 4118 "configure"
+#line 4124 "configure"
#include "confdefs.h"
#include <string.h>
@@ -4133,7 +4139,7 @@ fi
if test $ac_cv_header_stdc = yes; then
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
cat >conftest.$ac_ext <<_ACEOF
-#line 4136 "configure"
+#line 4142 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -4154,7 +4160,7 @@ if test $ac_cv_header_stdc = yes; then
:
else
cat >conftest.$ac_ext <<_ACEOF
-#line 4157 "configure"
+#line 4163 "configure"
#include "confdefs.h"
#include <ctype.h>
#if ((' ' & 0x0FF) == 0x020)
@@ -4180,15 +4186,15 @@ main ()
}
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:4183: \"$ac_link\"") >&5
+if { (eval echo "$as_me:4189: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:4186: \$? = $ac_status" >&5
+ echo "$as_me:4192: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
- { (eval echo "$as_me:4188: \"$ac_try\"") >&5
+ { (eval echo "$as_me:4194: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:4191: \$? = $ac_status" >&5
+ echo "$as_me:4197: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
:
else
@@ -4201,7 +4207,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
fi
fi
fi
-echo "$as_me:4204: result: $ac_cv_header_stdc" >&5
+echo "$as_me:4210: result: $ac_cv_header_stdc" >&5
echo "${ECHO_T}$ac_cv_header_stdc" >&6
if test $ac_cv_header_stdc = yes; then
@@ -4215,34 +4221,34 @@ for ac_header in string.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
if eval "test \"\${$as_ac_Header+set}\" = set"; then
- echo "$as_me:4218: checking for $ac_header" >&5
+ echo "$as_me:4224: 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
fi
-echo "$as_me:4223: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:4229: result: `eval echo '${'$as_ac_Header'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
else
# Is the header compilable?
-echo "$as_me:4227: checking $ac_header usability" >&5
+echo "$as_me:4233: checking $ac_header usability" >&5
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
cat >conftest.$ac_ext <<_ACEOF
-#line 4230 "configure"
+#line 4236 "configure"
#include "confdefs.h"
$ac_includes_default
#include <$ac_header>
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:4236: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:4242: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:4239: \$? = $ac_status" >&5
+ echo "$as_me:4245: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:4242: \"$ac_try\"") >&5
+ { (eval echo "$as_me:4248: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:4245: \$? = $ac_status" >&5
+ echo "$as_me:4251: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_header_compiler=yes
else
@@ -4251,24 +4257,24 @@ cat conftest.$ac_ext >&5
ac_header_compiler=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
-echo "$as_me:4254: result: $ac_header_compiler" >&5
+echo "$as_me:4260: result: $ac_header_compiler" >&5
echo "${ECHO_T}$ac_header_compiler" >&6
# Is the header present?
-echo "$as_me:4258: checking $ac_header presence" >&5
+echo "$as_me:4264: checking $ac_header presence" >&5
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
cat >conftest.$ac_ext <<_ACEOF
-#line 4261 "configure"
+#line 4267 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:4265: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:4271: \"$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:4271: \$? = $ac_status" >&5
+ echo "$as_me:4277: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -4286,32 +4292,32 @@ else
ac_header_preproc=no
fi
rm -f conftest.err conftest.$ac_ext
-echo "$as_me:4289: result: $ac_header_preproc" >&5
+echo "$as_me:4295: result: $ac_header_preproc" >&5
echo "${ECHO_T}$ac_header_preproc" >&6
# So? What about this header?
case $ac_header_compiler:$ac_header_preproc in
yes:no )
- { echo "$as_me:4295: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
+ { echo "$as_me:4301: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
- { echo "$as_me:4297: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
+ { echo "$as_me:4303: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
no:yes )
- { echo "$as_me:4300: WARNING: $ac_header: present but cannot be compiled." >&5
+ { echo "$as_me:4306: WARNING: $ac_header: present but cannot be compiled." >&5
echo "$as_me: WARNING: $ac_header: present but cannot be compiled." >&2;}
- { echo "$as_me:4302: WARNING: $ac_header: check for missing prerequisite headers?" >&5
+ { echo "$as_me:4308: WARNING: $ac_header: check for missing prerequisite headers?" >&5
echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
- { echo "$as_me:4304: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
+ { echo "$as_me:4310: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
esac
-echo "$as_me:4307: checking for $ac_header" >&5
+echo "$as_me:4313: 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
eval "$as_ac_Header=$ac_header_preproc"
fi
-echo "$as_me:4314: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:4320: result: `eval echo '${'$as_ac_Header'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
fi
@@ -4327,13 +4333,13 @@ done
# Checks for library functions.
# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
# for constant arguments. Useless!
-echo "$as_me:4330: checking for working alloca.h" >&5
+echo "$as_me:4336: checking for working alloca.h" >&5
echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
if test "${ac_cv_working_alloca_h+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 4336 "configure"
+#line 4342 "configure"
#include "confdefs.h"
#include <alloca.h>
#ifdef F77_DUMMY_MAIN
@@ -4351,16 +4357,16 @@ char *p = (char *) alloca (2 * sizeof (int));
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:4354: \"$ac_link\"") >&5
+if { (eval echo "$as_me:4360: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:4357: \$? = $ac_status" >&5
+ echo "$as_me:4363: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:4360: \"$ac_try\"") >&5
+ { (eval echo "$as_me:4366: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:4363: \$? = $ac_status" >&5
+ echo "$as_me:4369: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_working_alloca_h=yes
else
@@ -4370,7 +4376,7 @@ ac_cv_working_alloca_h=no
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:4373: result: $ac_cv_working_alloca_h" >&5
+echo "$as_me:4379: result: $ac_cv_working_alloca_h" >&5
echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
if test $ac_cv_working_alloca_h = yes; then
@@ -4380,13 +4386,13 @@ _ACEOF
fi
-echo "$as_me:4383: checking for alloca" >&5
+echo "$as_me:4389: checking for alloca" >&5
echo $ECHO_N "checking for alloca... $ECHO_C" >&6
if test "${ac_cv_func_alloca_works+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 4389 "configure"
+#line 4395 "configure"
#include "confdefs.h"
#ifdef __GNUC__
# define alloca __builtin_alloca
@@ -4424,16 +4430,16 @@ char *p = (char *) alloca (1);
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:4427: \"$ac_link\"") >&5
+if { (eval echo "$as_me:4433: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:4430: \$? = $ac_status" >&5
+ echo "$as_me:4436: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:4433: \"$ac_try\"") >&5
+ { (eval echo "$as_me:4439: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:4436: \$? = $ac_status" >&5
+ echo "$as_me:4442: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_func_alloca_works=yes
else
@@ -4443,7 +4449,7 @@ ac_cv_func_alloca_works=no
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:4446: result: $ac_cv_func_alloca_works" >&5
+echo "$as_me:4452: result: $ac_cv_func_alloca_works" >&5
echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
if test $ac_cv_func_alloca_works = yes; then
@@ -4464,13 +4470,13 @@ cat >>confdefs.h <<\_ACEOF
#define C_ALLOCA 1
_ACEOF
-echo "$as_me:4467: checking whether \`alloca.c' needs Cray hooks" >&5
+echo "$as_me:4473: checking whether \`alloca.c' needs Cray hooks" >&5
echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
if test "${ac_cv_os_cray+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 4473 "configure"
+#line 4479 "configure"
#include "confdefs.h"
#if defined(CRAY) && ! defined(CRAY2)
webecray
@@ -4488,18 +4494,18 @@ fi
rm -f conftest*
fi
-echo "$as_me:4491: result: $ac_cv_os_cray" >&5
+echo "$as_me:4497: result: $ac_cv_os_cray" >&5
echo "${ECHO_T}$ac_cv_os_cray" >&6
if test $ac_cv_os_cray = yes; then
for ac_func in _getb67 GETB67 getb67; do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:4496: checking for $ac_func" >&5
+echo "$as_me:4502: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$as_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 4502 "configure"
+#line 4508 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -4536,16 +4542,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:4539: \"$ac_link\"") >&5
+if { (eval echo "$as_me:4545: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:4542: \$? = $ac_status" >&5
+ echo "$as_me:4548: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:4545: \"$ac_try\"") >&5
+ { (eval echo "$as_me:4551: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:4548: \$? = $ac_status" >&5
+ echo "$as_me:4554: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$as_ac_var=yes"
else
@@ -4555,7 +4561,7 @@ eval "$as_ac_var=no"
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:4558: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:4564: result: `eval echo '${'$as_ac_var'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
if test `eval echo '${'$as_ac_var'}'` = yes; then
@@ -4569,7 +4575,7 @@ fi
done
fi
-echo "$as_me:4572: checking stack direction for C alloca" >&5
+echo "$as_me:4578: checking stack direction for C alloca" >&5
echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
if test "${ac_cv_c_stack_direction+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4578,7 +4584,7 @@ else
ac_cv_c_stack_direction=0
else
cat >conftest.$ac_ext <<_ACEOF
-#line 4581 "configure"
+#line 4587 "configure"
#include "confdefs.h"
int
find_stack_direction ()
@@ -4601,15 +4607,15 @@ main ()
}
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:4604: \"$ac_link\"") >&5
+if { (eval echo "$as_me:4610: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:4607: \$? = $ac_status" >&5
+ echo "$as_me:4613: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
- { (eval echo "$as_me:4609: \"$ac_try\"") >&5
+ { (eval echo "$as_me:4615: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:4612: \$? = $ac_status" >&5
+ echo "$as_me:4618: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_c_stack_direction=1
else
@@ -4621,7 +4627,7 @@ fi
rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
fi
fi
-echo "$as_me:4624: result: $ac_cv_c_stack_direction" >&5
+echo "$as_me:4630: result: $ac_cv_c_stack_direction" >&5
echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
cat >>confdefs.h <<_ACEOF
@@ -4633,13 +4639,13 @@ fi
for ac_func in mkstemp setlocale
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:4636: checking for $ac_func" >&5
+echo "$as_me:4642: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$as_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 4642 "configure"
+#line 4648 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -4676,16 +4682,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:4679: \"$ac_link\"") >&5
+if { (eval echo "$as_me:4685: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:4682: \$? = $ac_status" >&5
+ echo "$as_me:4688: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:4685: \"$ac_try\"") >&5
+ { (eval echo "$as_me:4691: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:4688: \$? = $ac_status" >&5
+ echo "$as_me:4694: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$as_ac_var=yes"
else
@@ -4695,7 +4701,7 @@ eval "$as_ac_var=no"
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:4698: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:4704: result: `eval echo '${'$as_ac_var'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
if test `eval echo '${'$as_ac_var'}'` = yes; then
cat >>confdefs.h <<_ACEOF
@@ -4705,13 +4711,13 @@ _ACEOF
fi
done
-echo "$as_me:4708: checking whether stpcpy is declared" >&5
+echo "$as_me:4714: checking whether stpcpy is declared" >&5
echo $ECHO_N "checking whether stpcpy is declared... $ECHO_C" >&6
if test "${ac_cv_have_decl_stpcpy+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 4714 "configure"
+#line 4720 "configure"
#include "confdefs.h"
$ac_includes_default
#ifdef F77_DUMMY_MAIN
@@ -4732,16 +4738,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:4735: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:4741: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:4738: \$? = $ac_status" >&5
+ echo "$as_me:4744: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:4741: \"$ac_try\"") >&5
+ { (eval echo "$as_me:4747: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:4744: \$? = $ac_status" >&5
+ echo "$as_me:4750: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_have_decl_stpcpy=yes
else
@@ -4751,7 +4757,7 @@ ac_cv_have_decl_stpcpy=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:4754: result: $ac_cv_have_decl_stpcpy" >&5
+echo "$as_me:4760: result: $ac_cv_have_decl_stpcpy" >&5
echo "${ECHO_T}$ac_cv_have_decl_stpcpy" >&6
if test $ac_cv_have_decl_stpcpy = yes; then
@@ -4765,13 +4771,13 @@ else
_ACEOF
fi
-echo "$as_me:4768: checking whether strndup is declared" >&5
+echo "$as_me:4774: checking whether strndup is declared" >&5
echo $ECHO_N "checking whether strndup is declared... $ECHO_C" >&6
if test "${ac_cv_have_decl_strndup+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 4774 "configure"
+#line 4780 "configure"
#include "confdefs.h"
$ac_includes_default
#ifdef F77_DUMMY_MAIN
@@ -4792,16 +4798,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:4795: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:4801: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:4798: \$? = $ac_status" >&5
+ echo "$as_me:4804: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:4801: \"$ac_try\"") >&5
+ { (eval echo "$as_me:4807: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:4804: \$? = $ac_status" >&5
+ echo "$as_me:4810: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_have_decl_strndup=yes
else
@@ -4811,7 +4817,7 @@ ac_cv_have_decl_strndup=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:4814: result: $ac_cv_have_decl_strndup" >&5
+echo "$as_me:4820: result: $ac_cv_have_decl_strndup" >&5
echo "${ECHO_T}$ac_cv_have_decl_strndup" >&6
if test $ac_cv_have_decl_strndup = yes; then
@@ -4825,13 +4831,13 @@ else
_ACEOF
fi
-echo "$as_me:4828: checking whether strnlen is declared" >&5
+echo "$as_me:4834: checking whether strnlen is declared" >&5
echo $ECHO_N "checking whether strnlen is declared... $ECHO_C" >&6
if test "${ac_cv_have_decl_strnlen+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 4834 "configure"
+#line 4840 "configure"
#include "confdefs.h"
$ac_includes_default
#ifdef F77_DUMMY_MAIN
@@ -4852,16 +4858,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:4855: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:4861: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:4858: \$? = $ac_status" >&5
+ echo "$as_me:4864: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:4861: \"$ac_try\"") >&5
+ { (eval echo "$as_me:4867: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:4864: \$? = $ac_status" >&5
+ echo "$as_me:4870: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_have_decl_strnlen=yes
else
@@ -4871,7 +4877,7 @@ ac_cv_have_decl_strnlen=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:4874: result: $ac_cv_have_decl_strnlen" >&5
+echo "$as_me:4880: result: $ac_cv_have_decl_strnlen" >&5
echo "${ECHO_T}$ac_cv_have_decl_strnlen" >&6
if test $ac_cv_have_decl_strnlen = yes; then
@@ -4885,13 +4891,13 @@ else
_ACEOF
fi
-echo "$as_me:4888: checking whether memchr is declared" >&5
+echo "$as_me:4894: checking whether memchr is declared" >&5
echo $ECHO_N "checking whether memchr is declared... $ECHO_C" >&6
if test "${ac_cv_have_decl_memchr+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 4894 "configure"
+#line 4900 "configure"
#include "confdefs.h"
$ac_includes_default
#ifdef F77_DUMMY_MAIN
@@ -4912,16 +4918,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:4915: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:4921: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:4918: \$? = $ac_status" >&5
+ echo "$as_me:4924: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:4921: \"$ac_try\"") >&5
+ { (eval echo "$as_me:4927: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:4924: \$? = $ac_status" >&5
+ echo "$as_me:4930: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_have_decl_memchr=yes
else
@@ -4931,7 +4937,7 @@ ac_cv_have_decl_memchr=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:4934: result: $ac_cv_have_decl_memchr" >&5
+echo "$as_me:4940: result: $ac_cv_have_decl_memchr" >&5
echo "${ECHO_T}$ac_cv_have_decl_memchr" >&6
if test $ac_cv_have_decl_memchr = yes; then
@@ -4949,13 +4955,13 @@ fi
for ac_func in stpcpy strndup strnlen strspn memchr
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:4952: checking for $ac_func" >&5
+echo "$as_me:4958: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$as_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 4958 "configure"
+#line 4964 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -4992,16 +4998,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:4995: \"$ac_link\"") >&5
+if { (eval echo "$as_me:5001: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:4998: \$? = $ac_status" >&5
+ echo "$as_me:5004: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:5001: \"$ac_try\"") >&5
+ { (eval echo "$as_me:5007: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:5004: \$? = $ac_status" >&5
+ echo "$as_me:5010: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$as_ac_var=yes"
else
@@ -5011,7 +5017,7 @@ eval "$as_ac_var=no"
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:5014: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:5020: result: `eval echo '${'$as_ac_var'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
if test `eval echo '${'$as_ac_var'}'` = yes; then
cat >>confdefs.h <<_ACEOF
@@ -5027,7 +5033,7 @@ cat >>confdefs.h <<_ACEOF
#define HAVE_DONE_WORKING_MALLOC_CHECK 1
_ACEOF
- echo "$as_me:5030: checking for working malloc" >&5
+ echo "$as_me:5036: checking for working malloc" >&5
echo $ECHO_N "checking for working malloc... $ECHO_C" >&6
if test "${jm_cv_func_working_malloc+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5036,7 +5042,7 @@ else
jm_cv_func_working_malloc=no
else
cat >conftest.$ac_ext <<_ACEOF
-#line 5039 "configure"
+#line 5045 "configure"
#include "confdefs.h"
char *malloc ();
@@ -5048,15 +5054,15 @@ else
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:5051: \"$ac_link\"") >&5
+if { (eval echo "$as_me:5057: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:5054: \$? = $ac_status" >&5
+ echo "$as_me:5060: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
- { (eval echo "$as_me:5056: \"$ac_try\"") >&5
+ { (eval echo "$as_me:5062: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:5059: \$? = $ac_status" >&5
+ echo "$as_me:5065: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
jm_cv_func_working_malloc=yes
else
@@ -5069,7 +5075,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
fi
fi
-echo "$as_me:5072: result: $jm_cv_func_working_malloc" >&5
+echo "$as_me:5078: result: $jm_cv_func_working_malloc" >&5
echo "${ECHO_T}$jm_cv_func_working_malloc" >&6
if test $jm_cv_func_working_malloc = no; then
@@ -5085,7 +5091,7 @@ cat >>confdefs.h <<_ACEOF
#define HAVE_DONE_WORKING_REALLOC_CHECK 1
_ACEOF
- echo "$as_me:5088: checking for working realloc" >&5
+ echo "$as_me:5094: checking for working realloc" >&5
echo $ECHO_N "checking for working realloc... $ECHO_C" >&6
if test "${jm_cv_func_working_realloc+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5094,7 +5100,7 @@ else
jm_cv_func_working_realloc=no
else
cat >conftest.$ac_ext <<_ACEOF
-#line 5097 "configure"
+#line 5103 "configure"
#include "confdefs.h"
char *realloc ();
@@ -5106,15 +5112,15 @@ else
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:5109: \"$ac_link\"") >&5
+if { (eval echo "$as_me:5115: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:5112: \$? = $ac_status" >&5
+ echo "$as_me:5118: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
- { (eval echo "$as_me:5114: \"$ac_try\"") >&5
+ { (eval echo "$as_me:5120: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:5117: \$? = $ac_status" >&5
+ echo "$as_me:5123: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
jm_cv_func_working_realloc=yes
else
@@ -5127,7 +5133,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
fi
fi
-echo "$as_me:5130: result: $jm_cv_func_working_realloc" >&5
+echo "$as_me:5136: result: $jm_cv_func_working_realloc" >&5
echo "${ECHO_T}$jm_cv_func_working_realloc" >&6
if test $jm_cv_func_working_realloc = no; then
@@ -5142,13 +5148,13 @@ _ACEOF
for ac_func in isascii iswprint mbrtowc
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:5145: checking for $ac_func" >&5
+echo "$as_me:5151: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$as_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 5151 "configure"
+#line 5157 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -5185,16 +5191,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:5188: \"$ac_link\"") >&5
+if { (eval echo "$as_me:5194: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:5191: \$? = $ac_status" >&5
+ echo "$as_me:5197: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:5194: \"$ac_try\"") >&5
+ { (eval echo "$as_me:5200: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:5197: \$? = $ac_status" >&5
+ echo "$as_me:5203: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$as_ac_var=yes"
else
@@ -5204,7 +5210,7 @@ eval "$as_ac_var=no"
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:5207: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:5213: result: `eval echo '${'$as_ac_var'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
if test `eval echo '${'$as_ac_var'}'` = yes; then
cat >>confdefs.h <<_ACEOF
@@ -5218,34 +5224,34 @@ for ac_header in limits.h stdlib.h string.h wchar.h wctype.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
if eval "test \"\${$as_ac_Header+set}\" = set"; then
- echo "$as_me:5221: checking for $ac_header" >&5
+ echo "$as_me:5227: 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
fi
-echo "$as_me:5226: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:5232: result: `eval echo '${'$as_ac_Header'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
else
# Is the header compilable?
-echo "$as_me:5230: checking $ac_header usability" >&5
+echo "$as_me:5236: checking $ac_header usability" >&5
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
cat >conftest.$ac_ext <<_ACEOF
-#line 5233 "configure"
+#line 5239 "configure"
#include "confdefs.h"
$ac_includes_default
#include <$ac_header>
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:5239: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:5245: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:5242: \$? = $ac_status" >&5
+ echo "$as_me:5248: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:5245: \"$ac_try\"") >&5
+ { (eval echo "$as_me:5251: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:5248: \$? = $ac_status" >&5
+ echo "$as_me:5254: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_header_compiler=yes
else
@@ -5254,24 +5260,24 @@ cat conftest.$ac_ext >&5
ac_header_compiler=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
-echo "$as_me:5257: result: $ac_header_compiler" >&5
+echo "$as_me:5263: result: $ac_header_compiler" >&5
echo "${ECHO_T}$ac_header_compiler" >&6
# Is the header present?
-echo "$as_me:5261: checking $ac_header presence" >&5
+echo "$as_me:5267: checking $ac_header presence" >&5
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
cat >conftest.$ac_ext <<_ACEOF
-#line 5264 "configure"
+#line 5270 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:5268: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:5274: \"$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:5274: \$? = $ac_status" >&5
+ echo "$as_me:5280: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -5289,32 +5295,32 @@ else
ac_header_preproc=no
fi
rm -f conftest.err conftest.$ac_ext
-echo "$as_me:5292: result: $ac_header_preproc" >&5
+echo "$as_me:5298: result: $ac_header_preproc" >&5
echo "${ECHO_T}$ac_header_preproc" >&6
# So? What about this header?
case $ac_header_compiler:$ac_header_preproc in
yes:no )
- { echo "$as_me:5298: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
+ { echo "$as_me:5304: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
- { echo "$as_me:5300: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
+ { echo "$as_me:5306: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
no:yes )
- { echo "$as_me:5303: WARNING: $ac_header: present but cannot be compiled." >&5
+ { echo "$as_me:5309: WARNING: $ac_header: present but cannot be compiled." >&5
echo "$as_me: WARNING: $ac_header: present but cannot be compiled." >&2;}
- { echo "$as_me:5305: WARNING: $ac_header: check for missing prerequisite headers?" >&5
+ { echo "$as_me:5311: WARNING: $ac_header: check for missing prerequisite headers?" >&5
echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
- { echo "$as_me:5307: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
+ { echo "$as_me:5313: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
esac
-echo "$as_me:5310: checking for $ac_header" >&5
+echo "$as_me:5316: 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
eval "$as_ac_Header=$ac_header_preproc"
fi
-echo "$as_me:5317: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:5323: result: `eval echo '${'$as_ac_Header'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
fi
@@ -5327,13 +5333,13 @@ fi
done
- echo "$as_me:5330: checking for ANSI C header files" >&5
+ echo "$as_me:5336: 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 5336 "configure"
+#line 5342 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
@@ -5341,13 +5347,13 @@ else
#include <float.h>
_ACEOF
-if { (eval echo "$as_me:5344: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:5350: \"$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:5350: \$? = $ac_status" >&5
+ echo "$as_me:5356: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -5369,7 +5375,7 @@ rm -f conftest.err conftest.$ac_ext
if test $ac_cv_header_stdc = yes; then
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
cat >conftest.$ac_ext <<_ACEOF
-#line 5372 "configure"
+#line 5378 "configure"
#include "confdefs.h"
#include <string.h>
@@ -5387,7 +5393,7 @@ fi
if test $ac_cv_header_stdc = yes; then
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
cat >conftest.$ac_ext <<_ACEOF
-#line 5390 "configure"
+#line 5396 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -5408,7 +5414,7 @@ if test $ac_cv_header_stdc = yes; then
:
else
cat >conftest.$ac_ext <<_ACEOF
-#line 5411 "configure"
+#line 5417 "configure"
#include "confdefs.h"
#include <ctype.h>
#if ((' ' & 0x0FF) == 0x020)
@@ -5434,15 +5440,15 @@ main ()
}
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:5437: \"$ac_link\"") >&5
+if { (eval echo "$as_me:5443: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:5440: \$? = $ac_status" >&5
+ echo "$as_me:5446: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
- { (eval echo "$as_me:5442: \"$ac_try\"") >&5
+ { (eval echo "$as_me:5448: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:5445: \$? = $ac_status" >&5
+ echo "$as_me:5451: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
:
else
@@ -5455,7 +5461,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
fi
fi
fi
-echo "$as_me:5458: result: $ac_cv_header_stdc" >&5
+echo "$as_me:5464: result: $ac_cv_header_stdc" >&5
echo "${ECHO_T}$ac_cv_header_stdc" >&6
if test $ac_cv_header_stdc = yes; then
@@ -5465,13 +5471,13 @@ _ACEOF
fi
- echo "$as_me:5468: checking whether backslash-a works in strings" >&5
+ echo "$as_me:5474: checking whether backslash-a works in strings" >&5
echo $ECHO_N "checking whether backslash-a works in strings... $ECHO_C" >&6
if test "${ac_cv_c_backslash_a+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 5474 "configure"
+#line 5480 "configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
@@ -5496,16 +5502,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:5499: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:5505: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:5502: \$? = $ac_status" >&5
+ echo "$as_me:5508: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:5505: \"$ac_try\"") >&5
+ { (eval echo "$as_me:5511: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:5508: \$? = $ac_status" >&5
+ echo "$as_me:5514: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_c_backslash_a=yes
else
@@ -5515,7 +5521,7 @@ ac_cv_c_backslash_a=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:5518: result: $ac_cv_c_backslash_a" >&5
+echo "$as_me:5524: result: $ac_cv_c_backslash_a" >&5
echo "${ECHO_T}$ac_cv_c_backslash_a" >&6
if test $ac_cv_c_backslash_a = yes; then
@@ -5529,34 +5535,34 @@ for ac_header in stdlib.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
if eval "test \"\${$as_ac_Header+set}\" = set"; then
- echo "$as_me:5532: checking for $ac_header" >&5
+ echo "$as_me:5538: 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
fi
-echo "$as_me:5537: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:5543: result: `eval echo '${'$as_ac_Header'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
else
# Is the header compilable?
-echo "$as_me:5541: checking $ac_header usability" >&5
+echo "$as_me:5547: checking $ac_header usability" >&5
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
cat >conftest.$ac_ext <<_ACEOF
-#line 5544 "configure"
+#line 5550 "configure"
#include "confdefs.h"
$ac_includes_default
#include <$ac_header>
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:5550: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:5556: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:5553: \$? = $ac_status" >&5
+ echo "$as_me:5559: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:5556: \"$ac_try\"") >&5
+ { (eval echo "$as_me:5562: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:5559: \$? = $ac_status" >&5
+ echo "$as_me:5565: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_header_compiler=yes
else
@@ -5565,24 +5571,24 @@ cat conftest.$ac_ext >&5
ac_header_compiler=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
-echo "$as_me:5568: result: $ac_header_compiler" >&5
+echo "$as_me:5574: result: $ac_header_compiler" >&5
echo "${ECHO_T}$ac_header_compiler" >&6
# Is the header present?
-echo "$as_me:5572: checking $ac_header presence" >&5
+echo "$as_me:5578: checking $ac_header presence" >&5
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
cat >conftest.$ac_ext <<_ACEOF
-#line 5575 "configure"
+#line 5581 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:5579: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:5585: \"$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:5585: \$? = $ac_status" >&5
+ echo "$as_me:5591: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -5600,32 +5606,32 @@ else
ac_header_preproc=no
fi
rm -f conftest.err conftest.$ac_ext
-echo "$as_me:5603: result: $ac_header_preproc" >&5
+echo "$as_me:5609: result: $ac_header_preproc" >&5
echo "${ECHO_T}$ac_header_preproc" >&6
# So? What about this header?
case $ac_header_compiler:$ac_header_preproc in
yes:no )
- { echo "$as_me:5609: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
+ { echo "$as_me:5615: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
- { echo "$as_me:5611: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
+ { echo "$as_me:5617: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
no:yes )
- { echo "$as_me:5614: WARNING: $ac_header: present but cannot be compiled." >&5
+ { echo "$as_me:5620: WARNING: $ac_header: present but cannot be compiled." >&5
echo "$as_me: WARNING: $ac_header: present but cannot be compiled." >&2;}
- { echo "$as_me:5616: WARNING: $ac_header: check for missing prerequisite headers?" >&5
+ { echo "$as_me:5622: WARNING: $ac_header: check for missing prerequisite headers?" >&5
echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
- { echo "$as_me:5618: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
+ { echo "$as_me:5624: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
esac
-echo "$as_me:5621: checking for $ac_header" >&5
+echo "$as_me:5627: 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
eval "$as_ac_Header=$ac_header_preproc"
fi
-echo "$as_me:5628: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:5634: result: `eval echo '${'$as_ac_Header'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
fi
@@ -5638,13 +5644,13 @@ fi
done
- echo "$as_me:5641: checking for mbstate_t" >&5
+ echo "$as_me:5647: checking for mbstate_t" >&5
echo $ECHO_N "checking for mbstate_t... $ECHO_C" >&6
if test "${ac_cv_type_mbstate_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 5647 "configure"
+#line 5653 "configure"
#include "confdefs.h"
#if HAVE_STDLIB_H
@@ -5666,16 +5672,16 @@ mbstate_t x; return sizeof x;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:5669: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:5675: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:5672: \$? = $ac_status" >&5
+ echo "$as_me:5678: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:5675: \"$ac_try\"") >&5
+ { (eval echo "$as_me:5681: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:5678: \$? = $ac_status" >&5
+ echo "$as_me:5684: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_type_mbstate_t=yes
else
@@ -5685,7 +5691,7 @@ ac_cv_type_mbstate_t=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:5688: result: $ac_cv_type_mbstate_t" >&5
+echo "$as_me:5694: result: $ac_cv_type_mbstate_t" >&5
echo "${ECHO_T}$ac_cv_type_mbstate_t" >&6
if test $ac_cv_type_mbstate_t = no; then
@@ -5695,10 +5701,10 @@ _ACEOF
fi
-echo "$as_me:5698: checking for function prototypes" >&5
+echo "$as_me:5704: checking for function prototypes" >&5
echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6
if test "$am_cv_prog_cc_stdc" != no; then
- echo "$as_me:5701: result: yes" >&5
+ echo "$as_me:5707: result: yes" >&5
echo "${ECHO_T}yes" >&6
cat >>confdefs.h <<\_ACEOF
@@ -5707,18 +5713,18 @@ _ACEOF
U= ANSI2KNR=
else
- echo "$as_me:5710: result: no" >&5
+ echo "$as_me:5716: result: no" >&5
echo "${ECHO_T}no" >&6
U=_ ANSI2KNR=./ansi2knr
fi
# Ensure some checks needed by ansi2knr itself.
-echo "$as_me:5715: checking for ANSI C header files" >&5
+echo "$as_me:5721: 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 5721 "configure"
+#line 5727 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
@@ -5726,13 +5732,13 @@ else
#include <float.h>
_ACEOF
-if { (eval echo "$as_me:5729: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:5735: \"$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:5735: \$? = $ac_status" >&5
+ echo "$as_me:5741: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -5754,7 +5760,7 @@ rm -f conftest.err conftest.$ac_ext
if test $ac_cv_header_stdc = yes; then
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
cat >conftest.$ac_ext <<_ACEOF
-#line 5757 "configure"
+#line 5763 "configure"
#include "confdefs.h"
#include <string.h>
@@ -5772,7 +5778,7 @@ fi
if test $ac_cv_header_stdc = yes; then
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
cat >conftest.$ac_ext <<_ACEOF
-#line 5775 "configure"
+#line 5781 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -5793,7 +5799,7 @@ if test $ac_cv_header_stdc = yes; then
:
else
cat >conftest.$ac_ext <<_ACEOF
-#line 5796 "configure"
+#line 5802 "configure"
#include "confdefs.h"
#include <ctype.h>
#if ((' ' & 0x0FF) == 0x020)
@@ -5819,15 +5825,15 @@ main ()
}
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:5822: \"$ac_link\"") >&5
+if { (eval echo "$as_me:5828: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:5825: \$? = $ac_status" >&5
+ echo "$as_me:5831: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
- { (eval echo "$as_me:5827: \"$ac_try\"") >&5
+ { (eval echo "$as_me:5833: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:5830: \$? = $ac_status" >&5
+ echo "$as_me:5836: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
:
else
@@ -5840,7 +5846,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
fi
fi
fi
-echo "$as_me:5843: result: $ac_cv_header_stdc" >&5
+echo "$as_me:5849: result: $ac_cv_header_stdc" >&5
echo "${ECHO_T}$ac_cv_header_stdc" >&6
if test $ac_cv_header_stdc = yes; then
@@ -5854,34 +5860,34 @@ for ac_header in string.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
if eval "test \"\${$as_ac_Header+set}\" = set"; then
- echo "$as_me:5857: checking for $ac_header" >&5
+ echo "$as_me:5863: 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
fi
-echo "$as_me:5862: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:5868: result: `eval echo '${'$as_ac_Header'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
else
# Is the header compilable?
-echo "$as_me:5866: checking $ac_header usability" >&5
+echo "$as_me:5872: checking $ac_header usability" >&5
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
cat >conftest.$ac_ext <<_ACEOF
-#line 5869 "configure"
+#line 5875 "configure"
#include "confdefs.h"
$ac_includes_default
#include <$ac_header>
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:5875: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:5881: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:5878: \$? = $ac_status" >&5
+ echo "$as_me:5884: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:5881: \"$ac_try\"") >&5
+ { (eval echo "$as_me:5887: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:5884: \$? = $ac_status" >&5
+ echo "$as_me:5890: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_header_compiler=yes
else
@@ -5890,24 +5896,24 @@ cat conftest.$ac_ext >&5
ac_header_compiler=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
-echo "$as_me:5893: result: $ac_header_compiler" >&5
+echo "$as_me:5899: result: $ac_header_compiler" >&5
echo "${ECHO_T}$ac_header_compiler" >&6
# Is the header present?
-echo "$as_me:5897: checking $ac_header presence" >&5
+echo "$as_me:5903: checking $ac_header presence" >&5
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
cat >conftest.$ac_ext <<_ACEOF
-#line 5900 "configure"
+#line 5906 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:5904: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:5910: \"$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:5910: \$? = $ac_status" >&5
+ echo "$as_me:5916: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -5925,32 +5931,32 @@ else
ac_header_preproc=no
fi
rm -f conftest.err conftest.$ac_ext
-echo "$as_me:5928: result: $ac_header_preproc" >&5
+echo "$as_me:5934: result: $ac_header_preproc" >&5
echo "${ECHO_T}$ac_header_preproc" >&6
# So? What about this header?
case $ac_header_compiler:$ac_header_preproc in
yes:no )
- { echo "$as_me:5934: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
+ { echo "$as_me:5940: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
- { echo "$as_me:5936: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
+ { echo "$as_me:5942: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
no:yes )
- { echo "$as_me:5939: WARNING: $ac_header: present but cannot be compiled." >&5
+ { echo "$as_me:5945: WARNING: $ac_header: present but cannot be compiled." >&5
echo "$as_me: WARNING: $ac_header: present but cannot be compiled." >&2;}
- { echo "$as_me:5941: WARNING: $ac_header: check for missing prerequisite headers?" >&5
+ { echo "$as_me:5947: WARNING: $ac_header: check for missing prerequisite headers?" >&5
echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
- { echo "$as_me:5943: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
+ { echo "$as_me:5949: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
esac
-echo "$as_me:5946: checking for $ac_header" >&5
+echo "$as_me:5952: 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
eval "$as_ac_Header=$ac_header_preproc"
fi
-echo "$as_me:5953: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:5959: result: `eval echo '${'$as_ac_Header'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
fi
@@ -5966,13 +5972,13 @@ done
for ac_func in strerror strerror_r vprintf doprnt
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:5969: checking for $ac_func" >&5
+echo "$as_me:5975: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$as_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 5975 "configure"
+#line 5981 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -6009,16 +6015,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:6012: \"$ac_link\"") >&5
+if { (eval echo "$as_me:6018: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:6015: \$? = $ac_status" >&5
+ echo "$as_me:6021: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:6018: \"$ac_try\"") >&5
+ { (eval echo "$as_me:6024: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:6021: \$? = $ac_status" >&5
+ echo "$as_me:6027: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$as_ac_var=yes"
else
@@ -6028,7 +6034,7 @@ eval "$as_ac_var=no"
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:6031: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:6037: result: `eval echo '${'$as_ac_var'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
if test `eval echo '${'$as_ac_var'}'` = yes; then
cat >>confdefs.h <<_ACEOF
@@ -6038,13 +6044,13 @@ _ACEOF
fi
done
- echo "$as_me:6041: checking for ANSI C header files" >&5
+ echo "$as_me:6047: 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 6047 "configure"
+#line 6053 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
@@ -6052,13 +6058,13 @@ else
#include <float.h>
_ACEOF
-if { (eval echo "$as_me:6055: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:6061: \"$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:6061: \$? = $ac_status" >&5
+ echo "$as_me:6067: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -6080,7 +6086,7 @@ rm -f conftest.err conftest.$ac_ext
if test $ac_cv_header_stdc = yes; then
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
cat >conftest.$ac_ext <<_ACEOF
-#line 6083 "configure"
+#line 6089 "configure"
#include "confdefs.h"
#include <string.h>
@@ -6098,7 +6104,7 @@ fi
if test $ac_cv_header_stdc = yes; then
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
cat >conftest.$ac_ext <<_ACEOF
-#line 6101 "configure"
+#line 6107 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -6119,7 +6125,7 @@ if test $ac_cv_header_stdc = yes; then
:
else
cat >conftest.$ac_ext <<_ACEOF
-#line 6122 "configure"
+#line 6128 "configure"
#include "confdefs.h"
#include <ctype.h>
#if ((' ' & 0x0FF) == 0x020)
@@ -6145,15 +6151,15 @@ main ()
}
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:6148: \"$ac_link\"") >&5
+if { (eval echo "$as_me:6154: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:6151: \$? = $ac_status" >&5
+ echo "$as_me:6157: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
- { (eval echo "$as_me:6153: \"$ac_try\"") >&5
+ { (eval echo "$as_me:6159: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:6156: \$? = $ac_status" >&5
+ echo "$as_me:6162: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
:
else
@@ -6166,7 +6172,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
fi
fi
fi
-echo "$as_me:6169: result: $ac_cv_header_stdc" >&5
+echo "$as_me:6175: result: $ac_cv_header_stdc" >&5
echo "${ECHO_T}$ac_cv_header_stdc" >&6
if test $ac_cv_header_stdc = yes; then
@@ -6176,13 +6182,13 @@ _ACEOF
fi
- echo "$as_me:6179: checking whether strerror_r is declared" >&5
+ echo "$as_me:6185: checking whether strerror_r is declared" >&5
echo $ECHO_N "checking whether strerror_r is declared... $ECHO_C" >&6
if test "${ac_cv_have_decl_strerror_r+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 6185 "configure"
+#line 6191 "configure"
#include "confdefs.h"
$ac_includes_default
#ifdef F77_DUMMY_MAIN
@@ -6203,16 +6209,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:6206: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:6212: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:6209: \$? = $ac_status" >&5
+ echo "$as_me:6215: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:6212: \"$ac_try\"") >&5
+ { (eval echo "$as_me:6218: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:6215: \$? = $ac_status" >&5
+ echo "$as_me:6221: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_have_decl_strerror_r=yes
else
@@ -6222,7 +6228,7 @@ ac_cv_have_decl_strerror_r=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:6225: result: $ac_cv_have_decl_strerror_r" >&5
+echo "$as_me:6231: result: $ac_cv_have_decl_strerror_r" >&5
echo "${ECHO_T}$ac_cv_have_decl_strerror_r" >&6
if test $ac_cv_have_decl_strerror_r = yes; then
@@ -6240,13 +6246,13 @@ fi
for ac_func in strerror_r
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:6243: checking for $ac_func" >&5
+echo "$as_me:6249: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$as_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 6249 "configure"
+#line 6255 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -6283,16 +6289,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:6286: \"$ac_link\"") >&5
+if { (eval echo "$as_me:6292: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:6289: \$? = $ac_status" >&5
+ echo "$as_me:6295: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:6292: \"$ac_try\"") >&5
+ { (eval echo "$as_me:6298: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:6295: \$? = $ac_status" >&5
+ echo "$as_me:6301: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$as_ac_var=yes"
else
@@ -6302,7 +6308,7 @@ eval "$as_ac_var=no"
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:6305: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:6311: result: `eval echo '${'$as_ac_var'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
if test `eval echo '${'$as_ac_var'}'` = yes; then
cat >>confdefs.h <<_ACEOF
@@ -6318,34 +6324,34 @@ for ac_header in string.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
if eval "test \"\${$as_ac_Header+set}\" = set"; then
- echo "$as_me:6321: checking for $ac_header" >&5
+ echo "$as_me:6327: 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
fi
-echo "$as_me:6326: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:6332: result: `eval echo '${'$as_ac_Header'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
else
# Is the header compilable?
-echo "$as_me:6330: checking $ac_header usability" >&5
+echo "$as_me:6336: checking $ac_header usability" >&5
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
cat >conftest.$ac_ext <<_ACEOF
-#line 6333 "configure"
+#line 6339 "configure"
#include "confdefs.h"
$ac_includes_default
#include <$ac_header>
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:6339: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:6345: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:6342: \$? = $ac_status" >&5
+ echo "$as_me:6348: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:6345: \"$ac_try\"") >&5
+ { (eval echo "$as_me:6351: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:6348: \$? = $ac_status" >&5
+ echo "$as_me:6354: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_header_compiler=yes
else
@@ -6354,24 +6360,24 @@ cat conftest.$ac_ext >&5
ac_header_compiler=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
-echo "$as_me:6357: result: $ac_header_compiler" >&5
+echo "$as_me:6363: result: $ac_header_compiler" >&5
echo "${ECHO_T}$ac_header_compiler" >&6
# Is the header present?
-echo "$as_me:6361: checking $ac_header presence" >&5
+echo "$as_me:6367: checking $ac_header presence" >&5
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
cat >conftest.$ac_ext <<_ACEOF
-#line 6364 "configure"
+#line 6370 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:6368: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:6374: \"$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:6374: \$? = $ac_status" >&5
+ echo "$as_me:6380: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -6389,32 +6395,32 @@ else
ac_header_preproc=no
fi
rm -f conftest.err conftest.$ac_ext
-echo "$as_me:6392: result: $ac_header_preproc" >&5
+echo "$as_me:6398: result: $ac_header_preproc" >&5
echo "${ECHO_T}$ac_header_preproc" >&6
# So? What about this header?
case $ac_header_compiler:$ac_header_preproc in
yes:no )
- { echo "$as_me:6398: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
+ { echo "$as_me:6404: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
- { echo "$as_me:6400: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
+ { echo "$as_me:6406: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
no:yes )
- { echo "$as_me:6403: WARNING: $ac_header: present but cannot be compiled." >&5
+ { echo "$as_me:6409: WARNING: $ac_header: present but cannot be compiled." >&5
echo "$as_me: WARNING: $ac_header: present but cannot be compiled." >&2;}
- { echo "$as_me:6405: WARNING: $ac_header: check for missing prerequisite headers?" >&5
+ { echo "$as_me:6411: WARNING: $ac_header: check for missing prerequisite headers?" >&5
echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
- { echo "$as_me:6407: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
+ { echo "$as_me:6413: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
esac
-echo "$as_me:6410: checking for $ac_header" >&5
+echo "$as_me:6416: 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
eval "$as_ac_Header=$ac_header_preproc"
fi
-echo "$as_me:6417: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:6423: result: `eval echo '${'$as_ac_Header'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
fi
@@ -6427,14 +6433,14 @@ fi
done
- echo "$as_me:6430: checking for working strerror_r" >&5
+ echo "$as_me:6436: checking for working strerror_r" >&5
echo $ECHO_N "checking for working strerror_r... $ECHO_C" >&6
if test "${ac_cv_func_strerror_r_works+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 6437 "configure"
+#line 6443 "configure"
#include "confdefs.h"
# include <stdio.h>
@@ -6460,16 +6466,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:6463: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:6469: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:6466: \$? = $ac_status" >&5
+ echo "$as_me:6472: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:6469: \"$ac_try\"") >&5
+ { (eval echo "$as_me:6475: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:6472: \$? = $ac_status" >&5
+ echo "$as_me:6478: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_func_strerror_r_works=yes
else
@@ -6490,7 +6496,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
ac_cv_func_strerror_r_works=no
else
cat >conftest.$ac_ext <<_ACEOF
-#line 6493 "configure"
+#line 6499 "configure"
#include "confdefs.h"
# include <stdio.h>
@@ -6509,15 +6515,15 @@ else
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:6512: \"$ac_link\"") >&5
+if { (eval echo "$as_me:6518: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:6515: \$? = $ac_status" >&5
+ echo "$as_me:6521: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
- { (eval echo "$as_me:6517: \"$ac_try\"") >&5
+ { (eval echo "$as_me:6523: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:6520: \$? = $ac_status" >&5
+ echo "$as_me:6526: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_func_strerror_r_works=yes
else
@@ -6531,7 +6537,7 @@ fi
fi
fi
-echo "$as_me:6534: result: $ac_cv_func_strerror_r_works" >&5
+echo "$as_me:6540: result: $ac_cv_func_strerror_r_works" >&5
echo "${ECHO_T}$ac_cv_func_strerror_r_works" >&6
if test $ac_cv_func_strerror_r_works = yes; then
@@ -6545,11 +6551,11 @@ fi
ALL_LINGUAS="de es et fr ja nl ru"
# Make sure we can run config.sub.
$ac_config_sub sun4 >/dev/null 2>&1 ||
- { { echo "$as_me:6548: error: cannot run $ac_config_sub" >&5
+ { { echo "$as_me:6554: error: cannot run $ac_config_sub" >&5
echo "$as_me: error: cannot run $ac_config_sub" >&2;}
{ (exit 1); exit 1; }; }
-echo "$as_me:6552: checking build system type" >&5
+echo "$as_me:6558: checking build system type" >&5
echo $ECHO_N "checking build system type... $ECHO_C" >&6
if test "${ac_cv_build+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6558,23 +6564,23 @@ else
test -z "$ac_cv_build_alias" &&
ac_cv_build_alias=`$ac_config_guess`
test -z "$ac_cv_build_alias" &&
- { { echo "$as_me:6561: error: cannot guess build type; you must specify one" >&5
+ { { echo "$as_me:6567: error: cannot guess build type; you must specify one" >&5
echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
{ (exit 1); exit 1; }; }
ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
- { { echo "$as_me:6565: error: $ac_config_sub $ac_cv_build_alias failed." >&5
+ { { echo "$as_me:6571: error: $ac_config_sub $ac_cv_build_alias failed." >&5
echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;}
{ (exit 1); exit 1; }; }
fi
-echo "$as_me:6570: result: $ac_cv_build" >&5
+echo "$as_me:6576: result: $ac_cv_build" >&5
echo "${ECHO_T}$ac_cv_build" >&6
build=$ac_cv_build
build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
-echo "$as_me:6577: checking host system type" >&5
+echo "$as_me:6583: checking host system type" >&5
echo $ECHO_N "checking host system type... $ECHO_C" >&6
if test "${ac_cv_host+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6583,25 +6589,25 @@ else
test -z "$ac_cv_host_alias" &&
ac_cv_host_alias=$ac_cv_build_alias
ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
- { { echo "$as_me:6586: error: $ac_config_sub $ac_cv_host_alias failed" >&5
+ { { echo "$as_me:6592: error: $ac_config_sub $ac_cv_host_alias failed" >&5
echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
{ (exit 1); exit 1; }; }
fi
-echo "$as_me:6591: result: $ac_cv_host" >&5
+echo "$as_me:6597: result: $ac_cv_host" >&5
echo "${ECHO_T}$ac_cv_host" >&6
host=$ac_cv_host
host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
-echo "$as_me:6598: checking for off_t" >&5
+echo "$as_me:6604: checking for off_t" >&5
echo $ECHO_N "checking for off_t... $ECHO_C" >&6
if test "${ac_cv_type_off_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 6604 "configure"
+#line 6610 "configure"
#include "confdefs.h"
$ac_includes_default
#ifdef F77_DUMMY_MAIN
@@ -6622,16 +6628,16 @@ if (sizeof (off_t))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:6625: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:6631: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:6628: \$? = $ac_status" >&5
+ echo "$as_me:6634: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:6631: \"$ac_try\"") >&5
+ { (eval echo "$as_me:6637: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:6634: \$? = $ac_status" >&5
+ echo "$as_me:6640: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_type_off_t=yes
else
@@ -6641,7 +6647,7 @@ ac_cv_type_off_t=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:6644: result: $ac_cv_type_off_t" >&5
+echo "$as_me:6650: result: $ac_cv_type_off_t" >&5
echo "${ECHO_T}$ac_cv_type_off_t" >&6
if test $ac_cv_type_off_t = yes; then
:
@@ -6653,13 +6659,13 @@ _ACEOF
fi
-echo "$as_me:6656: checking for size_t" >&5
+echo "$as_me:6662: checking for size_t" >&5
echo $ECHO_N "checking for size_t... $ECHO_C" >&6
if test "${ac_cv_type_size_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 6662 "configure"
+#line 6668 "configure"
#include "confdefs.h"
$ac_includes_default
#ifdef F77_DUMMY_MAIN
@@ -6680,16 +6686,16 @@ if (sizeof (size_t))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:6683: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:6689: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:6686: \$? = $ac_status" >&5
+ echo "$as_me:6692: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:6689: \"$ac_try\"") >&5
+ { (eval echo "$as_me:6695: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:6692: \$? = $ac_status" >&5
+ echo "$as_me:6698: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_type_size_t=yes
else
@@ -6699,7 +6705,7 @@ ac_cv_type_size_t=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:6702: result: $ac_cv_type_size_t" >&5
+echo "$as_me:6708: result: $ac_cv_type_size_t" >&5
echo "${ECHO_T}$ac_cv_type_size_t" >&6
if test $ac_cv_type_size_t = yes; then
:
@@ -6715,34 +6721,34 @@ for ac_header in stdlib.h unistd.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
if eval "test \"\${$as_ac_Header+set}\" = set"; then
- echo "$as_me:6718: checking for $ac_header" >&5
+ echo "$as_me:6724: 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
fi
-echo "$as_me:6723: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:6729: result: `eval echo '${'$as_ac_Header'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
else
# Is the header compilable?
-echo "$as_me:6727: checking $ac_header usability" >&5
+echo "$as_me:6733: checking $ac_header usability" >&5
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
cat >conftest.$ac_ext <<_ACEOF
-#line 6730 "configure"
+#line 6736 "configure"
#include "confdefs.h"
$ac_includes_default
#include <$ac_header>
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:6736: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:6742: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:6739: \$? = $ac_status" >&5
+ echo "$as_me:6745: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:6742: \"$ac_try\"") >&5
+ { (eval echo "$as_me:6748: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:6745: \$? = $ac_status" >&5
+ echo "$as_me:6751: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_header_compiler=yes
else
@@ -6751,24 +6757,24 @@ cat conftest.$ac_ext >&5
ac_header_compiler=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
-echo "$as_me:6754: result: $ac_header_compiler" >&5
+echo "$as_me:6760: result: $ac_header_compiler" >&5
echo "${ECHO_T}$ac_header_compiler" >&6
# Is the header present?
-echo "$as_me:6758: checking $ac_header presence" >&5
+echo "$as_me:6764: checking $ac_header presence" >&5
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
cat >conftest.$ac_ext <<_ACEOF
-#line 6761 "configure"
+#line 6767 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:6765: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:6771: \"$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:6771: \$? = $ac_status" >&5
+ echo "$as_me:6777: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -6786,32 +6792,32 @@ else
ac_header_preproc=no
fi
rm -f conftest.err conftest.$ac_ext
-echo "$as_me:6789: result: $ac_header_preproc" >&5
+echo "$as_me:6795: result: $ac_header_preproc" >&5
echo "${ECHO_T}$ac_header_preproc" >&6
# So? What about this header?
case $ac_header_compiler:$ac_header_preproc in
yes:no )
- { echo "$as_me:6795: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
+ { echo "$as_me:6801: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
- { echo "$as_me:6797: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
+ { echo "$as_me:6803: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
no:yes )
- { echo "$as_me:6800: WARNING: $ac_header: present but cannot be compiled." >&5
+ { echo "$as_me:6806: WARNING: $ac_header: present but cannot be compiled." >&5
echo "$as_me: WARNING: $ac_header: present but cannot be compiled." >&2;}
- { echo "$as_me:6802: WARNING: $ac_header: check for missing prerequisite headers?" >&5
+ { echo "$as_me:6808: WARNING: $ac_header: check for missing prerequisite headers?" >&5
echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
- { echo "$as_me:6804: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
+ { echo "$as_me:6810: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
esac
-echo "$as_me:6807: checking for $ac_header" >&5
+echo "$as_me:6813: 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
eval "$as_ac_Header=$ac_header_preproc"
fi
-echo "$as_me:6814: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:6820: result: `eval echo '${'$as_ac_Header'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
fi
@@ -6827,13 +6833,13 @@ done
for ac_func in getpagesize
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:6830: checking for $ac_func" >&5
+echo "$as_me:6836: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$as_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 6836 "configure"
+#line 6842 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -6870,16 +6876,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:6873: \"$ac_link\"") >&5
+if { (eval echo "$as_me:6879: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:6876: \$? = $ac_status" >&5
+ echo "$as_me:6882: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:6879: \"$ac_try\"") >&5
+ { (eval echo "$as_me:6885: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:6882: \$? = $ac_status" >&5
+ echo "$as_me:6888: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$as_ac_var=yes"
else
@@ -6889,7 +6895,7 @@ eval "$as_ac_var=no"
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:6892: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:6898: result: `eval echo '${'$as_ac_var'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
if test `eval echo '${'$as_ac_var'}'` = yes; then
cat >>confdefs.h <<_ACEOF
@@ -6899,7 +6905,7 @@ _ACEOF
fi
done
-echo "$as_me:6902: checking for working mmap" >&5
+echo "$as_me:6908: checking for working mmap" >&5
echo $ECHO_N "checking for working mmap... $ECHO_C" >&6
if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6908,7 +6914,7 @@ else
ac_cv_func_mmap_fixed_mapped=no
else
cat >conftest.$ac_ext <<_ACEOF
-#line 6911 "configure"
+#line 6917 "configure"
#include "confdefs.h"
$ac_includes_default
/* Thanks to Mike Haertel and Jim Avera for this test.
@@ -7035,15 +7041,15 @@ main ()
}
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:7038: \"$ac_link\"") >&5
+if { (eval echo "$as_me:7044: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:7041: \$? = $ac_status" >&5
+ echo "$as_me:7047: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
- { (eval echo "$as_me:7043: \"$ac_try\"") >&5
+ { (eval echo "$as_me:7049: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:7046: \$? = $ac_status" >&5
+ echo "$as_me:7052: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_func_mmap_fixed_mapped=yes
else
@@ -7055,7 +7061,7 @@ fi
rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
fi
fi
-echo "$as_me:7058: result: $ac_cv_func_mmap_fixed_mapped" >&5
+echo "$as_me:7064: result: $ac_cv_func_mmap_fixed_mapped" >&5
echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6
if test $ac_cv_func_mmap_fixed_mapped = yes; then
@@ -7066,13 +7072,13 @@ _ACEOF
fi
rm -f conftest.mmap
- echo "$as_me:7069: checking whether we are using the GNU C Library 2.1 or newer" >&5
+ echo "$as_me:7075: checking whether we are using the GNU C Library 2.1 or newer" >&5
echo $ECHO_N "checking whether we are using the GNU C Library 2.1 or newer... $ECHO_C" >&6
if test "${ac_cv_gnu_library_2_1+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 7075 "configure"
+#line 7081 "configure"
#include "confdefs.h"
#include <features.h>
@@ -7092,7 +7098,7 @@ fi
rm -f conftest*
fi
-echo "$as_me:7095: result: $ac_cv_gnu_library_2_1" >&5
+echo "$as_me:7101: result: $ac_cv_gnu_library_2_1" >&5
echo "${ECHO_T}$ac_cv_gnu_library_2_1" >&6
GLIBC21="$ac_cv_gnu_library_2_1"
@@ -7102,34 +7108,34 @@ stdlib.h string.h unistd.h sys/param.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
if eval "test \"\${$as_ac_Header+set}\" = set"; then
- echo "$as_me:7105: checking for $ac_header" >&5
+ echo "$as_me:7111: 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
fi
-echo "$as_me:7110: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:7116: result: `eval echo '${'$as_ac_Header'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
else
# Is the header compilable?
-echo "$as_me:7114: checking $ac_header usability" >&5
+echo "$as_me:7120: checking $ac_header usability" >&5
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
cat >conftest.$ac_ext <<_ACEOF
-#line 7117 "configure"
+#line 7123 "configure"
#include "confdefs.h"
$ac_includes_default
#include <$ac_header>
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:7123: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:7129: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:7126: \$? = $ac_status" >&5
+ echo "$as_me:7132: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:7129: \"$ac_try\"") >&5
+ { (eval echo "$as_me:7135: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:7132: \$? = $ac_status" >&5
+ echo "$as_me:7138: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_header_compiler=yes
else
@@ -7138,24 +7144,24 @@ cat conftest.$ac_ext >&5
ac_header_compiler=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
-echo "$as_me:7141: result: $ac_header_compiler" >&5
+echo "$as_me:7147: result: $ac_header_compiler" >&5
echo "${ECHO_T}$ac_header_compiler" >&6
# Is the header present?
-echo "$as_me:7145: checking $ac_header presence" >&5
+echo "$as_me:7151: checking $ac_header presence" >&5
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
cat >conftest.$ac_ext <<_ACEOF
-#line 7148 "configure"
+#line 7154 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:7152: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:7158: \"$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:7158: \$? = $ac_status" >&5
+ echo "$as_me:7164: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -7173,32 +7179,32 @@ else
ac_header_preproc=no
fi
rm -f conftest.err conftest.$ac_ext
-echo "$as_me:7176: result: $ac_header_preproc" >&5
+echo "$as_me:7182: result: $ac_header_preproc" >&5
echo "${ECHO_T}$ac_header_preproc" >&6
# So? What about this header?
case $ac_header_compiler:$ac_header_preproc in
yes:no )
- { echo "$as_me:7182: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
+ { echo "$as_me:7188: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
- { echo "$as_me:7184: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
+ { echo "$as_me:7190: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
no:yes )
- { echo "$as_me:7187: WARNING: $ac_header: present but cannot be compiled." >&5
+ { echo "$as_me:7193: WARNING: $ac_header: present but cannot be compiled." >&5
echo "$as_me: WARNING: $ac_header: present but cannot be compiled." >&2;}
- { echo "$as_me:7189: WARNING: $ac_header: check for missing prerequisite headers?" >&5
+ { echo "$as_me:7195: WARNING: $ac_header: check for missing prerequisite headers?" >&5
echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
- { echo "$as_me:7191: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
+ { echo "$as_me:7197: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
esac
-echo "$as_me:7194: checking for $ac_header" >&5
+echo "$as_me:7200: 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
eval "$as_ac_Header=$ac_header_preproc"
fi
-echo "$as_me:7201: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:7207: result: `eval echo '${'$as_ac_Header'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
fi
@@ -7216,13 +7222,13 @@ getgid getuid mempcpy munmap putenv setenv setlocale stpcpy strchr strcasecmp \
strdup strtoul tsearch __argz_count __argz_stringify __argz_next
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:7219: checking for $ac_func" >&5
+echo "$as_me:7225: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$as_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 7225 "configure"
+#line 7231 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -7259,16 +7265,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:7262: \"$ac_link\"") >&5
+if { (eval echo "$as_me:7268: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:7265: \$? = $ac_status" >&5
+ echo "$as_me:7271: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:7268: \"$ac_try\"") >&5
+ { (eval echo "$as_me:7274: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:7271: \$? = $ac_status" >&5
+ echo "$as_me:7277: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$as_ac_var=yes"
else
@@ -7278,7 +7284,7 @@ eval "$as_ac_var=no"
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:7281: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:7287: result: `eval echo '${'$as_ac_var'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
if test `eval echo '${'$as_ac_var'}'` = yes; then
cat >>confdefs.h <<_ACEOF
@@ -7299,7 +7305,7 @@ if test "${with_libiconv_prefix+set}" = set; then
fi;
- echo "$as_me:7302: checking for iconv" >&5
+ echo "$as_me:7308: checking for iconv" >&5
echo $ECHO_N "checking for iconv... $ECHO_C" >&6
if test "${am_cv_func_iconv+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7308,7 +7314,7 @@ else
am_cv_func_iconv="no, consider installing GNU libiconv"
am_cv_lib_iconv=no
cat >conftest.$ac_ext <<_ACEOF
-#line 7311 "configure"
+#line 7317 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <iconv.h>
@@ -7329,16 +7335,16 @@ iconv_t cd = iconv_open("","");
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:7332: \"$ac_link\"") >&5
+if { (eval echo "$as_me:7338: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:7335: \$? = $ac_status" >&5
+ echo "$as_me:7341: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:7338: \"$ac_try\"") >&5
+ { (eval echo "$as_me:7344: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:7341: \$? = $ac_status" >&5
+ echo "$as_me:7347: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
am_cv_func_iconv=yes
else
@@ -7350,7 +7356,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
am_save_LIBS="$LIBS"
LIBS="$LIBS -liconv"
cat >conftest.$ac_ext <<_ACEOF
-#line 7353 "configure"
+#line 7359 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <iconv.h>
@@ -7371,16 +7377,16 @@ iconv_t cd = iconv_open("","");
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:7374: \"$ac_link\"") >&5
+if { (eval echo "$as_me:7380: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:7377: \$? = $ac_status" >&5
+ echo "$as_me:7383: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:7380: \"$ac_try\"") >&5
+ { (eval echo "$as_me:7386: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:7383: \$? = $ac_status" >&5
+ echo "$as_me:7389: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
am_cv_lib_iconv=yes
am_cv_func_iconv=yes
@@ -7393,7 +7399,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
fi
-echo "$as_me:7396: result: $am_cv_func_iconv" >&5
+echo "$as_me:7402: result: $am_cv_func_iconv" >&5
echo "${ECHO_T}$am_cv_func_iconv" >&6
if test "$am_cv_func_iconv" = yes; then
@@ -7401,14 +7407,14 @@ cat >>confdefs.h <<\_ACEOF
#define HAVE_ICONV 1
_ACEOF
- echo "$as_me:7404: checking for iconv declaration" >&5
+ echo "$as_me:7410: checking for iconv declaration" >&5
echo $ECHO_N "checking for iconv declaration... $ECHO_C" >&6
if test "${am_cv_proto_iconv+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 7411 "configure"
+#line 7417 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -7438,16 +7444,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:7441: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:7447: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:7444: \$? = $ac_status" >&5
+ echo "$as_me:7450: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:7447: \"$ac_try\"") >&5
+ { (eval echo "$as_me:7453: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:7450: \$? = $ac_status" >&5
+ echo "$as_me:7456: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
am_cv_proto_iconv_arg1=""
else
@@ -7460,7 +7466,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
fi
am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
- echo "$as_me:7463: result: ${ac_t:-
+ echo "$as_me:7469: result: ${ac_t:-
}$am_cv_proto_iconv" >&5
echo "${ECHO_T}${ac_t:-
}$am_cv_proto_iconv" >&6
@@ -7475,13 +7481,13 @@ _ACEOF
LIBICONV="-liconv"
fi
- echo "$as_me:7478: checking for nl_langinfo and CODESET" >&5
+ echo "$as_me:7484: checking for nl_langinfo and CODESET" >&5
echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6
if test "${am_cv_langinfo_codeset+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 7484 "configure"
+#line 7490 "configure"
#include "confdefs.h"
#include <langinfo.h>
#ifdef F77_DUMMY_MAIN
@@ -7499,16 +7505,16 @@ char* cs = nl_langinfo(CODESET);
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:7502: \"$ac_link\"") >&5
+if { (eval echo "$as_me:7508: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:7505: \$? = $ac_status" >&5
+ echo "$as_me:7511: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:7508: \"$ac_try\"") >&5
+ { (eval echo "$as_me:7514: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:7511: \$? = $ac_status" >&5
+ echo "$as_me:7517: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
am_cv_langinfo_codeset=yes
else
@@ -7519,7 +7525,7 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:7522: result: $am_cv_langinfo_codeset" >&5
+echo "$as_me:7528: result: $am_cv_langinfo_codeset" >&5
echo "${ECHO_T}$am_cv_langinfo_codeset" >&6
if test $am_cv_langinfo_codeset = yes; then
@@ -7530,13 +7536,13 @@ _ACEOF
fi
if test $ac_cv_header_locale_h = yes; then
- echo "$as_me:7533: checking for LC_MESSAGES" >&5
+ echo "$as_me:7539: checking for LC_MESSAGES" >&5
echo $ECHO_N "checking for LC_MESSAGES... $ECHO_C" >&6
if test "${am_cv_val_LC_MESSAGES+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 7539 "configure"
+#line 7545 "configure"
#include "confdefs.h"
#include <locale.h>
#ifdef F77_DUMMY_MAIN
@@ -7554,16 +7560,16 @@ return LC_MESSAGES
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:7557: \"$ac_link\"") >&5
+if { (eval echo "$as_me:7563: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:7560: \$? = $ac_status" >&5
+ echo "$as_me:7566: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:7563: \"$ac_try\"") >&5
+ { (eval echo "$as_me:7569: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:7566: \$? = $ac_status" >&5
+ echo "$as_me:7572: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
am_cv_val_LC_MESSAGES=yes
else
@@ -7573,7 +7579,7 @@ am_cv_val_LC_MESSAGES=no
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:7576: result: $am_cv_val_LC_MESSAGES" >&5
+echo "$as_me:7582: result: $am_cv_val_LC_MESSAGES" >&5
echo "${ECHO_T}$am_cv_val_LC_MESSAGES" >&6
if test $am_cv_val_LC_MESSAGES = yes; then
@@ -7583,7 +7589,7 @@ _ACEOF
fi
fi
- echo "$as_me:7586: checking whether NLS is requested" >&5
+ echo "$as_me:7592: checking whether NLS is requested" >&5
echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
# Check whether --enable-nls or --disable-nls was given.
if test "${enable_nls+set}" = set; then
@@ -7592,7 +7598,7 @@ if test "${enable_nls+set}" = set; then
else
USE_NLS=yes
fi;
- echo "$as_me:7595: result: $USE_NLS" >&5
+ echo "$as_me:7601: result: $USE_NLS" >&5
echo "${ECHO_T}$USE_NLS" >&6
BUILD_INCLUDED_LIBINTL=no
@@ -7605,7 +7611,7 @@ cat >>confdefs.h <<\_ACEOF
#define ENABLE_NLS 1
_ACEOF
- echo "$as_me:7608: checking whether included gettext is requested" >&5
+ echo "$as_me:7614: checking whether included gettext is requested" >&5
echo $ECHO_N "checking whether included gettext is requested... $ECHO_C" >&6
# Check whether --with-included-gettext or --without-included-gettext was given.
@@ -7615,7 +7621,7 @@ if test "${with_included_gettext+set}" = set; then
else
nls_cv_force_use_gnu_gettext=no
fi;
- echo "$as_me:7618: result: $nls_cv_force_use_gnu_gettext" >&5
+ echo "$as_me:7624: result: $nls_cv_force_use_gnu_gettext" >&5
echo "${ECHO_T}$nls_cv_force_use_gnu_gettext" >&6
nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
@@ -7623,34 +7629,34 @@ echo "${ECHO_T}$nls_cv_force_use_gnu_gettext" >&6
CATOBJEXT=NONE
if test "${ac_cv_header_libintl_h+set}" = set; then
- echo "$as_me:7626: checking for libintl.h" >&5
+ echo "$as_me:7632: checking for libintl.h" >&5
echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6
if test "${ac_cv_header_libintl_h+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
fi
-echo "$as_me:7631: result: $ac_cv_header_libintl_h" >&5
+echo "$as_me:7637: result: $ac_cv_header_libintl_h" >&5
echo "${ECHO_T}$ac_cv_header_libintl_h" >&6
else
# Is the header compilable?
-echo "$as_me:7635: checking libintl.h usability" >&5
+echo "$as_me:7641: checking libintl.h usability" >&5
echo $ECHO_N "checking libintl.h usability... $ECHO_C" >&6
cat >conftest.$ac_ext <<_ACEOF
-#line 7638 "configure"
+#line 7644 "configure"
#include "confdefs.h"
$ac_includes_default
#include <libintl.h>
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:7644: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:7650: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:7647: \$? = $ac_status" >&5
+ echo "$as_me:7653: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:7650: \"$ac_try\"") >&5
+ { (eval echo "$as_me:7656: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:7653: \$? = $ac_status" >&5
+ echo "$as_me:7659: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_header_compiler=yes
else
@@ -7659,24 +7665,24 @@ cat conftest.$ac_ext >&5
ac_header_compiler=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
-echo "$as_me:7662: result: $ac_header_compiler" >&5
+echo "$as_me:7668: result: $ac_header_compiler" >&5
echo "${ECHO_T}$ac_header_compiler" >&6
# Is the header present?
-echo "$as_me:7666: checking libintl.h presence" >&5
+echo "$as_me:7672: checking libintl.h presence" >&5
echo $ECHO_N "checking libintl.h presence... $ECHO_C" >&6
cat >conftest.$ac_ext <<_ACEOF
-#line 7669 "configure"
+#line 7675 "configure"
#include "confdefs.h"
#include <libintl.h>
_ACEOF
-if { (eval echo "$as_me:7673: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:7679: \"$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:7679: \$? = $ac_status" >&5
+ echo "$as_me:7685: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -7694,43 +7700,43 @@ else
ac_header_preproc=no
fi
rm -f conftest.err conftest.$ac_ext
-echo "$as_me:7697: result: $ac_header_preproc" >&5
+echo "$as_me:7703: result: $ac_header_preproc" >&5
echo "${ECHO_T}$ac_header_preproc" >&6
# So? What about this header?
case $ac_header_compiler:$ac_header_preproc in
yes:no )
- { echo "$as_me:7703: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&5
+ { echo "$as_me:7709: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&5
echo "$as_me: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
- { echo "$as_me:7705: WARNING: libintl.h: proceeding with the preprocessor's result" >&5
+ { echo "$as_me:7711: WARNING: libintl.h: proceeding with the preprocessor's result" >&5
echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;};;
no:yes )
- { echo "$as_me:7708: WARNING: libintl.h: present but cannot be compiled." >&5
+ { echo "$as_me:7714: WARNING: libintl.h: present but cannot be compiled." >&5
echo "$as_me: WARNING: libintl.h: present but cannot be compiled." >&2;}
- { echo "$as_me:7710: WARNING: libintl.h: check for missing prerequisite headers?" >&5
+ { echo "$as_me:7716: WARNING: libintl.h: check for missing prerequisite headers?" >&5
echo "$as_me: WARNING: libintl.h: check for missing prerequisite headers?" >&2;}
- { echo "$as_me:7712: WARNING: libintl.h: proceeding with the preprocessor's result" >&5
+ { echo "$as_me:7718: WARNING: libintl.h: proceeding with the preprocessor's result" >&5
echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;};;
esac
-echo "$as_me:7715: checking for libintl.h" >&5
+echo "$as_me:7721: checking for libintl.h" >&5
echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6
if test "${ac_cv_header_libintl_h+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_cv_header_libintl_h=$ac_header_preproc
fi
-echo "$as_me:7722: result: $ac_cv_header_libintl_h" >&5
+echo "$as_me:7728: result: $ac_cv_header_libintl_h" >&5
echo "${ECHO_T}$ac_cv_header_libintl_h" >&6
fi
if test $ac_cv_header_libintl_h = yes; then
- echo "$as_me:7727: checking for GNU gettext in libc" >&5
+ echo "$as_me:7733: checking for GNU gettext in libc" >&5
echo $ECHO_N "checking for GNU gettext in libc... $ECHO_C" >&6
if test "${gt_cv_func_gnugettext1_libc+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 7733 "configure"
+#line 7739 "configure"
#include "confdefs.h"
#include <libintl.h>
extern int _nl_msg_cat_cntr;
@@ -7750,16 +7756,16 @@ return (int) gettext ("") + _nl_msg_cat_cntr
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:7753: \"$ac_link\"") >&5
+if { (eval echo "$as_me:7759: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:7756: \$? = $ac_status" >&5
+ echo "$as_me:7762: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:7759: \"$ac_try\"") >&5
+ { (eval echo "$as_me:7765: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:7762: \$? = $ac_status" >&5
+ echo "$as_me:7768: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
gt_cv_func_gnugettext1_libc=yes
else
@@ -7769,11 +7775,11 @@ gt_cv_func_gnugettext1_libc=no
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:7772: result: $gt_cv_func_gnugettext1_libc" >&5
+echo "$as_me:7778: result: $gt_cv_func_gnugettext1_libc" >&5
echo "${ECHO_T}$gt_cv_func_gnugettext1_libc" >&6
if test "$gt_cv_func_gnugettext1_libc" != "yes"; then
- echo "$as_me:7776: checking for GNU gettext in libintl" >&5
+ echo "$as_me:7782: checking for GNU gettext in libintl" >&5
echo $ECHO_N "checking for GNU gettext in libintl... $ECHO_C" >&6
if test "${gt_cv_func_gnugettext1_libintl+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7781,7 +7787,7 @@ else
gt_save_LIBS="$LIBS"
LIBS="$LIBS -lintl $LIBICONV"
cat >conftest.$ac_ext <<_ACEOF
-#line 7784 "configure"
+#line 7790 "configure"
#include "confdefs.h"
#include <libintl.h>
extern int _nl_msg_cat_cntr;
@@ -7801,16 +7807,16 @@ return (int) gettext ("") + _nl_msg_cat_cntr
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:7804: \"$ac_link\"") >&5
+if { (eval echo "$as_me:7810: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:7807: \$? = $ac_status" >&5
+ echo "$as_me:7813: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:7810: \"$ac_try\"") >&5
+ { (eval echo "$as_me:7816: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:7813: \$? = $ac_status" >&5
+ echo "$as_me:7819: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
gt_cv_func_gnugettext1_libintl=yes
else
@@ -7821,7 +7827,7 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS="$gt_save_LIBS"
fi
-echo "$as_me:7824: result: $gt_cv_func_gnugettext1_libintl" >&5
+echo "$as_me:7830: result: $gt_cv_func_gnugettext1_libintl" >&5
echo "${ECHO_T}$gt_cv_func_gnugettext1_libintl" >&6
fi
@@ -7843,13 +7849,13 @@ _ACEOF
for ac_func in dcgettext
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:7846: checking for $ac_func" >&5
+echo "$as_me:7852: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$as_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 7852 "configure"
+#line 7858 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -7886,16 +7892,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:7889: \"$ac_link\"") >&5
+if { (eval echo "$as_me:7895: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:7892: \$? = $ac_status" >&5
+ echo "$as_me:7898: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:7895: \"$ac_try\"") >&5
+ { (eval echo "$as_me:7901: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:7898: \$? = $ac_status" >&5
+ echo "$as_me:7904: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$as_ac_var=yes"
else
@@ -7905,7 +7911,7 @@ eval "$as_ac_var=no"
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:7908: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:7914: result: `eval echo '${'$as_ac_var'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
if test `eval echo '${'$as_ac_var'}'` = yes; then
cat >>confdefs.h <<_ACEOF
@@ -7919,7 +7925,7 @@ done
# Extract the first word of "msgfmt", so it can be a program name with args.
set dummy msgfmt; ac_word=$2
-echo "$as_me:7922: checking for $ac_word" >&5
+echo "$as_me:7928: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_path_MSGFMT+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7946,16 +7952,16 @@ esac
fi
MSGFMT="$ac_cv_path_MSGFMT"
if test "$MSGFMT" != ":"; then
- echo "$as_me:7949: result: $MSGFMT" >&5
+ echo "$as_me:7955: result: $MSGFMT" >&5
echo "${ECHO_T}$MSGFMT" >&6
else
- echo "$as_me:7952: result: no" >&5
+ echo "$as_me:7958: result: no" >&5
echo "${ECHO_T}no" >&6
fi
# Extract the first word of "gmsgfmt", so it can be a program name with args.
set dummy gmsgfmt; ac_word=$2
-echo "$as_me:7958: checking for $ac_word" >&5
+echo "$as_me:7964: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_path_GMSGFMT+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7972,7 +7978,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
if $as_executable_p "$ac_dir/$ac_word"; then
ac_cv_path_GMSGFMT="$ac_dir/$ac_word"
- echo "$as_me:7975: found $ac_dir/$ac_word" >&5
+ echo "$as_me:7981: found $ac_dir/$ac_word" >&5
break
fi
done
@@ -7984,16 +7990,16 @@ fi
GMSGFMT=$ac_cv_path_GMSGFMT
if test -n "$GMSGFMT"; then
- echo "$as_me:7987: result: $GMSGFMT" >&5
+ echo "$as_me:7993: result: $GMSGFMT" >&5
echo "${ECHO_T}$GMSGFMT" >&6
else
- echo "$as_me:7990: result: no" >&5
+ echo "$as_me:7996: result: no" >&5
echo "${ECHO_T}no" >&6
fi
# Extract the first word of "xgettext", so it can be a program name with args.
set dummy xgettext; ac_word=$2
-echo "$as_me:7996: checking for $ac_word" >&5
+echo "$as_me:8002: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_path_XGETTEXT+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8020,10 +8026,10 @@ esac
fi
XGETTEXT="$ac_cv_path_XGETTEXT"
if test "$XGETTEXT" != ":"; then
- echo "$as_me:8023: result: $XGETTEXT" >&5
+ echo "$as_me:8029: result: $XGETTEXT" >&5
echo "${ECHO_T}$XGETTEXT" >&6
else
- echo "$as_me:8026: result: no" >&5
+ echo "$as_me:8032: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -8041,7 +8047,7 @@ fi
INTLOBJS="\$(GETTOBJS)"
# Extract the first word of "msgfmt", so it can be a program name with args.
set dummy msgfmt; ac_word=$2
-echo "$as_me:8044: checking for $ac_word" >&5
+echo "$as_me:8050: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_path_MSGFMT+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8068,16 +8074,16 @@ esac
fi
MSGFMT="$ac_cv_path_MSGFMT"
if test "$MSGFMT" != ":"; then
- echo "$as_me:8071: result: $MSGFMT" >&5
+ echo "$as_me:8077: result: $MSGFMT" >&5
echo "${ECHO_T}$MSGFMT" >&6
else
- echo "$as_me:8074: result: no" >&5
+ echo "$as_me:8080: result: no" >&5
echo "${ECHO_T}no" >&6
fi
# Extract the first word of "gmsgfmt", so it can be a program name with args.
set dummy gmsgfmt; ac_word=$2
-echo "$as_me:8080: checking for $ac_word" >&5
+echo "$as_me:8086: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_path_GMSGFMT+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8094,7 +8100,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
if $as_executable_p "$ac_dir/$ac_word"; then
ac_cv_path_GMSGFMT="$ac_dir/$ac_word"
- echo "$as_me:8097: found $ac_dir/$ac_word" >&5
+ echo "$as_me:8103: found $ac_dir/$ac_word" >&5
break
fi
done
@@ -8106,16 +8112,16 @@ fi
GMSGFMT=$ac_cv_path_GMSGFMT
if test -n "$GMSGFMT"; then
- echo "$as_me:8109: result: $GMSGFMT" >&5
+ echo "$as_me:8115: result: $GMSGFMT" >&5
echo "${ECHO_T}$GMSGFMT" >&6
else
- echo "$as_me:8112: result: no" >&5
+ echo "$as_me:8118: result: no" >&5
echo "${ECHO_T}no" >&6
fi
# Extract the first word of "xgettext", so it can be a program name with args.
set dummy xgettext; ac_word=$2
-echo "$as_me:8118: checking for $ac_word" >&5
+echo "$as_me:8124: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_path_XGETTEXT+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8142,10 +8148,10 @@ esac
fi
XGETTEXT="$ac_cv_path_XGETTEXT"
if test "$XGETTEXT" != ":"; then
- echo "$as_me:8145: result: $XGETTEXT" >&5
+ echo "$as_me:8151: result: $XGETTEXT" >&5
echo "${ECHO_T}$XGETTEXT" >&6
else
- echo "$as_me:8148: result: no" >&5
+ echo "$as_me:8154: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -8160,7 +8166,7 @@ fi
if $GMSGFMT --statistics /dev/null >/dev/null 2>&1; then
: ;
else
- echo "$as_me:8163: result: found msgfmt program is not GNU msgfmt; ignore it" >&5
+ echo "$as_me:8169: result: found msgfmt program is not GNU msgfmt; ignore it" >&5
echo "${ECHO_T}found msgfmt program is not GNU msgfmt; ignore it" >&6
GMSGFMT=":"
fi
@@ -8170,7 +8176,7 @@ echo "${ECHO_T}found msgfmt program is not GNU msgfmt; ignore it" >&6
if $XGETTEXT --omit-header /dev/null >/dev/null 2>&1; then
: ;
else
- echo "$as_me:8173: result: found xgettext program is not GNU xgettext; ignore it" >&5
+ echo "$as_me:8179: result: found xgettext program is not GNU xgettext; ignore it" >&5
echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6
XGETTEXT=":"
fi
@@ -8188,7 +8194,7 @@ echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
-echo "$as_me:8191: checking for $ac_word" >&5
+echo "$as_me:8197: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_INTLBISON+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8203,7 +8209,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_INTLBISON="$ac_prog"
-echo "$as_me:8206: found $ac_dir/$ac_word" >&5
+echo "$as_me:8212: found $ac_dir/$ac_word" >&5
break
done
@@ -8211,10 +8217,10 @@ fi
fi
INTLBISON=$ac_cv_prog_INTLBISON
if test -n "$INTLBISON"; then
- echo "$as_me:8214: result: $INTLBISON" >&5
+ echo "$as_me:8220: result: $INTLBISON" >&5
echo "${ECHO_T}$INTLBISON" >&6
else
- echo "$as_me:8217: result: no" >&5
+ echo "$as_me:8223: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -8224,7 +8230,7 @@ done
if test -z "$INTLBISON"; then
ac_verc_fail=yes
else
- echo "$as_me:8227: checking version of bison" >&5
+ echo "$as_me:8233: checking version of bison" >&5
echo $ECHO_N "checking version of bison... $ECHO_C" >&6
ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison .* \([0-9]*\.[0-9.]*\).*$/\1/p'`
case $ac_prog_version in
@@ -8233,7 +8239,7 @@ echo $ECHO_N "checking version of bison... $ECHO_C" >&6
ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
*) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
esac
- echo "$as_me:8236: result: $ac_prog_version" >&5
+ echo "$as_me:8242: result: $ac_prog_version" >&5
echo "${ECHO_T}$ac_prog_version" >&6
fi
if test $ac_verc_fail = yes; then
@@ -8258,7 +8264,7 @@ echo "${ECHO_T}$ac_prog_version" >&6
if test "x$ALL_LINGUAS" = "x"; then
LINGUAS=
else
- echo "$as_me:8261: checking for catalogs to be installed" >&5
+ echo "$as_me:8267: checking for catalogs to be installed" >&5
echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6
NEW_LINGUAS=
for presentlang in $ALL_LINGUAS; do
@@ -8278,7 +8284,7 @@ echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6
fi
done
LINGUAS=$NEW_LINGUAS
- echo "$as_me:8281: result: $LINGUAS" >&5
+ echo "$as_me:8287: result: $LINGUAS" >&5
echo "${ECHO_T}$LINGUAS" >&6
fi
@@ -8381,7 +8387,7 @@ DEFS=-DHAVE_CONFIG_H
: ${CONFIG_STATUS=./config.status}
ac_clean_files_save=$ac_clean_files
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
-{ echo "$as_me:8384: creating $CONFIG_STATUS" >&5
+{ echo "$as_me:8390: creating $CONFIG_STATUS" >&5
echo "$as_me: creating $CONFIG_STATUS" >&6;}
cat >$CONFIG_STATUS <<_ACEOF
#! $SHELL
@@ -8469,23 +8475,26 @@ exec 6>&1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. Logging --version etc. is OK.
exec 5>>config.log
-cat >&5 <<_CSEOF
-
-`sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
+{
+ echo
+ sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
## Running \$as_me. ##
-_ASBOX`
+_ASBOX
+} >&5
+cat >&5 <<_CSEOF
-This file was extended by GNU Bison $as_me 1.28e, which was
-generated by GNU Autoconf 2.52c. Invocation command line was
+This file was extended by GNU Bison $as_me 1.29, which was
+generated by GNU Autoconf 2.52e. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
CONFIG_HEADERS = $CONFIG_HEADERS
CONFIG_LINKS = $CONFIG_LINKS
CONFIG_COMMANDS = $CONFIG_COMMANDS
$ $@
-on `(hostname || uname -n) 2>/dev/null | sed 1q`
_CSEOF
+echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
+echo >&5
_ACEOF
# Files that config.status was made for.
@@ -8536,8 +8545,8 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-GNU Bison config.status 1.28e
-configured by $0, generated by GNU Autoconf 2.52c,
+GNU Bison config.status 1.29
+configured by $0, generated by GNU Autoconf 2.52e,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
@@ -8581,7 +8590,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF
echo "$ac_cs_version"; exit 0 ;;
--he | --h)
# Conflict between --help and --header
- { { echo "$as_me:8584: error: ambiguous option: $1
+ { { echo "$as_me:8593: 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;}
@@ -8600,7 +8609,7 @@ Try \`$0 --help' for more information." >&2;}
ac_need_defaults=false;;
# This is an error.
- -*) { { echo "$as_me:8603: error: unrecognized option: $1
+ -*) { { echo "$as_me:8612: 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;}
@@ -8619,8 +8628,9 @@ cat >>$CONFIG_STATUS <<_ACEOF
# INIT-COMMANDS section.
#
-at_package='$PACKAGE_NAME'
-at_version='$PACKAGE_VERSION'
+at_package_name='$PACKAGE_NAME'
+at_package_version='$PACKAGE_VERSION'
+at_package_string='$PACKAGE_STRING'
at_bugreport='$PACKAGE_BUGREPORT'
at_n='$ECHO_N'
@@ -8653,7 +8663,7 @@ do
"default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
"default-2" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-2" ;;
"config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.hin" ;;
- *) { { echo "$as_me:8656: error: invalid argument: $ac_config_target" >&5
+ *) { { echo "$as_me:8666: error: invalid argument: $ac_config_target" >&5
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
{ (exit 1); exit 1; }; };;
esac
@@ -8884,7 +8894,7 @@ for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
as_incr_dir=$as_incr_dir/$as_mkdir_dir
test -d "$as_incr_dir" ||
mkdir "$as_incr_dir" ||
- { { echo "$as_me:8887: error: cannot create \"$ac_dir\"" >&5
+ { { echo "$as_me:8897: error: cannot create \"$ac_dir\"" >&5
echo "$as_me: error: cannot create \"$ac_dir\"" >&2;}
{ (exit 1); exit 1; }; }
;;
@@ -8921,7 +8931,7 @@ esac
esac
if test x"$ac_file" != x-; then
- { echo "$as_me:8924: creating $ac_file" >&5
+ { echo "$as_me:8934: creating $ac_file" >&5
echo "$as_me: creating $ac_file" >&6;}
rm -f "$ac_file"
fi
@@ -8939,7 +8949,7 @@ echo "$as_me: creating $ac_file" >&6;}
-) echo $tmp/stdin ;;
[\\/$]*)
# Absolute (can't be DOS-style, as IFS=:)
- test -f "$f" || { { echo "$as_me:8942: error: cannot find input file: $f" >&5
+ test -f "$f" || { { echo "$as_me:8952: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;}
{ (exit 1); exit 1; }; }
echo $f;;
@@ -8952,7 +8962,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;}
echo $srcdir/$f
else
# /dev/null tree
- { { echo "$as_me:8955: error: cannot find input file: $f" >&5
+ { { echo "$as_me:8965: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;}
{ (exit 1); exit 1; }; }
fi;;
@@ -9013,7 +9023,7 @@ for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
* ) ac_file_in=$ac_file.in ;;
esac
- test x"$ac_file" != x- && { echo "$as_me:9016: creating $ac_file" >&5
+ test x"$ac_file" != x- && { echo "$as_me:9026: creating $ac_file" >&5
echo "$as_me: creating $ac_file" >&6;}
# First look for the input files in the build tree, otherwise in the
@@ -9024,7 +9034,7 @@ echo "$as_me: creating $ac_file" >&6;}
-) echo $tmp/stdin ;;
[\\/$]*)
# Absolute (can't be DOS-style, as IFS=:)
- test -f "$f" || { { echo "$as_me:9027: error: cannot find input file: $f" >&5
+ test -f "$f" || { { echo "$as_me:9037: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;}
{ (exit 1); exit 1; }; }
echo $f;;
@@ -9037,7 +9047,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;}
echo $srcdir/$f
else
# /dev/null tree
- { { echo "$as_me:9040: error: cannot find input file: $f" >&5
+ { { echo "$as_me:9050: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;}
{ (exit 1); exit 1; }; }
fi;;
@@ -9154,7 +9164,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF
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:9157: $ac_file is unchanged" >&5
+ { echo "$as_me:9167: $ac_file is unchanged" >&5
echo "$as_me: $ac_file is unchanged" >&6;}
else
ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
@@ -9181,7 +9191,7 @@ for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
as_incr_dir=$as_incr_dir/$as_mkdir_dir
test -d "$as_incr_dir" ||
mkdir "$as_incr_dir" ||
- { { echo "$as_me:9184: error: cannot create \"$ac_dir\"" >&5
+ { { echo "$as_me:9194: error: cannot create \"$ac_dir\"" >&5
echo "$as_me: error: cannot create \"$ac_dir\"" >&2;}
{ (exit 1); exit 1; }; }
;;
@@ -9246,16 +9256,19 @@ case $srcdir in
ac_top_srcdir=$ac_top_builddir$srcdir ;;
esac
- { echo "$as_me:9249: executing $ac_dest commands" >&5
+ { echo "$as_me:9259: executing $ac_dest commands" >&5
echo "$as_me: executing $ac_dest commands" >&6;}
case $ac_dest in
- tests/atconfig ) cat >tests/atconfig <<ATEOF
+ tests/atconfig ) # Do not use _ACEOF as we are being dumped into config.status via
+# an _ACEOF-heredoe.
+cat >tests/atconfig <<ATEOF
# Configurable variable values for building test suites.
# Generated by $0
# Copyright 2000, 2001 Free Software Foundation, Inc.
-at_package='$at_package'
-at_version='$at_version'
+at_package_name='$at_package_name'
+at_package_version='$at_package_version'
+at_package_string='$at_package_string'
at_bugreport='$at_bugreport'
at_n='$at_n'
@@ -9270,7 +9283,6 @@ AUTOTEST_PATH='tests'
SHELL=\${CONFIG_SHELL-'$at_shell'}
PATH_SEPARATOR='$at_path_separator'
-
ATEOF
;;
default-1 )
diff --git a/configure.in b/configure.in
index 59e4ab50..a3d885e7 100644
--- a/configure.in
+++ b/configure.in
@@ -18,10 +18,10 @@
# We need a recent Autoconf to run a recent Autotest.
AC_PREREQ(2.52c)
-AC_INIT([GNU Bison], [1.28e], [bug-bison@gnu.org])
+AC_INIT([GNU Bison], [1.29], [bug-bison@gnu.org])
AC_CONFIG_AUX_DIR(config)
-AM_INIT_AUTOMAKE([bison], [1.28e])
+AM_INIT_AUTOMAKE([bison], [1.29])
AM_CONFIG_HEADER(config.h:config.hin)
# Initialize the test suite.
diff --git a/doc/bison.info b/doc/bison.info
index 017768da..02378288 100644
--- a/doc/bison.info
+++ b/doc/bison.info
@@ -31,115 +31,115 @@ instead of in the original English.

Indirect:
bison.info-1: 1313
-bison.info-2: 50688
-bison.info-3: 100578
-bison.info-4: 150128
-bison.info-5: 197515
+bison.info-2: 50686
+bison.info-3: 100576
+bison.info-4: 150126
+bison.info-5: 197513

Tag Table:
(Indirect)
Node: Top1313
-Node: Introduction8966
-Node: Conditions10241
-Node: Copying11705
-Node: Concepts30908
-Node: Language and Grammar31987
-Node: Grammar in Bison37003
-Node: Semantic Values38927
-Node: Semantic Actions41028
-Node: Locations Overview42217
-Node: Bison Parser43664
-Node: Stages45976
-Node: Grammar Layout47259
-Node: Examples48516
-Node: RPN Calc49714
-Node: Rpcalc Decls50688
-Node: Rpcalc Rules52275
-Node: Rpcalc Input54075
-Node: Rpcalc Line55536
-Node: Rpcalc Expr56651
-Node: Rpcalc Lexer58596
-Node: Rpcalc Main61168
-Node: Rpcalc Error61566
-Node: Rpcalc Gen62574
-Node: Rpcalc Compile63723
-Node: Infix Calc64598
-Node: Simple Error Recovery67305
-Node: Location Tracking Calc69194
-Node: Ltcalc Decls69924
-Node: Ltcalc Rules70833
-Node: Ltcalc Lexer72894
-Node: Multi-function Calc75232
-Node: Mfcalc Decl76799
-Node: Mfcalc Rules78822
-Node: Mfcalc Symtab80202
-Node: Exercises86575
-Node: Grammar File87081
-Node: Grammar Outline87929
-Node: C Declarations88663
-Node: Bison Declarations89243
-Node: Grammar Rules89655
-Node: C Code90115
-Node: Symbols91045
-Node: Rules96126
-Node: Recursion97765
-Node: Semantics99484
-Node: Value Type100578
-Node: Multiple Types101250
-Node: Actions102267
-Node: Action Types105052
-Node: Mid-Rule Actions106355
-Node: Locations111925
-Node: Location Type112573
-Node: Actions and Locations113131
-Node: Location Default Action115287
-Node: Declarations116750
-Node: Token Decl118069
-Node: Precedence Decl120082
-Node: Union Decl121633
-Node: Type Decl122477
-Node: Expect Decl123383
-Node: Start Decl124929
-Node: Pure Decl125307
-Node: Decl Summary126984
-Node: Multiple Parsers132367
-Node: Interface133861
-Node: Parser Function134733
-Node: Lexical135568
-Node: Calling Convention136974
-Node: Token Values139745
-Node: Token Positions140894
-Node: Pure Calling141779
-Node: Error Reporting144711
-Node: Action Features146833
-Node: Algorithm150128
-Node: Look-Ahead152421
-Node: Shift/Reduce154553
-Node: Precedence157465
-Node: Why Precedence158116
-Node: Using Precedence159981
-Node: Precedence Examples160949
-Node: How Precedence161650
-Node: Contextual Precedence162799
-Node: Parser States164590
-Node: Reduce/Reduce165833
-Node: Mystery Conflicts169394
-Node: Stack Overflow172780
-Node: Error Recovery174153
-Node: Context Dependency179289
-Node: Semantic Tokens180137
-Node: Lexical Tie-ins183154
-Node: Tie-in Recovery184702
-Node: Debugging186874
-Node: Invocation190175
-Node: Bison Options191427
-Node: Environment Variables195039
-Node: Option Cross Key195887
-Node: VMS Invocation196731
-Node: Table of Symbols197515
-Node: Glossary205154
-Node: Copying This Manual211458
-Node: GNU Free Documentation License211667
-Node: Index231532
+Node: Introduction8965
+Node: Conditions10239
+Node: Copying11703
+Node: Concepts30906
+Node: Language and Grammar31985
+Node: Grammar in Bison37001
+Node: Semantic Values38925
+Node: Semantic Actions41026
+Node: Locations Overview42215
+Node: Bison Parser43662
+Node: Stages45974
+Node: Grammar Layout47257
+Node: Examples48514
+Node: RPN Calc49712
+Node: Rpcalc Decls50686
+Node: Rpcalc Rules52273
+Node: Rpcalc Input54073
+Node: Rpcalc Line55534
+Node: Rpcalc Expr56649
+Node: Rpcalc Lexer58594
+Node: Rpcalc Main61166
+Node: Rpcalc Error61564
+Node: Rpcalc Gen62572
+Node: Rpcalc Compile63721
+Node: Infix Calc64596
+Node: Simple Error Recovery67303
+Node: Location Tracking Calc69192
+Node: Ltcalc Decls69922
+Node: Ltcalc Rules70831
+Node: Ltcalc Lexer72892
+Node: Multi-function Calc75230
+Node: Mfcalc Decl76797
+Node: Mfcalc Rules78820
+Node: Mfcalc Symtab80200
+Node: Exercises86573
+Node: Grammar File87079
+Node: Grammar Outline87927
+Node: C Declarations88661
+Node: Bison Declarations89241
+Node: Grammar Rules89653
+Node: C Code90113
+Node: Symbols91043
+Node: Rules96124
+Node: Recursion97763
+Node: Semantics99482
+Node: Value Type100576
+Node: Multiple Types101248
+Node: Actions102265
+Node: Action Types105050
+Node: Mid-Rule Actions106353
+Node: Locations111923
+Node: Location Type112571
+Node: Actions and Locations113129
+Node: Location Default Action115285
+Node: Declarations116748
+Node: Token Decl118067
+Node: Precedence Decl120080
+Node: Union Decl121631
+Node: Type Decl122475
+Node: Expect Decl123381
+Node: Start Decl124927
+Node: Pure Decl125305
+Node: Decl Summary126982
+Node: Multiple Parsers132365
+Node: Interface133859
+Node: Parser Function134731
+Node: Lexical135566
+Node: Calling Convention136972
+Node: Token Values139743
+Node: Token Positions140892
+Node: Pure Calling141777
+Node: Error Reporting144709
+Node: Action Features146831
+Node: Algorithm150126
+Node: Look-Ahead152419
+Node: Shift/Reduce154551
+Node: Precedence157463
+Node: Why Precedence158114
+Node: Using Precedence159979
+Node: Precedence Examples160947
+Node: How Precedence161648
+Node: Contextual Precedence162797
+Node: Parser States164588
+Node: Reduce/Reduce165831
+Node: Mystery Conflicts169392
+Node: Stack Overflow172778
+Node: Error Recovery174151
+Node: Context Dependency179287
+Node: Semantic Tokens180135
+Node: Lexical Tie-ins183152
+Node: Tie-in Recovery184700
+Node: Debugging186872
+Node: Invocation190173
+Node: Bison Options191425
+Node: Environment Variables195037
+Node: Option Cross Key195885
+Node: VMS Invocation196729
+Node: Table of Symbols197513
+Node: Glossary205152
+Node: Copying This Manual211456
+Node: GNU Free Documentation License211665
+Node: Index231530

End Tag Table
diff --git a/doc/bison.info-1 b/doc/bison.info-1
index d62d697f..85a5aa1d 100644
--- a/doc/bison.info-1
+++ b/doc/bison.info-1
@@ -34,7 +34,7 @@ File: bison.info, Node: Top, Next: Introduction, Up: (dir)
Bison
*****
- This manual documents version 1.28e of Bison, updated 29 August 2001.
+ This manual documents version 1.29 of Bison, updated 29 August 2001.
* Menu:
@@ -237,7 +237,7 @@ Bison in detail.
it Yacc-compatible. Wilfred Hansen of Carnegie Mellon University added
multi-character string literals and other features.
- This edition corresponds to version 1.28e of Bison.
+ This edition corresponds to version 1.29 of Bison.

File: bison.info, Node: Conditions, Next: Copying, Prev: Introduction, Up: Top
diff --git a/doc/stamp-vti b/doc/stamp-vti
index aeeff967..36475b07 100644
--- a/doc/stamp-vti
+++ b/doc/stamp-vti
@@ -1,4 +1,4 @@
@set UPDATED 29 August 2001
@set UPDATED-MONTH August 2001
-@set EDITION 1.28e
-@set VERSION 1.28e
+@set EDITION 1.29
+@set VERSION 1.29
diff --git a/doc/version.texi b/doc/version.texi
index aeeff967..36475b07 100644
--- a/doc/version.texi
+++ b/doc/version.texi
@@ -1,4 +1,4 @@
@set UPDATED 29 August 2001
@set UPDATED-MONTH August 2001
-@set EDITION 1.28e
-@set VERSION 1.28e
+@set EDITION 1.29
+@set VERSION 1.29
diff --git a/po/ru.gmo b/po/ru.gmo
index ad5f2e79..91be471e 100644
--- a/po/ru.gmo
+++ b/po/ru.gmo
Binary files differ
diff --git a/po/ru.po b/po/ru.po
index 4ac7b60f..5b465743 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -4,9 +4,9 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: bison 1.28c\n"
+"Project-Id-Version: bison 1.28d\n"
"POT-Creation-Date: 2001-08-29 14:32+0200\n"
-"PO-Revision-Date: 2001-08-23 11:40+04:00\n"
+"PO-Revision-Date: 2001-08-31 18:28+04:00\n"
"Last-Translator: Dmitry S. Sivachenko <dima@Chg.RU>\n"
"Language-Team: Russian <ru@li.org>\n"
"MIME-Version: 1.0\n"
@@ -191,7 +191,6 @@ msgstr ""
" -k, --token-table включить таблицу имен лексем\n"
#: src/getargs.c:116
-#, fuzzy
msgid ""
"Output:\n"
" -d, --defines also produce a header file\n"
@@ -206,6 +205,8 @@ msgstr ""
" -v, --verbose создать также пояснения в автомату\n"
" -b, --file-prefix=ПРЕФИКС указать ПРЕФИКС для выходных файлов\n"
" -o, --output-file=ФАЙЛ поместить результат в ФАЙЛ\n"
+" -g, --graph создать также пояснения к автомату в виде \n"
+"VCG-графа\n"
#: src/getargs.c:126
msgid "Report bugs to <bug-bison@gnu.org>.\n"
@@ -802,30 +803,6 @@ msgstr "`"
msgid "'"
msgstr "'"
-#~ msgid "vcg graph: no such color."
-#~ msgstr "vcg graph: такого цвета нет."
-
-#~ msgid "vcg graph: no such text mode"
-#~ msgstr "vcg graph: такого текстового режима нет"
-
-#~ msgid "vcg graph: no such shape"
-#~ msgstr "vcg graph: такой формы нет"
-
-#~ msgid "vcg graph: no such decision"
-#~ msgstr "vcg graph: такого решения нет"
-
-#~ msgid "vcg graph: no such an orientation"
-#~ msgstr "vcg graph: такой ориентации нет"
-
-#~ msgid "vcg graph: no such an alignement"
-#~ msgstr "vcg graph: такого выравнивания нет"
-
-#~ msgid "vcg graph: no such crossing_type"
-#~ msgstr "vcg graph: такого crossing_type нет"
-
-#~ msgid "vcg graph: no such view"
-#~ msgstr "vcg graph: такого представления нет"
-
#~ msgid "unterminated comment at end of file"
#~ msgstr "незаконченный комментарий в конце файла"