• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GCC with patches for OS216


Commit MetaInfo

Revisiónca56d232feee600e7b475b500460f7b50656be68 (tree)
Tiempo1999-08-02 08:56:13
AutorTom Tromey <tromey@cygn...>
CommiterTom Tromey

Log Message

configure: Rebuilt.

* configure: Rebuilt.
* acinclude.m4 (version): Set to 2.95.0.

From-SVN: r28379

Cambiar Resumen

Diferencia incremental

--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -1,3 +1,8 @@
1+1999-08-01 Tom Tromey <tromey@cygnus.com>
2+
3+ * configure: Rebuilt.
4+ * acinclude.m4 (version): Set to 2.95.0.
5+
16 Sun Aug 1 16:29:25 1999 Tom Tromey <tromey@ferrule.cygnus.com>
27
38 * Makefile.in: Rebuilt.
--- a/libjava/Makefile.in
+++ b/libjava/Makefile.in
@@ -674,9 +674,9 @@ CCLD = $(CC)
674674 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
675675 DATA = $(data_DATA) $(toolexeclib_DATA)
676676
677-DIST_COMMON = COPYING.LIB ChangeLog Makefile.am Makefile.in acconfig.h \
678-acinclude.m4 aclocal.m4 configure configure.in include/config.h.in \
679-include/stamp-h.in libgcj.spec.in
677+DIST_COMMON = COPYING.LIB ChangeLog Makefile.am Makefile.in NEWS THANKS \
678+acconfig.h acinclude.m4 aclocal.m4 configure configure.in \
679+include/config.h.in include/stamp-h.in libgcj.spec.in
680680
681681
682682 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
--- a/libjava/acinclude.m4
+++ b/libjava/acinclude.m4
@@ -32,7 +32,7 @@ AC_SUBST(libgcj_basedir)
3232 AC_CANONICAL_HOST
3333
3434 dnl version is pulled out to make it a bit easier to change using sed.
35-version=0.0.7
35+version=2.95.0
3636 dnl Still use "libjava" here to placate dejagnu.
3737 AM_INIT_AUTOMAKE(libjava, $version)
3838
--- a/libjava/aclocal.m4
+++ b/libjava/aclocal.m4
@@ -44,7 +44,7 @@ AC_SUBST(libgcj_basedir)
4444 AC_CANONICAL_HOST
4545
4646 dnl version is pulled out to make it a bit easier to change using sed.
47-version=0.0.7
47+version=2.95.0
4848 dnl Still use "libjava" here to placate dejagnu.
4949 AM_INIT_AUTOMAKE(libjava, $version)
5050
--- a/libjava/configure
+++ b/libjava/configure
@@ -59,7 +59,6 @@ program_suffix=NONE
5959 program_transform_name=s,x,x,
6060 silent=
6161 site=
62-sitefile=
6362 srcdir=
6463 target=NONE
6564 verbose=
@@ -174,7 +173,6 @@ Configuration:
174173 --help print this message
175174 --no-create do not create output files
176175 --quiet, --silent do not print \`checking...' messages
177- --site-file=FILE use FILE as the site file
178176 --version print the version of autoconf that created configure
179177 Directory and file names:
180178 --prefix=PREFIX install architecture-independent files in PREFIX
@@ -345,11 +343,6 @@ EOF
345343 -site=* | --site=* | --sit=*)
346344 site="$ac_optarg" ;;
347345
348- -site-file | --site-file | --site-fil | --site-fi | --site-f)
349- ac_prev=sitefile ;;
350- -site-file=* | --site-file=* | --site-fil=* | --site-fi=* | --site-f=*)
351- sitefile="$ac_optarg" ;;
352-
353346 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
354347 ac_prev=srcdir ;;
355348 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
@@ -515,16 +508,12 @@ fi
515508 srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
516509
517510 # Prefer explicitly selected file to automatically selected ones.
518-if test -z "$sitefile"; then
519- if test -z "$CONFIG_SITE"; then
520- if test "x$prefix" != xNONE; then
521- CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
522- else
523- CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
524- fi
511+if test -z "$CONFIG_SITE"; then
512+ if test "x$prefix" != xNONE; then
513+ CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
514+ else
515+ CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
525516 fi
526-else
527- CONFIG_SITE="$sitefile"
528517 fi
529518 for ac_site_file in $CONFIG_SITE; do
530519 if test -r "$ac_site_file"; then
@@ -612,7 +601,7 @@ else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
612601 fi
613602
614603 echo $ac_n "checking host system type""... $ac_c" 1>&6
615-echo "configure:616: checking host system type" >&5
604+echo "configure:605: checking host system type" >&5
616605
617606 host_alias=$host
618607 case "$host_alias" in
@@ -633,7 +622,7 @@ host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
633622 echo "$ac_t""$host" 1>&6
634623
635624 echo $ac_n "checking target system type""... $ac_c" 1>&6
636-echo "configure:637: checking target system type" >&5
625+echo "configure:626: checking target system type" >&5
637626
638627 target_alias=$target
639628 case "$target_alias" in
@@ -651,7 +640,7 @@ target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
651640 echo "$ac_t""$target" 1>&6
652641
653642 echo $ac_n "checking build system type""... $ac_c" 1>&6
654-echo "configure:655: checking build system type" >&5
643+echo "configure:644: checking build system type" >&5
655644
656645 build_alias=$build
657646 case "$build_alias" in
@@ -699,7 +688,7 @@ fi
699688 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
700689 # ./install, which can be erroneously created by make from ./install.sh.
701690 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
702-echo "configure:703: checking for a BSD compatible install" >&5
691+echo "configure:692: checking for a BSD compatible install" >&5
703692 if test -z "$INSTALL"; then
704693 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
705694 echo $ac_n "(cached) $ac_c" 1>&6
@@ -752,7 +741,7 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
752741 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
753742
754743 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
755-echo "configure:756: checking whether build environment is sane" >&5
744+echo "configure:745: checking whether build environment is sane" >&5
756745 # Just in case
757746 sleep 1
758747 echo timestamp > conftestfile
@@ -809,7 +798,7 @@ test "$program_suffix" != NONE &&
809798 test "$program_transform_name" = "" && program_transform_name="s,x,x,"
810799
811800 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
812-echo "configure:813: checking whether ${MAKE-make} sets \${MAKE}" >&5
801+echo "configure:802: checking whether ${MAKE-make} sets \${MAKE}" >&5
813802 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
814803 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
815804 echo $ac_n "(cached) $ac_c" 1>&6
@@ -842,12 +831,12 @@ else
842831 fi
843832
844833 echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
845-echo "configure:846: checking for Cygwin environment" >&5
834+echo "configure:835: checking for Cygwin environment" >&5
846835 if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
847836 echo $ac_n "(cached) $ac_c" 1>&6
848837 else
849838 cat > conftest.$ac_ext <<EOF
850-#line 851 "configure"
839+#line 840 "configure"
851840 #include "confdefs.h"
852841
853842 int main() {
@@ -858,7 +847,7 @@ int main() {
858847 return __CYGWIN__;
859848 ; return 0; }
860849 EOF
861-if { (eval echo configure:862: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
850+if { (eval echo configure:851: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
862851 rm -rf conftest*
863852 ac_cv_cygwin=yes
864853 else
@@ -875,19 +864,19 @@ echo "$ac_t""$ac_cv_cygwin" 1>&6
875864 CYGWIN=
876865 test "$ac_cv_cygwin" = yes && CYGWIN=yes
877866 echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
878-echo "configure:879: checking for mingw32 environment" >&5
867+echo "configure:868: checking for mingw32 environment" >&5
879868 if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
880869 echo $ac_n "(cached) $ac_c" 1>&6
881870 else
882871 cat > conftest.$ac_ext <<EOF
883-#line 884 "configure"
872+#line 873 "configure"
884873 #include "confdefs.h"
885874
886875 int main() {
887876 return __MINGW32__;
888877 ; return 0; }
889878 EOF
890-if { (eval echo configure:891: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
879+if { (eval echo configure:880: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
891880 rm -rf conftest*
892881 ac_cv_mingw32=yes
893882 else
@@ -935,7 +924,7 @@ else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
935924 fi
936925
937926 echo $ac_n "checking host system type""... $ac_c" 1>&6
938-echo "configure:939: checking host system type" >&5
927+echo "configure:928: checking host system type" >&5
939928
940929 host_alias=$host
941930 case "$host_alias" in
@@ -956,7 +945,7 @@ host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
956945 echo "$ac_t""$host" 1>&6
957946
958947
959-version=0.0.7
948+version=2.95.0
960949
961950 PACKAGE=libjava
962951
@@ -977,7 +966,7 @@ EOF
977966
978967 missing_dir=`cd $ac_aux_dir && pwd`
979968 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
980-echo "configure:981: checking for working aclocal" >&5
969+echo "configure:970: checking for working aclocal" >&5
981970 # Run test in a subshell; some versions of sh will print an error if
982971 # an executable is not found, even if stderr is redirected.
983972 # Redirect stdin to placate older versions of autoconf. Sigh.
@@ -990,7 +979,7 @@ else
990979 fi
991980
992981 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
993-echo "configure:994: checking for working autoconf" >&5
982+echo "configure:983: checking for working autoconf" >&5
994983 # Run test in a subshell; some versions of sh will print an error if
995984 # an executable is not found, even if stderr is redirected.
996985 # Redirect stdin to placate older versions of autoconf. Sigh.
@@ -1003,7 +992,7 @@ else
1003992 fi
1004993
1005994 echo $ac_n "checking for working automake""... $ac_c" 1>&6
1006-echo "configure:1007: checking for working automake" >&5
995+echo "configure:996: checking for working automake" >&5
1007996 # Run test in a subshell; some versions of sh will print an error if
1008997 # an executable is not found, even if stderr is redirected.
1009998 # Redirect stdin to placate older versions of autoconf. Sigh.
@@ -1016,7 +1005,7 @@ else
10161005 fi
10171006
10181007 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
1019-echo "configure:1020: checking for working autoheader" >&5
1008+echo "configure:1009: checking for working autoheader" >&5
10201009 # Run test in a subshell; some versions of sh will print an error if
10211010 # an executable is not found, even if stderr is redirected.
10221011 # Redirect stdin to placate older versions of autoconf. Sigh.
@@ -1029,7 +1018,7 @@ else
10291018 fi
10301019
10311020 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
1032-echo "configure:1033: checking for working makeinfo" >&5
1021+echo "configure:1022: checking for working makeinfo" >&5
10331022 # Run test in a subshell; some versions of sh will print an error if
10341023 # an executable is not found, even if stderr is redirected.
10351024 # Redirect stdin to placate older versions of autoconf. Sigh.
@@ -1054,7 +1043,7 @@ fi
10541043 # Extract the first word of "gcc", so it can be a program name with args.
10551044 set dummy gcc; ac_word=$2
10561045 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1057-echo "configure:1058: checking for $ac_word" >&5
1046+echo "configure:1047: checking for $ac_word" >&5
10581047 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
10591048 echo $ac_n "(cached) $ac_c" 1>&6
10601049 else
@@ -1084,7 +1073,7 @@ if test -z "$CC"; then
10841073 # Extract the first word of "cc", so it can be a program name with args.
10851074 set dummy cc; ac_word=$2
10861075 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1087-echo "configure:1088: checking for $ac_word" >&5
1076+echo "configure:1077: checking for $ac_word" >&5
10881077 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
10891078 echo $ac_n "(cached) $ac_c" 1>&6
10901079 else
@@ -1133,7 +1122,7 @@ fi
11331122 fi
11341123
11351124 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
1136-echo "configure:1137: checking whether we are using GNU C" >&5
1125+echo "configure:1126: checking whether we are using GNU C" >&5
11371126 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
11381127 echo $ac_n "(cached) $ac_c" 1>&6
11391128 else
@@ -1142,7 +1131,7 @@ else
11421131 yes;
11431132 #endif
11441133 EOF
1145-if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1146: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
1134+if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1135: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
11461135 ac_cv_prog_gcc=yes
11471136 else
11481137 ac_cv_prog_gcc=no
@@ -1157,7 +1146,7 @@ if test $ac_cv_prog_gcc = yes; then
11571146 ac_save_CFLAGS="$CFLAGS"
11581147 CFLAGS=
11591148 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
1160-echo "configure:1161: checking whether ${CC-cc} accepts -g" >&5
1149+echo "configure:1150: checking whether ${CC-cc} accepts -g" >&5
11611150 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
11621151 echo $ac_n "(cached) $ac_c" 1>&6
11631152 else
@@ -1193,7 +1182,7 @@ do
11931182 # Extract the first word of "$ac_prog", so it can be a program name with args.
11941183 set dummy $ac_prog; ac_word=$2
11951184 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1196-echo "configure:1197: checking for $ac_word" >&5
1185+echo "configure:1186: checking for $ac_word" >&5
11971186 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
11981187 echo $ac_n "(cached) $ac_c" 1>&6
11991188 else
@@ -1226,7 +1215,7 @@ test -n "$CXX" || CXX="gcc"
12261215 test -z "$CXX" && { echo "configure: error: no acceptable c++ found in \$PATH" 1>&2; exit 1; }
12271216
12281217 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
1229-echo "configure:1230: checking whether we are using GNU C++" >&5
1218+echo "configure:1219: checking whether we are using GNU C++" >&5
12301219 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
12311220 echo $ac_n "(cached) $ac_c" 1>&6
12321221 else
@@ -1235,7 +1224,7 @@ else
12351224 yes;
12361225 #endif
12371226 EOF
1238-if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1239: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
1227+if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1228: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
12391228 ac_cv_prog_gxx=yes
12401229 else
12411230 ac_cv_prog_gxx=no
@@ -1250,7 +1239,7 @@ if test $ac_cv_prog_gxx = yes; then
12501239 ac_save_CXXFLAGS="$CXXFLAGS"
12511240 CXXFLAGS=
12521241 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
1253-echo "configure:1254: checking whether ${CXX-g++} accepts -g" >&5
1242+echo "configure:1243: checking whether ${CXX-g++} accepts -g" >&5
12541243 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
12551244 echo $ac_n "(cached) $ac_c" 1>&6
12561245 else
@@ -1283,7 +1272,7 @@ fi
12831272 # LIBGCJ_CONFIGURE, which doesn't work because that means that it will
12841273 # be run before AC_CANONICAL_HOST.
12851274 echo $ac_n "checking build system type""... $ac_c" 1>&6
1286-echo "configure:1287: checking build system type" >&5
1275+echo "configure:1276: checking build system type" >&5
12871276
12881277 build_alias=$build
12891278 case "$build_alias" in
@@ -1304,7 +1293,7 @@ echo "$ac_t""$build" 1>&6
13041293 # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
13051294 set dummy ${ac_tool_prefix}as; ac_word=$2
13061295 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1307-echo "configure:1308: checking for $ac_word" >&5
1296+echo "configure:1297: checking for $ac_word" >&5
13081297 if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
13091298 echo $ac_n "(cached) $ac_c" 1>&6
13101299 else
@@ -1336,7 +1325,7 @@ fi
13361325 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
13371326 set dummy ${ac_tool_prefix}ar; ac_word=$2
13381327 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1339-echo "configure:1340: checking for $ac_word" >&5
1328+echo "configure:1329: checking for $ac_word" >&5
13401329 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
13411330 echo $ac_n "(cached) $ac_c" 1>&6
13421331 else
@@ -1368,7 +1357,7 @@ fi
13681357 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
13691358 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
13701359 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1371-echo "configure:1372: checking for $ac_word" >&5
1360+echo "configure:1361: checking for $ac_word" >&5
13721361 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
13731362 echo $ac_n "(cached) $ac_c" 1>&6
13741363 else
@@ -1400,7 +1389,7 @@ if test -n "$ac_tool_prefix"; then
14001389 # Extract the first word of "ranlib", so it can be a program name with args.
14011390 set dummy ranlib; ac_word=$2
14021391 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1403-echo "configure:1404: checking for $ac_word" >&5
1392+echo "configure:1393: checking for $ac_word" >&5
14041393 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
14051394 echo $ac_n "(cached) $ac_c" 1>&6
14061395 else
@@ -1445,7 +1434,7 @@ fi
14451434 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
14461435 # ./install, which can be erroneously created by make from ./install.sh.
14471436 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
1448-echo "configure:1449: checking for a BSD compatible install" >&5
1437+echo "configure:1438: checking for a BSD compatible install" >&5
14491438 if test -z "$INSTALL"; then
14501439 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
14511440 echo $ac_n "(cached) $ac_c" 1>&6
@@ -1499,7 +1488,7 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
14991488
15001489
15011490 echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
1502-echo "configure:1503: checking whether to enable maintainer-specific portions of Makefiles" >&5
1491+echo "configure:1492: checking whether to enable maintainer-specific portions of Makefiles" >&5
15031492 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
15041493 if test "${enable_maintainer_mode+set}" = set; then
15051494 enableval="$enable_maintainer_mode"
@@ -1533,7 +1522,7 @@ if false; then
15331522
15341523
15351524 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
1536-echo "configure:1537: checking for executable suffix" >&5
1525+echo "configure:1526: checking for executable suffix" >&5
15371526 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
15381527 echo $ac_n "(cached) $ac_c" 1>&6
15391528 else
@@ -1543,7 +1532,7 @@ else
15431532 rm -f conftest*
15441533 echo 'int main () { return 0; }' > conftest.$ac_ext
15451534 ac_cv_exeext=
1546- if { (eval echo configure:1547: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
1535+ if { (eval echo configure:1536: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
15471536 for file in conftest.*; do
15481537 case $file in
15491538 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
@@ -1665,7 +1654,7 @@ fi
16651654 # Extract the first word of "ranlib", so it can be a program name with args.
16661655 set dummy ranlib; ac_word=$2
16671656 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1668-echo "configure:1669: checking for $ac_word" >&5
1657+echo "configure:1658: checking for $ac_word" >&5
16691658 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
16701659 echo $ac_n "(cached) $ac_c" 1>&6
16711660 else
@@ -1695,7 +1684,7 @@ fi
16951684 # Extract the first word of "gcc", so it can be a program name with args.
16961685 set dummy gcc; ac_word=$2
16971686 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1698-echo "configure:1699: checking for $ac_word" >&5
1687+echo "configure:1688: checking for $ac_word" >&5
16991688 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
17001689 echo $ac_n "(cached) $ac_c" 1>&6
17011690 else
@@ -1725,7 +1714,7 @@ if test -z "$CC"; then
17251714 # Extract the first word of "cc", so it can be a program name with args.
17261715 set dummy cc; ac_word=$2
17271716 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1728-echo "configure:1729: checking for $ac_word" >&5
1717+echo "configure:1718: checking for $ac_word" >&5
17291718 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
17301719 echo $ac_n "(cached) $ac_c" 1>&6
17311720 else
@@ -1776,7 +1765,7 @@ fi
17761765 # Extract the first word of "cl", so it can be a program name with args.
17771766 set dummy cl; ac_word=$2
17781767 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1779-echo "configure:1780: checking for $ac_word" >&5
1768+echo "configure:1769: checking for $ac_word" >&5
17801769 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
17811770 echo $ac_n "(cached) $ac_c" 1>&6
17821771 else
@@ -1808,7 +1797,7 @@ fi
18081797 fi
18091798
18101799 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
1811-echo "configure:1812: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
1800+echo "configure:1801: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
18121801
18131802 ac_ext=c
18141803 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
@@ -1819,12 +1808,12 @@ cross_compiling=$ac_cv_prog_cc_cross
18191808
18201809 cat > conftest.$ac_ext << EOF
18211810
1822-#line 1823 "configure"
1811+#line 1812 "configure"
18231812 #include "confdefs.h"
18241813
18251814 main(){return(0);}
18261815 EOF
1827-if { (eval echo configure:1828: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1816+if { (eval echo configure:1817: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
18281817 ac_cv_prog_cc_works=yes
18291818 # If we can't run a trivial program, we are probably using a cross compiler.
18301819 if (./conftest; exit) 2>/dev/null; then
@@ -1850,12 +1839,12 @@ if test $ac_cv_prog_cc_works = no; then
18501839 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
18511840 fi
18521841 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
1853-echo "configure:1854: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
1842+echo "configure:1843: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
18541843 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
18551844 cross_compiling=$ac_cv_prog_cc_cross
18561845
18571846 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
1858-echo "configure:1859: checking whether we are using GNU C" >&5
1847+echo "configure:1848: checking whether we are using GNU C" >&5
18591848 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
18601849 echo $ac_n "(cached) $ac_c" 1>&6
18611850 else
@@ -1864,7 +1853,7 @@ else
18641853 yes;
18651854 #endif
18661855 EOF
1867-if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1868: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
1856+if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1857: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
18681857 ac_cv_prog_gcc=yes
18691858 else
18701859 ac_cv_prog_gcc=no
@@ -1883,7 +1872,7 @@ ac_test_CFLAGS="${CFLAGS+set}"
18831872 ac_save_CFLAGS="$CFLAGS"
18841873 CFLAGS=
18851874 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
1886-echo "configure:1887: checking whether ${CC-cc} accepts -g" >&5
1875+echo "configure:1876: checking whether ${CC-cc} accepts -g" >&5
18871876 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
18881877 echo $ac_n "(cached) $ac_c" 1>&6
18891878 else
@@ -1926,7 +1915,7 @@ ac_prog=ld
19261915 if test "$ac_cv_prog_gcc" = yes; then
19271916 # Check if gcc -print-prog-name=ld gives a path.
19281917 echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
1929-echo "configure:1930: checking for ld used by GCC" >&5
1918+echo "configure:1919: checking for ld used by GCC" >&5
19301919 ac_prog=`($CC -print-prog-name=ld) 2>&5`
19311920 case "$ac_prog" in
19321921 # Accept absolute paths.
@@ -1950,10 +1939,10 @@ echo "configure:1930: checking for ld used by GCC" >&5
19501939 esac
19511940 elif test "$with_gnu_ld" = yes; then
19521941 echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
1953-echo "configure:1954: checking for GNU ld" >&5
1942+echo "configure:1943: checking for GNU ld" >&5
19541943 else
19551944 echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
1956-echo "configure:1957: checking for non-GNU ld" >&5
1945+echo "configure:1946: checking for non-GNU ld" >&5
19571946 fi
19581947 if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then
19591948 echo $ac_n "(cached) $ac_c" 1>&6
@@ -1989,7 +1978,7 @@ fi
19891978 test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
19901979
19911980 echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
1992-echo "configure:1993: checking if the linker ($LD) is GNU ld" >&5
1981+echo "configure:1982: checking if the linker ($LD) is GNU ld" >&5
19931982 if eval "test \"`echo '$''{'ac_cv_prog_gnu_ld'+set}'`\" = set"; then
19941983 echo $ac_n "(cached) $ac_c" 1>&6
19951984 else
@@ -2005,7 +1994,7 @@ echo "$ac_t""$ac_cv_prog_gnu_ld" 1>&6
20051994
20061995
20071996 echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
2008-echo "configure:2009: checking for BSD-compatible nm" >&5
1997+echo "configure:1998: checking for BSD-compatible nm" >&5
20091998 if eval "test \"`echo '$''{'ac_cv_path_NM'+set}'`\" = set"; then
20101999 echo $ac_n "(cached) $ac_c" 1>&6
20112000 else
@@ -2043,7 +2032,7 @@ echo "$ac_t""$NM" 1>&6
20432032
20442033 # Check for command to grab the raw symbol name followed by C symbol from nm.
20452034 echo $ac_n "checking command to parse $NM output""... $ac_c" 1>&6
2046-echo "configure:2047: checking command to parse $NM output" >&5
2035+echo "configure:2036: checking command to parse $NM output" >&5
20472036 if eval "test \"`echo '$''{'ac_cv_sys_global_symbol_pipe'+set}'`\" = set"; then
20482037 echo $ac_n "(cached) $ac_c" 1>&6
20492038 else
@@ -2106,11 +2095,11 @@ void nm_test_func(){}
21062095 int main(){nm_test_var='a';nm_test_func;return 0;}
21072096 EOF
21082097
2109- if { (eval echo configure:2110: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2098+ if { (eval echo configure:2099: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
21102099 # Now try to grab the symbols.
21112100 ac_nlist=conftest.nm
21122101
2113- if { (eval echo configure:2114: \"$NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $ac_nlist\") 1>&5; (eval $NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $ac_nlist) 2>&5; } && test -s "$ac_nlist"; then
2102+ if { (eval echo configure:2103: \"$NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $ac_nlist\") 1>&5; (eval $NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $ac_nlist) 2>&5; } && test -s "$ac_nlist"; then
21142103
21152104 # Try sorting and uniquifying the output.
21162105 if sort "$ac_nlist" | uniq > "$ac_nlist"T; then
@@ -2162,7 +2151,7 @@ EOF
21622151 ac_save_CFLAGS="$CFLAGS"
21632152 LIBS="conftestm.$ac_objext"
21642153 CFLAGS="$CFLAGS$no_builtin_flag"
2165- if { (eval echo configure:2166: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2154+ if { (eval echo configure:2155: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
21662155 ac_pipe_works=yes
21672156 else
21682157 echo "configure: failed program was:" >&5
@@ -2208,7 +2197,7 @@ fi
22082197 echo "$ac_t""$ac_result" 1>&6
22092198
22102199 echo $ac_n "checking for _ prefix in compiled symbols""... $ac_c" 1>&6
2211-echo "configure:2212: checking for _ prefix in compiled symbols" >&5
2200+echo "configure:2201: checking for _ prefix in compiled symbols" >&5
22122201 if eval "test \"`echo '$''{'ac_cv_sys_symbol_underscore'+set}'`\" = set"; then
22132202 echo $ac_n "(cached) $ac_c" 1>&6
22142203 else
@@ -2217,10 +2206,10 @@ cat > conftest.$ac_ext <<EOF
22172206 void nm_test_func(){}
22182207 int main(){nm_test_func;return 0;}
22192208 EOF
2220-if { (eval echo configure:2221: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2209+if { (eval echo configure:2210: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
22212210 # Now try to grab the symbols.
22222211 ac_nlist=conftest.nm
2223- if { (eval echo configure:2224: \"$NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $ac_nlist\") 1>&5; (eval $NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $ac_nlist) 2>&5; } && test -s "$ac_nlist"; then
2212+ if { (eval echo configure:2213: \"$NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $ac_nlist\") 1>&5; (eval $NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $ac_nlist) 2>&5; } && test -s "$ac_nlist"; then
22242213 # See whether the symbols have a leading underscore.
22252214 if egrep '^. _nm_test_func' "$ac_nlist" >/dev/null; then
22262215 ac_cv_sys_symbol_underscore=yes
@@ -2246,7 +2235,7 @@ echo "$ac_t""$ac_cv_sys_symbol_underscore" 1>&6
22462235 USE_SYMBOL_UNDERSCORE=${ac_cv_sys_symbol_underscore=no}
22472236
22482237 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
2249-echo "configure:2250: checking whether ln -s works" >&5
2238+echo "configure:2239: checking whether ln -s works" >&5
22502239 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
22512240 echo $ac_n "(cached) $ac_c" 1>&6
22522241 else
@@ -2282,8 +2271,8 @@ test "$ac_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
22822271 case "$host" in
22832272 *-*-irix6*)
22842273 # Find out which ABI we are using.
2285- echo '#line 2286 "configure"' > conftest.$ac_ext
2286- if { (eval echo configure:2287: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2274+ echo '#line 2275 "configure"' > conftest.$ac_ext
2275+ if { (eval echo configure:2276: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
22872276 case "`/usr/bin/file conftest.o`" in
22882277 *32-bit*)
22892278 LD="${LD-ld} -32"
@@ -2304,19 +2293,19 @@ case "$host" in
23042293 SAVE_CFLAGS="$CFLAGS"
23052294 CFLAGS="$CFLAGS -belf"
23062295 echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6
2307-echo "configure:2308: checking whether the C compiler needs -belf" >&5
2296+echo "configure:2297: checking whether the C compiler needs -belf" >&5
23082297 if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
23092298 echo $ac_n "(cached) $ac_c" 1>&6
23102299 else
23112300 cat > conftest.$ac_ext <<EOF
2312-#line 2313 "configure"
2301+#line 2302 "configure"
23132302 #include "confdefs.h"
23142303
23152304 int main() {
23162305
23172306 ; return 0; }
23182307 EOF
2319-if { (eval echo configure:2320: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2308+if { (eval echo configure:2309: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
23202309 rm -rf conftest*
23212310 lt_cv_cc_needs_belf=yes
23222311 else
@@ -2339,7 +2328,7 @@ echo "$ac_t""$lt_cv_cc_needs_belf" 1>&6
23392328 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
23402329 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
23412330 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2342-echo "configure:2343: checking for $ac_word" >&5
2331+echo "configure:2332: checking for $ac_word" >&5
23432332 if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then
23442333 echo $ac_n "(cached) $ac_c" 1>&6
23452334 else
@@ -2371,7 +2360,7 @@ if test -n "$ac_tool_prefix"; then
23712360 # Extract the first word of "dlltool", so it can be a program name with args.
23722361 set dummy dlltool; ac_word=$2
23732362 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2374-echo "configure:2375: checking for $ac_word" >&5
2363+echo "configure:2364: checking for $ac_word" >&5
23752364 if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then
23762365 echo $ac_n "(cached) $ac_c" 1>&6
23772366 else
@@ -2406,7 +2395,7 @@ fi
24062395 # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
24072396 set dummy ${ac_tool_prefix}as; ac_word=$2
24082397 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2409-echo "configure:2410: checking for $ac_word" >&5
2398+echo "configure:2399: checking for $ac_word" >&5
24102399 if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
24112400 echo $ac_n "(cached) $ac_c" 1>&6
24122401 else
@@ -2438,7 +2427,7 @@ if test -n "$ac_tool_prefix"; then
24382427 # Extract the first word of "as", so it can be a program name with args.
24392428 set dummy as; ac_word=$2
24402429 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2441-echo "configure:2442: checking for $ac_word" >&5
2430+echo "configure:2431: checking for $ac_word" >&5
24422431 if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
24432432 echo $ac_n "(cached) $ac_c" 1>&6
24442433 else
@@ -2636,7 +2625,7 @@ EOF
26362625 esac
26372626
26382627 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
2639-echo "configure:2640: checking how to run the C preprocessor" >&5
2628+echo "configure:2629: checking how to run the C preprocessor" >&5
26402629 # On Suns, sometimes $CPP names a directory.
26412630 if test -n "$CPP" && test -d "$CPP"; then
26422631 CPP=
@@ -2651,13 +2640,13 @@ else
26512640 # On the NeXT, cc -E runs the code through the compiler's parser,
26522641 # not just through cpp.
26532642 cat > conftest.$ac_ext <<EOF
2654-#line 2655 "configure"
2643+#line 2644 "configure"
26552644 #include "confdefs.h"
26562645 #include <assert.h>
26572646 Syntax Error
26582647 EOF
26592648 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2660-{ (eval echo configure:2661: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2649+{ (eval echo configure:2650: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
26612650 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
26622651 if test -z "$ac_err"; then
26632652 :
@@ -2668,13 +2657,13 @@ else
26682657 rm -rf conftest*
26692658 CPP="${CC-cc} -E -traditional-cpp"
26702659 cat > conftest.$ac_ext <<EOF
2671-#line 2672 "configure"
2660+#line 2661 "configure"
26722661 #include "confdefs.h"
26732662 #include <assert.h>
26742663 Syntax Error
26752664 EOF
26762665 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2677-{ (eval echo configure:2678: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2666+{ (eval echo configure:2667: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
26782667 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
26792668 if test -z "$ac_err"; then
26802669 :
@@ -2685,13 +2674,13 @@ else
26852674 rm -rf conftest*
26862675 CPP="${CC-cc} -nologo -E"
26872676 cat > conftest.$ac_ext <<EOF
2688-#line 2689 "configure"
2677+#line 2678 "configure"
26892678 #include "confdefs.h"
26902679 #include <assert.h>
26912680 Syntax Error
26922681 EOF
26932682 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2694-{ (eval echo configure:2695: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2683+{ (eval echo configure:2684: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
26952684 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
26962685 if test -z "$ac_err"; then
26972686 :
@@ -2716,7 +2705,7 @@ fi
27162705 echo "$ac_t""$CPP" 1>&6
27172706
27182707 cat > conftest.$ac_ext <<EOF
2719-#line 2720 "configure"
2708+#line 2709 "configure"
27202709 #include "confdefs.h"
27212710 #include <stdint.h>
27222711 EOF
@@ -2731,7 +2720,7 @@ fi
27312720 rm -f conftest*
27322721
27332722 cat > conftest.$ac_ext <<EOF
2734-#line 2735 "configure"
2723+#line 2724 "configure"
27352724 #include "confdefs.h"
27362725 #include <inttypes.h>
27372726 EOF
@@ -2746,7 +2735,7 @@ fi
27462735 rm -f conftest*
27472736
27482737 cat > conftest.$ac_ext <<EOF
2749-#line 2750 "configure"
2738+#line 2739 "configure"
27502739 #include "confdefs.h"
27512740 #include <sys/types.h>
27522741 EOF
@@ -2761,7 +2750,7 @@ fi
27612750 rm -f conftest*
27622751
27632752 cat > conftest.$ac_ext <<EOF
2764-#line 2765 "configure"
2753+#line 2754 "configure"
27652754 #include "confdefs.h"
27662755 #include <sys/config.h>
27672756 EOF
@@ -2778,7 +2767,7 @@ rm -f conftest*
27782767
27792768
27802769 cat > conftest.$ac_ext <<EOF
2781-#line 2782 "configure"
2770+#line 2771 "configure"
27822771 #include "confdefs.h"
27832772 #include <time.h>
27842773 EOF
@@ -2793,7 +2782,7 @@ fi
27932782 rm -f conftest*
27942783
27952784 cat > conftest.$ac_ext <<EOF
2796-#line 2797 "configure"
2785+#line 2786 "configure"
27972786 #include "confdefs.h"
27982787 #include <time.h>
27992788 EOF
@@ -2831,7 +2820,7 @@ ZLIBSPEC=
28312820 libsubdir=.libs
28322821
28332822 echo $ac_n "checking for garbage collector to use""... $ac_c" 1>&6
2834-echo "configure:2835: checking for garbage collector to use" >&5
2823+echo "configure:2824: checking for garbage collector to use" >&5
28352824 # Check whether --enable-java-gc or --disable-java-gc was given.
28362825 if test "${enable_java_gc+set}" = set; then
28372826 enableval="$enable_java_gc"
@@ -2881,7 +2870,7 @@ esac
28812870
28822871
28832872 echo $ac_n "checking for threads package to use""... $ac_c" 1>&6
2884-echo "configure:2885: checking for threads package to use" >&5
2873+echo "configure:2874: checking for threads package to use" >&5
28852874 # Check whether --enable-threads or --disable-threads was given.
28862875 if test "${enable_threads+set}" = set; then
28872876 enableval="$enable_threads"
@@ -3073,12 +3062,12 @@ else
30733062 for ac_func in strerror ioctl select open fsync sleep
30743063 do
30753064 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3076-echo "configure:3077: checking for $ac_func" >&5
3065+echo "configure:3066: checking for $ac_func" >&5
30773066 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
30783067 echo $ac_n "(cached) $ac_c" 1>&6
30793068 else
30803069 cat > conftest.$ac_ext <<EOF
3081-#line 3082 "configure"
3070+#line 3071 "configure"
30823071 #include "confdefs.h"
30833072 /* System header to define __stub macros and hopefully few prototypes,
30843073 which can conflict with char $ac_func(); below. */
@@ -3101,7 +3090,7 @@ $ac_func();
31013090
31023091 ; return 0; }
31033092 EOF
3104-if { (eval echo configure:3105: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3093+if { (eval echo configure:3094: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
31053094 rm -rf conftest*
31063095 eval "ac_cv_func_$ac_func=yes"
31073096 else
@@ -3128,12 +3117,12 @@ done
31283117 for ac_func in ctime_r ctime
31293118 do
31303119 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3131-echo "configure:3132: checking for $ac_func" >&5
3120+echo "configure:3121: checking for $ac_func" >&5
31323121 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
31333122 echo $ac_n "(cached) $ac_c" 1>&6
31343123 else
31353124 cat > conftest.$ac_ext <<EOF
3136-#line 3137 "configure"
3125+#line 3126 "configure"
31373126 #include "confdefs.h"
31383127 /* System header to define __stub macros and hopefully few prototypes,
31393128 which can conflict with char $ac_func(); below. */
@@ -3156,7 +3145,7 @@ $ac_func();
31563145
31573146 ; return 0; }
31583147 EOF
3159-if { (eval echo configure:3160: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3148+if { (eval echo configure:3149: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
31603149 rm -rf conftest*
31613150 eval "ac_cv_func_$ac_func=yes"
31623151 else
@@ -3183,12 +3172,12 @@ done
31833172 for ac_func in gmtime_r localtime_r readdir_r getpwuid_r
31843173 do
31853174 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3186-echo "configure:3187: checking for $ac_func" >&5
3175+echo "configure:3176: checking for $ac_func" >&5
31873176 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
31883177 echo $ac_n "(cached) $ac_c" 1>&6
31893178 else
31903179 cat > conftest.$ac_ext <<EOF
3191-#line 3192 "configure"
3180+#line 3181 "configure"
31923181 #include "confdefs.h"
31933182 /* System header to define __stub macros and hopefully few prototypes,
31943183 which can conflict with char $ac_func(); below. */
@@ -3211,7 +3200,7 @@ $ac_func();
32113200
32123201 ; return 0; }
32133202 EOF
3214-if { (eval echo configure:3215: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3203+if { (eval echo configure:3204: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
32153204 rm -rf conftest*
32163205 eval "ac_cv_func_$ac_func=yes"
32173206 else
@@ -3238,12 +3227,12 @@ done
32383227 for ac_func in access stat mkdir rename rmdir unlink realpath
32393228 do
32403229 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3241-echo "configure:3242: checking for $ac_func" >&5
3230+echo "configure:3231: checking for $ac_func" >&5
32423231 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
32433232 echo $ac_n "(cached) $ac_c" 1>&6
32443233 else
32453234 cat > conftest.$ac_ext <<EOF
3246-#line 3247 "configure"
3235+#line 3236 "configure"
32473236 #include "confdefs.h"
32483237 /* System header to define __stub macros and hopefully few prototypes,
32493238 which can conflict with char $ac_func(); below. */
@@ -3266,7 +3255,7 @@ $ac_func();
32663255
32673256 ; return 0; }
32683257 EOF
3269-if { (eval echo configure:3270: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3258+if { (eval echo configure:3259: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
32703259 rm -rf conftest*
32713260 eval "ac_cv_func_$ac_func=yes"
32723261 else
@@ -3293,12 +3282,12 @@ done
32933282 for ac_func in inet_aton inet_addr
32943283 do
32953284 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3296-echo "configure:3297: checking for $ac_func" >&5
3285+echo "configure:3286: checking for $ac_func" >&5
32973286 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
32983287 echo $ac_n "(cached) $ac_c" 1>&6
32993288 else
33003289 cat > conftest.$ac_ext <<EOF
3301-#line 3302 "configure"
3290+#line 3291 "configure"
33023291 #include "confdefs.h"
33033292 /* System header to define __stub macros and hopefully few prototypes,
33043293 which can conflict with char $ac_func(); below. */
@@ -3321,7 +3310,7 @@ $ac_func();
33213310
33223311 ; return 0; }
33233312 EOF
3324-if { (eval echo configure:3325: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3313+if { (eval echo configure:3314: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
33253314 rm -rf conftest*
33263315 eval "ac_cv_func_$ac_func=yes"
33273316 else
@@ -3348,12 +3337,12 @@ done
33483337 for ac_func in inet_pton uname
33493338 do
33503339 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3351-echo "configure:3352: checking for $ac_func" >&5
3340+echo "configure:3341: checking for $ac_func" >&5
33523341 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
33533342 echo $ac_n "(cached) $ac_c" 1>&6
33543343 else
33553344 cat > conftest.$ac_ext <<EOF
3356-#line 3357 "configure"
3345+#line 3346 "configure"
33573346 #include "confdefs.h"
33583347 /* System header to define __stub macros and hopefully few prototypes,
33593348 which can conflict with char $ac_func(); below. */
@@ -3376,7 +3365,7 @@ $ac_func();
33763365
33773366 ; return 0; }
33783367 EOF
3379-if { (eval echo configure:3380: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3368+if { (eval echo configure:3369: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
33803369 rm -rf conftest*
33813370 eval "ac_cv_func_$ac_func=yes"
33823371 else
@@ -3404,12 +3393,12 @@ done
34043393 for ac_func in gethostbyname_r
34053394 do
34063395 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3407-echo "configure:3408: checking for $ac_func" >&5
3396+echo "configure:3397: checking for $ac_func" >&5
34083397 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
34093398 echo $ac_n "(cached) $ac_c" 1>&6
34103399 else
34113400 cat > conftest.$ac_ext <<EOF
3412-#line 3413 "configure"
3401+#line 3402 "configure"
34133402 #include "confdefs.h"
34143403 /* System header to define __stub macros and hopefully few prototypes,
34153404 which can conflict with char $ac_func(); below. */
@@ -3432,7 +3421,7 @@ $ac_func();
34323421
34333422 ; return 0; }
34343423 EOF
3435-if { (eval echo configure:3436: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3424+if { (eval echo configure:3425: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
34363425 rm -rf conftest*
34373426 eval "ac_cv_func_$ac_func=yes"
34383427 else
@@ -3459,7 +3448,7 @@ EOF
34593448 # We look for the one that returns `int'.
34603449 # Hopefully this check is robust enough.
34613450 cat > conftest.$ac_ext <<EOF
3462-#line 3463 "configure"
3451+#line 3452 "configure"
34633452 #include "confdefs.h"
34643453 #include <netdb.h>
34653454 EOF
@@ -3479,7 +3468,7 @@ rm -f conftest*
34793468 *" -D_REENTRANT "*) ;;
34803469 *)
34813470 echo $ac_n "checking whether gethostbyname_r declaration requires -D_REENTRANT""... $ac_c" 1>&6
3482-echo "configure:3483: checking whether gethostbyname_r declaration requires -D_REENTRANT" >&5
3471+echo "configure:3472: checking whether gethostbyname_r declaration requires -D_REENTRANT" >&5
34833472 if eval "test \"`echo '$''{'libjava_cv_gethostbyname_r_needs_reentrant'+set}'`\" = set"; then
34843473 echo $ac_n "(cached) $ac_c" 1>&6
34853474 else
@@ -3492,14 +3481,14 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes
34923481 cross_compiling=$ac_cv_prog_cxx_cross
34933482
34943483 cat > conftest.$ac_ext <<EOF
3495-#line 3496 "configure"
3484+#line 3485 "configure"
34963485 #include "confdefs.h"
34973486 #include <netdb.h>
34983487 int main() {
34993488 gethostbyname_r("", 0, 0);
35003489 ; return 0; }
35013490 EOF
3502-if { (eval echo configure:3503: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3491+if { (eval echo configure:3492: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
35033492 rm -rf conftest*
35043493 libjava_cv_gethostbyname_r_needs_reentrant=no
35053494 else
@@ -3509,14 +3498,14 @@ else
35093498 CPPFLAGS_SAVE="$CPPFLAGS"
35103499 CPPFLAGS="$CPPFLAGS -D_REENTRANT"
35113500 cat > conftest.$ac_ext <<EOF
3512-#line 3513 "configure"
3501+#line 3502 "configure"
35133502 #include "confdefs.h"
35143503 #include <netdb.h>
35153504 int main() {
35163505 gethostbyname_r("", 0, 0);
35173506 ; return 0; }
35183507 EOF
3519-if { (eval echo configure:3520: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3508+if { (eval echo configure:3509: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
35203509 rm -rf conftest*
35213510 libjava_cv_gethostbyname_r_needs_reentrant=yes
35223511 else
@@ -3551,12 +3540,12 @@ EOF
35513540 esac
35523541
35533542 echo $ac_n "checking for struct hostent_data""... $ac_c" 1>&6
3554-echo "configure:3555: checking for struct hostent_data" >&5
3543+echo "configure:3544: checking for struct hostent_data" >&5
35553544 if eval "test \"`echo '$''{'libjava_cv_struct_hostent_data'+set}'`\" = set"; then
35563545 echo $ac_n "(cached) $ac_c" 1>&6
35573546 else
35583547 cat > conftest.$ac_ext <<EOF
3559-#line 3560 "configure"
3548+#line 3549 "configure"
35603549 #include "confdefs.h"
35613550
35623551 #if GETHOSTBYNAME_R_NEEDS_REENTRANT && !defined(_REENTRANT)
@@ -3567,7 +3556,7 @@ int main() {
35673556 struct hostent_data data;
35683557 ; return 0; }
35693558 EOF
3570-if { (eval echo configure:3571: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3559+if { (eval echo configure:3560: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
35713560 rm -rf conftest*
35723561 libjava_cv_struct_hostent_data=yes
35733562 else
@@ -3596,12 +3585,12 @@ done
35963585 for ac_func in gethostbyaddr_r
35973586 do
35983587 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3599-echo "configure:3600: checking for $ac_func" >&5
3588+echo "configure:3589: checking for $ac_func" >&5
36003589 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
36013590 echo $ac_n "(cached) $ac_c" 1>&6
36023591 else
36033592 cat > conftest.$ac_ext <<EOF
3604-#line 3605 "configure"
3593+#line 3594 "configure"
36053594 #include "confdefs.h"
36063595 /* System header to define __stub macros and hopefully few prototypes,
36073596 which can conflict with char $ac_func(); below. */
@@ -3624,7 +3613,7 @@ $ac_func();
36243613
36253614 ; return 0; }
36263615 EOF
3627-if { (eval echo configure:3628: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3616+if { (eval echo configure:3617: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
36283617 rm -rf conftest*
36293618 eval "ac_cv_func_$ac_func=yes"
36303619 else
@@ -3651,7 +3640,7 @@ EOF
36513640 # We look for the one that returns `int'.
36523641 # Hopefully this check is robust enough.
36533642 cat > conftest.$ac_ext <<EOF
3654-#line 3655 "configure"
3643+#line 3644 "configure"
36553644 #include "confdefs.h"
36563645 #include <netdb.h>
36573646 EOF
@@ -3675,12 +3664,12 @@ done
36753664 for ac_func in gethostname
36763665 do
36773666 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3678-echo "configure:3679: checking for $ac_func" >&5
3667+echo "configure:3668: checking for $ac_func" >&5
36793668 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
36803669 echo $ac_n "(cached) $ac_c" 1>&6
36813670 else
36823671 cat > conftest.$ac_ext <<EOF
3683-#line 3684 "configure"
3672+#line 3673 "configure"
36843673 #include "confdefs.h"
36853674 /* System header to define __stub macros and hopefully few prototypes,
36863675 which can conflict with char $ac_func(); below. */
@@ -3703,7 +3692,7 @@ $ac_func();
37033692
37043693 ; return 0; }
37053694 EOF
3706-if { (eval echo configure:3707: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3695+if { (eval echo configure:3696: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
37073696 rm -rf conftest*
37083697 eval "ac_cv_func_$ac_func=yes"
37093698 else
@@ -3727,7 +3716,7 @@ EOF
37273716 EOF
37283717
37293718 cat > conftest.$ac_ext <<EOF
3730-#line 3731 "configure"
3719+#line 3720 "configure"
37313720 #include "confdefs.h"
37323721 #include <unistd.h>
37333722 EOF
@@ -3754,12 +3743,12 @@ done
37543743 for ac_func in pthread_mutexattr_settype pthread_mutexattr_setkind_np sched_yield
37553744 do
37563745 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3757-echo "configure:3758: checking for $ac_func" >&5
3746+echo "configure:3747: checking for $ac_func" >&5
37583747 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
37593748 echo $ac_n "(cached) $ac_c" 1>&6
37603749 else
37613750 cat > conftest.$ac_ext <<EOF
3762-#line 3763 "configure"
3751+#line 3752 "configure"
37633752 #include "confdefs.h"
37643753 /* System header to define __stub macros and hopefully few prototypes,
37653754 which can conflict with char $ac_func(); below. */
@@ -3782,7 +3771,7 @@ $ac_func();
37823771
37833772 ; return 0; }
37843773 EOF
3785-if { (eval echo configure:3786: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3774+if { (eval echo configure:3775: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
37863775 rm -rf conftest*
37873776 eval "ac_cv_func_$ac_func=yes"
37883777 else
@@ -3810,12 +3799,12 @@ done
38103799 for ac_func in sched_yield
38113800 do
38123801 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3813-echo "configure:3814: checking for $ac_func" >&5
3802+echo "configure:3803: checking for $ac_func" >&5
38143803 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
38153804 echo $ac_n "(cached) $ac_c" 1>&6
38163805 else
38173806 cat > conftest.$ac_ext <<EOF
3818-#line 3819 "configure"
3807+#line 3808 "configure"
38193808 #include "confdefs.h"
38203809 /* System header to define __stub macros and hopefully few prototypes,
38213810 which can conflict with char $ac_func(); below. */
@@ -3838,7 +3827,7 @@ $ac_func();
38383827
38393828 ; return 0; }
38403829 EOF
3841-if { (eval echo configure:3842: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3830+if { (eval echo configure:3831: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
38423831 rm -rf conftest*
38433832 eval "ac_cv_func_$ac_func=yes"
38443833 else
@@ -3860,7 +3849,7 @@ EOF
38603849 else
38613850 echo "$ac_t""no" 1>&6
38623851 echo $ac_n "checking for sched_yield in -lposix4""... $ac_c" 1>&6
3863-echo "configure:3864: checking for sched_yield in -lposix4" >&5
3852+echo "configure:3853: checking for sched_yield in -lposix4" >&5
38643853 ac_lib_var=`echo posix4'_'sched_yield | sed 'y%./+-%__p_%'`
38653854 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
38663855 echo $ac_n "(cached) $ac_c" 1>&6
@@ -3868,7 +3857,7 @@ else
38683857 ac_save_LIBS="$LIBS"
38693858 LIBS="-lposix4 $LIBS"
38703859 cat > conftest.$ac_ext <<EOF
3871-#line 3872 "configure"
3860+#line 3861 "configure"
38723861 #include "confdefs.h"
38733862 /* Override any gcc2 internal prototype to avoid an error. */
38743863 /* We use char because int might match the return type of a gcc2
@@ -3879,7 +3868,7 @@ int main() {
38793868 sched_yield()
38803869 ; return 0; }
38813870 EOF
3882-if { (eval echo configure:3883: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3871+if { (eval echo configure:3872: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
38833872 rm -rf conftest*
38843873 eval "ac_cv_lib_$ac_lib_var=yes"
38853874 else
@@ -3914,12 +3903,12 @@ done
39143903 for ac_func in gettimeofday time ftime
39153904 do
39163905 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3917-echo "configure:3918: checking for $ac_func" >&5
3906+echo "configure:3907: checking for $ac_func" >&5
39183907 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
39193908 echo $ac_n "(cached) $ac_c" 1>&6
39203909 else
39213910 cat > conftest.$ac_ext <<EOF
3922-#line 3923 "configure"
3911+#line 3912 "configure"
39233912 #include "confdefs.h"
39243913 /* System header to define __stub macros and hopefully few prototypes,
39253914 which can conflict with char $ac_func(); below. */
@@ -3942,7 +3931,7 @@ $ac_func();
39423931
39433932 ; return 0; }
39443933 EOF
3945-if { (eval echo configure:3946: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3934+if { (eval echo configure:3935: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
39463935 rm -rf conftest*
39473936 eval "ac_cv_func_$ac_func=yes"
39483937 else
@@ -3973,12 +3962,12 @@ done
39733962 for ac_func in memmove
39743963 do
39753964 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3976-echo "configure:3977: checking for $ac_func" >&5
3965+echo "configure:3966: checking for $ac_func" >&5
39773966 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
39783967 echo $ac_n "(cached) $ac_c" 1>&6
39793968 else
39803969 cat > conftest.$ac_ext <<EOF
3981-#line 3982 "configure"
3970+#line 3971 "configure"
39823971 #include "confdefs.h"
39833972 /* System header to define __stub macros and hopefully few prototypes,
39843973 which can conflict with char $ac_func(); below. */
@@ -4001,7 +3990,7 @@ $ac_func();
40013990
40023991 ; return 0; }
40033992 EOF
4004-if { (eval echo configure:4005: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3993+if { (eval echo configure:3994: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
40053994 rm -rf conftest*
40063995 eval "ac_cv_func_$ac_func=yes"
40073996 else
@@ -4031,12 +4020,12 @@ done
40314020 for ac_func in memcpy
40324021 do
40334022 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4034-echo "configure:4035: checking for $ac_func" >&5
4023+echo "configure:4024: checking for $ac_func" >&5
40354024 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
40364025 echo $ac_n "(cached) $ac_c" 1>&6
40374026 else
40384027 cat > conftest.$ac_ext <<EOF
4039-#line 4040 "configure"
4028+#line 4029 "configure"
40404029 #include "confdefs.h"
40414030 /* System header to define __stub macros and hopefully few prototypes,
40424031 which can conflict with char $ac_func(); below. */
@@ -4059,7 +4048,7 @@ $ac_func();
40594048
40604049 ; return 0; }
40614050 EOF
4062-if { (eval echo configure:4063: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4051+if { (eval echo configure:4052: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
40634052 rm -rf conftest*
40644053 eval "ac_cv_func_$ac_func=yes"
40654054 else
@@ -4107,7 +4096,7 @@ done
41074096 #--------------------------------------------------------------------
41084097
41094098 echo $ac_n "checking for socket libraries""... $ac_c" 1>&6
4110-echo "configure:4111: checking for socket libraries" >&5
4099+echo "configure:4100: checking for socket libraries" >&5
41114100 if eval "test \"`echo '$''{'gcj_cv_lib_sockets'+set}'`\" = set"; then
41124101 echo $ac_n "(cached) $ac_c" 1>&6
41134102 else
@@ -4115,12 +4104,12 @@ else
41154104 gcj_checkBoth=0
41164105 unset ac_cv_func_connect
41174106 echo $ac_n "checking for connect""... $ac_c" 1>&6
4118-echo "configure:4119: checking for connect" >&5
4107+echo "configure:4108: checking for connect" >&5
41194108 if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
41204109 echo $ac_n "(cached) $ac_c" 1>&6
41214110 else
41224111 cat > conftest.$ac_ext <<EOF
4123-#line 4124 "configure"
4112+#line 4113 "configure"
41244113 #include "confdefs.h"
41254114 /* System header to define __stub macros and hopefully few prototypes,
41264115 which can conflict with char connect(); below. */
@@ -4143,7 +4132,7 @@ connect();
41434132
41444133 ; return 0; }
41454134 EOF
4146-if { (eval echo configure:4147: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4135+if { (eval echo configure:4136: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
41474136 rm -rf conftest*
41484137 eval "ac_cv_func_connect=yes"
41494138 else
@@ -4166,7 +4155,7 @@ fi
41664155 if test "$gcj_checkSocket" = 1; then
41674156 unset ac_cv_func_connect
41684157 echo $ac_n "checking for main in -lsocket""... $ac_c" 1>&6
4169-echo "configure:4170: checking for main in -lsocket" >&5
4158+echo "configure:4159: checking for main in -lsocket" >&5
41704159 ac_lib_var=`echo socket'_'main | sed 'y%./+-%__p_%'`
41714160 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
41724161 echo $ac_n "(cached) $ac_c" 1>&6
@@ -4174,14 +4163,14 @@ else
41744163 ac_save_LIBS="$LIBS"
41754164 LIBS="-lsocket $LIBS"
41764165 cat > conftest.$ac_ext <<EOF
4177-#line 4178 "configure"
4166+#line 4167 "configure"
41784167 #include "confdefs.h"
41794168
41804169 int main() {
41814170 main()
41824171 ; return 0; }
41834172 EOF
4184-if { (eval echo configure:4185: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4173+if { (eval echo configure:4174: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
41854174 rm -rf conftest*
41864175 eval "ac_cv_lib_$ac_lib_var=yes"
41874176 else
@@ -4208,12 +4197,12 @@ fi
42084197 LIBS="$LIBS -lsocket -lnsl"
42094198 unset ac_cv_func_accept
42104199 echo $ac_n "checking for accept""... $ac_c" 1>&6
4211-echo "configure:4212: checking for accept" >&5
4200+echo "configure:4201: checking for accept" >&5
42124201 if eval "test \"`echo '$''{'ac_cv_func_accept'+set}'`\" = set"; then
42134202 echo $ac_n "(cached) $ac_c" 1>&6
42144203 else
42154204 cat > conftest.$ac_ext <<EOF
4216-#line 4217 "configure"
4205+#line 4206 "configure"
42174206 #include "confdefs.h"
42184207 /* System header to define __stub macros and hopefully few prototypes,
42194208 which can conflict with char accept(); below. */
@@ -4236,7 +4225,7 @@ accept();
42364225
42374226 ; return 0; }
42384227 EOF
4239-if { (eval echo configure:4240: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4228+if { (eval echo configure:4229: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
42404229 rm -rf conftest*
42414230 eval "ac_cv_func_accept=yes"
42424231 else
@@ -4263,12 +4252,12 @@ fi
42634252 gcj_oldLibs=$LIBS
42644253 LIBS="$LIBS $gcj_cv_lib_sockets"
42654254 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
4266-echo "configure:4267: checking for gethostbyname" >&5
4255+echo "configure:4256: checking for gethostbyname" >&5
42674256 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
42684257 echo $ac_n "(cached) $ac_c" 1>&6
42694258 else
42704259 cat > conftest.$ac_ext <<EOF
4271-#line 4272 "configure"
4260+#line 4261 "configure"
42724261 #include "confdefs.h"
42734262 /* System header to define __stub macros and hopefully few prototypes,
42744263 which can conflict with char gethostbyname(); below. */
@@ -4291,7 +4280,7 @@ gethostbyname();
42914280
42924281 ; return 0; }
42934282 EOF
4294-if { (eval echo configure:4295: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4283+if { (eval echo configure:4284: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
42954284 rm -rf conftest*
42964285 eval "ac_cv_func_gethostbyname=yes"
42974286 else
@@ -4309,7 +4298,7 @@ if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
43094298 else
43104299 echo "$ac_t""no" 1>&6
43114300 echo $ac_n "checking for main in -lnsl""... $ac_c" 1>&6
4312-echo "configure:4313: checking for main in -lnsl" >&5
4301+echo "configure:4302: checking for main in -lnsl" >&5
43134302 ac_lib_var=`echo nsl'_'main | sed 'y%./+-%__p_%'`
43144303 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
43154304 echo $ac_n "(cached) $ac_c" 1>&6
@@ -4317,14 +4306,14 @@ else
43174306 ac_save_LIBS="$LIBS"
43184307 LIBS="-lnsl $LIBS"
43194308 cat > conftest.$ac_ext <<EOF
4320-#line 4321 "configure"
4309+#line 4310 "configure"
43214310 #include "confdefs.h"
43224311
43234312 int main() {
43244313 main()
43254314 ; return 0; }
43264315 EOF
4327-if { (eval echo configure:4328: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4316+if { (eval echo configure:4317: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
43284317 rm -rf conftest*
43294318 eval "ac_cv_lib_$ac_lib_var=yes"
43304319 else
@@ -4356,7 +4345,7 @@ echo "$ac_t""$gcj_cv_lib_sockets" 1>&6
43564345
43574346 if test "$with_system_zlib" = yes; then
43584347 echo $ac_n "checking for deflate in -lz""... $ac_c" 1>&6
4359-echo "configure:4360: checking for deflate in -lz" >&5
4348+echo "configure:4349: checking for deflate in -lz" >&5
43604349 ac_lib_var=`echo z'_'deflate | sed 'y%./+-%__p_%'`
43614350 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
43624351 echo $ac_n "(cached) $ac_c" 1>&6
@@ -4364,7 +4353,7 @@ else
43644353 ac_save_LIBS="$LIBS"
43654354 LIBS="-lz $LIBS"
43664355 cat > conftest.$ac_ext <<EOF
4367-#line 4368 "configure"
4356+#line 4357 "configure"
43684357 #include "confdefs.h"
43694358 /* Override any gcc2 internal prototype to avoid an error. */
43704359 /* We use char because int might match the return type of a gcc2
@@ -4375,7 +4364,7 @@ int main() {
43754364 deflate()
43764365 ; return 0; }
43774366 EOF
4378-if { (eval echo configure:4379: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4367+if { (eval echo configure:4368: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
43794368 rm -rf conftest*
43804369 eval "ac_cv_lib_$ac_lib_var=yes"
43814370 else
@@ -4404,7 +4393,7 @@ fi
44044393 # requires -ldl.
44054394 if test "$GC" = boehm; then
44064395 echo $ac_n "checking for main in -ldl""... $ac_c" 1>&6
4407-echo "configure:4408: checking for main in -ldl" >&5
4396+echo "configure:4397: checking for main in -ldl" >&5
44084397 ac_lib_var=`echo dl'_'main | sed 'y%./+-%__p_%'`
44094398 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
44104399 echo $ac_n "(cached) $ac_c" 1>&6
@@ -4412,14 +4401,14 @@ else
44124401 ac_save_LIBS="$LIBS"
44134402 LIBS="-ldl $LIBS"
44144403 cat > conftest.$ac_ext <<EOF
4415-#line 4416 "configure"
4404+#line 4405 "configure"
44164405 #include "confdefs.h"
44174406
44184407 int main() {
44194408 main()
44204409 ; return 0; }
44214410 EOF
4422-if { (eval echo configure:4423: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4411+if { (eval echo configure:4412: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
44234412 rm -rf conftest*
44244413 eval "ac_cv_lib_$ac_lib_var=yes"
44254414 else
@@ -4528,17 +4517,17 @@ for ac_hdr in unistd.h bstring.h sys/time.h sys/types.h fcntl.h sys/ioctl.h sys/
45284517 do
45294518 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
45304519 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4531-echo "configure:4532: checking for $ac_hdr" >&5
4520+echo "configure:4521: checking for $ac_hdr" >&5
45324521 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
45334522 echo $ac_n "(cached) $ac_c" 1>&6
45344523 else
45354524 cat > conftest.$ac_ext <<EOF
4536-#line 4537 "configure"
4525+#line 4526 "configure"
45374526 #include "confdefs.h"
45384527 #include <$ac_hdr>
45394528 EOF
45404529 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4541-{ (eval echo configure:4542: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4530+{ (eval echo configure:4531: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
45424531 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
45434532 if test -z "$ac_err"; then
45444533 rm -rf conftest*
@@ -4568,17 +4557,17 @@ for ac_hdr in dirent.h
45684557 do
45694558 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
45704559 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4571-echo "configure:4572: checking for $ac_hdr" >&5
4560+echo "configure:4561: checking for $ac_hdr" >&5
45724561 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
45734562 echo $ac_n "(cached) $ac_c" 1>&6
45744563 else
45754564 cat > conftest.$ac_ext <<EOF
4576-#line 4577 "configure"
4565+#line 4566 "configure"
45774566 #include "confdefs.h"
45784567 #include <$ac_hdr>
45794568 EOF
45804569 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4581-{ (eval echo configure:4582: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4570+{ (eval echo configure:4571: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
45824571 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
45834572 if test -z "$ac_err"; then
45844573 rm -rf conftest*
@@ -4606,16 +4595,16 @@ done
46064595
46074596
46084597 echo $ac_n "checking whether struct sockaddr_in6 is in netinet/in.h""... $ac_c" 1>&6
4609-echo "configure:4610: checking whether struct sockaddr_in6 is in netinet/in.h" >&5
4598+echo "configure:4599: checking whether struct sockaddr_in6 is in netinet/in.h" >&5
46104599 cat > conftest.$ac_ext <<EOF
4611-#line 4612 "configure"
4600+#line 4601 "configure"
46124601 #include "confdefs.h"
46134602 #include <netinet/in.h>
46144603 int main() {
46154604 struct sockaddr_in6 addr6;
46164605 ; return 0; }
46174606 EOF
4618-if { (eval echo configure:4619: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4607+if { (eval echo configure:4608: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
46194608 rm -rf conftest*
46204609 cat >> confdefs.h <<\EOF
46214610 #define HAVE_INET6 1
@@ -4631,16 +4620,16 @@ fi
46314620 rm -f conftest*
46324621
46334622 echo $ac_n "checking for socklen_t in sys/socket.h""... $ac_c" 1>&6
4634-echo "configure:4635: checking for socklen_t in sys/socket.h" >&5
4623+echo "configure:4624: checking for socklen_t in sys/socket.h" >&5
46354624 cat > conftest.$ac_ext <<EOF
4636-#line 4637 "configure"
4625+#line 4626 "configure"
46374626 #include "confdefs.h"
46384627 #include <sys/socket.h>
46394628 int main() {
46404629 socklen_t x = 5;
46414630 ; return 0; }
46424631 EOF
4643-if { (eval echo configure:4644: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4632+if { (eval echo configure:4633: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
46444633 rm -rf conftest*
46454634 cat >> confdefs.h <<\EOF
46464635 #define HAVE_SOCKLEN_T 1
@@ -4656,16 +4645,16 @@ fi
46564645 rm -f conftest*
46574646
46584647 echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6
4659-echo "configure:4660: checking for tm_gmtoff in struct tm" >&5
4648+echo "configure:4649: checking for tm_gmtoff in struct tm" >&5
46604649 cat > conftest.$ac_ext <<EOF
4661-#line 4662 "configure"
4650+#line 4651 "configure"
46624651 #include "confdefs.h"
46634652 #include <time.h>
46644653 int main() {
46654654 struct tm tim; tim.tm_gmtoff = 0;
46664655 ; return 0; }
46674656 EOF
4668-if { (eval echo configure:4669: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4657+if { (eval echo configure:4658: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
46694658 rm -rf conftest*
46704659 cat >> confdefs.h <<\EOF
46714660 #define STRUCT_TM_HAS_GMTOFF 1
@@ -4678,16 +4667,16 @@ else
46784667 rm -rf conftest*
46794668 echo "$ac_t""no" 1>&6
46804669 echo $ac_n "checking for global timezone variable""... $ac_c" 1>&6
4681-echo "configure:4682: checking for global timezone variable" >&5
4670+echo "configure:4671: checking for global timezone variable" >&5
46824671 cat > conftest.$ac_ext <<EOF
4683-#line 4684 "configure"
4672+#line 4673 "configure"
46844673 #include "confdefs.h"
46854674 #include <time.h>
46864675 int main() {
46874676 long z2 = timezone;
46884677 ; return 0; }
46894678 EOF
4690-if { (eval echo configure:4691: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4679+if { (eval echo configure:4680: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
46914680 rm -rf conftest*
46924681 cat >> confdefs.h <<\EOF
46934682 #define HAVE_TIMEZONE 1
@@ -4707,19 +4696,19 @@ rm -f conftest*
47074696 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
47084697 # for constant arguments. Useless!
47094698 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
4710-echo "configure:4711: checking for working alloca.h" >&5
4699+echo "configure:4700: checking for working alloca.h" >&5
47114700 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
47124701 echo $ac_n "(cached) $ac_c" 1>&6
47134702 else
47144703 cat > conftest.$ac_ext <<EOF
4715-#line 4716 "configure"
4704+#line 4705 "configure"
47164705 #include "confdefs.h"
47174706 #include <alloca.h>
47184707 int main() {
47194708 char *p = alloca(2 * sizeof(int));
47204709 ; return 0; }
47214710 EOF
4722-if { (eval echo configure:4723: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4711+if { (eval echo configure:4712: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
47234712 rm -rf conftest*
47244713 ac_cv_header_alloca_h=yes
47254714 else
@@ -4740,12 +4729,12 @@ EOF
47404729 fi
47414730
47424731 echo $ac_n "checking for alloca""... $ac_c" 1>&6
4743-echo "configure:4744: checking for alloca" >&5
4732+echo "configure:4733: checking for alloca" >&5
47444733 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
47454734 echo $ac_n "(cached) $ac_c" 1>&6
47464735 else
47474736 cat > conftest.$ac_ext <<EOF
4748-#line 4749 "configure"
4737+#line 4738 "configure"
47494738 #include "confdefs.h"
47504739
47514740 #ifdef __GNUC__
@@ -4773,7 +4762,7 @@ int main() {
47734762 char *p = (char *) alloca(1);
47744763 ; return 0; }
47754764 EOF
4776-if { (eval echo configure:4777: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4765+if { (eval echo configure:4766: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
47774766 rm -rf conftest*
47784767 ac_cv_func_alloca_works=yes
47794768 else
@@ -4805,12 +4794,12 @@ EOF
48054794
48064795
48074796 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
4808-echo "configure:4809: checking whether alloca needs Cray hooks" >&5
4797+echo "configure:4798: checking whether alloca needs Cray hooks" >&5
48094798 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
48104799 echo $ac_n "(cached) $ac_c" 1>&6
48114800 else
48124801 cat > conftest.$ac_ext <<EOF
4813-#line 4814 "configure"
4802+#line 4803 "configure"
48144803 #include "confdefs.h"
48154804 #if defined(CRAY) && ! defined(CRAY2)
48164805 webecray
@@ -4835,12 +4824,12 @@ echo "$ac_t""$ac_cv_os_cray" 1>&6
48354824 if test $ac_cv_os_cray = yes; then
48364825 for ac_func in _getb67 GETB67 getb67; do
48374826 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4838-echo "configure:4839: checking for $ac_func" >&5
4827+echo "configure:4828: checking for $ac_func" >&5
48394828 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
48404829 echo $ac_n "(cached) $ac_c" 1>&6
48414830 else
48424831 cat > conftest.$ac_ext <<EOF
4843-#line 4844 "configure"
4832+#line 4833 "configure"
48444833 #include "confdefs.h"
48454834 /* System header to define __stub macros and hopefully few prototypes,
48464835 which can conflict with char $ac_func(); below. */
@@ -4863,7 +4852,7 @@ $ac_func();
48634852
48644853 ; return 0; }
48654854 EOF
4866-if { (eval echo configure:4867: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4855+if { (eval echo configure:4856: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
48674856 rm -rf conftest*
48684857 eval "ac_cv_func_$ac_func=yes"
48694858 else
@@ -4890,7 +4879,7 @@ done
48904879 fi
48914880
48924881 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
4893-echo "configure:4894: checking stack direction for C alloca" >&5
4882+echo "configure:4883: checking stack direction for C alloca" >&5
48944883 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
48954884 echo $ac_n "(cached) $ac_c" 1>&6
48964885 else
@@ -4898,7 +4887,7 @@ else
48984887 ac_cv_c_stack_direction=0
48994888 else
49004889 cat > conftest.$ac_ext <<EOF
4901-#line 4902 "configure"
4890+#line 4891 "configure"
49024891 #include "confdefs.h"
49034892 find_stack_direction ()
49044893 {
@@ -4917,7 +4906,7 @@ main ()
49174906 exit (find_stack_direction() < 0);
49184907 }
49194908 EOF
4920-if { (eval echo configure:4921: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4909+if { (eval echo configure:4910: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
49214910 then
49224911 ac_cv_c_stack_direction=1
49234912 else
@@ -4940,7 +4929,7 @@ fi
49404929
49414930
49424931 echo $ac_n "checking for g++ -g jboolean bug""... $ac_c" 1>&6
4943-echo "configure:4944: checking for g++ -g jboolean bug" >&5
4932+echo "configure:4933: checking for g++ -g jboolean bug" >&5
49444933 if eval "test \"`echo '$''{'libjava_cv_gxx_debug_jboolean_bug'+set}'`\" = set"; then
49454934 echo $ac_n "(cached) $ac_c" 1>&6
49464935 else
@@ -4953,14 +4942,14 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes
49534942 cross_compiling=$ac_cv_prog_cxx_cross
49544943
49554944 cat > conftest.$ac_ext <<EOF
4956-#line 4957 "configure"
4945+#line 4946 "configure"
49574946 #include "confdefs.h"
49584947 typedef __java_boolean jboolean;
49594948 int main() {
49604949
49614950 ; return 0; }
49624951 EOF
4963-if { (eval echo configure:4964: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4952+if { (eval echo configure:4953: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
49644953 rm -rf conftest*
49654954 libjava_cv_gxx_debug_jboolean_bug=no
49664955 else
@@ -4994,7 +4983,7 @@ do
49944983 # Extract the first word of "$ac_prog", so it can be a program name with args.
49954984 set dummy $ac_prog; ac_word=$2
49964985 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4997-echo "configure:4998: checking for $ac_word" >&5
4986+echo "configure:4987: checking for $ac_word" >&5
49984987 if eval "test \"`echo '$''{'ac_cv_prog_PERL'+set}'`\" = set"; then
49994988 echo $ac_n "(cached) $ac_c" 1>&6
50004989 else