summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2230
1 files changed, 1169 insertions, 1061 deletions
diff --git a/configure b/configure
index 9ed4339..a12d431 100755
--- a/configure
+++ b/configure
@@ -745,6 +745,14 @@ ac_env_CPPFLAGS_set=${CPPFLAGS+set}
ac_env_CPPFLAGS_value=$CPPFLAGS
ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
ac_cv_env_CPPFLAGS_value=$CPPFLAGS
+ac_env_GCJ_set=${GCJ+set}
+ac_env_GCJ_value=$GCJ
+ac_cv_env_GCJ_set=${GCJ+set}
+ac_cv_env_GCJ_value=$GCJ
+ac_env_GCJFLAGS_set=${GCJFLAGS+set}
+ac_env_GCJFLAGS_value=$GCJFLAGS
+ac_cv_env_GCJFLAGS_set=${GCJFLAGS+set}
+ac_cv_env_GCJFLAGS_value=$GCJFLAGS
ac_env_CPP_set=${CPP+set}
ac_env_CPP_value=$CPP
ac_cv_env_CPP_set=${CPP+set}
@@ -842,7 +850,7 @@ Optional Features:
--enable-static=PKGS build static libraries default=yes
--enable-fast-install=PKGS optimize for fast installation default=yes
--disable-libtool-lock avoid locking (might break parallel builds)
- --disable-rpath do not use hardcode runtime library paths
+ --disable-rpath do not hardcode runtime library paths
--disable-nls do not use Native Language Support
Optional Packages:
@@ -866,6 +874,8 @@ Some influential environment variables:
nonstandard directory <lib dir>
CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
headers in a nonstandard directory <include dir>
+ GCJ Java native code compiler command
+ GCJFLAGS Java native code compiler flags
CPP C preprocessor
CXX C++ compiler command
CXXFLAGS C++ compiler flags
@@ -1053,7 +1063,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:1056: loading site script $ac_site_file" >&5
+ { echo "$as_me:1066: loading site script $ac_site_file" >&5
echo "$as_me: loading site script $ac_site_file" >&6;}
cat "$ac_site_file" >&5
. "$ac_site_file"
@@ -1064,7 +1074,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:1067: loading cache $cache_file" >&5
+ { echo "$as_me:1077: loading cache $cache_file" >&5
echo "$as_me: loading cache $cache_file" >&6;}
case $cache_file in
[\\/]* | ?:[\\/]* ) . $cache_file;;
@@ -1072,7 +1082,7 @@ echo "$as_me: loading cache $cache_file" >&6;}
esac
fi
else
- { echo "$as_me:1075: creating cache $cache_file" >&5
+ { echo "$as_me:1085: creating cache $cache_file" >&5
echo "$as_me: creating cache $cache_file" >&6;}
>$cache_file
fi
@@ -1088,21 +1098,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:1091: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
+ { echo "$as_me:1101: 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:1095: error: \`$ac_var' was not set in the previous run" >&5
+ { echo "$as_me:1105: 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:1101: error: \`$ac_var' has changed since the previous run:" >&5
+ { echo "$as_me:1111: 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:1103: former value: $ac_old_val" >&5
+ { echo "$as_me:1113: former value: $ac_old_val" >&5
echo "$as_me: former value: $ac_old_val" >&2;}
- { echo "$as_me:1105: current value: $ac_new_val" >&5
+ { echo "$as_me:1115: current value: $ac_new_val" >&5
echo "$as_me: current value: $ac_new_val" >&2;}
ac_cache_corrupted=:
fi;;
@@ -1121,9 +1131,9 @@ echo "$as_me: current value: $ac_new_val" >&2;}
fi
done
if $ac_cache_corrupted; then
- { echo "$as_me:1124: error: changes in the environment can compromise the build" >&5
+ { echo "$as_me:1134: 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:1126: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
+ { { echo "$as_me:1136: 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
@@ -1143,10 +1153,10 @@ esac
echo "#! $SHELL" >conftest.sh
echo "exit 0" >>conftest.sh
chmod +x conftest.sh
-if { (echo "$as_me:1146: PATH=\".;.\"; conftest.sh") >&5
+if { (echo "$as_me:1156: PATH=\".;.\"; conftest.sh") >&5
(PATH=".;."; conftest.sh) 2>&5
ac_status=$?
- echo "$as_me:1149: \$? = $ac_status" >&5
+ echo "$as_me:1159: \$? = $ac_status" >&5
(exit $ac_status); }; then
ac_path_separator=';'
else
@@ -1172,7 +1182,7 @@ for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
fi
done
if test -z "$ac_aux_dir"; then
- { { echo "$as_me:1175: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
+ { { echo "$as_me:1185: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -1192,7 +1202,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:1195: checking for a BSD compatible install" >&5
+echo "$as_me:1205: 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
@@ -1241,7 +1251,7 @@ fi
INSTALL=$ac_install_sh
fi
fi
-echo "$as_me:1244: result: $INSTALL" >&5
+echo "$as_me:1254: result: $INSTALL" >&5
echo "${ECHO_T}$INSTALL" >&6
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
@@ -1252,7 +1262,7 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
-echo "$as_me:1255: checking whether build environment is sane" >&5
+echo "$as_me:1265: checking whether build environment is sane" >&5
echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
# Just in case
sleep 1
@@ -1276,7 +1286,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:1279: error: ls -t appears to fail. Make sure there is not a broken
+ { { echo "$as_me:1289: 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;}
@@ -1289,13 +1299,13 @@ then
# Ok.
:
else
- { { echo "$as_me:1292: error: newly created file is older than distributed files!
+ { { echo "$as_me:1302: 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:1298: result: yes" >&5
+echo "$as_me:1308: result: yes" >&5
echo "${ECHO_T}yes" >&6
test "$program_prefix" != NONE &&
program_transform_name="s,^,$program_prefix,;$program_transform_name"
@@ -1320,7 +1330,7 @@ if eval "$MISSING --run true"; then
else
am_missing_run=
am_backtick='`'
- { echo "$as_me:1323: WARNING: ${am_backtick}missing' script is too old or missing" >&5
+ { echo "$as_me:1333: 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
@@ -1328,7 +1338,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:1331: checking for $ac_word" >&5
+echo "$as_me:1341: 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
@@ -1343,7 +1353,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:1346: found $ac_dir/$ac_word" >&5
+echo "$as_me:1356: found $ac_dir/$ac_word" >&5
break
done
@@ -1351,17 +1361,17 @@ fi
fi
AWK=$ac_cv_prog_AWK
if test -n "$AWK"; then
- echo "$as_me:1354: result: $AWK" >&5
+ echo "$as_me:1364: result: $AWK" >&5
echo "${ECHO_T}$AWK" >&6
else
- echo "$as_me:1357: result: no" >&5
+ echo "$as_me:1367: result: no" >&5
echo "${ECHO_T}no" >&6
fi
test -n "$AWK" && break
done
-echo "$as_me:1364: checking whether ${MAKE-make} sets \${MAKE}" >&5
+echo "$as_me:1374: 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
@@ -1381,11 +1391,11 @@ fi
rm -f conftest.make
fi
if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
- echo "$as_me:1384: result: yes" >&5
+ echo "$as_me:1394: result: yes" >&5
echo "${ECHO_T}yes" >&6
SET_MAKE=
else
- echo "$as_me:1388: result: no" >&5
+ echo "$as_me:1398: result: no" >&5
echo "${ECHO_T}no" >&6
SET_MAKE="MAKE=${MAKE-make}"
fi
@@ -1421,14 +1431,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:1424: error: source directory already configured; run \"make distclean\" there first" >&5
+ { { echo "$as_me:1434: 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=gettext
-VERSION=0.11.3-pre2
+VERSION=0.11.3
cat >>confdefs.h <<EOF
#define PACKAGE "$PACKAGE"
@@ -1470,7 +1480,7 @@ INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
# We need awk for the "check" target. The system "awk" is bad on
# some platforms.
-RELEASE_DATE=2002-04-24
+RELEASE_DATE=2002-07-17
ac_config_headers="$ac_config_headers config.h"
@@ -1482,7 +1492,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:1485: checking for $ac_word" >&5
+echo "$as_me:1495: 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
@@ -1497,7 +1507,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:1500: found $ac_dir/$ac_word" >&5
+echo "$as_me:1510: found $ac_dir/$ac_word" >&5
break
done
@@ -1505,10 +1515,10 @@ fi
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
- echo "$as_me:1508: result: $CC" >&5
+ echo "$as_me:1518: result: $CC" >&5
echo "${ECHO_T}$CC" >&6
else
- echo "$as_me:1511: result: no" >&5
+ echo "$as_me:1521: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -1517,7 +1527,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:1520: checking for $ac_word" >&5
+echo "$as_me:1530: 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
@@ -1532,7 +1542,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:1535: found $ac_dir/$ac_word" >&5
+echo "$as_me:1545: found $ac_dir/$ac_word" >&5
break
done
@@ -1540,10 +1550,10 @@ fi
fi
ac_ct_CC=$ac_cv_prog_ac_ct_CC
if test -n "$ac_ct_CC"; then
- echo "$as_me:1543: result: $ac_ct_CC" >&5
+ echo "$as_me:1553: result: $ac_ct_CC" >&5
echo "${ECHO_T}$ac_ct_CC" >&6
else
- echo "$as_me:1546: result: no" >&5
+ echo "$as_me:1556: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -1556,7 +1566,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:1559: checking for $ac_word" >&5
+echo "$as_me:1569: 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
@@ -1571,7 +1581,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:1574: found $ac_dir/$ac_word" >&5
+echo "$as_me:1584: found $ac_dir/$ac_word" >&5
break
done
@@ -1579,10 +1589,10 @@ fi
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
- echo "$as_me:1582: result: $CC" >&5
+ echo "$as_me:1592: result: $CC" >&5
echo "${ECHO_T}$CC" >&6
else
- echo "$as_me:1585: result: no" >&5
+ echo "$as_me:1595: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -1591,7 +1601,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:1594: checking for $ac_word" >&5
+echo "$as_me:1604: 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
@@ -1606,7 +1616,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:1609: found $ac_dir/$ac_word" >&5
+echo "$as_me:1619: found $ac_dir/$ac_word" >&5
break
done
@@ -1614,10 +1624,10 @@ fi
fi
ac_ct_CC=$ac_cv_prog_ac_ct_CC
if test -n "$ac_ct_CC"; then
- echo "$as_me:1617: result: $ac_ct_CC" >&5
+ echo "$as_me:1627: result: $ac_ct_CC" >&5
echo "${ECHO_T}$ac_ct_CC" >&6
else
- echo "$as_me:1620: result: no" >&5
+ echo "$as_me:1630: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -1630,7 +1640,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:1633: checking for $ac_word" >&5
+echo "$as_me:1643: 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
@@ -1650,7 +1660,7 @@ if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
continue
fi
ac_cv_prog_CC="cc"
-echo "$as_me:1653: found $ac_dir/$ac_word" >&5
+echo "$as_me:1663: found $ac_dir/$ac_word" >&5
break
done
@@ -1672,10 +1682,10 @@ fi
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
- echo "$as_me:1675: result: $CC" >&5
+ echo "$as_me:1685: result: $CC" >&5
echo "${ECHO_T}$CC" >&6
else
- echo "$as_me:1678: result: no" >&5
+ echo "$as_me:1688: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -1686,7 +1696,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:1689: checking for $ac_word" >&5
+echo "$as_me:1699: 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
@@ -1701,7 +1711,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:1704: found $ac_dir/$ac_word" >&5
+echo "$as_me:1714: found $ac_dir/$ac_word" >&5
break
done
@@ -1709,10 +1719,10 @@ fi
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
- echo "$as_me:1712: result: $CC" >&5
+ echo "$as_me:1722: result: $CC" >&5
echo "${ECHO_T}$CC" >&6
else
- echo "$as_me:1715: result: no" >&5
+ echo "$as_me:1725: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -1725,7 +1735,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:1728: checking for $ac_word" >&5
+echo "$as_me:1738: 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
@@ -1740,7 +1750,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:1743: found $ac_dir/$ac_word" >&5
+echo "$as_me:1753: found $ac_dir/$ac_word" >&5
break
done
@@ -1748,10 +1758,10 @@ fi
fi
ac_ct_CC=$ac_cv_prog_ac_ct_CC
if test -n "$ac_ct_CC"; then
- echo "$as_me:1751: result: $ac_ct_CC" >&5
+ echo "$as_me:1761: result: $ac_ct_CC" >&5
echo "${ECHO_T}$ac_ct_CC" >&6
else
- echo "$as_me:1754: result: no" >&5
+ echo "$as_me:1764: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -1763,32 +1773,32 @@ fi
fi
-test -z "$CC" && { { echo "$as_me:1766: error: no acceptable cc found in \$PATH" >&5
+test -z "$CC" && { { echo "$as_me:1776: 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:1771:" \
+echo "$as_me:1781:" \
"checking for C compiler version" >&5
ac_compiler=`set X $ac_compile; echo $2`
-{ (eval echo "$as_me:1774: \"$ac_compiler --version </dev/null >&5\"") >&5
+{ (eval echo "$as_me:1784: \"$ac_compiler --version </dev/null >&5\"") >&5
(eval $ac_compiler --version </dev/null >&5) 2>&5
ac_status=$?
- echo "$as_me:1777: \$? = $ac_status" >&5
+ echo "$as_me:1787: \$? = $ac_status" >&5
(exit $ac_status); }
-{ (eval echo "$as_me:1779: \"$ac_compiler -v </dev/null >&5\"") >&5
+{ (eval echo "$as_me:1789: \"$ac_compiler -v </dev/null >&5\"") >&5
(eval $ac_compiler -v </dev/null >&5) 2>&5
ac_status=$?
- echo "$as_me:1782: \$? = $ac_status" >&5
+ echo "$as_me:1792: \$? = $ac_status" >&5
(exit $ac_status); }
-{ (eval echo "$as_me:1784: \"$ac_compiler -V </dev/null >&5\"") >&5
+{ (eval echo "$as_me:1794: \"$ac_compiler -V </dev/null >&5\"") >&5
(eval $ac_compiler -V </dev/null >&5) 2>&5
ac_status=$?
- echo "$as_me:1787: \$? = $ac_status" >&5
+ echo "$as_me:1797: \$? = $ac_status" >&5
(exit $ac_status); }
cat >conftest.$ac_ext <<_ACEOF
-#line 1791 "configure"
+#line 1801 "configure"
#include "confdefs.h"
int
@@ -1804,13 +1814,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:1807: checking for C compiler default output" >&5
+echo "$as_me:1817: 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:1810: \"$ac_link_default\"") >&5
+if { (eval echo "$as_me:1820: \"$ac_link_default\"") >&5
(eval $ac_link_default) 2>&5
ac_status=$?
- echo "$as_me:1813: \$? = $ac_status" >&5
+ echo "$as_me:1823: \$? = $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
@@ -1833,34 +1843,34 @@ done
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
-{ { echo "$as_me:1836: error: C compiler cannot create executables" >&5
+{ { echo "$as_me:1846: 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:1842: result: $ac_file" >&5
+echo "$as_me:1852: 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:1847: checking whether the C compiler works" >&5
+echo "$as_me:1857: 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:1853: \"$ac_try\"") >&5
+ { (eval echo "$as_me:1863: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:1856: \$? = $ac_status" >&5
+ echo "$as_me:1866: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
cross_compiling=no
else
if test "$cross_compiling" = maybe; then
cross_compiling=yes
else
- { { echo "$as_me:1863: error: cannot run C compiled programs.
+ { { echo "$as_me:1873: 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;}
@@ -1868,24 +1878,24 @@ If you meant to cross compile, use \`--host'." >&2;}
fi
fi
fi
-echo "$as_me:1871: result: yes" >&5
+echo "$as_me:1881: 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:1878: checking whether we are cross compiling" >&5
+echo "$as_me:1888: checking whether we are cross compiling" >&5
echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
-echo "$as_me:1880: result: $cross_compiling" >&5
+echo "$as_me:1890: result: $cross_compiling" >&5
echo "${ECHO_T}$cross_compiling" >&6
-echo "$as_me:1883: checking for executable suffix" >&5
+echo "$as_me:1893: checking for executable suffix" >&5
echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6
-if { (eval echo "$as_me:1885: \"$ac_link\"") >&5
+if { (eval echo "$as_me:1895: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:1888: \$? = $ac_status" >&5
+ echo "$as_me:1898: \$? = $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
@@ -1901,25 +1911,25 @@ for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do
esac
done
else
- { { echo "$as_me:1904: error: cannot compute EXEEXT: cannot compile and link" >&5
+ { { echo "$as_me:1914: 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:1910: result: $ac_cv_exeext" >&5
+echo "$as_me:1920: 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:1916: checking for object suffix" >&5
+echo "$as_me:1926: 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 1922 "configure"
+#line 1932 "configure"
#include "confdefs.h"
int
@@ -1931,10 +1941,10 @@ main ()
}
_ACEOF
rm -f conftest.o conftest.obj
-if { (eval echo "$as_me:1934: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:1944: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:1937: \$? = $ac_status" >&5
+ echo "$as_me:1947: \$? = $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
@@ -1946,24 +1956,24 @@ done
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
-{ { echo "$as_me:1949: error: cannot compute OBJEXT: cannot compile" >&5
+{ { echo "$as_me:1959: 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:1956: result: $ac_cv_objext" >&5
+echo "$as_me:1966: result: $ac_cv_objext" >&5
echo "${ECHO_T}$ac_cv_objext" >&6
OBJEXT=$ac_cv_objext
ac_objext=$OBJEXT
-echo "$as_me:1960: checking whether we are using the GNU C compiler" >&5
+echo "$as_me:1970: 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 1966 "configure"
+#line 1976 "configure"
#include "confdefs.h"
int
@@ -1978,16 +1988,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:1981: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:1991: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:1984: \$? = $ac_status" >&5
+ echo "$as_me:1994: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:1987: \"$ac_try\"") >&5
+ { (eval echo "$as_me:1997: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:1990: \$? = $ac_status" >&5
+ echo "$as_me:2000: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_compiler_gnu=yes
else
@@ -1999,19 +2009,19 @@ rm -f conftest.$ac_objext conftest.$ac_ext
ac_cv_c_compiler_gnu=$ac_compiler_gnu
fi
-echo "$as_me:2002: result: $ac_cv_c_compiler_gnu" >&5
+echo "$as_me:2012: 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:2008: checking whether $CC accepts -g" >&5
+echo "$as_me:2018: 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 2014 "configure"
+#line 2024 "configure"
#include "confdefs.h"
int
@@ -2023,16 +2033,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:2026: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:2036: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:2029: \$? = $ac_status" >&5
+ echo "$as_me:2039: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:2032: \"$ac_try\"") >&5
+ { (eval echo "$as_me:2042: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:2035: \$? = $ac_status" >&5
+ echo "$as_me:2045: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_prog_cc_g=yes
else
@@ -2042,7 +2052,7 @@ ac_cv_prog_cc_g=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:2045: result: $ac_cv_prog_cc_g" >&5
+echo "$as_me:2055: 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
@@ -2069,16 +2079,16 @@ cat >conftest.$ac_ext <<_ACEOF
#endif
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:2072: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:2082: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:2075: \$? = $ac_status" >&5
+ echo "$as_me:2085: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:2078: \"$ac_try\"") >&5
+ { (eval echo "$as_me:2088: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:2081: \$? = $ac_status" >&5
+ echo "$as_me:2091: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
for ac_declaration in \
''\
@@ -2090,7 +2100,7 @@ if { (eval echo "$as_me:2072: \"$ac_compile\"") >&5
'void exit (int);'
do
cat >conftest.$ac_ext <<_ACEOF
-#line 2093 "configure"
+#line 2103 "configure"
#include "confdefs.h"
#include <stdlib.h>
$ac_declaration
@@ -2103,16 +2113,16 @@ exit (42);
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:2106: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:2116: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:2109: \$? = $ac_status" >&5
+ echo "$as_me:2119: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:2112: \"$ac_try\"") >&5
+ { (eval echo "$as_me:2122: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:2115: \$? = $ac_status" >&5
+ echo "$as_me:2125: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
:
else
@@ -2122,7 +2132,7 @@ continue
fi
rm -f conftest.$ac_objext conftest.$ac_ext
cat >conftest.$ac_ext <<_ACEOF
-#line 2125 "configure"
+#line 2135 "configure"
#include "confdefs.h"
$ac_declaration
int
@@ -2134,16 +2144,16 @@ exit (42);
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:2137: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:2147: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:2140: \$? = $ac_status" >&5
+ echo "$as_me:2150: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:2143: \"$ac_try\"") >&5
+ { (eval echo "$as_me:2153: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:2146: \$? = $ac_status" >&5
+ echo "$as_me:2156: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
break
else
@@ -2178,7 +2188,7 @@ doit:
@echo done
END
# If we don't find an include directive, just comment out the code.
-echo "$as_me:2181: checking for style of include used by $am_make" >&5
+echo "$as_me:2191: 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=
@@ -2205,13 +2215,13 @@ if test "$am__include" = "#"; then
fi
fi
-echo "$as_me:2208: result: $_am_result" >&5
+echo "$as_me:2218: result: $_am_result" >&5
echo "${ECHO_T}$_am_result" >&6
rm -f confinc confmf
depcc="$CC" am_compiler_list=
-echo "$as_me:2214: checking dependency style of $depcc" >&5
+echo "$as_me:2224: 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
@@ -2273,7 +2283,7 @@ else
fi
fi
-echo "$as_me:2276: result: $am_cv_CC_dependencies_compiler_type" >&5
+echo "$as_me:2286: 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"
@@ -2289,7 +2299,7 @@ CCDEPMODE="depmode=$am_cv_CC_dependencies_compiler_type"
# 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:2292: checking for a BSD compatible install" >&5
+echo "$as_me:2302: 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
@@ -2338,7 +2348,7 @@ fi
INSTALL=$ac_install_sh
fi
fi
-echo "$as_me:2341: result: $INSTALL" >&5
+echo "$as_me:2351: result: $INSTALL" >&5
echo "${ECHO_T}$INSTALL" >&6
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
@@ -2353,7 +2363,7 @@ for ac_prog in 'bison -y' byacc
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:2356: checking for $ac_word" >&5
+echo "$as_me:2366: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_YACC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2368,7 +2378,7 @@ for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_YACC="$ac_prog"
-echo "$as_me:2371: found $ac_dir/$ac_word" >&5
+echo "$as_me:2381: found $ac_dir/$ac_word" >&5
break
done
@@ -2376,10 +2386,10 @@ fi
fi
YACC=$ac_cv_prog_YACC
if test -n "$YACC"; then
- echo "$as_me:2379: result: $YACC" >&5
+ echo "$as_me:2389: result: $YACC" >&5
echo "${ECHO_T}$YACC" >&6
else
- echo "$as_me:2382: result: no" >&5
+ echo "$as_me:2392: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -2389,7 +2399,7 @@ test -n "$YACC" || YACC="yacc"
# Extract the first word of "flex", so it can be a program name with args.
set dummy flex; ac_word=$2
-echo "$as_me:2392: checking for $ac_word" >&5
+echo "$as_me:2402: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_LEX+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2404,7 +2414,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_LEX="flex"
-echo "$as_me:2407: found $ac_dir/$ac_word" >&5
+echo "$as_me:2417: found $ac_dir/$ac_word" >&5
break
done
@@ -2413,21 +2423,115 @@ fi
fi
LEX=$ac_cv_prog_LEX
if test -n "$LEX"; then
- echo "$as_me:2416: result: $LEX" >&5
+ echo "$as_me:2426: result: $LEX" >&5
echo "${ECHO_T}$LEX" >&6
else
- echo "$as_me:2419: result: no" >&5
+ echo "$as_me:2429: result: no" >&5
echo "${ECHO_T}no" >&6
fi
LEX_OUTPUT_ROOT=lex.yy
+ echo "$as_me:2435: checking for Java to native code compiler" >&5
+echo $ECHO_N "checking for Java to native code compiler... $ECHO_C" >&6
+ # Search for the gcj command or use the one provided by the user.
+ if test -z "$GCJ"; then
+ for ac_prog in gcj
+do
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
+set dummy $ac_prog; ac_word=$2
+:
+if test "${ac_cv_prog_GCJ+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ if test -n "$GCJ"; then
+ ac_cv_prog_GCJ="$GCJ" # Let the user override the test.
+else
+ ac_save_IFS=$IFS; IFS=$ac_path_separator
+ac_dummy="$PATH"
+for ac_dir in $ac_dummy; do
+ IFS=$ac_save_IFS
+ test -z "$ac_dir" && ac_dir=.
+ $as_executable_p "$ac_dir/$ac_word" || continue
+ac_cv_prog_GCJ="$ac_prog"
+echo "$as_me:2457: found $ac_dir/$ac_word" >&5
+break
+done
+
+fi
+fi
+GCJ=$ac_cv_prog_GCJ
+if test -n "$GCJ"; then
+ :
+else
+ :
+fi
+
+ test -n "$GCJ" && break
+done
+test -n "$GCJ" || GCJ="none"
+
+ fi
+ # Choose GCJFLAGS or use the one provided by the user.
+ if test "$GCJ" != none; then
+ test "${GCJFLAGS+set}" != set || GCJFLAGS="-O2 -g"
+ fi
+ # Check whether the version is ok and it can create executables.
+ ac_gcj_link="$GCJ $GCJFLAGS conftest.java --main=conftest -o conftest$ac_exeext"
+ if test "$GCJ" != none \
+ && $GCJ --version 2>/dev/null | sed -e 's,^[^0-9]*,,' -e 1q | grep '^[3-9]' >/dev/null \
+ && (
+ # See if libgcj.so is well installed and if exception handling works.
+ cat > conftest.java <<EOF
+public class conftest {
+ public static void main (String[] args) {
+ try {
+ java.util.ResourceBundle.getBundle("foobar");
+ } catch (Exception e) {
+ }
+ System.exit(0);
+ }
+}
+EOF
+ { (eval echo "$as_me:2496: \"$ac_gcj_link\"") >&5
+ (eval $ac_gcj_link) 2>&5
+ ac_status=$?
+ echo "$as_me:2499: \$? = $ac_status" >&5
+ (exit $ac_status); }
+ error=$?
+ if test $error = 0 && test "$cross_compiling" != yes; then
+ # Run conftest and catch its exit status, but silently.
+ error=`./conftest >/dev/null 2>&1; echo $?`
+ test $error = 0 || error=1
+ rm -f core conftest.core
+ fi
+ rm -f conftest.java conftest$ac_exeext
+ exit $error
+ ); then
+ :
+ else
+ GCJ=none
+ fi
+ echo "$as_me:2515: result: $GCJ" >&5
+echo "${ECHO_T}$GCJ" >&6
+ if test "$GCJ" != none; then
+ HAVE_GCJ=1
+ else
+ HAVE_GCJ=
+ fi
+
+if test -n "$HAVE_GCJ"; then
+ BUILDJAVAEXE=yes
+else
+ BUILDJAVAEXE=no
+fi
+
ac_ext=c
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:2430: checking how to run the C preprocessor" >&5
+echo "$as_me:2534: 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
@@ -2448,18 +2552,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 2451 "configure"
+#line 2555 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax error
_ACEOF
-if { (eval echo "$as_me:2456: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:2560: \"$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:2462: \$? = $ac_status" >&5
+ echo "$as_me:2566: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -2482,17 +2586,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 2485 "configure"
+#line 2589 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
_ACEOF
-if { (eval echo "$as_me:2489: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:2593: \"$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:2495: \$? = $ac_status" >&5
+ echo "$as_me:2599: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -2529,7 +2633,7 @@ fi
else
ac_cv_prog_CPP=$CPP
fi
-echo "$as_me:2532: result: $CPP" >&5
+echo "$as_me:2636: result: $CPP" >&5
echo "${ECHO_T}$CPP" >&6
ac_preproc_ok=false
for ac_c_preproc_warn_flag in '' yes
@@ -2539,18 +2643,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 2542 "configure"
+#line 2646 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax error
_ACEOF
-if { (eval echo "$as_me:2547: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:2651: \"$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:2553: \$? = $ac_status" >&5
+ echo "$as_me:2657: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -2573,17 +2677,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 2576 "configure"
+#line 2680 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
_ACEOF
-if { (eval echo "$as_me:2580: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:2684: \"$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:2586: \$? = $ac_status" >&5
+ echo "$as_me:2690: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -2611,7 +2715,7 @@ rm -f conftest.err conftest.$ac_ext
if $ac_preproc_ok; then
:
else
- { { echo "$as_me:2614: error: C preprocessor \"$CPP\" fails sanity check" >&5
+ { { echo "$as_me:2718: error: C preprocessor \"$CPP\" fails sanity check" >&5
echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}
{ (exit 1); exit 1; }; }
fi
@@ -2622,10 +2726,10 @@ 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:2625: checking for Java compiler" >&5
+ echo "$as_me:2729: checking for Java compiler" >&5
echo $ECHO_N "checking for Java compiler... $ECHO_C" >&6
cat >conftest.$ac_ext <<_ACEOF
-#line 2628 "configure"
+#line 2732 "configure"
#include "confdefs.h"
#if defined _WIN32 || defined __WIN32__ || defined __EMX__ || defined __DJGPP__
@@ -2661,7 +2765,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_HAVE_GCJ_IN_PATH="yes"
-echo "$as_me:2664: found $ac_dir/$ac_word" >&5
+echo "$as_me:2768: found $ac_dir/$ac_word" >&5
break
done
@@ -2690,7 +2794,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_HAVE_JAVAC_IN_PATH="yes"
-echo "$as_me:2693: found $ac_dir/$ac_word" >&5
+echo "$as_me:2797: found $ac_dir/$ac_word" >&5
break
done
@@ -2719,7 +2823,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_HAVE_JIKES_IN_PATH="yes"
-echo "$as_me:2722: found $ac_dir/$ac_word" >&5
+echo "$as_me:2826: found $ac_dir/$ac_word" >&5
break
done
@@ -2747,7 +2851,7 @@ EOF
rm -f conftest.java conftest.class
exit $error
); then
- HAVE_GCJ=1
+ HAVE_GCJ_C=1
ac_result="gcj -C"
else
if test -n "$HAVE_JAVAC_IN_PATH" \
@@ -2781,12 +2885,12 @@ EOF
fi
fi
fi
- echo "$as_me:2784: result: $ac_result" >&5
+ echo "$as_me:2888: result: $ac_result" >&5
echo "${ECHO_T}$ac_result" >&6
# Extract the first word of "jar", so it can be a program name with args.
set dummy jar; ac_word=$2
-echo "$as_me:2789: checking for $ac_word" >&5
+echo "$as_me:2893: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_JAR+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2801,7 +2905,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_JAR="jar"
-echo "$as_me:2804: found $ac_dir/$ac_word" >&5
+echo "$as_me:2908: found $ac_dir/$ac_word" >&5
break
done
@@ -2809,10 +2913,10 @@ fi
fi
JAR=$ac_cv_prog_JAR
if test -n "$JAR"; then
- echo "$as_me:2812: result: $JAR" >&5
+ echo "$as_me:2916: result: $JAR" >&5
echo "${ECHO_T}$JAR" >&6
else
- echo "$as_me:2815: result: no" >&5
+ echo "$as_me:2919: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -2822,10 +2926,10 @@ else
BUILDJAVA=no
fi
- echo "$as_me:2825: checking for Java virtual machine" >&5
+ echo "$as_me:2929: checking for Java virtual machine" >&5
echo $ECHO_N "checking for Java virtual machine... $ECHO_C" >&6
cat >conftest.$ac_ext <<_ACEOF
-#line 2828 "configure"
+#line 2932 "configure"
#include "confdefs.h"
#if defined _WIN32 || defined __WIN32__ || defined __EMX__ || defined __DJGPP__
@@ -2861,7 +2965,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_HAVE_GIJ_IN_PATH="yes"
-echo "$as_me:2864: found $ac_dir/$ac_word" >&5
+echo "$as_me:2968: found $ac_dir/$ac_word" >&5
break
done
@@ -2890,7 +2994,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_HAVE_JAVA_IN_PATH="yes"
-echo "$as_me:2893: found $ac_dir/$ac_word" >&5
+echo "$as_me:2997: found $ac_dir/$ac_word" >&5
break
done
@@ -2919,7 +3023,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_HAVE_JRE_IN_PATH="yes"
-echo "$as_me:2922: found $ac_dir/$ac_word" >&5
+echo "$as_me:3026: found $ac_dir/$ac_word" >&5
break
done
@@ -2948,7 +3052,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_HAVE_JVIEW_IN_PATH="yes"
-echo "$as_me:2951: found $ac_dir/$ac_word" >&5
+echo "$as_me:3055: found $ac_dir/$ac_word" >&5
break
done
@@ -2988,7 +3092,7 @@ fi
fi
fi
fi
- echo "$as_me:2991: result: $ac_result" >&5
+ echo "$as_me:3095: result: $ac_result" >&5
echo "${ECHO_T}$ac_result" >&6
if test -n "$HAVE_JAVAEXEC" && test $BUILDJAVA = yes; then
@@ -2999,11 +3103,11 @@ fi
# Make sure we can run config.sub.
$ac_config_sub sun4 >/dev/null 2>&1 ||
- { { echo "$as_me:3002: error: cannot run $ac_config_sub" >&5
+ { { echo "$as_me:3106: error: cannot run $ac_config_sub" >&5
echo "$as_me: error: cannot run $ac_config_sub" >&2;}
{ (exit 1); exit 1; }; }
-echo "$as_me:3006: checking build system type" >&5
+echo "$as_me:3110: 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
@@ -3012,23 +3116,23 @@ else
test -z "$ac_cv_build_alias" &&
ac_cv_build_alias=`$ac_config_guess`
test -z "$ac_cv_build_alias" &&
- { { echo "$as_me:3015: error: cannot guess build type; you must specify one" >&5
+ { { echo "$as_me:3119: 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:3019: error: $ac_config_sub $ac_cv_build_alias failed." >&5
+ { { echo "$as_me:3123: 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:3024: result: $ac_cv_build" >&5
+echo "$as_me:3128: 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:3031: checking host system type" >&5
+echo "$as_me:3135: 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
@@ -3037,19 +3141,19 @@ 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:3040: error: $ac_config_sub $ac_cv_host_alias failed" >&5
+ { { echo "$as_me:3144: 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:3045: result: $ac_cv_host" >&5
+echo "$as_me:3149: 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:3052: checking for strerror in -lcposix" >&5
+ echo "$as_me:3156: 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
@@ -3057,7 +3161,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lcposix $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 3060 "configure"
+#line 3164 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -3076,16 +3180,16 @@ strerror ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:3079: \"$ac_link\"") >&5
+if { (eval echo "$as_me:3183: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:3082: \$? = $ac_status" >&5
+ echo "$as_me:3186: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:3085: \"$ac_try\"") >&5
+ { (eval echo "$as_me:3189: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:3088: \$? = $ac_status" >&5
+ echo "$as_me:3192: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_cposix_strerror=yes
else
@@ -3096,7 +3200,7 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:3099: result: $ac_cv_lib_cposix_strerror" >&5
+echo "$as_me:3203: 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"
@@ -3189,7 +3293,7 @@ fi;
ac_prog=ld
if test "$GCC" = yes; then
# Check if gcc -print-prog-name=ld gives a path.
- echo "$as_me:3192: checking for ld used by GCC" >&5
+ echo "$as_me:3296: checking for ld used by GCC" >&5
echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
case $host in
*-*-mingw*)
@@ -3219,10 +3323,10 @@ echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
;;
esac
elif test "$with_gnu_ld" = yes; then
- echo "$as_me:3222: checking for GNU ld" >&5
+ echo "$as_me:3326: checking for GNU ld" >&5
echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
else
- echo "$as_me:3225: checking for non-GNU ld" >&5
+ echo "$as_me:3329: checking for non-GNU ld" >&5
echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
fi
if test "${lt_cv_path_LD+set}" = set; then
@@ -3252,16 +3356,16 @@ fi
LD="$lt_cv_path_LD"
if test -n "$LD"; then
- echo "$as_me:3255: result: $LD" >&5
+ echo "$as_me:3359: result: $LD" >&5
echo "${ECHO_T}$LD" >&6
else
- echo "$as_me:3258: result: no" >&5
+ echo "$as_me:3362: result: no" >&5
echo "${ECHO_T}no" >&6
fi
-test -z "$LD" && { { echo "$as_me:3261: error: no acceptable ld found in \$PATH" >&5
+test -z "$LD" && { { echo "$as_me:3365: error: no acceptable ld found in \$PATH" >&5
echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
{ (exit 1); exit 1; }; }
-echo "$as_me:3264: checking if the linker ($LD) is GNU ld" >&5
+echo "$as_me:3368: checking if the linker ($LD) is GNU ld" >&5
echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
if test "${lt_cv_prog_gnu_ld+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3273,23 +3377,23 @@ else
lt_cv_prog_gnu_ld=no
fi
fi
-echo "$as_me:3276: result: $lt_cv_prog_gnu_ld" >&5
+echo "$as_me:3380: result: $lt_cv_prog_gnu_ld" >&5
echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
with_gnu_ld=$lt_cv_prog_gnu_ld
-echo "$as_me:3280: checking for $LD option to reload object files" >&5
+echo "$as_me:3384: checking for $LD option to reload object files" >&5
echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
if test "${lt_cv_ld_reload_flag+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
lt_cv_ld_reload_flag='-r'
fi
-echo "$as_me:3287: result: $lt_cv_ld_reload_flag" >&5
+echo "$as_me:3391: result: $lt_cv_ld_reload_flag" >&5
echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
reload_flag=$lt_cv_ld_reload_flag
test -n "$reload_flag" && reload_flag=" $reload_flag"
-echo "$as_me:3292: checking for BSD-compatible nm" >&5
+echo "$as_me:3396: checking for BSD-compatible nm" >&5
echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6
if test "${lt_cv_path_NM+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3325,21 +3429,21 @@ fi
fi
NM="$lt_cv_path_NM"
-echo "$as_me:3328: result: $NM" >&5
+echo "$as_me:3432: result: $NM" >&5
echo "${ECHO_T}$NM" >&6
-echo "$as_me:3331: checking whether ln -s works" >&5
+echo "$as_me:3435: checking whether ln -s works" >&5
echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
LN_S=$as_ln_s
if test "$LN_S" = "ln -s"; then
- echo "$as_me:3335: result: yes" >&5
+ echo "$as_me:3439: result: yes" >&5
echo "${ECHO_T}yes" >&6
else
- echo "$as_me:3338: result: no, using $LN_S" >&5
+ echo "$as_me:3442: result: no, using $LN_S" >&5
echo "${ECHO_T}no, using $LN_S" >&6
fi
-echo "$as_me:3342: checking how to recognise dependant libraries" >&5
+echo "$as_me:3446: checking how to recognise dependant libraries" >&5
echo $ECHO_N "checking how to recognise dependant libraries... $ECHO_C" >&6
if test "${lt_cv_deplibs_check_method+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3517,13 +3621,13 @@ sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
esac
fi
-echo "$as_me:3520: result: $lt_cv_deplibs_check_method" >&5
+echo "$as_me:3624: result: $lt_cv_deplibs_check_method" >&5
echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
file_magic_cmd=$lt_cv_file_magic_cmd
deplibs_check_method=$lt_cv_deplibs_check_method
# Check for command to grab the raw symbol name followed by C symbol from nm.
-echo "$as_me:3526: checking command to parse $NM output" >&5
+echo "$as_me:3630: checking command to parse $NM output" >&5
echo $ECHO_N "checking command to parse $NM output... $ECHO_C" >&6
if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3604,17 +3708,17 @@ void nm_test_func(){}
int main(){nm_test_var='a';nm_test_func();return(0);}
EOF
- if { (eval echo "$as_me:3607: \"$ac_compile\"") >&5
+ if { (eval echo "$as_me:3711: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:3610: \$? = $ac_status" >&5
+ echo "$as_me:3714: \$? = $ac_status" >&5
(exit $ac_status); }; then
# Now try to grab the symbols.
nlist=conftest.nm
- if { (eval echo "$as_me:3614: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
+ if { (eval echo "$as_me:3718: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
(eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
ac_status=$?
- echo "$as_me:3617: \$? = $ac_status" >&5
+ echo "$as_me:3721: \$? = $ac_status" >&5
(exit $ac_status); } && test -s "$nlist"; then
# Try sorting and uniquifying the output.
if sort "$nlist" | uniq > "$nlist"T; then
@@ -3666,10 +3770,10 @@ EOF
save_CFLAGS="$CFLAGS"
LIBS="conftstm.$ac_objext"
CFLAGS="$CFLAGS$no_builtin_flag"
- if { (eval echo "$as_me:3669: \"$ac_link\"") >&5
+ if { (eval echo "$as_me:3773: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:3672: \$? = $ac_status" >&5
+ echo "$as_me:3776: \$? = $ac_status" >&5
(exit $ac_status); } && test -s conftest; then
pipe_works=yes
fi
@@ -3710,33 +3814,33 @@ else
fi
if test -z "$global_symbol_pipe$global_symbol_to_cdec$global_symbol_to_c_name_address";
then
- echo "$as_me:3713: result: failed" >&5
+ echo "$as_me:3817: result: failed" >&5
echo "${ECHO_T}failed" >&6
else
- echo "$as_me:3716: result: ok" >&5
+ echo "$as_me:3820: result: ok" >&5
echo "${ECHO_T}ok" >&6
fi
for ac_header in dlfcn.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:3723: checking for $ac_header" >&5
+echo "$as_me:3827: 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 3729 "configure"
+#line 3833 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:3733: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:3837: \"$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:3739: \$? = $ac_status" >&5
+ echo "$as_me:3843: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -3755,7 +3859,7 @@ else
fi
rm -f conftest.err conftest.$ac_ext
fi
-echo "$as_me:3758: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:3862: result: `eval echo '${'$as_ac_Header'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
if test `eval echo '${'$as_ac_Header'}'` = yes; then
cat >>confdefs.h <<EOF
@@ -3769,7 +3873,7 @@ done
case $deplibs_check_method in
file_magic*)
if test "$file_magic_cmd" = '$MAGIC_CMD'; then
- echo "$as_me:3772: checking for ${ac_tool_prefix}file" >&5
+ echo "$as_me:3876: checking for ${ac_tool_prefix}file" >&5
echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3824,16 +3928,16 @@ fi
MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
if test -n "$MAGIC_CMD"; then
- echo "$as_me:3827: result: $MAGIC_CMD" >&5
+ echo "$as_me:3931: result: $MAGIC_CMD" >&5
echo "${ECHO_T}$MAGIC_CMD" >&6
else
- echo "$as_me:3830: result: no" >&5
+ echo "$as_me:3934: result: no" >&5
echo "${ECHO_T}no" >&6
fi
if test -z "$lt_cv_path_MAGIC_CMD"; then
if test -n "$ac_tool_prefix"; then
- echo "$as_me:3836: checking for file" >&5
+ echo "$as_me:3940: checking for file" >&5
echo $ECHO_N "checking for file... $ECHO_C" >&6
if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3888,10 +3992,10 @@ fi
MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
if test -n "$MAGIC_CMD"; then
- echo "$as_me:3891: result: $MAGIC_CMD" >&5
+ echo "$as_me:3995: result: $MAGIC_CMD" >&5
echo "${ECHO_T}$MAGIC_CMD" >&6
else
- echo "$as_me:3894: result: no" >&5
+ echo "$as_me:3998: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -3907,7 +4011,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:3910: checking for $ac_word" >&5
+echo "$as_me:4014: 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
@@ -3922,7 +4026,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:3925: found $ac_dir/$ac_word" >&5
+echo "$as_me:4029: found $ac_dir/$ac_word" >&5
break
done
@@ -3930,10 +4034,10 @@ fi
fi
RANLIB=$ac_cv_prog_RANLIB
if test -n "$RANLIB"; then
- echo "$as_me:3933: result: $RANLIB" >&5
+ echo "$as_me:4037: result: $RANLIB" >&5
echo "${ECHO_T}$RANLIB" >&6
else
- echo "$as_me:3936: result: no" >&5
+ echo "$as_me:4040: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -3942,7 +4046,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:3945: checking for $ac_word" >&5
+echo "$as_me:4049: 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
@@ -3957,7 +4061,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:3960: found $ac_dir/$ac_word" >&5
+echo "$as_me:4064: found $ac_dir/$ac_word" >&5
break
done
@@ -3966,10 +4070,10 @@ fi
fi
ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
if test -n "$ac_ct_RANLIB"; then
- echo "$as_me:3969: result: $ac_ct_RANLIB" >&5
+ echo "$as_me:4073: result: $ac_ct_RANLIB" >&5
echo "${ECHO_T}$ac_ct_RANLIB" >&6
else
- echo "$as_me:3972: result: no" >&5
+ echo "$as_me:4076: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -3981,7 +4085,7 @@ fi
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
set dummy ${ac_tool_prefix}strip; ac_word=$2
-echo "$as_me:3984: checking for $ac_word" >&5
+echo "$as_me:4088: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_STRIP+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3996,7 +4100,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_STRIP="${ac_tool_prefix}strip"
-echo "$as_me:3999: found $ac_dir/$ac_word" >&5
+echo "$as_me:4103: found $ac_dir/$ac_word" >&5
break
done
@@ -4004,10 +4108,10 @@ fi
fi
STRIP=$ac_cv_prog_STRIP
if test -n "$STRIP"; then
- echo "$as_me:4007: result: $STRIP" >&5
+ echo "$as_me:4111: result: $STRIP" >&5
echo "${ECHO_T}$STRIP" >&6
else
- echo "$as_me:4010: result: no" >&5
+ echo "$as_me:4114: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -4016,7 +4120,7 @@ if test -z "$ac_cv_prog_STRIP"; then
ac_ct_STRIP=$STRIP
# Extract the first word of "strip", so it can be a program name with args.
set dummy strip; ac_word=$2
-echo "$as_me:4019: checking for $ac_word" >&5
+echo "$as_me:4123: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4031,7 +4135,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_STRIP="strip"
-echo "$as_me:4034: found $ac_dir/$ac_word" >&5
+echo "$as_me:4138: found $ac_dir/$ac_word" >&5
break
done
@@ -4040,10 +4144,10 @@ fi
fi
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
if test -n "$ac_ct_STRIP"; then
- echo "$as_me:4043: result: $ac_ct_STRIP" >&5
+ echo "$as_me:4147: result: $ac_ct_STRIP" >&5
echo "${ECHO_T}$ac_ct_STRIP" >&6
else
- echo "$as_me:4046: result: no" >&5
+ echo "$as_me:4150: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -4067,11 +4171,11 @@ test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
case $host in
*-*-irix6*)
# Find out which ABI we are using.
- echo '#line 4070 "configure"' > conftest.$ac_ext
- if { (eval echo "$as_me:4071: \"$ac_compile\"") >&5
+ echo '#line 4174 "configure"' > conftest.$ac_ext
+ if { (eval echo "$as_me:4175: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:4074: \$? = $ac_status" >&5
+ echo "$as_me:4178: \$? = $ac_status" >&5
(exit $ac_status); }; then
case `/usr/bin/file conftest.$ac_objext` in
*32-bit*)
@@ -4092,7 +4196,7 @@ case $host in
# On SCO OpenServer 5, we need -belf to get full-featured binaries.
SAVE_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -belf"
- echo "$as_me:4095: checking whether the C compiler needs -belf" >&5
+ echo "$as_me:4199: checking whether the C compiler needs -belf" >&5
echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
if test "${lt_cv_cc_needs_belf+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4105,7 +4209,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
ac_compiler_gnu=$ac_cv_c_compiler_gnu
cat >conftest.$ac_ext <<_ACEOF
-#line 4108 "configure"
+#line 4212 "configure"
#include "confdefs.h"
int
@@ -4117,16 +4221,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:4120: \"$ac_link\"") >&5
+if { (eval echo "$as_me:4224: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:4123: \$? = $ac_status" >&5
+ echo "$as_me:4227: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:4126: \"$ac_try\"") >&5
+ { (eval echo "$as_me:4230: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:4129: \$? = $ac_status" >&5
+ echo "$as_me:4233: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
lt_cv_cc_needs_belf=yes
else
@@ -4142,7 +4246,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
ac_compiler_gnu=$ac_cv_c_compiler_gnu
fi
-echo "$as_me:4145: result: $lt_cv_cc_needs_belf" >&5
+echo "$as_me:4249: result: $lt_cv_cc_needs_belf" >&5
echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
if test x"$lt_cv_cc_needs_belf" != x"yes"; then
# this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
@@ -4154,7 +4258,7 @@ echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
set dummy ${ac_tool_prefix}dlltool; ac_word=$2
-echo "$as_me:4157: checking for $ac_word" >&5
+echo "$as_me:4261: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_DLLTOOL+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4169,7 +4273,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_DLLTOOL="${ac_tool_prefix}dlltool"
-echo "$as_me:4172: found $ac_dir/$ac_word" >&5
+echo "$as_me:4276: found $ac_dir/$ac_word" >&5
break
done
@@ -4177,10 +4281,10 @@ fi
fi
DLLTOOL=$ac_cv_prog_DLLTOOL
if test -n "$DLLTOOL"; then
- echo "$as_me:4180: result: $DLLTOOL" >&5
+ echo "$as_me:4284: result: $DLLTOOL" >&5
echo "${ECHO_T}$DLLTOOL" >&6
else
- echo "$as_me:4183: result: no" >&5
+ echo "$as_me:4287: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -4189,7 +4293,7 @@ if test -z "$ac_cv_prog_DLLTOOL"; then
ac_ct_DLLTOOL=$DLLTOOL
# Extract the first word of "dlltool", so it can be a program name with args.
set dummy dlltool; ac_word=$2
-echo "$as_me:4192: checking for $ac_word" >&5
+echo "$as_me:4296: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4204,7 +4308,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_DLLTOOL="dlltool"
-echo "$as_me:4207: found $ac_dir/$ac_word" >&5
+echo "$as_me:4311: found $ac_dir/$ac_word" >&5
break
done
@@ -4213,10 +4317,10 @@ fi
fi
ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
if test -n "$ac_ct_DLLTOOL"; then
- echo "$as_me:4216: result: $ac_ct_DLLTOOL" >&5
+ echo "$as_me:4320: result: $ac_ct_DLLTOOL" >&5
echo "${ECHO_T}$ac_ct_DLLTOOL" >&6
else
- echo "$as_me:4219: result: no" >&5
+ echo "$as_me:4323: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -4228,7 +4332,7 @@ fi
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
set dummy ${ac_tool_prefix}as; ac_word=$2
-echo "$as_me:4231: checking for $ac_word" >&5
+echo "$as_me:4335: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_AS+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4243,7 +4347,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_AS="${ac_tool_prefix}as"
-echo "$as_me:4246: found $ac_dir/$ac_word" >&5
+echo "$as_me:4350: found $ac_dir/$ac_word" >&5
break
done
@@ -4251,10 +4355,10 @@ fi
fi
AS=$ac_cv_prog_AS
if test -n "$AS"; then
- echo "$as_me:4254: result: $AS" >&5
+ echo "$as_me:4358: result: $AS" >&5
echo "${ECHO_T}$AS" >&6
else
- echo "$as_me:4257: result: no" >&5
+ echo "$as_me:4361: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -4263,7 +4367,7 @@ if test -z "$ac_cv_prog_AS"; then
ac_ct_AS=$AS
# Extract the first word of "as", so it can be a program name with args.
set dummy as; ac_word=$2
-echo "$as_me:4266: checking for $ac_word" >&5
+echo "$as_me:4370: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4278,7 +4382,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_AS="as"
-echo "$as_me:4281: found $ac_dir/$ac_word" >&5
+echo "$as_me:4385: found $ac_dir/$ac_word" >&5
break
done
@@ -4287,10 +4391,10 @@ fi
fi
ac_ct_AS=$ac_cv_prog_ac_ct_AS
if test -n "$ac_ct_AS"; then
- echo "$as_me:4290: result: $ac_ct_AS" >&5
+ echo "$as_me:4394: result: $ac_ct_AS" >&5
echo "${ECHO_T}$ac_ct_AS" >&6
else
- echo "$as_me:4293: result: no" >&5
+ echo "$as_me:4397: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -4302,7 +4406,7 @@ fi
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
set dummy ${ac_tool_prefix}objdump; ac_word=$2
-echo "$as_me:4305: checking for $ac_word" >&5
+echo "$as_me:4409: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_OBJDUMP+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4317,7 +4421,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_OBJDUMP="${ac_tool_prefix}objdump"
-echo "$as_me:4320: found $ac_dir/$ac_word" >&5
+echo "$as_me:4424: found $ac_dir/$ac_word" >&5
break
done
@@ -4325,10 +4429,10 @@ fi
fi
OBJDUMP=$ac_cv_prog_OBJDUMP
if test -n "$OBJDUMP"; then
- echo "$as_me:4328: result: $OBJDUMP" >&5
+ echo "$as_me:4432: result: $OBJDUMP" >&5
echo "${ECHO_T}$OBJDUMP" >&6
else
- echo "$as_me:4331: result: no" >&5
+ echo "$as_me:4435: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -4337,7 +4441,7 @@ if test -z "$ac_cv_prog_OBJDUMP"; then
ac_ct_OBJDUMP=$OBJDUMP
# Extract the first word of "objdump", so it can be a program name with args.
set dummy objdump; ac_word=$2
-echo "$as_me:4340: checking for $ac_word" >&5
+echo "$as_me:4444: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4352,7 +4456,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_OBJDUMP="objdump"
-echo "$as_me:4355: found $ac_dir/$ac_word" >&5
+echo "$as_me:4459: found $ac_dir/$ac_word" >&5
break
done
@@ -4361,10 +4465,10 @@ fi
fi
ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
if test -n "$ac_ct_OBJDUMP"; then
- echo "$as_me:4364: result: $ac_ct_OBJDUMP" >&5
+ echo "$as_me:4468: result: $ac_ct_OBJDUMP" >&5
echo "${ECHO_T}$ac_ct_OBJDUMP" >&6
else
- echo "$as_me:4367: result: no" >&5
+ echo "$as_me:4471: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -4375,13 +4479,13 @@ fi
# recent cygwin and mingw systems supply a stub DllMain which the user
# can override, but on older systems we have to supply one
- echo "$as_me:4378: checking if libtool should supply DllMain function" >&5
+ echo "$as_me:4482: checking if libtool should supply DllMain function" >&5
echo $ECHO_N "checking if libtool should supply DllMain function... $ECHO_C" >&6
if test "${lt_cv_need_dllmain+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 4384 "configure"
+#line 4488 "configure"
#include "confdefs.h"
int
@@ -4394,16 +4498,16 @@ extern int __attribute__((__stdcall__)) DllMain(void*, int, void*);
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:4397: \"$ac_link\"") >&5
+if { (eval echo "$as_me:4501: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:4400: \$? = $ac_status" >&5
+ echo "$as_me:4504: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:4403: \"$ac_try\"") >&5
+ { (eval echo "$as_me:4507: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:4406: \$? = $ac_status" >&5
+ echo "$as_me:4510: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
lt_cv_need_dllmain=no
else
@@ -4413,7 +4517,7 @@ lt_cv_need_dllmain=yes
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:4416: result: $lt_cv_need_dllmain" >&5
+echo "$as_me:4520: result: $lt_cv_need_dllmain" >&5
echo "${ECHO_T}$lt_cv_need_dllmain" >&6
case $host/$CC in
@@ -4422,13 +4526,13 @@ echo "${ECHO_T}$lt_cv_need_dllmain" >&6
# require "-mdll"
SAVE_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -mdll"
- echo "$as_me:4425: checking how to link DLLs" >&5
+ echo "$as_me:4529: checking how to link DLLs" >&5
echo $ECHO_N "checking how to link DLLs... $ECHO_C" >&6
if test "${lt_cv_cc_dll_switch+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 4431 "configure"
+#line 4535 "configure"
#include "confdefs.h"
int
@@ -4440,16 +4544,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:4443: \"$ac_link\"") >&5
+if { (eval echo "$as_me:4547: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:4446: \$? = $ac_status" >&5
+ echo "$as_me:4550: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:4449: \"$ac_try\"") >&5
+ { (eval echo "$as_me:4553: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:4452: \$? = $ac_status" >&5
+ echo "$as_me:4556: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
lt_cv_cc_dll_switch=-mdll
else
@@ -4459,7 +4563,7 @@ lt_cv_cc_dll_switch=-dll
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:4462: result: $lt_cv_cc_dll_switch" >&5
+echo "$as_me:4566: result: $lt_cv_cc_dll_switch" >&5
echo "${ECHO_T}$lt_cv_cc_dll_switch" >&6
CFLAGS="$SAVE_CFLAGS" ;;
*-*-cygwin* | *-*-pw32*)
@@ -4561,7 +4665,7 @@ fi
set dummy $CC
compiler="$2"
-echo "$as_me:4564: checking for objdir" >&5
+echo "$as_me:4668: checking for objdir" >&5
echo $ECHO_N "checking for objdir... $ECHO_C" >&6
rm -f .libs 2>/dev/null
mkdir .libs 2>/dev/null
@@ -4572,7 +4676,7 @@ else
objdir=_libs
fi
rmdir .libs 2>/dev/null
-echo "$as_me:4575: result: $objdir" >&5
+echo "$as_me:4679: result: $objdir" >&5
echo "${ECHO_T}$objdir" >&6
# Check whether --with-pic or --without-pic was given.
@@ -4587,7 +4691,7 @@ test -z "$pic_mode" && pic_mode=default
# We assume here that the value for lt_cv_prog_cc_pic will not be cached
# in isolation, and that seeing it set (from the cache) indicates that
# the associated values are set (in the cache) correctly too.
-echo "$as_me:4590: checking for $compiler option to produce PIC" >&5
+echo "$as_me:4694: checking for $compiler option to produce PIC" >&5
echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
if test "${lt_cv_prog_cc_pic+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4747,14 +4851,14 @@ else
fi
if test -z "$lt_cv_prog_cc_pic"; then
- echo "$as_me:4750: result: none" >&5
+ echo "$as_me:4854: result: none" >&5
echo "${ECHO_T}none" >&6
else
- echo "$as_me:4753: result: $lt_cv_prog_cc_pic" >&5
+ echo "$as_me:4857: result: $lt_cv_prog_cc_pic" >&5
echo "${ECHO_T}$lt_cv_prog_cc_pic" >&6
# Check to make sure the pic_flag actually works.
- echo "$as_me:4757: checking if $compiler PIC flag $lt_cv_prog_cc_pic works" >&5
+ echo "$as_me:4861: checking if $compiler PIC flag $lt_cv_prog_cc_pic works" >&5
echo $ECHO_N "checking if $compiler PIC flag $lt_cv_prog_cc_pic works... $ECHO_C" >&6
if test "${lt_cv_prog_cc_pic_works+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4762,7 +4866,7 @@ else
save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS $lt_cv_prog_cc_pic -DPIC"
cat >conftest.$ac_ext <<_ACEOF
-#line 4765 "configure"
+#line 4869 "configure"
#include "confdefs.h"
int
@@ -4774,16 +4878,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:4777: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:4881: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:4780: \$? = $ac_status" >&5
+ echo "$as_me:4884: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:4783: \"$ac_try\"") >&5
+ { (eval echo "$as_me:4887: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:4786: \$? = $ac_status" >&5
+ echo "$as_me:4890: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
case $host_os in
hpux9* | hpux10* | hpux11*)
@@ -4819,23 +4923,23 @@ fi
lt_cv_prog_cc_pic=" $lt_cv_prog_cc_pic"
fi
- echo "$as_me:4822: result: $lt_cv_prog_cc_pic_works" >&5
+ echo "$as_me:4926: result: $lt_cv_prog_cc_pic_works" >&5
echo "${ECHO_T}$lt_cv_prog_cc_pic_works" >&6
fi
# Check for any special shared library compilation flags.
if test -n "$lt_cv_prog_cc_shlib"; then
- { echo "$as_me:4828: WARNING: \`$CC' requires \`$lt_cv_prog_cc_shlib' to build shared libraries" >&5
+ { echo "$as_me:4932: WARNING: \`$CC' requires \`$lt_cv_prog_cc_shlib' to build shared libraries" >&5
echo "$as_me: WARNING: \`$CC' requires \`$lt_cv_prog_cc_shlib' to build shared libraries" >&2;}
if echo "$old_CC $old_CFLAGS " | egrep -e "[ ]$lt_cv_prog_cc_shlib[ ]" >/dev/null; then :
else
- { echo "$as_me:4832: WARNING: add \`$lt_cv_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&5
+ { echo "$as_me:4936: WARNING: add \`$lt_cv_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&5
echo "$as_me: WARNING: add \`$lt_cv_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&2;}
lt_cv_prog_cc_can_build_shared=no
fi
fi
-echo "$as_me:4838: checking if $compiler static flag $lt_cv_prog_cc_static works" >&5
+echo "$as_me:4942: checking if $compiler static flag $lt_cv_prog_cc_static works" >&5
echo $ECHO_N "checking if $compiler static flag $lt_cv_prog_cc_static works... $ECHO_C" >&6
if test "${lt_cv_prog_cc_static_works+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4844,7 +4948,7 @@ else
save_LDFLAGS="$LDFLAGS"
LDFLAGS="$LDFLAGS $lt_cv_prog_cc_static"
cat >conftest.$ac_ext <<_ACEOF
-#line 4847 "configure"
+#line 4951 "configure"
#include "confdefs.h"
int
@@ -4856,16 +4960,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:4859: \"$ac_link\"") >&5
+if { (eval echo "$as_me:4963: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:4862: \$? = $ac_status" >&5
+ echo "$as_me:4966: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:4865: \"$ac_try\"") >&5
+ { (eval echo "$as_me:4969: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:4868: \$? = $ac_status" >&5
+ echo "$as_me:4972: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
lt_cv_prog_cc_static_works=yes
else
@@ -4879,7 +4983,7 @@ fi
# Belt *and* braces to stop my trousers falling down:
test "X$lt_cv_prog_cc_static_works" = Xno && lt_cv_prog_cc_static=
-echo "$as_me:4882: result: $lt_cv_prog_cc_static_works" >&5
+echo "$as_me:4986: result: $lt_cv_prog_cc_static_works" >&5
echo "${ECHO_T}$lt_cv_prog_cc_static_works" >&6
pic_flag="$lt_cv_prog_cc_pic"
@@ -4890,7 +4994,7 @@ no_builtin_flag="$lt_cv_prog_cc_no_builtin"
can_build_shared="$lt_cv_prog_cc_can_build_shared"
# Check to see if options -o and -c are simultaneously supported by compiler
-echo "$as_me:4893: checking if $compiler supports -c -o file.$ac_objext" >&5
+echo "$as_me:4997: checking if $compiler supports -c -o file.$ac_objext" >&5
echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
if test "${lt_cv_compiler_c_o+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4910,7 +5014,7 @@ chmod -w .
save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
compiler_c_o=no
-if { (eval echo configure:4913: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
+if { (eval echo configure:5017: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings
if test -s out/conftest.err; then
@@ -4934,12 +5038,12 @@ $rm -r conftest 2>/dev/null
fi
compiler_c_o=$lt_cv_compiler_c_o
-echo "$as_me:4937: result: $compiler_c_o" >&5
+echo "$as_me:5041: result: $compiler_c_o" >&5
echo "${ECHO_T}$compiler_c_o" >&6
if test x"$compiler_c_o" = x"yes"; then
# Check to see if we can write to a .lo
- echo "$as_me:4942: checking if $compiler supports -c -o file.lo" >&5
+ echo "$as_me:5046: checking if $compiler supports -c -o file.lo" >&5
echo $ECHO_N "checking if $compiler supports -c -o file.lo... $ECHO_C" >&6
if test "${lt_cv_compiler_o_lo+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4951,7 +5055,7 @@ else
save_objext="$ac_objext"
ac_objext=lo
cat >conftest.$ac_ext <<_ACEOF
-#line 4954 "configure"
+#line 5058 "configure"
#include "confdefs.h"
int
@@ -4963,16 +5067,16 @@ int some_variable = 0;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:4966: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:5070: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:4969: \$? = $ac_status" >&5
+ echo "$as_me:5073: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:4972: \"$ac_try\"") >&5
+ { (eval echo "$as_me:5076: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:4975: \$? = $ac_status" >&5
+ echo "$as_me:5079: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings
@@ -4993,7 +5097,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
fi
compiler_o_lo=$lt_cv_compiler_o_lo
- echo "$as_me:4996: result: $compiler_o_lo" >&5
+ echo "$as_me:5100: result: $compiler_o_lo" >&5
echo "${ECHO_T}$compiler_o_lo" >&6
else
compiler_o_lo=no
@@ -5003,7 +5107,7 @@ fi
hard_links="nottested"
if test "$compiler_c_o" = no && test "$need_locks" != no; then
# do not overwrite the value of need_locks provided by the user
- echo "$as_me:5006: checking if we can lock with hard links" >&5
+ echo "$as_me:5110: checking if we can lock with hard links" >&5
echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
hard_links=yes
$rm conftest*
@@ -5011,10 +5115,10 @@ echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
touch conftest.a
ln conftest.a conftest.b 2>&5 || hard_links=no
ln conftest.a conftest.b 2>/dev/null && hard_links=no
- echo "$as_me:5014: result: $hard_links" >&5
+ echo "$as_me:5118: result: $hard_links" >&5
echo "${ECHO_T}$hard_links" >&6
if test "$hard_links" = no; then
- { echo "$as_me:5017: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
+ { echo "$as_me:5121: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
need_locks=warn
fi
@@ -5024,14 +5128,14 @@ fi
if test "$GCC" = yes; then
# Check to see if options -fno-rtti -fno-exceptions are supported by compiler
- echo "$as_me:5027: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
+ echo "$as_me:5131: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6
echo "int some_variable = 0;" > conftest.$ac_ext
save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -fno-rtti -fno-exceptions -c conftest.$ac_ext"
compiler_rtti_exceptions=no
cat >conftest.$ac_ext <<_ACEOF
-#line 5034 "configure"
+#line 5138 "configure"
#include "confdefs.h"
int
@@ -5043,16 +5147,16 @@ int some_variable = 0;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:5046: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:5150: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:5049: \$? = $ac_status" >&5
+ echo "$as_me:5153: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:5052: \"$ac_try\"") >&5
+ { (eval echo "$as_me:5156: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:5055: \$? = $ac_status" >&5
+ echo "$as_me:5159: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings
@@ -5068,7 +5172,7 @@ cat conftest.$ac_ext >&5
fi
rm -f conftest.$ac_objext conftest.$ac_ext
CFLAGS="$save_CFLAGS"
- echo "$as_me:5071: result: $compiler_rtti_exceptions" >&5
+ echo "$as_me:5175: result: $compiler_rtti_exceptions" >&5
echo "${ECHO_T}$compiler_rtti_exceptions" >&6
if test "$compiler_rtti_exceptions" = "yes"; then
@@ -5079,7 +5183,7 @@ echo "${ECHO_T}$compiler_rtti_exceptions" >&6
fi
# See if the linker supports building shared libraries.
-echo "$as_me:5082: checking whether the linker ($LD) supports shared libraries" >&5
+echo "$as_me:5186: checking whether the linker ($LD) supports shared libraries" >&5
echo $ECHO_N "checking whether the linker ($LD) supports shared libraries... $ECHO_C" >&6
allow_undefined_flag=
@@ -5759,12 +5863,12 @@ EOF
;;
esac
fi
-echo "$as_me:5762: result: $ld_shlibs" >&5
+echo "$as_me:5866: result: $ld_shlibs" >&5
echo "${ECHO_T}$ld_shlibs" >&6
test "$ld_shlibs" = no && can_build_shared=no
# Check hardcoding attributes.
-echo "$as_me:5767: checking how to hardcode library paths into programs" >&5
+echo "$as_me:5871: checking how to hardcode library paths into programs" >&5
echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
hardcode_action=
if test -n "$hardcode_libdir_flag_spec" || \
@@ -5788,20 +5892,20 @@ else
# directories.
hardcode_action=unsupported
fi
-echo "$as_me:5791: result: $hardcode_action" >&5
+echo "$as_me:5895: result: $hardcode_action" >&5
echo "${ECHO_T}$hardcode_action" >&6
striplib=
old_striplib=
-echo "$as_me:5796: checking whether stripping libraries is possible" >&5
+echo "$as_me:5900: checking whether stripping libraries is possible" >&5
echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
test -z "$striplib" && striplib="$STRIP --strip-unneeded"
- echo "$as_me:5801: result: yes" >&5
+ echo "$as_me:5905: result: yes" >&5
echo "${ECHO_T}yes" >&6
else
- echo "$as_me:5804: result: no" >&5
+ echo "$as_me:5908: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -5809,7 +5913,7 @@ reload_cmds='$LD$reload_flag -o $output$reload_objs'
test -z "$deplibs_check_method" && deplibs_check_method=unknown
# PORTME Fill in your ld.so characteristics
-echo "$as_me:5812: checking dynamic linker characteristics" >&5
+echo "$as_me:5916: checking dynamic linker characteristics" >&5
echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
library_names_spec=
libname_spec='lib$name'
@@ -6214,17 +6318,17 @@ sysv4*MP*)
dynamic_linker=no
;;
esac
-echo "$as_me:6217: result: $dynamic_linker" >&5
+echo "$as_me:6321: result: $dynamic_linker" >&5
echo "${ECHO_T}$dynamic_linker" >&6
test "$dynamic_linker" = no && can_build_shared=no
# Report the final consequences.
-echo "$as_me:6222: checking if libtool supports shared libraries" >&5
+echo "$as_me:6326: checking if libtool supports shared libraries" >&5
echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
-echo "$as_me:6224: result: $can_build_shared" >&5
+echo "$as_me:6328: result: $can_build_shared" >&5
echo "${ECHO_T}$can_build_shared" >&6
-echo "$as_me:6227: checking whether to build shared libraries" >&5
+echo "$as_me:6331: checking whether to build shared libraries" >&5
echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6
test "$can_build_shared" = "no" && enable_shared=no
@@ -6245,14 +6349,14 @@ aix4*)
fi
;;
esac
-echo "$as_me:6248: result: $enable_shared" >&5
+echo "$as_me:6352: result: $enable_shared" >&5
echo "${ECHO_T}$enable_shared" >&6
-echo "$as_me:6251: checking whether to build static libraries" >&5
+echo "$as_me:6355: checking whether to build static libraries" >&5
echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6
# Make sure either enable_shared or enable_static is yes.
test "$enable_shared" = yes || enable_static=yes
-echo "$as_me:6255: result: $enable_static" >&5
+echo "$as_me:6359: result: $enable_static" >&5
echo "${ECHO_T}$enable_static" >&6
if test "$hardcode_action" = relink; then
@@ -6290,13 +6394,13 @@ else
;;
*)
- echo "$as_me:6293: checking for shl_load" >&5
+ echo "$as_me:6397: checking for shl_load" >&5
echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
if test "${ac_cv_func_shl_load+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 6299 "configure"
+#line 6403 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char shl_load (); below. */
@@ -6327,16 +6431,16 @@ f = shl_load;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:6330: \"$ac_link\"") >&5
+if { (eval echo "$as_me:6434: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:6333: \$? = $ac_status" >&5
+ echo "$as_me:6437: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:6336: \"$ac_try\"") >&5
+ { (eval echo "$as_me:6440: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:6339: \$? = $ac_status" >&5
+ echo "$as_me:6443: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_func_shl_load=yes
else
@@ -6346,12 +6450,12 @@ ac_cv_func_shl_load=no
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:6349: result: $ac_cv_func_shl_load" >&5
+echo "$as_me:6453: result: $ac_cv_func_shl_load" >&5
echo "${ECHO_T}$ac_cv_func_shl_load" >&6
if test $ac_cv_func_shl_load = yes; then
lt_cv_dlopen="shl_load"
else
- echo "$as_me:6354: checking for shl_load in -ldld" >&5
+ echo "$as_me:6458: checking for shl_load in -ldld" >&5
echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
if test "${ac_cv_lib_dld_shl_load+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6359,7 +6463,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ldld $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 6362 "configure"
+#line 6466 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -6378,16 +6482,16 @@ shl_load ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:6381: \"$ac_link\"") >&5
+if { (eval echo "$as_me:6485: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:6384: \$? = $ac_status" >&5
+ echo "$as_me:6488: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:6387: \"$ac_try\"") >&5
+ { (eval echo "$as_me:6491: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:6390: \$? = $ac_status" >&5
+ echo "$as_me:6494: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_dld_shl_load=yes
else
@@ -6398,18 +6502,18 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:6401: result: $ac_cv_lib_dld_shl_load" >&5
+echo "$as_me:6505: result: $ac_cv_lib_dld_shl_load" >&5
echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
if test $ac_cv_lib_dld_shl_load = yes; then
lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"
else
- echo "$as_me:6406: checking for dlopen" >&5
+ echo "$as_me:6510: checking for dlopen" >&5
echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
if test "${ac_cv_func_dlopen+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 6412 "configure"
+#line 6516 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char dlopen (); below. */
@@ -6440,16 +6544,16 @@ f = dlopen;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:6443: \"$ac_link\"") >&5
+if { (eval echo "$as_me:6547: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:6446: \$? = $ac_status" >&5
+ echo "$as_me:6550: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:6449: \"$ac_try\"") >&5
+ { (eval echo "$as_me:6553: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:6452: \$? = $ac_status" >&5
+ echo "$as_me:6556: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_func_dlopen=yes
else
@@ -6459,12 +6563,12 @@ ac_cv_func_dlopen=no
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:6462: result: $ac_cv_func_dlopen" >&5
+echo "$as_me:6566: result: $ac_cv_func_dlopen" >&5
echo "${ECHO_T}$ac_cv_func_dlopen" >&6
if test $ac_cv_func_dlopen = yes; then
lt_cv_dlopen="dlopen"
else
- echo "$as_me:6467: checking for dlopen in -ldl" >&5
+ echo "$as_me:6571: checking for dlopen in -ldl" >&5
echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
if test "${ac_cv_lib_dl_dlopen+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6472,7 +6576,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ldl $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 6475 "configure"
+#line 6579 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -6491,16 +6595,16 @@ dlopen ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:6494: \"$ac_link\"") >&5
+if { (eval echo "$as_me:6598: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:6497: \$? = $ac_status" >&5
+ echo "$as_me:6601: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:6500: \"$ac_try\"") >&5
+ { (eval echo "$as_me:6604: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:6503: \$? = $ac_status" >&5
+ echo "$as_me:6607: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_dl_dlopen=yes
else
@@ -6511,12 +6615,12 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:6514: result: $ac_cv_lib_dl_dlopen" >&5
+echo "$as_me:6618: result: $ac_cv_lib_dl_dlopen" >&5
echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
if test $ac_cv_lib_dl_dlopen = yes; then
lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
else
- echo "$as_me:6519: checking for dlopen in -lsvld" >&5
+ echo "$as_me:6623: checking for dlopen in -lsvld" >&5
echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
if test "${ac_cv_lib_svld_dlopen+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6524,7 +6628,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lsvld $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 6527 "configure"
+#line 6631 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -6543,16 +6647,16 @@ dlopen ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:6546: \"$ac_link\"") >&5
+if { (eval echo "$as_me:6650: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:6549: \$? = $ac_status" >&5
+ echo "$as_me:6653: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:6552: \"$ac_try\"") >&5
+ { (eval echo "$as_me:6656: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:6555: \$? = $ac_status" >&5
+ echo "$as_me:6659: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_svld_dlopen=yes
else
@@ -6563,12 +6667,12 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:6566: result: $ac_cv_lib_svld_dlopen" >&5
+echo "$as_me:6670: result: $ac_cv_lib_svld_dlopen" >&5
echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
if test $ac_cv_lib_svld_dlopen = yes; then
lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
else
- echo "$as_me:6571: checking for dld_link in -ldld" >&5
+ echo "$as_me:6675: checking for dld_link in -ldld" >&5
echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6
if test "${ac_cv_lib_dld_dld_link+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6576,7 +6680,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ldld $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 6579 "configure"
+#line 6683 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -6595,16 +6699,16 @@ dld_link ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:6598: \"$ac_link\"") >&5
+if { (eval echo "$as_me:6702: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:6601: \$? = $ac_status" >&5
+ echo "$as_me:6705: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:6604: \"$ac_try\"") >&5
+ { (eval echo "$as_me:6708: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:6607: \$? = $ac_status" >&5
+ echo "$as_me:6711: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_dld_dld_link=yes
else
@@ -6615,7 +6719,7 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:6618: result: $ac_cv_lib_dld_dld_link" >&5
+echo "$as_me:6722: result: $ac_cv_lib_dld_dld_link" >&5
echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
if test $ac_cv_lib_dld_dld_link = yes; then
lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
@@ -6651,7 +6755,7 @@ fi
save_LIBS="$LIBS"
LIBS="$lt_cv_dlopen_libs $LIBS"
- echo "$as_me:6654: checking whether a program can dlopen itself" >&5
+ echo "$as_me:6758: checking whether a program can dlopen itself" >&5
echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
if test "${lt_cv_dlopen_self+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6662,7 +6766,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 6665 "configure"
+#line 6769 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -6723,10 +6827,10 @@ int main ()
exit (status);
}
EOF
- if { (eval echo "$as_me:6726: \"$ac_link\"") >&5
+ if { (eval echo "$as_me:6830: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:6729: \$? = $ac_status" >&5
+ echo "$as_me:6833: \$? = $ac_status" >&5
(exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
(./conftest; exit; ) 2>/dev/null
lt_status=$?
@@ -6743,12 +6847,12 @@ fi
rm -fr conftest*
fi
-echo "$as_me:6746: result: $lt_cv_dlopen_self" >&5
+echo "$as_me:6850: result: $lt_cv_dlopen_self" >&5
echo "${ECHO_T}$lt_cv_dlopen_self" >&6
if test "x$lt_cv_dlopen_self" = xyes; then
LDFLAGS="$LDFLAGS $link_static_flag"
- echo "$as_me:6751: checking whether a statically linked program can dlopen itself" >&5
+ echo "$as_me:6855: checking whether a statically linked program can dlopen itself" >&5
echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6
if test "${lt_cv_dlopen_self_static+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6759,7 +6863,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 6762 "configure"
+#line 6866 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -6820,10 +6924,10 @@ int main ()
exit (status);
}
EOF
- if { (eval echo "$as_me:6823: \"$ac_link\"") >&5
+ if { (eval echo "$as_me:6927: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:6826: \$? = $ac_status" >&5
+ echo "$as_me:6930: \$? = $ac_status" >&5
(exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
(./conftest; exit; ) 2>/dev/null
lt_status=$?
@@ -6840,7 +6944,7 @@ fi
rm -fr conftest*
fi
-echo "$as_me:6843: result: $lt_cv_dlopen_self_static" >&5
+echo "$as_me:6947: result: $lt_cv_dlopen_self_static" >&5
echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
fi
@@ -6870,7 +6974,7 @@ if test "$enable_shared" = yes && test "$GCC" = yes; then
# Test whether the compiler implicitly links with -lc since on some
# systems, -lgcc has to come before -lc. If gcc already passes -lc
# to ld, don't add -lc before -lgcc.
- echo "$as_me:6873: checking whether -lc should be explicitly linked in" >&5
+ echo "$as_me:6977: checking whether -lc should be explicitly linked in" >&5
echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
if test "${lt_cv_archive_cmds_need_lc+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6878,10 +6982,10 @@ else
$rm conftest*
echo 'static int dummy;' > conftest.$ac_ext
- if { (eval echo "$as_me:6881: \"$ac_compile\"") >&5
+ if { (eval echo "$as_me:6985: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:6884: \$? = $ac_status" >&5
+ echo "$as_me:6988: \$? = $ac_status" >&5
(exit $ac_status); }; then
soname=conftest
lib=conftest
@@ -6895,10 +6999,10 @@ else
libname=conftest
save_allow_undefined_flag=$allow_undefined_flag
allow_undefined_flag=
- if { (eval echo "$as_me:6898: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
+ if { (eval echo "$as_me:7002: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
(eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
ac_status=$?
- echo "$as_me:6901: \$? = $ac_status" >&5
+ echo "$as_me:7005: \$? = $ac_status" >&5
(exit $ac_status); }
then
lt_cv_archive_cmds_need_lc=no
@@ -6913,7 +7017,7 @@ else
fi
- echo "$as_me:6916: result: $lt_cv_archive_cmds_need_lc" >&5
+ echo "$as_me:7020: result: $lt_cv_archive_cmds_need_lc" >&5
echo "${ECHO_T}$lt_cv_archive_cmds_need_lc" >&6
;;
esac
@@ -7482,13 +7586,13 @@ cat >>confdefs.h <<\EOF
#define _GNU_SOURCE 1
EOF
-echo "$as_me:7485: checking for ANSI C header files" >&5
+echo "$as_me:7589: 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 7491 "configure"
+#line 7595 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
@@ -7496,13 +7600,13 @@ else
#include <float.h>
_ACEOF
-if { (eval echo "$as_me:7499: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:7603: \"$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:7505: \$? = $ac_status" >&5
+ echo "$as_me:7609: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -7524,7 +7628,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 7527 "configure"
+#line 7631 "configure"
#include "confdefs.h"
#include <string.h>
@@ -7542,7 +7646,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 7545 "configure"
+#line 7649 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -7563,7 +7667,7 @@ if test $ac_cv_header_stdc = yes; then
:
else
cat >conftest.$ac_ext <<_ACEOF
-#line 7566 "configure"
+#line 7670 "configure"
#include "confdefs.h"
#include <ctype.h>
#if ((' ' & 0x0FF) == 0x020)
@@ -7589,15 +7693,15 @@ main ()
}
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:7592: \"$ac_link\"") >&5
+if { (eval echo "$as_me:7696: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:7595: \$? = $ac_status" >&5
+ echo "$as_me:7699: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
- { (eval echo "$as_me:7597: \"$ac_try\"") >&5
+ { (eval echo "$as_me:7701: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:7600: \$? = $ac_status" >&5
+ echo "$as_me:7704: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
:
else
@@ -7610,7 +7714,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
fi
fi
fi
-echo "$as_me:7613: result: $ac_cv_header_stdc" >&5
+echo "$as_me:7717: result: $ac_cv_header_stdc" >&5
echo "${ECHO_T}$ac_cv_header_stdc" >&6
if test $ac_cv_header_stdc = yes; then
@@ -7623,23 +7727,23 @@ fi
for ac_header in limits.h malloc.h string.h unistd.h values.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:7626: checking for $ac_header" >&5
+echo "$as_me:7730: 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 7632 "configure"
+#line 7736 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:7636: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:7740: \"$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:7642: \$? = $ac_status" >&5
+ echo "$as_me:7746: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -7658,7 +7762,7 @@ else
fi
rm -f conftest.err conftest.$ac_ext
fi
-echo "$as_me:7661: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:7765: result: `eval echo '${'$as_ac_Header'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
if test `eval echo '${'$as_ac_Header'}'` = yes; then
cat >>confdefs.h <<EOF
@@ -7668,14 +7772,14 @@ EOF
fi
done
-echo "$as_me:7671: checking for stdbool.h" >&5
+echo "$as_me:7775: checking for stdbool.h" >&5
echo $ECHO_N "checking for stdbool.h... $ECHO_C" >&6
if test "${gt_cv_header_stdbool_h+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 7678 "configure"
+#line 7782 "configure"
#include "confdefs.h"
#include <stdbool.h>
#if false
@@ -7697,16 +7801,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:7700: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:7804: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:7703: \$? = $ac_status" >&5
+ echo "$as_me:7807: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:7706: \"$ac_try\"") >&5
+ { (eval echo "$as_me:7810: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:7709: \$? = $ac_status" >&5
+ echo "$as_me:7813: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
gt_cv_header_stdbool_h=yes
else
@@ -7717,7 +7821,7 @@ fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:7720: result: $gt_cv_header_stdbool_h" >&5
+echo "$as_me:7824: result: $gt_cv_header_stdbool_h" >&5
echo "${ECHO_T}$gt_cv_header_stdbool_h" >&6
if test $gt_cv_header_stdbool_h = yes; then
@@ -7728,14 +7832,14 @@ EOF
STDBOOL_H=''
else
STDBOOL_H='stdbool.h'
- echo "$as_me:7731: checking for _Bool type" >&5
+ echo "$as_me:7835: checking for _Bool type" >&5
echo $ECHO_N "checking for _Bool type... $ECHO_C" >&6
if test "${gt_cv_type_Bool+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 7738 "configure"
+#line 7842 "configure"
#include "confdefs.h"
_Bool x = sizeof (_Bool);
int
@@ -7747,16 +7851,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:7750: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:7854: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:7753: \$? = $ac_status" >&5
+ echo "$as_me:7857: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:7756: \"$ac_try\"") >&5
+ { (eval echo "$as_me:7860: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:7759: \$? = $ac_status" >&5
+ echo "$as_me:7863: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
gt_cv_type_Bool=yes
else
@@ -7767,7 +7871,7 @@ fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
- echo "$as_me:7770: result: $gt_cv_type_Bool" >&5
+ echo "$as_me:7874: result: $gt_cv_type_Bool" >&5
echo "${ECHO_T}$gt_cv_type_Bool" >&6
if test $gt_cv_type_Bool = yes; then
HAVE__BOOL=1
@@ -7777,7 +7881,7 @@ echo "${ECHO_T}$gt_cv_type_Bool" >&6
fi
-echo "$as_me:7780: checking for $CC option to accept ANSI C" >&5
+echo "$as_me:7884: 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
@@ -7785,7 +7889,7 @@ else
ac_cv_prog_cc_stdc=no
ac_save_CC=$CC
cat >conftest.$ac_ext <<_ACEOF
-#line 7788 "configure"
+#line 7892 "configure"
#include "confdefs.h"
#include <stdarg.h>
#include <stdio.h>
@@ -7834,16 +7938,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:7837: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:7941: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:7840: \$? = $ac_status" >&5
+ echo "$as_me:7944: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:7843: \"$ac_try\"") >&5
+ { (eval echo "$as_me:7947: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:7846: \$? = $ac_status" >&5
+ echo "$as_me:7950: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_prog_cc_stdc=$ac_arg
break
@@ -7860,21 +7964,21 @@ fi
case "x$ac_cv_prog_cc_stdc" in
x|xno)
- echo "$as_me:7863: result: none needed" >&5
+ echo "$as_me:7967: result: none needed" >&5
echo "${ECHO_T}none needed" >&6 ;;
*)
- echo "$as_me:7866: result: $ac_cv_prog_cc_stdc" >&5
+ echo "$as_me:7970: 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:7871: checking for an ANSI C-conforming const" >&5
+echo "$as_me:7975: 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 7877 "configure"
+#line 7981 "configure"
#include "confdefs.h"
int
@@ -7932,16 +8036,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:7935: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:8039: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:7938: \$? = $ac_status" >&5
+ echo "$as_me:8042: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:7941: \"$ac_try\"") >&5
+ { (eval echo "$as_me:8045: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:7944: \$? = $ac_status" >&5
+ echo "$as_me:8048: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_c_const=yes
else
@@ -7951,7 +8055,7 @@ ac_cv_c_const=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:7954: result: $ac_cv_c_const" >&5
+echo "$as_me:8058: result: $ac_cv_c_const" >&5
echo "${ECHO_T}$ac_cv_c_const" >&6
if test $ac_cv_c_const = no; then
@@ -7961,7 +8065,7 @@ EOF
fi
-echo "$as_me:7964: checking for inline" >&5
+echo "$as_me:8068: 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
@@ -7969,7 +8073,7 @@ else
ac_cv_c_inline=no
for ac_kw in inline __inline__ __inline; do
cat >conftest.$ac_ext <<_ACEOF
-#line 7972 "configure"
+#line 8076 "configure"
#include "confdefs.h"
#ifndef __cplusplus
static $ac_kw int static_foo () {return 0; }
@@ -7978,16 +8082,16 @@ $ac_kw int foo () {return 0; }
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:7981: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:8085: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:7984: \$? = $ac_status" >&5
+ echo "$as_me:8088: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:7987: \"$ac_try\"") >&5
+ { (eval echo "$as_me:8091: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:7990: \$? = $ac_status" >&5
+ echo "$as_me:8094: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_c_inline=$ac_kw; break
else
@@ -7998,7 +8102,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
done
fi
-echo "$as_me:8001: result: $ac_cv_c_inline" >&5
+echo "$as_me:8105: result: $ac_cv_c_inline" >&5
echo "${ECHO_T}$ac_cv_c_inline" >&6
case $ac_cv_c_inline in
inline | yes) ;;
@@ -8013,13 +8117,13 @@ EOF
;;
esac
- echo "$as_me:8016: checking for signed" >&5
+ echo "$as_me:8120: checking for signed" >&5
echo $ECHO_N "checking for signed... $ECHO_C" >&6
if test "${bh_cv_c_signed+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 8022 "configure"
+#line 8126 "configure"
#include "confdefs.h"
int
@@ -8031,16 +8135,16 @@ signed char x;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:8034: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:8138: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:8037: \$? = $ac_status" >&5
+ echo "$as_me:8141: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:8040: \"$ac_try\"") >&5
+ { (eval echo "$as_me:8144: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:8043: \$? = $ac_status" >&5
+ echo "$as_me:8147: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
bh_cv_c_signed=yes
else
@@ -8050,7 +8154,7 @@ bh_cv_c_signed=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:8053: result: $bh_cv_c_signed" >&5
+echo "$as_me:8157: result: $bh_cv_c_signed" >&5
echo "${ECHO_T}$bh_cv_c_signed" >&6
if test $bh_cv_c_signed = no; then
@@ -8060,13 +8164,13 @@ EOF
fi
- echo "$as_me:8063: checking whether backslash-a works in strings" >&5
+ echo "$as_me:8167: 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 8069 "configure"
+#line 8173 "configure"
#include "confdefs.h"
int
@@ -8085,16 +8189,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:8088: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:8192: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:8091: \$? = $ac_status" >&5
+ echo "$as_me:8195: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:8094: \"$ac_try\"") >&5
+ { (eval echo "$as_me:8198: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:8097: \$? = $ac_status" >&5
+ echo "$as_me:8201: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_c_backslash_a=yes
else
@@ -8104,7 +8208,7 @@ ac_cv_c_backslash_a=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:8107: result: $ac_cv_c_backslash_a" >&5
+echo "$as_me:8211: 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
@@ -8114,13 +8218,13 @@ EOF
fi
- echo "$as_me:8117: checking for unsigned long long" >&5
+ echo "$as_me:8221: checking for unsigned long long" >&5
echo $ECHO_N "checking for unsigned long long... $ECHO_C" >&6
if test "${ac_cv_type_unsigned_long_long+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 8123 "configure"
+#line 8227 "configure"
#include "confdefs.h"
unsigned long long ull = 1; int i = 63;
int
@@ -8133,16 +8237,16 @@ unsigned long long ullmax = (unsigned long long) -1;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:8136: \"$ac_link\"") >&5
+if { (eval echo "$as_me:8240: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:8139: \$? = $ac_status" >&5
+ echo "$as_me:8243: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:8142: \"$ac_try\"") >&5
+ { (eval echo "$as_me:8246: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:8145: \$? = $ac_status" >&5
+ echo "$as_me:8249: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_type_unsigned_long_long=yes
else
@@ -8152,7 +8256,7 @@ ac_cv_type_unsigned_long_long=no
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:8155: result: $ac_cv_type_unsigned_long_long" >&5
+echo "$as_me:8259: result: $ac_cv_type_unsigned_long_long" >&5
echo "${ECHO_T}$ac_cv_type_unsigned_long_long" >&6
if test $ac_cv_type_unsigned_long_long = yes; then
@@ -8168,28 +8272,28 @@ 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:8171: checking for $ac_header" >&5
+echo "$as_me:8275: 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 8177 "configure"
+#line 8281 "configure"
#include "confdefs.h"
$ac_includes_default
#include <$ac_header>
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:8183: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:8287: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:8186: \$? = $ac_status" >&5
+ echo "$as_me:8290: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:8189: \"$ac_try\"") >&5
+ { (eval echo "$as_me:8293: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:8192: \$? = $ac_status" >&5
+ echo "$as_me:8296: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$as_ac_Header=yes"
else
@@ -8199,7 +8303,7 @@ eval "$as_ac_Header=no"
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:8202: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:8306: result: `eval echo '${'$as_ac_Header'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
if test `eval echo '${'$as_ac_Header'}'` = yes; then
cat >>confdefs.h <<EOF
@@ -8209,13 +8313,13 @@ EOF
fi
done
-echo "$as_me:8212: checking for off_t" >&5
+echo "$as_me:8316: 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 8218 "configure"
+#line 8322 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -8230,16 +8334,16 @@ if (sizeof (off_t))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:8233: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:8337: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:8236: \$? = $ac_status" >&5
+ echo "$as_me:8340: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:8239: \"$ac_try\"") >&5
+ { (eval echo "$as_me:8343: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:8242: \$? = $ac_status" >&5
+ echo "$as_me:8346: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_type_off_t=yes
else
@@ -8249,7 +8353,7 @@ ac_cv_type_off_t=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:8252: result: $ac_cv_type_off_t" >&5
+echo "$as_me:8356: 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
:
@@ -8261,13 +8365,13 @@ EOF
fi
-echo "$as_me:8264: checking for size_t" >&5
+echo "$as_me:8368: 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 8270 "configure"
+#line 8374 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -8282,16 +8386,16 @@ if (sizeof (size_t))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:8285: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:8389: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:8288: \$? = $ac_status" >&5
+ echo "$as_me:8392: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:8291: \"$ac_try\"") >&5
+ { (eval echo "$as_me:8395: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:8294: \$? = $ac_status" >&5
+ echo "$as_me:8398: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_type_size_t=yes
else
@@ -8301,7 +8405,7 @@ ac_cv_type_size_t=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:8304: result: $ac_cv_type_size_t" >&5
+echo "$as_me:8408: 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
:
@@ -8313,13 +8417,13 @@ EOF
fi
-echo "$as_me:8316: checking for ptrdiff_t" >&5
+echo "$as_me:8420: checking for ptrdiff_t" >&5
echo $ECHO_N "checking for ptrdiff_t... $ECHO_C" >&6
if test "${ac_cv_type_ptrdiff_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 8322 "configure"
+#line 8426 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -8334,16 +8438,16 @@ if (sizeof (ptrdiff_t))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:8337: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:8441: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:8340: \$? = $ac_status" >&5
+ echo "$as_me:8444: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:8343: \"$ac_try\"") >&5
+ { (eval echo "$as_me:8447: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:8346: \$? = $ac_status" >&5
+ echo "$as_me:8450: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_type_ptrdiff_t=yes
else
@@ -8353,7 +8457,7 @@ ac_cv_type_ptrdiff_t=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:8356: result: $ac_cv_type_ptrdiff_t" >&5
+echo "$as_me:8460: result: $ac_cv_type_ptrdiff_t" >&5
echo "${ECHO_T}$ac_cv_type_ptrdiff_t" >&6
if test $ac_cv_type_ptrdiff_t = yes; then
@@ -8363,13 +8467,13 @@ EOF
fi
- echo "$as_me:8366: checking for inttypes.h" >&5
+ echo "$as_me:8470: checking for inttypes.h" >&5
echo $ECHO_N "checking for inttypes.h... $ECHO_C" >&6
if test "${jm_ac_cv_header_inttypes_h+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 8372 "configure"
+#line 8476 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <inttypes.h>
@@ -8382,16 +8486,16 @@ uintmax_t i = (uintmax_t) -1;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:8385: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:8489: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:8388: \$? = $ac_status" >&5
+ echo "$as_me:8492: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:8391: \"$ac_try\"") >&5
+ { (eval echo "$as_me:8495: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:8394: \$? = $ac_status" >&5
+ echo "$as_me:8498: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
jm_ac_cv_header_inttypes_h=yes
else
@@ -8401,7 +8505,7 @@ jm_ac_cv_header_inttypes_h=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:8404: result: $jm_ac_cv_header_inttypes_h" >&5
+echo "$as_me:8508: result: $jm_ac_cv_header_inttypes_h" >&5
echo "${ECHO_T}$jm_ac_cv_header_inttypes_h" >&6
if test $jm_ac_cv_header_inttypes_h = yes; then
@@ -8411,13 +8515,13 @@ EOF
fi
- echo "$as_me:8414: checking for stdint.h" >&5
+ echo "$as_me:8518: checking for stdint.h" >&5
echo $ECHO_N "checking for stdint.h... $ECHO_C" >&6
if test "${jm_ac_cv_header_stdint_h+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 8420 "configure"
+#line 8524 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <stdint.h>
@@ -8430,16 +8534,16 @@ uintmax_t i = (uintmax_t) -1;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:8433: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:8537: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:8436: \$? = $ac_status" >&5
+ echo "$as_me:8540: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:8439: \"$ac_try\"") >&5
+ { (eval echo "$as_me:8543: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:8442: \$? = $ac_status" >&5
+ echo "$as_me:8546: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
jm_ac_cv_header_stdint_h=yes
else
@@ -8449,7 +8553,7 @@ jm_ac_cv_header_stdint_h=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:8452: result: $jm_ac_cv_header_stdint_h" >&5
+echo "$as_me:8556: result: $jm_ac_cv_header_stdint_h" >&5
echo "${ECHO_T}$jm_ac_cv_header_stdint_h" >&6
if test $jm_ac_cv_header_stdint_h = yes; then
@@ -8471,13 +8575,13 @@ EOF
fi
- echo "$as_me:8474: checking for ssize_t" >&5
+ echo "$as_me:8578: checking for ssize_t" >&5
echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6
if test "${gt_cv_ssize_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 8480 "configure"
+#line 8584 "configure"
#include "confdefs.h"
#include <sys/types.h>
@@ -8493,16 +8597,16 @@ int x = sizeof (ssize_t *) + sizeof (ssize_t);
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:8496: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:8600: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:8499: \$? = $ac_status" >&5
+ echo "$as_me:8603: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:8502: \"$ac_try\"") >&5
+ { (eval echo "$as_me:8606: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:8505: \$? = $ac_status" >&5
+ echo "$as_me:8609: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
gt_cv_ssize_t=yes
else
@@ -8512,7 +8616,7 @@ gt_cv_ssize_t=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:8515: result: $gt_cv_ssize_t" >&5
+echo "$as_me:8619: result: $gt_cv_ssize_t" >&5
echo "${ECHO_T}$gt_cv_ssize_t" >&6
if test $gt_cv_ssize_t = no; then
@@ -8522,13 +8626,13 @@ EOF
fi
-echo "$as_me:8525: checking for pid_t" >&5
+echo "$as_me:8629: checking for pid_t" >&5
echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
if test "${ac_cv_type_pid_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 8531 "configure"
+#line 8635 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -8543,16 +8647,16 @@ if (sizeof (pid_t))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:8546: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:8650: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:8549: \$? = $ac_status" >&5
+ echo "$as_me:8653: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:8552: \"$ac_try\"") >&5
+ { (eval echo "$as_me:8656: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:8555: \$? = $ac_status" >&5
+ echo "$as_me:8659: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_type_pid_t=yes
else
@@ -8562,7 +8666,7 @@ ac_cv_type_pid_t=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:8565: result: $ac_cv_type_pid_t" >&5
+echo "$as_me:8669: result: $ac_cv_type_pid_t" >&5
echo "${ECHO_T}$ac_cv_type_pid_t" >&6
if test $ac_cv_type_pid_t = yes; then
:
@@ -8576,13 +8680,13 @@ fi
# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
# for constant arguments. Useless!
-echo "$as_me:8579: checking for working alloca.h" >&5
+echo "$as_me:8683: 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 8585 "configure"
+#line 8689 "configure"
#include "confdefs.h"
#include <alloca.h>
int
@@ -8594,16 +8698,16 @@ char *p = (char *) alloca (2 * sizeof (int));
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:8597: \"$ac_link\"") >&5
+if { (eval echo "$as_me:8701: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:8600: \$? = $ac_status" >&5
+ echo "$as_me:8704: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:8603: \"$ac_try\"") >&5
+ { (eval echo "$as_me:8707: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:8606: \$? = $ac_status" >&5
+ echo "$as_me:8710: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_working_alloca_h=yes
else
@@ -8613,7 +8717,7 @@ ac_cv_working_alloca_h=no
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:8616: result: $ac_cv_working_alloca_h" >&5
+echo "$as_me:8720: 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
@@ -8623,13 +8727,13 @@ EOF
fi
-echo "$as_me:8626: checking for alloca" >&5
+echo "$as_me:8730: 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 8632 "configure"
+#line 8736 "configure"
#include "confdefs.h"
#ifdef __GNUC__
# define alloca __builtin_alloca
@@ -8661,16 +8765,16 @@ char *p = (char *) alloca (1);
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:8664: \"$ac_link\"") >&5
+if { (eval echo "$as_me:8768: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:8667: \$? = $ac_status" >&5
+ echo "$as_me:8771: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:8670: \"$ac_try\"") >&5
+ { (eval echo "$as_me:8774: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:8673: \$? = $ac_status" >&5
+ echo "$as_me:8777: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_func_alloca_works=yes
else
@@ -8680,7 +8784,7 @@ ac_cv_func_alloca_works=no
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:8683: result: $ac_cv_func_alloca_works" >&5
+echo "$as_me:8787: 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
@@ -8701,13 +8805,13 @@ cat >>confdefs.h <<\EOF
#define C_ALLOCA 1
EOF
-echo "$as_me:8704: checking whether \`alloca.c' needs Cray hooks" >&5
+echo "$as_me:8808: 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 8710 "configure"
+#line 8814 "configure"
#include "confdefs.h"
#if defined(CRAY) && ! defined(CRAY2)
webecray
@@ -8725,18 +8829,18 @@ fi
rm -f conftest*
fi
-echo "$as_me:8728: result: $ac_cv_os_cray" >&5
+echo "$as_me:8832: 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:8733: checking for $ac_func" >&5
+echo "$as_me:8837: 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 8739 "configure"
+#line 8843 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -8767,16 +8871,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:8770: \"$ac_link\"") >&5
+if { (eval echo "$as_me:8874: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:8773: \$? = $ac_status" >&5
+ echo "$as_me:8877: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:8776: \"$ac_try\"") >&5
+ { (eval echo "$as_me:8880: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:8779: \$? = $ac_status" >&5
+ echo "$as_me:8883: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$as_ac_var=yes"
else
@@ -8786,7 +8890,7 @@ eval "$as_ac_var=no"
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:8789: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:8893: 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
@@ -8800,7 +8904,7 @@ fi
done
fi
-echo "$as_me:8803: checking stack direction for C alloca" >&5
+echo "$as_me:8907: 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
@@ -8809,7 +8913,7 @@ else
ac_cv_c_stack_direction=0
else
cat >conftest.$ac_ext <<_ACEOF
-#line 8812 "configure"
+#line 8916 "configure"
#include "confdefs.h"
int
find_stack_direction ()
@@ -8832,15 +8936,15 @@ main ()
}
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:8835: \"$ac_link\"") >&5
+if { (eval echo "$as_me:8939: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:8838: \$? = $ac_status" >&5
+ echo "$as_me:8942: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
- { (eval echo "$as_me:8840: \"$ac_try\"") >&5
+ { (eval echo "$as_me:8944: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:8843: \$? = $ac_status" >&5
+ echo "$as_me:8947: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_c_stack_direction=1
else
@@ -8852,7 +8956,7 @@ fi
rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
fi
fi
-echo "$as_me:8855: result: $ac_cv_c_stack_direction" >&5
+echo "$as_me:8959: result: $ac_cv_c_stack_direction" >&5
echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
cat >>confdefs.h <<EOF
@@ -8864,13 +8968,13 @@ fi
for ac_func in vprintf
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:8867: checking for $ac_func" >&5
+echo "$as_me:8971: 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 8873 "configure"
+#line 8977 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -8901,16 +9005,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:8904: \"$ac_link\"") >&5
+if { (eval echo "$as_me:9008: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:8907: \$? = $ac_status" >&5
+ echo "$as_me:9011: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:8910: \"$ac_try\"") >&5
+ { (eval echo "$as_me:9014: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:8913: \$? = $ac_status" >&5
+ echo "$as_me:9017: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$as_ac_var=yes"
else
@@ -8920,20 +9024,20 @@ eval "$as_ac_var=no"
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:8923: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:9027: result: `eval echo '${'$as_ac_var'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
if test `eval echo '${'$as_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
EOF
-echo "$as_me:8930: checking for _doprnt" >&5
+echo "$as_me:9034: checking for _doprnt" >&5
echo $ECHO_N "checking for _doprnt... $ECHO_C" >&6
if test "${ac_cv_func__doprnt+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 8936 "configure"
+#line 9040 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char _doprnt (); below. */
@@ -8964,16 +9068,16 @@ f = _doprnt;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:8967: \"$ac_link\"") >&5
+if { (eval echo "$as_me:9071: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:8970: \$? = $ac_status" >&5
+ echo "$as_me:9074: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:8973: \"$ac_try\"") >&5
+ { (eval echo "$as_me:9077: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:8976: \$? = $ac_status" >&5
+ echo "$as_me:9080: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_func__doprnt=yes
else
@@ -8983,7 +9087,7 @@ ac_cv_func__doprnt=no
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:8986: result: $ac_cv_func__doprnt" >&5
+echo "$as_me:9090: result: $ac_cv_func__doprnt" >&5
echo "${ECHO_T}$ac_cv_func__doprnt" >&6
if test $ac_cv_func__doprnt = yes; then
@@ -9000,13 +9104,13 @@ for ac_func in getcwd mblen memcpy posix_spawn putc_unlocked raise select \
strerror strtoul uname utime utimes
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:9003: checking for $ac_func" >&5
+echo "$as_me:9107: 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 9009 "configure"
+#line 9113 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -9037,16 +9141,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:9040: \"$ac_link\"") >&5
+if { (eval echo "$as_me:9144: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:9043: \$? = $ac_status" >&5
+ echo "$as_me:9147: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:9046: \"$ac_try\"") >&5
+ { (eval echo "$as_me:9150: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:9049: \$? = $ac_status" >&5
+ echo "$as_me:9153: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$as_ac_var=yes"
else
@@ -9056,7 +9160,7 @@ eval "$as_ac_var=no"
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:9059: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:9163: result: `eval echo '${'$as_ac_var'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
if test `eval echo '${'$as_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
@@ -9070,13 +9174,13 @@ for ac_func in memset stpcpy strcspn \
strcasecmp strncasecmp strpbrk strstr vasprintf
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:9073: checking for $ac_func" >&5
+echo "$as_me:9177: 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 9079 "configure"
+#line 9183 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -9107,16 +9211,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:9110: \"$ac_link\"") >&5
+if { (eval echo "$as_me:9214: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:9113: \$? = $ac_status" >&5
+ echo "$as_me:9217: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:9116: \"$ac_try\"") >&5
+ { (eval echo "$as_me:9220: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:9119: \$? = $ac_status" >&5
+ echo "$as_me:9223: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$as_ac_var=yes"
else
@@ -9126,7 +9230,7 @@ eval "$as_ac_var=no"
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:9129: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:9233: result: `eval echo '${'$as_ac_var'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
if test `eval echo '${'$as_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
@@ -9139,13 +9243,13 @@ fi
done
am_getline_needs_run_time_check=no
- echo "$as_me:9142: checking for getline" >&5
+ echo "$as_me:9246: checking for getline" >&5
echo $ECHO_N "checking for getline... $ECHO_C" >&6
if test "${ac_cv_func_getline+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 9148 "configure"
+#line 9252 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char getline (); below. */
@@ -9176,16 +9280,16 @@ f = getline;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:9179: \"$ac_link\"") >&5
+if { (eval echo "$as_me:9283: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:9182: \$? = $ac_status" >&5
+ echo "$as_me:9286: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:9185: \"$ac_try\"") >&5
+ { (eval echo "$as_me:9289: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:9188: \$? = $ac_status" >&5
+ echo "$as_me:9292: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_func_getline=yes
else
@@ -9195,7 +9299,7 @@ ac_cv_func_getline=no
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:9198: result: $ac_cv_func_getline" >&5
+echo "$as_me:9302: result: $ac_cv_func_getline" >&5
echo "${ECHO_T}$ac_cv_func_getline" >&6
if test $ac_cv_func_getline = yes; then
am_getline_needs_run_time_check=yes
@@ -9204,7 +9308,7 @@ else
fi
if test $am_getline_needs_run_time_check = yes; then
- echo "$as_me:9207: checking for working getline function" >&5
+ echo "$as_me:9311: checking for working getline function" >&5
echo $ECHO_N "checking for working getline function... $ECHO_C" >&6
if test "${am_cv_func_working_getline+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9214,7 +9318,7 @@ else
am_cv_func_working_getline=no
else
cat >conftest.$ac_ext <<_ACEOF
-#line 9217 "configure"
+#line 9321 "configure"
#include "confdefs.h"
# include <stdio.h>
@@ -9234,15 +9338,15 @@ else
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:9237: \"$ac_link\"") >&5
+if { (eval echo "$as_me:9341: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:9240: \$? = $ac_status" >&5
+ echo "$as_me:9344: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
- { (eval echo "$as_me:9242: \"$ac_try\"") >&5
+ { (eval echo "$as_me:9346: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:9245: \$? = $ac_status" >&5
+ echo "$as_me:9349: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
am_cv_func_working_getline=yes
else
@@ -9254,7 +9358,7 @@ fi
rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
fi
fi
-echo "$as_me:9257: result: $am_cv_func_working_getline" >&5
+echo "$as_me:9361: result: $am_cv_func_working_getline" >&5
echo "${ECHO_T}$am_cv_func_working_getline" >&6
fi
@@ -9273,13 +9377,13 @@ if test $am_cv_func_working_getline != yes; then
for ac_func in getdelim
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:9276: checking for $ac_func" >&5
+echo "$as_me:9380: 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 9282 "configure"
+#line 9386 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -9310,16 +9414,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:9313: \"$ac_link\"") >&5
+if { (eval echo "$as_me:9417: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:9316: \$? = $ac_status" >&5
+ echo "$as_me:9420: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:9319: \"$ac_try\"") >&5
+ { (eval echo "$as_me:9423: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:9322: \$? = $ac_status" >&5
+ echo "$as_me:9426: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$as_ac_var=yes"
else
@@ -9329,7 +9433,7 @@ eval "$as_ac_var=no"
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:9332: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:9436: result: `eval echo '${'$as_ac_var'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
if test `eval echo '${'$as_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
@@ -9341,7 +9445,7 @@ done
fi
- echo "$as_me:9344: checking for working fnmatch function" >&5
+ echo "$as_me:9448: checking for working fnmatch function" >&5
echo $ECHO_N "checking for working fnmatch function... $ECHO_C" >&6
if test "${gt_cv_func_fnmatch_works+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9351,7 +9455,7 @@ else
gt_cv_func_fnmatch_works=no
else
cat >conftest.$ac_ext <<_ACEOF
-#line 9354 "configure"
+#line 9458 "configure"
#include "confdefs.h"
# include <stdlib.h>
@@ -9364,15 +9468,15 @@ else
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:9367: \"$ac_link\"") >&5
+if { (eval echo "$as_me:9471: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:9370: \$? = $ac_status" >&5
+ echo "$as_me:9474: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
- { (eval echo "$as_me:9372: \"$ac_try\"") >&5
+ { (eval echo "$as_me:9476: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:9375: \$? = $ac_status" >&5
+ echo "$as_me:9479: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
gt_cv_func_fnmatch_works=yes
else
@@ -9385,7 +9489,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
fi
fi
-echo "$as_me:9388: result: $gt_cv_func_fnmatch_works" >&5
+echo "$as_me:9492: result: $gt_cv_func_fnmatch_works" >&5
echo "${ECHO_T}$gt_cv_func_fnmatch_works" >&6
if test $gt_cv_func_fnmatch_works = yes; then
@@ -9412,23 +9516,23 @@ EOF
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`
-echo "$as_me:9415: checking for $ac_header" >&5
+echo "$as_me:9519: 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 9421 "configure"
+#line 9525 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:9425: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:9529: \"$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:9431: \$? = $ac_status" >&5
+ echo "$as_me:9535: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -9447,7 +9551,7 @@ else
fi
rm -f conftest.err conftest.$ac_ext
fi
-echo "$as_me:9450: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:9554: result: `eval echo '${'$as_ac_Header'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
if test `eval echo '${'$as_ac_Header'}'` = yes; then
cat >>confdefs.h <<EOF
@@ -9460,13 +9564,13 @@ done
for ac_func in isascii iswcntrl iswprint mbsinit wcwidth
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:9463: checking for $ac_func" >&5
+echo "$as_me:9567: 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 9469 "configure"
+#line 9573 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -9497,16 +9601,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:9500: \"$ac_link\"") >&5
+if { (eval echo "$as_me:9604: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:9503: \$? = $ac_status" >&5
+ echo "$as_me:9607: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:9506: \"$ac_try\"") >&5
+ { (eval echo "$as_me:9610: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:9509: \$? = $ac_status" >&5
+ echo "$as_me:9613: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$as_ac_var=yes"
else
@@ -9516,7 +9620,7 @@ eval "$as_ac_var=no"
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:9519: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:9623: result: `eval echo '${'$as_ac_var'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
if test `eval echo '${'$as_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
@@ -9526,13 +9630,13 @@ EOF
fi
done
- echo "$as_me:9529: checking whether mbrtowc and mbstate_t are properly declared" >&5
+ echo "$as_me:9633: checking whether mbrtowc and mbstate_t are properly declared" >&5
echo $ECHO_N "checking whether mbrtowc and mbstate_t are properly declared... $ECHO_C" >&6
if test "${jm_cv_func_mbrtowc+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 9535 "configure"
+#line 9639 "configure"
#include "confdefs.h"
#include <wchar.h>
int
@@ -9544,16 +9648,16 @@ mbstate_t state; return ! (sizeof state && mbrtowc);
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:9547: \"$ac_link\"") >&5
+if { (eval echo "$as_me:9651: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:9550: \$? = $ac_status" >&5
+ echo "$as_me:9654: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:9553: \"$ac_try\"") >&5
+ { (eval echo "$as_me:9657: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:9556: \$? = $ac_status" >&5
+ echo "$as_me:9660: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
jm_cv_func_mbrtowc=yes
else
@@ -9563,7 +9667,7 @@ jm_cv_func_mbrtowc=no
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:9566: result: $jm_cv_func_mbrtowc" >&5
+echo "$as_me:9670: result: $jm_cv_func_mbrtowc" >&5
echo "${ECHO_T}$jm_cv_func_mbrtowc" >&6
if test $jm_cv_func_mbrtowc = yes; then
@@ -9573,13 +9677,13 @@ EOF
fi
- echo "$as_me:9576: checking whether wcwidth is declared" >&5
+ echo "$as_me:9680: checking whether wcwidth is declared" >&5
echo $ECHO_N "checking whether wcwidth is declared... $ECHO_C" >&6
if test "${ac_cv_have_decl_wcwidth+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 9582 "configure"
+#line 9686 "configure"
#include "confdefs.h"
/* AIX 3.2.5 declares wcwidth in <string.h>. */
@@ -9603,16 +9707,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:9606: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:9710: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:9609: \$? = $ac_status" >&5
+ echo "$as_me:9713: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:9612: \"$ac_try\"") >&5
+ { (eval echo "$as_me:9716: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:9615: \$? = $ac_status" >&5
+ echo "$as_me:9719: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_have_decl_wcwidth=yes
else
@@ -9622,7 +9726,7 @@ ac_cv_have_decl_wcwidth=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:9625: result: $ac_cv_have_decl_wcwidth" >&5
+echo "$as_me:9729: result: $ac_cv_have_decl_wcwidth" >&5
echo "${ECHO_T}$ac_cv_have_decl_wcwidth" >&6
if test $ac_cv_have_decl_wcwidth = yes; then
ac_val=1
@@ -9637,23 +9741,23 @@ EOF
for ac_header in stdlib.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:9640: checking for $ac_header" >&5
+echo "$as_me:9744: 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 9646 "configure"
+#line 9750 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:9650: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:9754: \"$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:9656: \$? = $ac_status" >&5
+ echo "$as_me:9760: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -9672,7 +9776,7 @@ else
fi
rm -f conftest.err conftest.$ac_ext
fi
-echo "$as_me:9675: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:9779: result: `eval echo '${'$as_ac_Header'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
if test `eval echo '${'$as_ac_Header'}'` = yes; then
cat >>confdefs.h <<EOF
@@ -9682,13 +9786,13 @@ EOF
fi
done
- echo "$as_me:9685: checking for mbstate_t" >&5
+ echo "$as_me:9789: 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 9691 "configure"
+#line 9795 "configure"
#include "confdefs.h"
#if HAVE_STDLIB_H
@@ -9704,16 +9808,16 @@ mbstate_t x; return sizeof x;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:9707: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:9811: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:9710: \$? = $ac_status" >&5
+ echo "$as_me:9814: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:9713: \"$ac_try\"") >&5
+ { (eval echo "$as_me:9817: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:9716: \$? = $ac_status" >&5
+ echo "$as_me:9820: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_type_mbstate_t=yes
else
@@ -9723,7 +9827,7 @@ ac_cv_type_mbstate_t=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:9726: result: $ac_cv_type_mbstate_t" >&5
+echo "$as_me:9830: 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
@@ -9736,13 +9840,13 @@ EOF
ac_header_dirent=no
for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
-echo "$as_me:9739: checking for $ac_hdr that defines DIR" >&5
+echo "$as_me:9843: checking for $ac_hdr that defines DIR" >&5
echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6
if eval "test \"\${$as_ac_Header+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 9745 "configure"
+#line 9849 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <$ac_hdr>
@@ -9757,16 +9861,16 @@ return 0;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:9760: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:9864: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:9763: \$? = $ac_status" >&5
+ echo "$as_me:9867: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:9766: \"$ac_try\"") >&5
+ { (eval echo "$as_me:9870: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:9769: \$? = $ac_status" >&5
+ echo "$as_me:9873: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$as_ac_Header=yes"
else
@@ -9776,7 +9880,7 @@ eval "$as_ac_Header=no"
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:9779: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:9883: result: `eval echo '${'$as_ac_Header'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
if test `eval echo '${'$as_ac_Header'}'` = yes; then
cat >>confdefs.h <<EOF
@@ -9789,7 +9893,7 @@ fi
done
# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
if test $ac_header_dirent = dirent.h; then
- echo "$as_me:9792: checking for opendir in -ldir" >&5
+ echo "$as_me:9896: checking for opendir in -ldir" >&5
echo $ECHO_N "checking for opendir in -ldir... $ECHO_C" >&6
if test "${ac_cv_lib_dir_opendir+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9797,7 +9901,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ldir $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 9800 "configure"
+#line 9904 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -9816,16 +9920,16 @@ opendir ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:9819: \"$ac_link\"") >&5
+if { (eval echo "$as_me:9923: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:9822: \$? = $ac_status" >&5
+ echo "$as_me:9926: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:9825: \"$ac_try\"") >&5
+ { (eval echo "$as_me:9929: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:9828: \$? = $ac_status" >&5
+ echo "$as_me:9932: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_dir_opendir=yes
else
@@ -9836,14 +9940,14 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:9839: result: $ac_cv_lib_dir_opendir" >&5
+echo "$as_me:9943: result: $ac_cv_lib_dir_opendir" >&5
echo "${ECHO_T}$ac_cv_lib_dir_opendir" >&6
if test $ac_cv_lib_dir_opendir = yes; then
LIBS="$LIBS -ldir"
fi
else
- echo "$as_me:9846: checking for opendir in -lx" >&5
+ echo "$as_me:9950: checking for opendir in -lx" >&5
echo $ECHO_N "checking for opendir in -lx... $ECHO_C" >&6
if test "${ac_cv_lib_x_opendir+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9851,7 +9955,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lx $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 9854 "configure"
+#line 9958 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -9870,16 +9974,16 @@ opendir ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:9873: \"$ac_link\"") >&5
+if { (eval echo "$as_me:9977: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:9876: \$? = $ac_status" >&5
+ echo "$as_me:9980: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:9879: \"$ac_try\"") >&5
+ { (eval echo "$as_me:9983: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:9882: \$? = $ac_status" >&5
+ echo "$as_me:9986: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_x_opendir=yes
else
@@ -9890,7 +9994,7 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:9893: result: $ac_cv_lib_x_opendir" >&5
+echo "$as_me:9997: result: $ac_cv_lib_x_opendir" >&5
echo "${ECHO_T}$ac_cv_lib_x_opendir" >&6
if test $ac_cv_lib_x_opendir = yes; then
LIBS="$LIBS -lx"
@@ -9898,7 +10002,7 @@ fi
fi
- echo "$as_me:9901: checking whether closedir returns void" >&5
+ echo "$as_me:10005: checking whether closedir returns void" >&5
echo $ECHO_N "checking whether closedir returns void... $ECHO_C" >&6
if test "${ac_cv_func_closedir_void+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9907,7 +10011,7 @@ else
ac_cv_func_closedir_void=yes
else
cat >conftest.$ac_ext <<_ACEOF
-#line 9910 "configure"
+#line 10014 "configure"
#include "confdefs.h"
$ac_includes_default
#include <$ac_header_dirent>
@@ -9924,15 +10028,15 @@ exit (closedir (opendir (".")) != 0);
}
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:9927: \"$ac_link\"") >&5
+if { (eval echo "$as_me:10031: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:9930: \$? = $ac_status" >&5
+ echo "$as_me:10034: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
- { (eval echo "$as_me:9932: \"$ac_try\"") >&5
+ { (eval echo "$as_me:10036: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:9935: \$? = $ac_status" >&5
+ echo "$as_me:10039: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_func_closedir_void=no
else
@@ -9944,7 +10048,7 @@ fi
rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
fi
fi
-echo "$as_me:9947: result: $ac_cv_func_closedir_void" >&5
+echo "$as_me:10051: result: $ac_cv_func_closedir_void" >&5
echo "${ECHO_T}$ac_cv_func_closedir_void" >&6
if test $ac_cv_func_closedir_void = yes; then
@@ -9957,23 +10061,23 @@ fi
for ac_header in limits.h string.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:9960: checking for $ac_header" >&5
+echo "$as_me:10064: 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 9966 "configure"
+#line 10070 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:9970: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:10074: \"$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:9976: \$? = $ac_status" >&5
+ echo "$as_me:10080: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -9992,7 +10096,7 @@ else
fi
rm -f conftest.err conftest.$ac_ext
fi
-echo "$as_me:9995: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:10099: result: `eval echo '${'$as_ac_Header'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
if test `eval echo '${'$as_ac_Header'}'` = yes; then
cat >>confdefs.h <<EOF
@@ -10002,7 +10106,7 @@ EOF
fi
done
- echo "$as_me:10005: checking for long file names" >&5
+ echo "$as_me:10109: checking for long file names" >&5
echo $ECHO_N "checking for long file names... $ECHO_C" >&6
if test "${ac_cv_sys_long_file_names+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10041,7 +10145,7 @@ for ac_dir in . $ac_tmpdirs `eval echo $prefix/lib $exec_prefix/lib` ; do
rm -rf $ac_xdir 2>/dev/null
done
fi
-echo "$as_me:10044: result: $ac_cv_sys_long_file_names" >&5
+echo "$as_me:10148: result: $ac_cv_sys_long_file_names" >&5
echo "${ECHO_T}$ac_cv_sys_long_file_names" >&6
if test $ac_cv_sys_long_file_names = yes; then
@@ -10054,13 +10158,13 @@ fi
for ac_func in pathconf
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:10057: checking for $ac_func" >&5
+echo "$as_me:10161: 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 10063 "configure"
+#line 10167 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -10091,16 +10195,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:10094: \"$ac_link\"") >&5
+if { (eval echo "$as_me:10198: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:10097: \$? = $ac_status" >&5
+ echo "$as_me:10201: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:10100: \"$ac_try\"") >&5
+ { (eval echo "$as_me:10204: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:10103: \$? = $ac_status" >&5
+ echo "$as_me:10207: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$as_ac_var=yes"
else
@@ -10110,7 +10214,7 @@ eval "$as_ac_var=no"
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:10113: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:10217: result: `eval echo '${'$as_ac_var'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
if test `eval echo '${'$as_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
@@ -10123,23 +10227,23 @@ done
for ac_header in limits.h string.h unistd.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:10126: checking for $ac_header" >&5
+echo "$as_me:10230: 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 10132 "configure"
+#line 10236 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:10136: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:10240: \"$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:10142: \$? = $ac_status" >&5
+ echo "$as_me:10246: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -10158,7 +10262,7 @@ else
fi
rm -f conftest.err conftest.$ac_ext
fi
-echo "$as_me:10161: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:10265: result: `eval echo '${'$as_ac_Header'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
if test `eval echo '${'$as_ac_Header'}'` = yes; then
cat >>confdefs.h <<EOF
@@ -10171,23 +10275,23 @@ done
for ac_header in unistd.h vfork.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:10174: checking for $ac_header" >&5
+echo "$as_me:10278: 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 10180 "configure"
+#line 10284 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:10184: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:10288: \"$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:10190: \$? = $ac_status" >&5
+ echo "$as_me:10294: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -10206,7 +10310,7 @@ else
fi
rm -f conftest.err conftest.$ac_ext
fi
-echo "$as_me:10209: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:10313: result: `eval echo '${'$as_ac_Header'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
if test `eval echo '${'$as_ac_Header'}'` = yes; then
cat >>confdefs.h <<EOF
@@ -10219,13 +10323,13 @@ done
for ac_func in fork vfork
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:10222: checking for $ac_func" >&5
+echo "$as_me:10326: 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 10228 "configure"
+#line 10332 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -10256,16 +10360,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:10259: \"$ac_link\"") >&5
+if { (eval echo "$as_me:10363: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:10262: \$? = $ac_status" >&5
+ echo "$as_me:10366: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:10265: \"$ac_try\"") >&5
+ { (eval echo "$as_me:10369: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:10268: \$? = $ac_status" >&5
+ echo "$as_me:10372: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$as_ac_var=yes"
else
@@ -10275,7 +10379,7 @@ eval "$as_ac_var=no"
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:10278: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:10382: result: `eval echo '${'$as_ac_var'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
if test `eval echo '${'$as_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
@@ -10287,7 +10391,7 @@ done
ac_cv_func_fork_works=$ac_cv_func_fork
if test "x$ac_cv_func_fork" = xyes; then
- echo "$as_me:10290: checking for working fork" >&5
+ echo "$as_me:10394: checking for working fork" >&5
echo $ECHO_N "checking for working fork... $ECHO_C" >&6
if test "${ac_cv_func_fork_works+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10310,15 +10414,15 @@ else
}
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:10313: \"$ac_link\"") >&5
+if { (eval echo "$as_me:10417: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:10316: \$? = $ac_status" >&5
+ echo "$as_me:10420: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
- { (eval echo "$as_me:10318: \"$ac_try\"") >&5
+ { (eval echo "$as_me:10422: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:10321: \$? = $ac_status" >&5
+ echo "$as_me:10425: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_func_fork_works=yes
else
@@ -10330,7 +10434,7 @@ fi
rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
fi
fi
-echo "$as_me:10333: result: $ac_cv_func_fork_works" >&5
+echo "$as_me:10437: result: $ac_cv_func_fork_works" >&5
echo "${ECHO_T}$ac_cv_func_fork_works" >&6
fi
@@ -10344,12 +10448,12 @@ if test "x$ac_cv_func_fork_works" = xcross; then
ac_cv_func_fork_works=yes
;;
esac
- { echo "$as_me:10347: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&5
+ { echo "$as_me:10451: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&5
echo "$as_me: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&2;}
fi
ac_cv_func_vfork_works=$ac_cv_func_vfork
if test "x$ac_cv_func_vfork" = xyes; then
- echo "$as_me:10352: checking for working vfork" >&5
+ echo "$as_me:10456: checking for working vfork" >&5
echo $ECHO_N "checking for working vfork... $ECHO_C" >&6
if test "${ac_cv_func_vfork_works+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10358,7 +10462,7 @@ else
ac_cv_func_vfork_works=cross
else
cat >conftest.$ac_ext <<_ACEOF
-#line 10361 "configure"
+#line 10465 "configure"
#include "confdefs.h"
/* Thanks to Paul Eggert for this test. */
#include <stdio.h>
@@ -10455,15 +10559,15 @@ main ()
}
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:10458: \"$ac_link\"") >&5
+if { (eval echo "$as_me:10562: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:10461: \$? = $ac_status" >&5
+ echo "$as_me:10565: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
- { (eval echo "$as_me:10463: \"$ac_try\"") >&5
+ { (eval echo "$as_me:10567: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:10466: \$? = $ac_status" >&5
+ echo "$as_me:10570: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_func_vfork_works=yes
else
@@ -10475,13 +10579,13 @@ fi
rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
fi
fi
-echo "$as_me:10478: result: $ac_cv_func_vfork_works" >&5
+echo "$as_me:10582: result: $ac_cv_func_vfork_works" >&5
echo "${ECHO_T}$ac_cv_func_vfork_works" >&6
fi;
if test "x$ac_cv_func_fork_works" = xcross; then
ac_cv_func_vfork_works=ac_cv_func_vfork
- { echo "$as_me:10484: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&5
+ { echo "$as_me:10588: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&5
echo "$as_me: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&2;}
fi
@@ -10509,13 +10613,13 @@ fi
for ac_func in waitpid
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:10512: checking for $ac_func" >&5
+echo "$as_me:10616: 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 10518 "configure"
+#line 10622 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -10546,16 +10650,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:10549: \"$ac_link\"") >&5
+if { (eval echo "$as_me:10653: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:10552: \$? = $ac_status" >&5
+ echo "$as_me:10656: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:10555: \"$ac_try\"") >&5
+ { (eval echo "$as_me:10659: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:10558: \$? = $ac_status" >&5
+ echo "$as_me:10662: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$as_ac_var=yes"
else
@@ -10565,7 +10669,7 @@ eval "$as_ac_var=no"
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:10568: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:10672: result: `eval echo '${'$as_ac_var'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
if test `eval echo '${'$as_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
@@ -10575,13 +10679,13 @@ EOF
fi
done
-echo "$as_me:10578: checking for union wait" >&5
+echo "$as_me:10682: checking for union wait" >&5
echo $ECHO_N "checking for union wait... $ECHO_C" >&6
if test "${gt_cv_union_wait+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 10584 "configure"
+#line 10688 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/wait.h>
@@ -10609,16 +10713,16 @@ pid = waitpid (-1, &status, 0);
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:10612: \"$ac_link\"") >&5
+if { (eval echo "$as_me:10716: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:10615: \$? = $ac_status" >&5
+ echo "$as_me:10719: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:10618: \"$ac_try\"") >&5
+ { (eval echo "$as_me:10722: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:10621: \$? = $ac_status" >&5
+ echo "$as_me:10725: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
gt_cv_union_wait=yes
else
@@ -10636,16 +10740,16 @@ cat >>confdefs.h <<\EOF
EOF
fi
-echo "$as_me:10639: result: $gt_cv_union_wait" >&5
+echo "$as_me:10743: result: $gt_cv_union_wait" >&5
echo "${ECHO_T}$gt_cv_union_wait" >&6
- echo "$as_me:10642: checking whether stat file-mode macros are broken" >&5
+ echo "$as_me:10746: checking whether stat file-mode macros are broken" >&5
echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6
if test "${ac_cv_header_stat_broken+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 10648 "configure"
+#line 10752 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/stat.h>
@@ -10684,7 +10788,7 @@ fi
rm -f conftest*
fi
-echo "$as_me:10687: result: $ac_cv_header_stat_broken" >&5
+echo "$as_me:10791: result: $ac_cv_header_stat_broken" >&5
echo "${ECHO_T}$ac_cv_header_stat_broken" >&6
if test $ac_cv_header_stat_broken = yes; then
@@ -10697,13 +10801,13 @@ fi
for ac_func in __secure_getenv
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:10700: checking for $ac_func" >&5
+echo "$as_me:10804: 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 10706 "configure"
+#line 10810 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -10734,16 +10838,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:10737: \"$ac_link\"") >&5
+if { (eval echo "$as_me:10841: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:10740: \$? = $ac_status" >&5
+ echo "$as_me:10844: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:10743: \"$ac_try\"") >&5
+ { (eval echo "$as_me:10847: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:10746: \$? = $ac_status" >&5
+ echo "$as_me:10850: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$as_ac_var=yes"
else
@@ -10753,7 +10857,7 @@ eval "$as_ac_var=no"
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:10756: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:10860: result: `eval echo '${'$as_ac_var'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
if test `eval echo '${'$as_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
@@ -10766,13 +10870,13 @@ done
for ac_func in mkdtemp
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:10769: checking for $ac_func" >&5
+echo "$as_me:10873: 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 10775 "configure"
+#line 10879 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -10803,16 +10907,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:10806: \"$ac_link\"") >&5
+if { (eval echo "$as_me:10910: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:10809: \$? = $ac_status" >&5
+ echo "$as_me:10913: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:10812: \"$ac_try\"") >&5
+ { (eval echo "$as_me:10916: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:10815: \$? = $ac_status" >&5
+ echo "$as_me:10919: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$as_ac_var=yes"
else
@@ -10822,7 +10926,7 @@ eval "$as_ac_var=no"
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:10825: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:10929: result: `eval echo '${'$as_ac_var'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
if test `eval echo '${'$as_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
@@ -10834,13 +10938,13 @@ else
fi
done
- echo "$as_me:10837: checking whether stat file-mode macros are broken" >&5
+ echo "$as_me:10941: checking whether stat file-mode macros are broken" >&5
echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6
if test "${ac_cv_header_stat_broken+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 10843 "configure"
+#line 10947 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/stat.h>
@@ -10879,7 +10983,7 @@ fi
rm -f conftest*
fi
-echo "$as_me:10882: result: $ac_cv_header_stat_broken" >&5
+echo "$as_me:10986: result: $ac_cv_header_stat_broken" >&5
echo "${ECHO_T}$ac_cv_header_stat_broken" >&6
if test $ac_cv_header_stat_broken = yes; then
@@ -10889,13 +10993,13 @@ EOF
fi
- echo "$as_me:10892: checking for inttypes.h" >&5
+ echo "$as_me:10996: checking for inttypes.h" >&5
echo $ECHO_N "checking for inttypes.h... $ECHO_C" >&6
if test "${jm_ac_cv_header_inttypes_h+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 10898 "configure"
+#line 11002 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <inttypes.h>
@@ -10908,16 +11012,16 @@ uintmax_t i = (uintmax_t) -1;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:10911: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:11015: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:10914: \$? = $ac_status" >&5
+ echo "$as_me:11018: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:10917: \"$ac_try\"") >&5
+ { (eval echo "$as_me:11021: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:10920: \$? = $ac_status" >&5
+ echo "$as_me:11024: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
jm_ac_cv_header_inttypes_h=yes
else
@@ -10927,7 +11031,7 @@ jm_ac_cv_header_inttypes_h=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:10930: result: $jm_ac_cv_header_inttypes_h" >&5
+echo "$as_me:11034: result: $jm_ac_cv_header_inttypes_h" >&5
echo "${ECHO_T}$jm_ac_cv_header_inttypes_h" >&6
if test $jm_ac_cv_header_inttypes_h = yes; then
@@ -10937,13 +11041,13 @@ EOF
fi
- echo "$as_me:10940: checking for stdint.h" >&5
+ echo "$as_me:11044: checking for stdint.h" >&5
echo $ECHO_N "checking for stdint.h... $ECHO_C" >&6
if test "${jm_ac_cv_header_stdint_h+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 10946 "configure"
+#line 11050 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <stdint.h>
@@ -10956,16 +11060,16 @@ uintmax_t i = (uintmax_t) -1;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:10959: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:11063: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:10962: \$? = $ac_status" >&5
+ echo "$as_me:11066: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:10965: \"$ac_try\"") >&5
+ { (eval echo "$as_me:11069: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:10968: \$? = $ac_status" >&5
+ echo "$as_me:11072: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
jm_ac_cv_header_stdint_h=yes
else
@@ -10975,7 +11079,7 @@ jm_ac_cv_header_stdint_h=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:10978: result: $jm_ac_cv_header_stdint_h" >&5
+echo "$as_me:11082: result: $jm_ac_cv_header_stdint_h" >&5
echo "${ECHO_T}$jm_ac_cv_header_stdint_h" >&6
if test $jm_ac_cv_header_stdint_h = yes; then
@@ -10988,23 +11092,23 @@ EOF
for ac_header in fcntl.h sys/time.h time.h unistd.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:10991: checking for $ac_header" >&5
+echo "$as_me:11095: 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 10997 "configure"
+#line 11101 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:11001: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:11105: \"$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:11007: \$? = $ac_status" >&5
+ echo "$as_me:11111: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11023,7 +11127,7 @@ else
fi
rm -f conftest.err conftest.$ac_ext
fi
-echo "$as_me:11026: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:11130: result: `eval echo '${'$as_ac_Header'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
if test `eval echo '${'$as_ac_Header'}'` = yes; then
cat >>confdefs.h <<EOF
@@ -11036,13 +11140,13 @@ done
for ac_func in gettimeofday
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:11039: checking for $ac_func" >&5
+echo "$as_me:11143: 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 11045 "configure"
+#line 11149 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -11073,16 +11177,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:11076: \"$ac_link\"") >&5
+if { (eval echo "$as_me:11180: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:11079: \$? = $ac_status" >&5
+ echo "$as_me:11183: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:11082: \"$ac_try\"") >&5
+ { (eval echo "$as_me:11186: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:11085: \$? = $ac_status" >&5
+ echo "$as_me:11189: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$as_ac_var=yes"
else
@@ -11092,7 +11196,7 @@ eval "$as_ac_var=no"
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:11095: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:11199: result: `eval echo '${'$as_ac_var'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
if test `eval echo '${'$as_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
@@ -11104,7 +11208,7 @@ done
signals_not_posix=
cat >conftest.$ac_ext <<_ACEOF
-#line 11107 "configure"
+#line 11211 "configure"
#include "confdefs.h"
#include <signal.h>
@@ -11118,13 +11222,13 @@ fi
rm -f conftest*
if test -z "$signals_not_posix"; then
- echo "$as_me:11121: checking for sigprocmask" >&5
+ echo "$as_me:11225: checking for sigprocmask" >&5
echo $ECHO_N "checking for sigprocmask... $ECHO_C" >&6
if test "${ac_cv_func_sigprocmask+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 11127 "configure"
+#line 11231 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char sigprocmask (); below. */
@@ -11155,16 +11259,16 @@ f = sigprocmask;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:11158: \"$ac_link\"") >&5
+if { (eval echo "$as_me:11262: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:11161: \$? = $ac_status" >&5
+ echo "$as_me:11265: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:11164: \"$ac_try\"") >&5
+ { (eval echo "$as_me:11268: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:11167: \$? = $ac_status" >&5
+ echo "$as_me:11271: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_func_sigprocmask=yes
else
@@ -11174,7 +11278,7 @@ ac_cv_func_sigprocmask=no
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:11177: result: $ac_cv_func_sigprocmask" >&5
+echo "$as_me:11281: result: $ac_cv_func_sigprocmask" >&5
echo "${ECHO_T}$ac_cv_func_sigprocmask" >&6
if test $ac_cv_func_sigprocmask = yes; then
@@ -11186,13 +11290,13 @@ fi
fi
- echo "$as_me:11189: checking for signal handlers with siginfo_t" >&5
+ echo "$as_me:11293: checking for signal handlers with siginfo_t" >&5
echo $ECHO_N "checking for signal handlers with siginfo_t... $ECHO_C" >&6
if test "${gt_cv_siginfo_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 11195 "configure"
+#line 11299 "configure"
#include "confdefs.h"
#include <signal.h>
@@ -11210,16 +11314,16 @@ action.sa_sigaction = (void *) 0;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:11213: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:11317: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:11216: \$? = $ac_status" >&5
+ echo "$as_me:11320: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:11219: \"$ac_try\"") >&5
+ { (eval echo "$as_me:11323: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:11222: \$? = $ac_status" >&5
+ echo "$as_me:11326: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
gt_cv_siginfo_t=yes
else
@@ -11229,7 +11333,7 @@ gt_cv_siginfo_t=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:11232: result: $gt_cv_siginfo_t" >&5
+echo "$as_me:11336: result: $gt_cv_siginfo_t" >&5
echo "${ECHO_T}$gt_cv_siginfo_t" >&6
if test $gt_cv_siginfo_t = yes; then
@@ -11242,13 +11346,13 @@ EOF
for ac_func in setenv unsetenv
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:11245: checking for $ac_func" >&5
+echo "$as_me:11349: 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 11251 "configure"
+#line 11355 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -11279,16 +11383,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:11282: \"$ac_link\"") >&5
+if { (eval echo "$as_me:11386: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:11285: \$? = $ac_status" >&5
+ echo "$as_me:11389: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:11288: \"$ac_try\"") >&5
+ { (eval echo "$as_me:11392: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:11291: \$? = $ac_status" >&5
+ echo "$as_me:11395: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$as_ac_var=yes"
else
@@ -11298,7 +11402,7 @@ eval "$as_ac_var=no"
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:11301: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:11405: result: `eval echo '${'$as_ac_var'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
if test `eval echo '${'$as_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
@@ -11313,23 +11417,23 @@ done
for ac_header in search.h stdlib.h string.h unistd.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:11316: checking for $ac_header" >&5
+echo "$as_me:11420: 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 11322 "configure"
+#line 11426 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:11326: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:11430: \"$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:11332: \$? = $ac_status" >&5
+ echo "$as_me:11436: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11348,7 +11452,7 @@ else
fi
rm -f conftest.err conftest.$ac_ext
fi
-echo "$as_me:11351: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:11455: result: `eval echo '${'$as_ac_Header'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
if test `eval echo '${'$as_ac_Header'}'` = yes; then
cat >>confdefs.h <<EOF
@@ -11361,13 +11465,13 @@ done
for ac_func in tsearch
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:11364: checking for $ac_func" >&5
+echo "$as_me:11468: 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 11370 "configure"
+#line 11474 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -11398,16 +11502,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:11401: \"$ac_link\"") >&5
+if { (eval echo "$as_me:11505: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:11404: \$? = $ac_status" >&5
+ echo "$as_me:11508: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:11407: \"$ac_try\"") >&5
+ { (eval echo "$as_me:11511: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:11410: \$? = $ac_status" >&5
+ echo "$as_me:11514: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$as_ac_var=yes"
else
@@ -11417,7 +11521,7 @@ eval "$as_ac_var=no"
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:11420: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:11524: result: `eval echo '${'$as_ac_var'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
if test `eval echo '${'$as_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
@@ -11427,14 +11531,14 @@ EOF
fi
done
- echo "$as_me:11430: checking if errno is properly declared" >&5
+ echo "$as_me:11534: checking if errno is properly declared" >&5
echo $ECHO_N "checking if errno is properly declared... $ECHO_C" >&6
if test "${gt_cv_var_errno_declaration+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 11437 "configure"
+#line 11541 "configure"
#include "confdefs.h"
#include <errno.h>
extern struct { int foo; } errno;
@@ -11447,16 +11551,16 @@ errno.foo = 1;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:11450: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:11554: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:11453: \$? = $ac_status" >&5
+ echo "$as_me:11557: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:11456: \"$ac_try\"") >&5
+ { (eval echo "$as_me:11560: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:11459: \$? = $ac_status" >&5
+ echo "$as_me:11563: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
gt_cv_var_errno_declaration=no
else
@@ -11467,7 +11571,7 @@ fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
- echo "$as_me:11470: result: $gt_cv_var_errno_declaration" >&5
+ echo "$as_me:11574: result: $gt_cv_var_errno_declaration" >&5
echo "${ECHO_T}$gt_cv_var_errno_declaration" >&6
if test $gt_cv_var_errno_declaration = yes; then
@@ -11477,14 +11581,14 @@ EOF
fi
- echo "$as_me:11480: checking if environ is properly declared" >&5
+ echo "$as_me:11584: checking if environ is properly declared" >&5
echo $ECHO_N "checking if environ is properly declared... $ECHO_C" >&6
if test "${gt_cv_var_environ_declaration+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 11487 "configure"
+#line 11591 "configure"
#include "confdefs.h"
#include <unistd.h>
extern struct { int foo; } environ;
@@ -11497,16 +11601,16 @@ environ.foo = 1;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:11500: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:11604: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:11503: \$? = $ac_status" >&5
+ echo "$as_me:11607: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:11506: \"$ac_try\"") >&5
+ { (eval echo "$as_me:11610: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:11509: \$? = $ac_status" >&5
+ echo "$as_me:11613: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
gt_cv_var_environ_declaration=no
else
@@ -11517,7 +11621,7 @@ fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
- echo "$as_me:11520: result: $gt_cv_var_environ_declaration" >&5
+ echo "$as_me:11624: result: $gt_cv_var_environ_declaration" >&5
echo "${ECHO_T}$gt_cv_var_environ_declaration" >&6
if test $gt_cv_var_environ_declaration = yes; then
@@ -11527,13 +11631,13 @@ EOF
fi
- echo "$as_me:11530: checking for error_at_line" >&5
+ echo "$as_me:11634: checking for error_at_line" >&5
echo $ECHO_N "checking for error_at_line... $ECHO_C" >&6
if test "${am_cv_lib_error_at_line+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 11536 "configure"
+#line 11640 "configure"
#include "confdefs.h"
int
@@ -11545,16 +11649,16 @@ error_at_line(0, 0, "", 0, "");
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:11548: \"$ac_link\"") >&5
+if { (eval echo "$as_me:11652: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:11551: \$? = $ac_status" >&5
+ echo "$as_me:11655: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:11554: \"$ac_try\"") >&5
+ { (eval echo "$as_me:11658: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:11557: \$? = $ac_status" >&5
+ echo "$as_me:11661: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
am_cv_lib_error_at_line=yes
else
@@ -11564,7 +11668,7 @@ am_cv_lib_error_at_line=no
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:11567: result: $am_cv_lib_error_at_line" >&5
+echo "$as_me:11671: result: $am_cv_lib_error_at_line" >&5
echo "${ECHO_T}$am_cv_lib_error_at_line" >&6
if test $am_cv_lib_error_at_line = yes; then
@@ -11577,23 +11681,23 @@ EOF
for ac_header in locale.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:11580: checking for $ac_header" >&5
+echo "$as_me:11684: 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 11586 "configure"
+#line 11690 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:11590: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:11694: \"$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:11596: \$? = $ac_status" >&5
+ echo "$as_me:11700: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11612,7 +11716,7 @@ else
fi
rm -f conftest.err conftest.$ac_ext
fi
-echo "$as_me:11615: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:11719: result: `eval echo '${'$as_ac_Header'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
if test `eval echo '${'$as_ac_Header'}'` = yes; then
cat >>confdefs.h <<EOF
@@ -11622,14 +11726,14 @@ EOF
fi
done
-echo "$as_me:11625: checking for setlocale declaration" >&5
+echo "$as_me:11729: checking for setlocale declaration" >&5
echo $ECHO_N "checking for setlocale declaration... $ECHO_C" >&6
if test "${gt_cv_proto_setlocale+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 11632 "configure"
+#line 11736 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -11653,16 +11757,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:11656: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:11760: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:11659: \$? = $ac_status" >&5
+ echo "$as_me:11763: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:11662: \"$ac_try\"") >&5
+ { (eval echo "$as_me:11766: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:11665: \$? = $ac_status" >&5
+ echo "$as_me:11769: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
gt_cv_proto_setlocale_arg1=""
else
@@ -11675,7 +11779,7 @@ gt_cv_proto_setlocale="extern char *setlocale (int category, $gt_cv_proto_setloc
fi
gt_cv_proto_setlocale=`echo "$gt_cv_proto_setlocale" | tr -s ' ' | sed -e 's/( /(/'`
-echo "$as_me:11678: result: ${ac_t:-
+echo "$as_me:11782: result: ${ac_t:-
}$gt_cv_proto_setlocale" >&5
echo "${ECHO_T}${ac_t:-
}$gt_cv_proto_setlocale" >&6
@@ -11687,23 +11791,23 @@ EOF
for ac_header in arpa/inet.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:11690: checking for $ac_header" >&5
+echo "$as_me:11794: 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 11696 "configure"
+#line 11800 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:11700: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:11804: \"$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:11706: \$? = $ac_status" >&5
+ echo "$as_me:11810: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11722,7 +11826,7 @@ else
fi
rm -f conftest.err conftest.$ac_ext
fi
-echo "$as_me:11725: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:11829: result: `eval echo '${'$as_ac_Header'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
if test `eval echo '${'$as_ac_Header'}'` = yes; then
cat >>confdefs.h <<EOF
@@ -11735,13 +11839,13 @@ done
for ac_func in gethostname gethostbyname inet_ntop
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:11738: checking for $ac_func" >&5
+echo "$as_me:11842: 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 11744 "configure"
+#line 11848 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -11772,16 +11876,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:11775: \"$ac_link\"") >&5
+if { (eval echo "$as_me:11879: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:11778: \$? = $ac_status" >&5
+ echo "$as_me:11882: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:11781: \"$ac_try\"") >&5
+ { (eval echo "$as_me:11885: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:11784: \$? = $ac_status" >&5
+ echo "$as_me:11888: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$as_ac_var=yes"
else
@@ -11791,7 +11895,7 @@ eval "$as_ac_var=no"
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:11794: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:11898: result: `eval echo '${'$as_ac_var'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
if test `eval echo '${'$as_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
@@ -11801,14 +11905,14 @@ EOF
fi
done
- echo "$as_me:11804: checking for IPv6 sockets" >&5
+ echo "$as_me:11908: checking for IPv6 sockets" >&5
echo $ECHO_N "checking for IPv6 sockets... $ECHO_C" >&6
if test "${gt_cv_socket_ipv6+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 11811 "configure"
+#line 11915 "configure"
#include "confdefs.h"
#include <sys/types.h>
@@ -11823,16 +11927,16 @@ int x = AF_INET6; struct in6_addr y; struct sockaddr_in6 z;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:11826: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:11930: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:11829: \$? = $ac_status" >&5
+ echo "$as_me:11933: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:11832: \"$ac_try\"") >&5
+ { (eval echo "$as_me:11936: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:11835: \$? = $ac_status" >&5
+ echo "$as_me:11939: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
gt_cv_socket_ipv6=yes
else
@@ -11844,7 +11948,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
fi
- echo "$as_me:11847: result: $gt_cv_socket_ipv6" >&5
+ echo "$as_me:11951: result: $gt_cv_socket_ipv6" >&5
echo "${ECHO_T}$gt_cv_socket_ipv6" >&6
if test $gt_cv_socket_ipv6 = yes; then
@@ -11864,7 +11968,7 @@ EOF
# Extract the first word of "msgfmt", so it can be a program name with args.
set dummy msgfmt; ac_word=$2
-echo "$as_me:11867: checking for $ac_word" >&5
+echo "$as_me:11971: 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
@@ -11892,16 +11996,16 @@ esac
fi
MSGFMT="$ac_cv_path_MSGFMT"
if test "$MSGFMT" != ":"; then
- echo "$as_me:11895: result: $MSGFMT" >&5
+ echo "$as_me:11999: result: $MSGFMT" >&5
echo "${ECHO_T}$MSGFMT" >&6
else
- echo "$as_me:11898: result: no" >&5
+ echo "$as_me:12002: 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:11904: checking for $ac_word" >&5
+echo "$as_me:12008: 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
@@ -11918,7 +12022,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:11921: found $ac_dir/$ac_word" >&5
+ echo "$as_me:12025: found $ac_dir/$ac_word" >&5
break
fi
done
@@ -11930,16 +12034,16 @@ fi
GMSGFMT=$ac_cv_path_GMSGFMT
if test -n "$GMSGFMT"; then
- echo "$as_me:11933: result: $GMSGFMT" >&5
+ echo "$as_me:12037: result: $GMSGFMT" >&5
echo "${ECHO_T}$GMSGFMT" >&6
else
- echo "$as_me:11936: result: no" >&5
+ echo "$as_me:12040: 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:11942: checking for $ac_word" >&5
+echo "$as_me:12046: 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
@@ -11967,10 +12071,10 @@ esac
fi
XGETTEXT="$ac_cv_path_XGETTEXT"
if test "$XGETTEXT" != ":"; then
- echo "$as_me:11970: result: $XGETTEXT" >&5
+ echo "$as_me:12074: result: $XGETTEXT" >&5
echo "${ECHO_T}$XGETTEXT" >&6
else
- echo "$as_me:11973: result: no" >&5
+ echo "$as_me:12077: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -11978,7 +12082,7 @@ fi
# Extract the first word of "msgmerge", so it can be a program name with args.
set dummy msgmerge; ac_word=$2
-echo "$as_me:11981: checking for $ac_word" >&5
+echo "$as_me:12085: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_path_MSGMERGE+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -12005,10 +12109,10 @@ esac
fi
MSGMERGE="$ac_cv_path_MSGMERGE"
if test "$MSGMERGE" != ":"; then
- echo "$as_me:12008: result: $MSGMERGE" >&5
+ echo "$as_me:12112: result: $MSGMERGE" >&5
echo "${ECHO_T}$MSGMERGE" >&6
else
- echo "$as_me:12011: result: no" >&5
+ echo "$as_me:12115: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -12018,7 +12122,7 @@ fi
: ;
else
GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
- echo "$as_me:12021: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
+ echo "$as_me:12125: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
echo "${ECHO_T}found $GMSGFMT program is not GNU msgfmt; ignore it" >&6
GMSGFMT=":"
fi
@@ -12029,7 +12133,7 @@ echo "${ECHO_T}found $GMSGFMT program is not GNU msgfmt; ignore it" >&6
(if $XGETTEXT --omit-header --copyright-holder= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
: ;
else
- echo "$as_me:12032: result: found xgettext program is not GNU xgettext; ignore it" >&5
+ echo "$as_me:12136: 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
@@ -12041,7 +12145,7 @@ echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
set dummy ${ac_tool_prefix}ranlib; ac_word=$2
-echo "$as_me:12044: checking for $ac_word" >&5
+echo "$as_me:12148: 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
@@ -12056,7 +12160,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:12059: found $ac_dir/$ac_word" >&5
+echo "$as_me:12163: found $ac_dir/$ac_word" >&5
break
done
@@ -12064,10 +12168,10 @@ fi
fi
RANLIB=$ac_cv_prog_RANLIB
if test -n "$RANLIB"; then
- echo "$as_me:12067: result: $RANLIB" >&5
+ echo "$as_me:12171: result: $RANLIB" >&5
echo "${ECHO_T}$RANLIB" >&6
else
- echo "$as_me:12070: result: no" >&5
+ echo "$as_me:12174: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -12076,7 +12180,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:12079: checking for $ac_word" >&5
+echo "$as_me:12183: 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
@@ -12091,7 +12195,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:12094: found $ac_dir/$ac_word" >&5
+echo "$as_me:12198: found $ac_dir/$ac_word" >&5
break
done
@@ -12100,10 +12204,10 @@ fi
fi
ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
if test -n "$ac_ct_RANLIB"; then
- echo "$as_me:12103: result: $ac_ct_RANLIB" >&5
+ echo "$as_me:12207: result: $ac_ct_RANLIB" >&5
echo "${ECHO_T}$ac_ct_RANLIB" >&6
else
- echo "$as_me:12106: result: no" >&5
+ echo "$as_me:12210: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -12115,23 +12219,23 @@ fi
for ac_header in stdlib.h unistd.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:12118: checking for $ac_header" >&5
+echo "$as_me:12222: 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 12124 "configure"
+#line 12228 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:12128: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:12232: \"$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:12134: \$? = $ac_status" >&5
+ echo "$as_me:12238: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -12150,7 +12254,7 @@ else
fi
rm -f conftest.err conftest.$ac_ext
fi
-echo "$as_me:12153: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:12257: result: `eval echo '${'$as_ac_Header'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
if test `eval echo '${'$as_ac_Header'}'` = yes; then
cat >>confdefs.h <<EOF
@@ -12163,13 +12267,13 @@ done
for ac_func in getpagesize
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:12166: checking for $ac_func" >&5
+echo "$as_me:12270: 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 12172 "configure"
+#line 12276 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -12200,16 +12304,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:12203: \"$ac_link\"") >&5
+if { (eval echo "$as_me:12307: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:12206: \$? = $ac_status" >&5
+ echo "$as_me:12310: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:12209: \"$ac_try\"") >&5
+ { (eval echo "$as_me:12313: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:12212: \$? = $ac_status" >&5
+ echo "$as_me:12316: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$as_ac_var=yes"
else
@@ -12219,7 +12323,7 @@ eval "$as_ac_var=no"
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:12222: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:12326: result: `eval echo '${'$as_ac_var'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
if test `eval echo '${'$as_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
@@ -12229,7 +12333,7 @@ EOF
fi
done
-echo "$as_me:12232: checking for working mmap" >&5
+echo "$as_me:12336: 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
@@ -12238,7 +12342,7 @@ else
ac_cv_func_mmap_fixed_mapped=no
else
cat >conftest.$ac_ext <<_ACEOF
-#line 12241 "configure"
+#line 12345 "configure"
#include "confdefs.h"
$ac_includes_default
/* Thanks to Mike Haertel and Jim Avera for this test.
@@ -12365,15 +12469,15 @@ main ()
}
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:12368: \"$ac_link\"") >&5
+if { (eval echo "$as_me:12472: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:12371: \$? = $ac_status" >&5
+ echo "$as_me:12475: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
- { (eval echo "$as_me:12373: \"$ac_try\"") >&5
+ { (eval echo "$as_me:12477: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:12376: \$? = $ac_status" >&5
+ echo "$as_me:12480: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_func_mmap_fixed_mapped=yes
else
@@ -12385,7 +12489,7 @@ fi
rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
fi
fi
-echo "$as_me:12388: result: $ac_cv_func_mmap_fixed_mapped" >&5
+echo "$as_me:12492: 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
@@ -12396,13 +12500,13 @@ EOF
fi
rm -f conftest.mmap
- echo "$as_me:12399: checking whether we are using the GNU C Library 2.1 or newer" >&5
+ echo "$as_me:12503: 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 12405 "configure"
+#line 12509 "configure"
#include "confdefs.h"
#include <features.h>
@@ -12422,12 +12526,12 @@ fi
rm -f conftest*
fi
-echo "$as_me:12425: result: $ac_cv_gnu_library_2_1" >&5
+echo "$as_me:12529: 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"
- echo "$as_me:12430: checking whether integer division by zero raises SIGFPE" >&5
+ echo "$as_me:12534: checking whether integer division by zero raises SIGFPE" >&5
echo $ECHO_N "checking whether integer division by zero raises SIGFPE... $ECHO_C" >&6
if test "${gt_cv_int_divbyzero_sigfpe+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -12445,7 +12549,7 @@ else
else
cat >conftest.$ac_ext <<_ACEOF
-#line 12448 "configure"
+#line 12552 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -12486,15 +12590,15 @@ int main ()
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:12489: \"$ac_link\"") >&5
+if { (eval echo "$as_me:12593: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:12492: \$? = $ac_status" >&5
+ echo "$as_me:12596: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
- { (eval echo "$as_me:12494: \"$ac_try\"") >&5
+ { (eval echo "$as_me:12598: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:12497: \$? = $ac_status" >&5
+ echo "$as_me:12601: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
gt_cv_int_divbyzero_sigfpe=yes
else
@@ -12507,7 +12611,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
fi
fi
-echo "$as_me:12510: result: $gt_cv_int_divbyzero_sigfpe" >&5
+echo "$as_me:12614: result: $gt_cv_int_divbyzero_sigfpe" >&5
echo "${ECHO_T}$gt_cv_int_divbyzero_sigfpe" >&6
case "$gt_cv_int_divbyzero_sigfpe" in
*yes) value=1;;
@@ -12543,7 +12647,7 @@ fi;
ac_prog=ld
if test "$GCC" = yes; then
# Check if gcc -print-prog-name=ld gives a path.
- echo "$as_me:12546: checking for ld used by GCC" >&5
+ echo "$as_me:12650: checking for ld used by GCC" >&5
echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
case $host in
*-*-mingw*)
@@ -12573,10 +12677,10 @@ echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
;;
esac
elif test "$with_gnu_ld" = yes; then
- echo "$as_me:12576: checking for GNU ld" >&5
+ echo "$as_me:12680: checking for GNU ld" >&5
echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
else
- echo "$as_me:12579: checking for non-GNU ld" >&5
+ echo "$as_me:12683: checking for non-GNU ld" >&5
echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
fi
if test "${acl_cv_path_LD+set}" = set; then
@@ -12606,16 +12710,16 @@ fi
LD="$acl_cv_path_LD"
if test -n "$LD"; then
- echo "$as_me:12609: result: $LD" >&5
+ echo "$as_me:12713: result: $LD" >&5
echo "${ECHO_T}$LD" >&6
else
- echo "$as_me:12612: result: no" >&5
+ echo "$as_me:12716: result: no" >&5
echo "${ECHO_T}no" >&6
fi
-test -z "$LD" && { { echo "$as_me:12615: error: no acceptable ld found in \$PATH" >&5
+test -z "$LD" && { { echo "$as_me:12719: error: no acceptable ld found in \$PATH" >&5
echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
{ (exit 1); exit 1; }; }
-echo "$as_me:12618: checking if the linker ($LD) is GNU ld" >&5
+echo "$as_me:12722: checking if the linker ($LD) is GNU ld" >&5
echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
if test "${acl_cv_prog_gnu_ld+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -12627,11 +12731,11 @@ else
acl_cv_prog_gnu_ld=no
fi
fi
-echo "$as_me:12630: result: $acl_cv_prog_gnu_ld" >&5
+echo "$as_me:12734: result: $acl_cv_prog_gnu_ld" >&5
echo "${ECHO_T}$acl_cv_prog_gnu_ld" >&6
with_gnu_ld=$acl_cv_prog_gnu_ld
- echo "$as_me:12634: checking for shared library run path origin" >&5
+ echo "$as_me:12738: checking for shared library run path origin" >&5
echo $ECHO_N "checking for shared library run path origin... $ECHO_C" >&6
if test "${acl_cv_rpath+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -12644,7 +12748,7 @@ else
acl_cv_rpath=done
fi
-echo "$as_me:12647: result: $acl_cv_rpath" >&5
+echo "$as_me:12751: result: $acl_cv_rpath" >&5
echo "${ECHO_T}$acl_cv_rpath" >&6
wl="$acl_cv_wl"
libext="$acl_cv_libext"
@@ -13042,23 +13146,23 @@ for ac_header in argz.h limits.h locale.h nl_types.h malloc.h stddef.h \
stdlib.h string.h unistd.h sys/param.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:13045: checking for $ac_header" >&5
+echo "$as_me:13149: 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 13051 "configure"
+#line 13155 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
-if { (eval echo "$as_me:13055: \"$ac_cpp conftest.$ac_ext\"") >&5
+if { (eval echo "$as_me:13159: \"$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:13061: \$? = $ac_status" >&5
+ echo "$as_me:13165: \$? = $ac_status" >&5
(exit $ac_status); } >/dev/null; then
if test -s conftest.err; then
ac_cpp_err=$ac_c_preproc_warn_flag
@@ -13077,7 +13181,7 @@ else
fi
rm -f conftest.err conftest.$ac_ext
fi
-echo "$as_me:13080: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:13184: result: `eval echo '${'$as_ac_Header'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
if test `eval echo '${'$as_ac_Header'}'` = yes; then
cat >>confdefs.h <<EOF
@@ -13092,13 +13196,13 @@ geteuid getgid getuid mempcpy munmap putenv setenv setlocale stpcpy \
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:13095: checking for $ac_func" >&5
+echo "$as_me:13199: 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 13101 "configure"
+#line 13205 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -13129,16 +13233,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:13132: \"$ac_link\"") >&5
+if { (eval echo "$as_me:13236: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:13135: \$? = $ac_status" >&5
+ echo "$as_me:13239: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:13138: \"$ac_try\"") >&5
+ { (eval echo "$as_me:13242: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:13141: \$? = $ac_status" >&5
+ echo "$as_me:13245: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$as_ac_var=yes"
else
@@ -13148,7 +13252,7 @@ eval "$as_ac_var=no"
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:13151: result: `eval echo '${'$as_ac_var'}'`" >&5
+echo "$as_me:13255: result: `eval echo '${'$as_ac_var'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
if test `eval echo '${'$as_ac_var'}'` = yes; then
cat >>confdefs.h <<EOF
@@ -13182,7 +13286,7 @@ done
fi
done
- echo "$as_me:13185: checking for iconv" >&5
+ echo "$as_me:13289: 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
@@ -13191,7 +13295,7 @@ else
am_cv_func_iconv="no, consider installing GNU libiconv"
am_cv_lib_iconv=no
cat >conftest.$ac_ext <<_ACEOF
-#line 13194 "configure"
+#line 13298 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <iconv.h>
@@ -13206,16 +13310,16 @@ iconv_t cd = iconv_open("","");
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:13209: \"$ac_link\"") >&5
+if { (eval echo "$as_me:13313: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:13212: \$? = $ac_status" >&5
+ echo "$as_me:13316: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:13215: \"$ac_try\"") >&5
+ { (eval echo "$as_me:13319: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:13218: \$? = $ac_status" >&5
+ echo "$as_me:13322: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
am_cv_func_iconv=yes
else
@@ -13227,7 +13331,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
am_save_LIBS="$LIBS"
LIBS="$LIBS $LIBICONV"
cat >conftest.$ac_ext <<_ACEOF
-#line 13230 "configure"
+#line 13334 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <iconv.h>
@@ -13242,16 +13346,16 @@ iconv_t cd = iconv_open("","");
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:13245: \"$ac_link\"") >&5
+if { (eval echo "$as_me:13349: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:13248: \$? = $ac_status" >&5
+ echo "$as_me:13352: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:13251: \"$ac_try\"") >&5
+ { (eval echo "$as_me:13355: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:13254: \$? = $ac_status" >&5
+ echo "$as_me:13358: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
am_cv_lib_iconv=yes
am_cv_func_iconv=yes
@@ -13264,7 +13368,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
fi
-echo "$as_me:13267: result: $am_cv_func_iconv" >&5
+echo "$as_me:13371: result: $am_cv_func_iconv" >&5
echo "${ECHO_T}$am_cv_func_iconv" >&6
if test "$am_cv_func_iconv" = yes; then
@@ -13274,9 +13378,9 @@ EOF
fi
if test "$am_cv_lib_iconv" = yes; then
- echo "$as_me:13277: checking how to link with libiconv" >&5
+ echo "$as_me:13381: checking how to link with libiconv" >&5
echo $ECHO_N "checking how to link with libiconv... $ECHO_C" >&6
- echo "$as_me:13279: result: $LIBICONV" >&5
+ echo "$as_me:13383: result: $LIBICONV" >&5
echo "${ECHO_T}$LIBICONV" >&6
else
CPPFLAGS="$am_save_CPPFLAGS"
@@ -13285,14 +13389,14 @@ echo "${ECHO_T}$LIBICONV" >&6
fi
if test "$am_cv_func_iconv" = yes; then
- echo "$as_me:13288: checking for iconv declaration" >&5
+ echo "$as_me:13392: 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 13295 "configure"
+#line 13399 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -13316,16 +13420,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:13319: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:13423: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:13322: \$? = $ac_status" >&5
+ echo "$as_me:13426: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:13325: \"$ac_try\"") >&5
+ { (eval echo "$as_me:13429: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:13328: \$? = $ac_status" >&5
+ echo "$as_me:13432: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
am_cv_proto_iconv_arg1=""
else
@@ -13338,7 +13442,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:13341: result: ${ac_t:-
+ echo "$as_me:13445: result: ${ac_t:-
}$am_cv_proto_iconv" >&5
echo "${ECHO_T}${ac_t:-
}$am_cv_proto_iconv" >&6
@@ -13349,13 +13453,13 @@ EOF
fi
- echo "$as_me:13352: checking for nl_langinfo and CODESET" >&5
+ echo "$as_me:13456: 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 13358 "configure"
+#line 13462 "configure"
#include "confdefs.h"
#include <langinfo.h>
int
@@ -13367,16 +13471,16 @@ char* cs = nl_langinfo(CODESET);
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:13370: \"$ac_link\"") >&5
+if { (eval echo "$as_me:13474: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:13373: \$? = $ac_status" >&5
+ echo "$as_me:13477: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:13376: \"$ac_try\"") >&5
+ { (eval echo "$as_me:13480: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:13379: \$? = $ac_status" >&5
+ echo "$as_me:13483: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
am_cv_langinfo_codeset=yes
else
@@ -13387,7 +13491,7 @@ fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:13390: result: $am_cv_langinfo_codeset" >&5
+echo "$as_me:13494: result: $am_cv_langinfo_codeset" >&5
echo "${ECHO_T}$am_cv_langinfo_codeset" >&6
if test $am_cv_langinfo_codeset = yes; then
@@ -13399,13 +13503,13 @@ EOF
if test $ac_cv_header_locale_h = yes; then
- echo "$as_me:13402: checking for LC_MESSAGES" >&5
+ echo "$as_me:13506: 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 13408 "configure"
+#line 13512 "configure"
#include "confdefs.h"
#include <locale.h>
int
@@ -13417,16 +13521,16 @@ return LC_MESSAGES
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:13420: \"$ac_link\"") >&5
+if { (eval echo "$as_me:13524: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:13423: \$? = $ac_status" >&5
+ echo "$as_me:13527: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:13426: \"$ac_try\"") >&5
+ { (eval echo "$as_me:13530: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:13429: \$? = $ac_status" >&5
+ echo "$as_me:13533: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
am_cv_val_LC_MESSAGES=yes
else
@@ -13436,7 +13540,7 @@ am_cv_val_LC_MESSAGES=no
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:13439: result: $am_cv_val_LC_MESSAGES" >&5
+echo "$as_me:13543: 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
@@ -13452,7 +13556,7 @@ EOF
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:13455: checking for $ac_word" >&5
+echo "$as_me:13559: 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
@@ -13467,7 +13571,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:13470: found $ac_dir/$ac_word" >&5
+echo "$as_me:13574: found $ac_dir/$ac_word" >&5
break
done
@@ -13475,10 +13579,10 @@ fi
fi
INTLBISON=$ac_cv_prog_INTLBISON
if test -n "$INTLBISON"; then
- echo "$as_me:13478: result: $INTLBISON" >&5
+ echo "$as_me:13582: result: $INTLBISON" >&5
echo "${ECHO_T}$INTLBISON" >&6
else
- echo "$as_me:13481: result: no" >&5
+ echo "$as_me:13585: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -13488,7 +13592,7 @@ done
if test -z "$INTLBISON"; then
ac_verc_fail=yes
else
- echo "$as_me:13491: checking version of bison" >&5
+ echo "$as_me:13595: 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
@@ -13497,14 +13601,14 @@ 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:13500: result: $ac_prog_version" >&5
+ echo "$as_me:13604: result: $ac_prog_version" >&5
echo "${ECHO_T}$ac_prog_version" >&6
fi
if test $ac_verc_fail = yes; then
INTLBISON=:
fi
- echo "$as_me:13507: checking whether NLS is requested" >&5
+ echo "$as_me:13611: 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
@@ -13513,7 +13617,7 @@ if test "${enable_nls+set}" = set; then
else
USE_NLS=yes
fi;
- echo "$as_me:13516: result: $USE_NLS" >&5
+ echo "$as_me:13620: result: $USE_NLS" >&5
echo "${ECHO_T}$USE_NLS" >&6
BUILD_INCLUDED_LIBINTL=no
@@ -13526,7 +13630,7 @@ echo "${ECHO_T}$USE_NLS" >&6
if test "$USE_NLS" = "yes"; then
gt_use_preinstalled_gnugettext=no
- echo "$as_me:13529: checking whether included gettext is requested" >&5
+ echo "$as_me:13633: 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.
@@ -13536,19 +13640,19 @@ if test "${with_included_gettext+set}" = set; then
else
nls_cv_force_use_gnu_gettext=no
fi;
- echo "$as_me:13539: result: $nls_cv_force_use_gnu_gettext" >&5
+ echo "$as_me:13643: 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"
if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
- echo "$as_me:13545: checking for GNU gettext in libc" >&5
+ echo "$as_me:13649: checking for GNU gettext in libc" >&5
echo $ECHO_N "checking for GNU gettext in libc... $ECHO_C" >&6
if test "${gt_cv_func_gnugettext2_libc+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 13551 "configure"
+#line 13655 "configure"
#include "confdefs.h"
#include <libintl.h>
extern int _nl_msg_cat_cntr;
@@ -13563,16 +13667,16 @@ return (int) gettext ("") + (int) ngettext ("", "", 0) + _nl_msg_cat_cntr + *_nl
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:13566: \"$ac_link\"") >&5
+if { (eval echo "$as_me:13670: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:13569: \$? = $ac_status" >&5
+ echo "$as_me:13673: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:13572: \"$ac_try\"") >&5
+ { (eval echo "$as_me:13676: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:13575: \$? = $ac_status" >&5
+ echo "$as_me:13679: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
gt_cv_func_gnugettext2_libc=yes
else
@@ -13582,7 +13686,7 @@ gt_cv_func_gnugettext2_libc=no
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:13585: result: $gt_cv_func_gnugettext2_libc" >&5
+echo "$as_me:13689: result: $gt_cv_func_gnugettext2_libc" >&5
echo "${ECHO_T}$gt_cv_func_gnugettext2_libc" >&6
if test "$gt_cv_func_gnugettext2_libc" != "yes"; then
@@ -13962,7 +14066,7 @@ fi;
done
fi
- echo "$as_me:13965: checking for GNU gettext in libintl" >&5
+ echo "$as_me:14069: checking for GNU gettext in libintl" >&5
echo $ECHO_N "checking for GNU gettext in libintl... $ECHO_C" >&6
if test "${gt_cv_func_gnugettext2_libintl+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -13972,7 +14076,7 @@ else
gt_save_LIBS="$LIBS"
LIBS="$LIBS $LIBINTL"
cat >conftest.$ac_ext <<_ACEOF
-#line 13975 "configure"
+#line 14079 "configure"
#include "confdefs.h"
#include <libintl.h>
extern int _nl_msg_cat_cntr;
@@ -13991,16 +14095,16 @@ return (int) gettext ("") + (int) ngettext ("", "", 0) + _nl_msg_cat_cntr + *_nl
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:13994: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14098: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:13997: \$? = $ac_status" >&5
+ echo "$as_me:14101: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:14000: \"$ac_try\"") >&5
+ { (eval echo "$as_me:14104: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:14003: \$? = $ac_status" >&5
+ echo "$as_me:14107: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
gt_cv_func_gnugettext2_libintl=yes
else
@@ -14012,7 +14116,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
if test "$gt_cv_func_gnugettext2_libintl" != yes && test -n "$LIBICONV"; then
LIBS="$LIBS $LIBICONV"
cat >conftest.$ac_ext <<_ACEOF
-#line 14015 "configure"
+#line 14119 "configure"
#include "confdefs.h"
#include <libintl.h>
extern int _nl_msg_cat_cntr;
@@ -14031,16 +14135,16 @@ return (int) gettext ("") + (int) ngettext ("", "", 0) + _nl_msg_cat_cntr + *_nl
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:14034: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14138: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:14037: \$? = $ac_status" >&5
+ echo "$as_me:14141: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:14040: \"$ac_try\"") >&5
+ { (eval echo "$as_me:14144: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:14043: \$? = $ac_status" >&5
+ echo "$as_me:14147: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
LIBINTL="$LIBINTL $LIBICONV"
LTLIBINTL="$LTLIBINTL $LTLIBICONV"
@@ -14055,7 +14159,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
CPPFLAGS="$gt_save_CPPFLAGS"
LIBS="$gt_save_LIBS"
fi
-echo "$as_me:14058: result: $gt_cv_func_gnugettext2_libintl" >&5
+echo "$as_me:14162: result: $gt_cv_func_gnugettext2_libintl" >&5
echo "${ECHO_T}$gt_cv_func_gnugettext2_libintl" >&6
fi
@@ -14104,9 +14208,9 @@ EOF
if test "$gt_use_preinstalled_gnugettext" = "yes"; then
if test "$gt_cv_func_gnugettext2_libintl" = "yes"; then
- echo "$as_me:14107: checking how to link with libintl" >&5
+ echo "$as_me:14211: checking how to link with libintl" >&5
echo $ECHO_N "checking how to link with libintl... $ECHO_C" >&6
- echo "$as_me:14109: result: $LIBINTL" >&5
+ echo "$as_me:14213: result: $LIBINTL" >&5
echo "${ECHO_T}$LIBINTL" >&6
for element in $INCINTL; do
@@ -14575,7 +14679,7 @@ fi;
fi
done
- echo "$as_me:14578: checking for libexpat" >&5
+ echo "$as_me:14682: checking for libexpat" >&5
echo $ECHO_N "checking for libexpat... $ECHO_C" >&6
if test "${ac_cv_libexpat+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -14584,7 +14688,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="$LIBS $LIBEXPAT"
cat >conftest.$ac_ext <<_ACEOF
-#line 14587 "configure"
+#line 14691 "configure"
#include "confdefs.h"
#include <expat.h>
int
@@ -14596,16 +14700,16 @@ XML_ExpatVersion();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:14599: \"$ac_link\"") >&5
+if { (eval echo "$as_me:14703: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:14602: \$? = $ac_status" >&5
+ echo "$as_me:14706: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:14605: \"$ac_try\"") >&5
+ { (eval echo "$as_me:14709: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:14608: \$? = $ac_status" >&5
+ echo "$as_me:14712: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_libexpat=yes
else
@@ -14617,7 +14721,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS="$ac_save_LIBS"
fi
-echo "$as_me:14620: result: $ac_cv_libexpat" >&5
+echo "$as_me:14724: result: $ac_cv_libexpat" >&5
echo "${ECHO_T}$ac_cv_libexpat" >&6
if test "$ac_cv_libexpat" = yes; then
HAVE_LIBEXPAT=yes
@@ -14626,9 +14730,9 @@ cat >>confdefs.h <<\EOF
#define HAVE_LIBEXPAT 1
EOF
- echo "$as_me:14629: checking how to link with libexpat" >&5
+ echo "$as_me:14733: checking how to link with libexpat" >&5
echo $ECHO_N "checking how to link with libexpat... $ECHO_C" >&6
- echo "$as_me:14631: result: $LIBEXPAT" >&5
+ echo "$as_me:14735: result: $LIBEXPAT" >&5
echo "${ECHO_T}$LIBEXPAT" >&6
else
HAVE_LIBEXPAT=no
@@ -14644,9 +14748,9 @@ esac
if test "${with_lispdir+set}" = set; then
withval="$with_lispdir"
lispdir="$withval"
- echo "$as_me:14647: checking where .elc files should go" >&5
+ echo "$as_me:14751: checking where .elc files should go" >&5
echo $ECHO_N "checking where .elc files should go... $ECHO_C" >&6
- echo "$as_me:14649: result: $lispdir" >&5
+ echo "$as_me:14753: result: $lispdir" >&5
echo "${ECHO_T}$lispdir" >&6
else
@@ -14657,7 +14761,7 @@ else
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
-echo "$as_me:14660: checking for $ac_word" >&5
+echo "$as_me:14764: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_EMACS+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -14672,7 +14776,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_EMACS="$ac_prog"
-echo "$as_me:14675: found $ac_dir/$ac_word" >&5
+echo "$as_me:14779: found $ac_dir/$ac_word" >&5
break
done
@@ -14680,10 +14784,10 @@ fi
fi
EMACS=$ac_cv_prog_EMACS
if test -n "$EMACS"; then
- echo "$as_me:14683: result: $EMACS" >&5
+ echo "$as_me:14787: result: $EMACS" >&5
echo "${ECHO_T}$EMACS" >&6
else
- echo "$as_me:14686: result: no" >&5
+ echo "$as_me:14790: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -14693,7 +14797,7 @@ test -n "$EMACS" || EMACS="no"
if test $EMACS != "no"; then
if test x${lispdir+set} != xset; then
- echo "$as_me:14696: checking where .elc files should go" >&5
+ echo "$as_me:14800: checking where .elc files should go" >&5
echo $ECHO_N "checking where .elc files should go... $ECHO_C" >&6
if test "${am_cv_lispdir+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -14704,7 +14808,7 @@ else
fi
fi
-echo "$as_me:14707: result: $am_cv_lispdir" >&5
+echo "$as_me:14811: result: $am_cv_lispdir" >&5
echo "${ECHO_T}$am_cv_lispdir" >&6
lispdir="$am_cv_lispdir"
fi
@@ -14717,7 +14821,7 @@ aclocaldir='${datadir}/aclocal'
ac_aux_dir_abs=`cd $ac_aux_dir && pwd`
# Extract the first word of "dvips", so it can be a program name with args.
set dummy dvips; ac_word=$2
-echo "$as_me:14720: checking for $ac_word" >&5
+echo "$as_me:14824: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_path_DVIPS+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -14734,7 +14838,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_DVIPS="$ac_dir/$ac_word"
- echo "$as_me:14737: found $ac_dir/$ac_word" >&5
+ echo "$as_me:14841: found $ac_dir/$ac_word" >&5
break
fi
done
@@ -14746,16 +14850,16 @@ fi
DVIPS=$ac_cv_path_DVIPS
if test -n "$DVIPS"; then
- echo "$as_me:14749: result: $DVIPS" >&5
+ echo "$as_me:14853: result: $DVIPS" >&5
echo "${ECHO_T}$DVIPS" >&6
else
- echo "$as_me:14752: result: no" >&5
+ echo "$as_me:14856: result: no" >&5
echo "${ECHO_T}no" >&6
fi
# Extract the first word of "texi2pdf", so it can be a program name with args.
set dummy texi2pdf; ac_word=$2
-echo "$as_me:14758: checking for $ac_word" >&5
+echo "$as_me:14862: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_path_TEXI2PDF+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -14772,7 +14876,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_TEXI2PDF="$ac_dir/$ac_word"
- echo "$as_me:14775: found $ac_dir/$ac_word" >&5
+ echo "$as_me:14879: found $ac_dir/$ac_word" >&5
break
fi
done
@@ -14784,16 +14888,16 @@ fi
TEXI2PDF=$ac_cv_path_TEXI2PDF
if test -n "$TEXI2PDF"; then
- echo "$as_me:14787: result: $TEXI2PDF" >&5
+ echo "$as_me:14891: result: $TEXI2PDF" >&5
echo "${ECHO_T}$TEXI2PDF" >&6
else
- echo "$as_me:14790: result: no" >&5
+ echo "$as_me:14894: result: no" >&5
echo "${ECHO_T}no" >&6
fi
# Extract the first word of "perl", so it can be a program name with args.
set dummy perl; ac_word=$2
-echo "$as_me:14796: checking for $ac_word" >&5
+echo "$as_me:14900: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_path_PERL+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -14810,7 +14914,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_PERL="$ac_dir/$ac_word"
- echo "$as_me:14813: found $ac_dir/$ac_word" >&5
+ echo "$as_me:14917: found $ac_dir/$ac_word" >&5
break
fi
done
@@ -14822,10 +14926,10 @@ fi
PERL=$ac_cv_path_PERL
if test -n "$PERL"; then
- echo "$as_me:14825: result: $PERL" >&5
+ echo "$as_me:14929: result: $PERL" >&5
echo "${ECHO_T}$PERL" >&6
else
- echo "$as_me:14828: result: no" >&5
+ echo "$as_me:14932: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -14835,7 +14939,7 @@ for ac_prog in $CCC c++ g++ gpp gcc CC cxx cc++ cl
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:14838: checking for $ac_word" >&5
+echo "$as_me:14942: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_CXX+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -14850,7 +14954,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_CXX="$ac_prog"
-echo "$as_me:14853: found $ac_dir/$ac_word" >&5
+echo "$as_me:14957: found $ac_dir/$ac_word" >&5
break
done
@@ -14858,10 +14962,10 @@ fi
fi
CXX=$ac_cv_prog_CXX
if test -n "$CXX"; then
- echo "$as_me:14861: result: $CXX" >&5
+ echo "$as_me:14965: result: $CXX" >&5
echo "${ECHO_T}$CXX" >&6
else
- echo "$as_me:14864: result: no" >&5
+ echo "$as_me:14968: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -14870,7 +14974,7 @@ done
test -n "$CXX" || CXX=":"
if test "$CXX" != ":"; then
- echo "$as_me:14873: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
+ echo "$as_me:14977: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
echo $ECHO_N "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works... $ECHO_C" >&6
ac_ext=cc
ac_cpp='$CXXCPP $CPPFLAGS'
@@ -14879,10 +14983,10 @@ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ex
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
echo 'int main () { return 0; }' > conftest.$ac_ext
- if { (eval echo "$as_me:14882: \"$ac_link\"") >&5
+ if { (eval echo "$as_me:14986: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- echo "$as_me:14885: \$? = $ac_status" >&5
+ echo "$as_me:14989: \$? = $ac_status" >&5
(exit $ac_status); } && test -s conftest$ac_exeext; then
ac_cv_prog_cxx_works=yes
if (./conftest; exit) 2>/dev/null; then
@@ -14900,7 +15004,7 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu
- echo "$as_me:14903: result: $ac_cv_prog_cxx_works" >&5
+ echo "$as_me:15007: result: $ac_cv_prog_cxx_works" >&5
echo "${ECHO_T}$ac_cv_prog_cxx_works" >&6
if test $ac_cv_prog_cxx_works = no; then
CXX=:
@@ -15001,7 +15105,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:15004: creating $CONFIG_STATUS" >&5
+{ echo "$as_me:15108: creating $CONFIG_STATUS" >&5
echo "$as_me: creating $CONFIG_STATUS" >&6;}
cat >$CONFIG_STATUS <<_ACEOF
#! $SHELL
@@ -15177,7 +15281,7 @@ cat >>$CONFIG_STATUS <<\EOF
echo "$ac_cs_version"; exit 0 ;;
--he | --h)
# Conflict between --help and --header
- { { echo "$as_me:15180: error: ambiguous option: $1
+ { { echo "$as_me:15284: 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;}
@@ -15196,7 +15300,7 @@ Try \`$0 --help' for more information." >&2;}
ac_need_defaults=false;;
# This is an error.
- -*) { { echo "$as_me:15199: error: unrecognized option: $1
+ -*) { { echo "$as_me:15303: 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;}
@@ -15270,7 +15374,7 @@ do
"default-2" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-2" ;;
"default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
"config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
- *) { { echo "$as_me:15273: error: invalid argument: $ac_config_target" >&5
+ *) { { echo "$as_me:15377: error: invalid argument: $ac_config_target" >&5
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
{ (exit 1); exit 1; }; };;
esac
@@ -15384,6 +15488,10 @@ s,@CCDEPMODE@,$CCDEPMODE,;t t
s,@YACC@,$YACC,;t t
s,@LEX@,$LEX,;t t
s,@LEX_OUTPUT_ROOT@,$LEX_OUTPUT_ROOT,;t t
+s,@GCJ@,$GCJ,;t t
+s,@GCJFLAGS@,$GCJFLAGS,;t t
+s,@HAVE_GCJ@,$HAVE_GCJ,;t t
+s,@BUILDJAVAEXE@,$BUILDJAVAEXE,;t t
s,@CPP@,$CPP,;t t
s,@HAVE_GCJ_IN_PATH@,$HAVE_GCJ_IN_PATH,;t t
s,@HAVE_JAVAC_IN_PATH@,$HAVE_JAVAC_IN_PATH,;t t
@@ -15391,7 +15499,7 @@ s,@HAVE_JIKES_IN_PATH@,$HAVE_JIKES_IN_PATH,;t t
s,@JAVAC@,$JAVAC,;t t
s,@CLASSPATH@,$CLASSPATH,;t t
s,@CLASSPATH_SEPARATOR@,$CLASSPATH_SEPARATOR,;t t
-s,@HAVE_GCJ@,$HAVE_GCJ,;t t
+s,@HAVE_GCJ_C@,$HAVE_GCJ_C,;t t
s,@HAVE_JAVAC@,$HAVE_JAVAC,;t t
s,@HAVE_JIKES@,$HAVE_JIKES,;t t
s,@JAR@,$JAR,;t t
@@ -15584,7 +15692,7 @@ done; }
esac
if test x"$ac_file" != x-; then
- { echo "$as_me:15587: creating $ac_file" >&5
+ { echo "$as_me:15695: creating $ac_file" >&5
echo "$as_me: creating $ac_file" >&6;}
rm -f "$ac_file"
fi
@@ -15602,7 +15710,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:15605: error: cannot find input file: $f" >&5
+ test -f "$f" || { { echo "$as_me:15713: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;}
{ (exit 1); exit 1; }; }
echo $f;;
@@ -15615,7 +15723,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;}
echo $srcdir/$f
else
# /dev/null tree
- { { echo "$as_me:15618: error: cannot find input file: $f" >&5
+ { { echo "$as_me:15726: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;}
{ (exit 1); exit 1; }; }
fi;;
@@ -15676,7 +15784,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:15679: creating $ac_file" >&5
+ test x"$ac_file" != x- && { echo "$as_me:15787: creating $ac_file" >&5
echo "$as_me: creating $ac_file" >&6;}
# First look for the input files in the build tree, otherwise in the
@@ -15687,7 +15795,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:15690: error: cannot find input file: $f" >&5
+ test -f "$f" || { { echo "$as_me:15798: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;}
{ (exit 1); exit 1; }; }
echo $f;;
@@ -15700,7 +15808,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;}
echo $srcdir/$f
else
# /dev/null tree
- { { echo "$as_me:15703: error: cannot find input file: $f" >&5
+ { { echo "$as_me:15811: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;}
{ (exit 1); exit 1; }; }
fi;;
@@ -15817,7 +15925,7 @@ cat >>$CONFIG_STATUS <<\EOF
rm -f $tmp/in
if test x"$ac_file" != x-; then
if cmp -s $ac_file $tmp/config.h 2>/dev/null; then
- { echo "$as_me:15820: $ac_file is unchanged" >&5
+ { echo "$as_me:15928: $ac_file is unchanged" >&5
echo "$as_me: $ac_file is unchanged" >&6;}
else
ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
@@ -15859,7 +15967,7 @@ done; }
# Run the commands associated with the file.
case $ac_file in
config.h ) # update the timestamp
-echo timestamp >"./stamp-h1"
+echo timestamp >"./stamp-h"
;;
esac
done