GCC with patches for OS216
Revisión | ca56d232feee600e7b475b500460f7b50656be68 (tree) |
---|---|
Tiempo | 1999-08-02 08:56:13 |
Autor | Tom Tromey <tromey@cygn...> |
Commiter | Tom Tromey |
@@ -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 | + | |
1 | 6 | Sun Aug 1 16:29:25 1999 Tom Tromey <tromey@ferrule.cygnus.com> |
2 | 7 | |
3 | 8 | * Makefile.in: Rebuilt. |
@@ -674,9 +674,9 @@ CCLD = $(CC) | ||
674 | 674 | LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ |
675 | 675 | DATA = $(data_DATA) $(toolexeclib_DATA) |
676 | 676 | |
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 | |
680 | 680 | |
681 | 681 | |
682 | 682 | DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) |
@@ -32,7 +32,7 @@ AC_SUBST(libgcj_basedir) | ||
32 | 32 | AC_CANONICAL_HOST |
33 | 33 | |
34 | 34 | 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 | |
36 | 36 | dnl Still use "libjava" here to placate dejagnu. |
37 | 37 | AM_INIT_AUTOMAKE(libjava, $version) |
38 | 38 |
@@ -44,7 +44,7 @@ AC_SUBST(libgcj_basedir) | ||
44 | 44 | AC_CANONICAL_HOST |
45 | 45 | |
46 | 46 | 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 | |
48 | 48 | dnl Still use "libjava" here to placate dejagnu. |
49 | 49 | AM_INIT_AUTOMAKE(libjava, $version) |
50 | 50 |
@@ -59,7 +59,6 @@ program_suffix=NONE | ||
59 | 59 | program_transform_name=s,x,x, |
60 | 60 | silent= |
61 | 61 | site= |
62 | -sitefile= | |
63 | 62 | srcdir= |
64 | 63 | target=NONE |
65 | 64 | verbose= |
@@ -174,7 +173,6 @@ Configuration: | ||
174 | 173 | --help print this message |
175 | 174 | --no-create do not create output files |
176 | 175 | --quiet, --silent do not print \`checking...' messages |
177 | - --site-file=FILE use FILE as the site file | |
178 | 176 | --version print the version of autoconf that created configure |
179 | 177 | Directory and file names: |
180 | 178 | --prefix=PREFIX install architecture-independent files in PREFIX |
@@ -345,11 +343,6 @@ EOF | ||
345 | 343 | -site=* | --site=* | --sit=*) |
346 | 344 | site="$ac_optarg" ;; |
347 | 345 | |
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 | - | |
353 | 346 | -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) |
354 | 347 | ac_prev=srcdir ;; |
355 | 348 | -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) |
@@ -515,16 +508,12 @@ fi | ||
515 | 508 | srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'` |
516 | 509 | |
517 | 510 | # 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" | |
525 | 516 | fi |
526 | -else | |
527 | - CONFIG_SITE="$sitefile" | |
528 | 517 | fi |
529 | 518 | for ac_site_file in $CONFIG_SITE; do |
530 | 519 | 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; } | ||
612 | 601 | fi |
613 | 602 | |
614 | 603 | 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 | |
616 | 605 | |
617 | 606 | host_alias=$host |
618 | 607 | case "$host_alias" in |
@@ -633,7 +622,7 @@ host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` | ||
633 | 622 | echo "$ac_t""$host" 1>&6 |
634 | 623 | |
635 | 624 | 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 | |
637 | 626 | |
638 | 627 | target_alias=$target |
639 | 628 | case "$target_alias" in |
@@ -651,7 +640,7 @@ target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` | ||
651 | 640 | echo "$ac_t""$target" 1>&6 |
652 | 641 | |
653 | 642 | 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 | |
655 | 644 | |
656 | 645 | build_alias=$build |
657 | 646 | case "$build_alias" in |
@@ -699,7 +688,7 @@ fi | ||
699 | 688 | # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" |
700 | 689 | # ./install, which can be erroneously created by make from ./install.sh. |
701 | 690 | 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 | |
703 | 692 | if test -z "$INSTALL"; then |
704 | 693 | if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then |
705 | 694 | echo $ac_n "(cached) $ac_c" 1>&6 |
@@ -752,7 +741,7 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' | ||
752 | 741 | test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' |
753 | 742 | |
754 | 743 | 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 | |
756 | 745 | # Just in case |
757 | 746 | sleep 1 |
758 | 747 | echo timestamp > conftestfile |
@@ -809,7 +798,7 @@ test "$program_suffix" != NONE && | ||
809 | 798 | test "$program_transform_name" = "" && program_transform_name="s,x,x," |
810 | 799 | |
811 | 800 | 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 | |
813 | 802 | set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` |
814 | 803 | if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then |
815 | 804 | echo $ac_n "(cached) $ac_c" 1>&6 |
@@ -842,12 +831,12 @@ else | ||
842 | 831 | fi |
843 | 832 | |
844 | 833 | 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 | |
846 | 835 | if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then |
847 | 836 | echo $ac_n "(cached) $ac_c" 1>&6 |
848 | 837 | else |
849 | 838 | cat > conftest.$ac_ext <<EOF |
850 | -#line 851 "configure" | |
839 | +#line 840 "configure" | |
851 | 840 | #include "confdefs.h" |
852 | 841 | |
853 | 842 | int main() { |
@@ -858,7 +847,7 @@ int main() { | ||
858 | 847 | return __CYGWIN__; |
859 | 848 | ; return 0; } |
860 | 849 | 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 | |
862 | 851 | rm -rf conftest* |
863 | 852 | ac_cv_cygwin=yes |
864 | 853 | else |
@@ -875,19 +864,19 @@ echo "$ac_t""$ac_cv_cygwin" 1>&6 | ||
875 | 864 | CYGWIN= |
876 | 865 | test "$ac_cv_cygwin" = yes && CYGWIN=yes |
877 | 866 | 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 | |
879 | 868 | if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then |
880 | 869 | echo $ac_n "(cached) $ac_c" 1>&6 |
881 | 870 | else |
882 | 871 | cat > conftest.$ac_ext <<EOF |
883 | -#line 884 "configure" | |
872 | +#line 873 "configure" | |
884 | 873 | #include "confdefs.h" |
885 | 874 | |
886 | 875 | int main() { |
887 | 876 | return __MINGW32__; |
888 | 877 | ; return 0; } |
889 | 878 | 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 | |
891 | 880 | rm -rf conftest* |
892 | 881 | ac_cv_mingw32=yes |
893 | 882 | else |
@@ -935,7 +924,7 @@ else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; } | ||
935 | 924 | fi |
936 | 925 | |
937 | 926 | 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 | |
939 | 928 | |
940 | 929 | host_alias=$host |
941 | 930 | case "$host_alias" in |
@@ -956,7 +945,7 @@ host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` | ||
956 | 945 | echo "$ac_t""$host" 1>&6 |
957 | 946 | |
958 | 947 | |
959 | -version=0.0.7 | |
948 | +version=2.95.0 | |
960 | 949 | |
961 | 950 | PACKAGE=libjava |
962 | 951 |
@@ -977,7 +966,7 @@ EOF | ||
977 | 966 | |
978 | 967 | missing_dir=`cd $ac_aux_dir && pwd` |
979 | 968 | 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 | |
981 | 970 | # Run test in a subshell; some versions of sh will print an error if |
982 | 971 | # an executable is not found, even if stderr is redirected. |
983 | 972 | # Redirect stdin to placate older versions of autoconf. Sigh. |
@@ -990,7 +979,7 @@ else | ||
990 | 979 | fi |
991 | 980 | |
992 | 981 | 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 | |
994 | 983 | # Run test in a subshell; some versions of sh will print an error if |
995 | 984 | # an executable is not found, even if stderr is redirected. |
996 | 985 | # Redirect stdin to placate older versions of autoconf. Sigh. |
@@ -1003,7 +992,7 @@ else | ||
1003 | 992 | fi |
1004 | 993 | |
1005 | 994 | 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 | |
1007 | 996 | # Run test in a subshell; some versions of sh will print an error if |
1008 | 997 | # an executable is not found, even if stderr is redirected. |
1009 | 998 | # Redirect stdin to placate older versions of autoconf. Sigh. |
@@ -1016,7 +1005,7 @@ else | ||
1016 | 1005 | fi |
1017 | 1006 | |
1018 | 1007 | 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 | |
1020 | 1009 | # Run test in a subshell; some versions of sh will print an error if |
1021 | 1010 | # an executable is not found, even if stderr is redirected. |
1022 | 1011 | # Redirect stdin to placate older versions of autoconf. Sigh. |
@@ -1029,7 +1018,7 @@ else | ||
1029 | 1018 | fi |
1030 | 1019 | |
1031 | 1020 | 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 | |
1033 | 1022 | # Run test in a subshell; some versions of sh will print an error if |
1034 | 1023 | # an executable is not found, even if stderr is redirected. |
1035 | 1024 | # Redirect stdin to placate older versions of autoconf. Sigh. |
@@ -1054,7 +1043,7 @@ fi | ||
1054 | 1043 | # Extract the first word of "gcc", so it can be a program name with args. |
1055 | 1044 | set dummy gcc; ac_word=$2 |
1056 | 1045 | 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 | |
1058 | 1047 | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
1059 | 1048 | echo $ac_n "(cached) $ac_c" 1>&6 |
1060 | 1049 | else |
@@ -1084,7 +1073,7 @@ if test -z "$CC"; then | ||
1084 | 1073 | # Extract the first word of "cc", so it can be a program name with args. |
1085 | 1074 | set dummy cc; ac_word=$2 |
1086 | 1075 | 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 | |
1088 | 1077 | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
1089 | 1078 | echo $ac_n "(cached) $ac_c" 1>&6 |
1090 | 1079 | else |
@@ -1133,7 +1122,7 @@ fi | ||
1133 | 1122 | fi |
1134 | 1123 | |
1135 | 1124 | 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 | |
1137 | 1126 | if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then |
1138 | 1127 | echo $ac_n "(cached) $ac_c" 1>&6 |
1139 | 1128 | else |
@@ -1142,7 +1131,7 @@ else | ||
1142 | 1131 | yes; |
1143 | 1132 | #endif |
1144 | 1133 | 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 | |
1146 | 1135 | ac_cv_prog_gcc=yes |
1147 | 1136 | else |
1148 | 1137 | ac_cv_prog_gcc=no |
@@ -1157,7 +1146,7 @@ if test $ac_cv_prog_gcc = yes; then | ||
1157 | 1146 | ac_save_CFLAGS="$CFLAGS" |
1158 | 1147 | CFLAGS= |
1159 | 1148 | 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 | |
1161 | 1150 | if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then |
1162 | 1151 | echo $ac_n "(cached) $ac_c" 1>&6 |
1163 | 1152 | else |
@@ -1193,7 +1182,7 @@ do | ||
1193 | 1182 | # Extract the first word of "$ac_prog", so it can be a program name with args. |
1194 | 1183 | set dummy $ac_prog; ac_word=$2 |
1195 | 1184 | 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 | |
1197 | 1186 | if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then |
1198 | 1187 | echo $ac_n "(cached) $ac_c" 1>&6 |
1199 | 1188 | else |
@@ -1226,7 +1215,7 @@ test -n "$CXX" || CXX="gcc" | ||
1226 | 1215 | test -z "$CXX" && { echo "configure: error: no acceptable c++ found in \$PATH" 1>&2; exit 1; } |
1227 | 1216 | |
1228 | 1217 | 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 | |
1230 | 1219 | if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then |
1231 | 1220 | echo $ac_n "(cached) $ac_c" 1>&6 |
1232 | 1221 | else |
@@ -1235,7 +1224,7 @@ else | ||
1235 | 1224 | yes; |
1236 | 1225 | #endif |
1237 | 1226 | 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 | |
1239 | 1228 | ac_cv_prog_gxx=yes |
1240 | 1229 | else |
1241 | 1230 | ac_cv_prog_gxx=no |
@@ -1250,7 +1239,7 @@ if test $ac_cv_prog_gxx = yes; then | ||
1250 | 1239 | ac_save_CXXFLAGS="$CXXFLAGS" |
1251 | 1240 | CXXFLAGS= |
1252 | 1241 | 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 | |
1254 | 1243 | if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then |
1255 | 1244 | echo $ac_n "(cached) $ac_c" 1>&6 |
1256 | 1245 | else |
@@ -1283,7 +1272,7 @@ fi | ||
1283 | 1272 | # LIBGCJ_CONFIGURE, which doesn't work because that means that it will |
1284 | 1273 | # be run before AC_CANONICAL_HOST. |
1285 | 1274 | 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 | |
1287 | 1276 | |
1288 | 1277 | build_alias=$build |
1289 | 1278 | case "$build_alias" in |
@@ -1304,7 +1293,7 @@ echo "$ac_t""$build" 1>&6 | ||
1304 | 1293 | # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args. |
1305 | 1294 | set dummy ${ac_tool_prefix}as; ac_word=$2 |
1306 | 1295 | 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 | |
1308 | 1297 | if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then |
1309 | 1298 | echo $ac_n "(cached) $ac_c" 1>&6 |
1310 | 1299 | else |
@@ -1336,7 +1325,7 @@ fi | ||
1336 | 1325 | # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. |
1337 | 1326 | set dummy ${ac_tool_prefix}ar; ac_word=$2 |
1338 | 1327 | 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 | |
1340 | 1329 | if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then |
1341 | 1330 | echo $ac_n "(cached) $ac_c" 1>&6 |
1342 | 1331 | else |
@@ -1368,7 +1357,7 @@ fi | ||
1368 | 1357 | # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. |
1369 | 1358 | set dummy ${ac_tool_prefix}ranlib; ac_word=$2 |
1370 | 1359 | 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 | |
1372 | 1361 | if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then |
1373 | 1362 | echo $ac_n "(cached) $ac_c" 1>&6 |
1374 | 1363 | else |
@@ -1400,7 +1389,7 @@ if test -n "$ac_tool_prefix"; then | ||
1400 | 1389 | # Extract the first word of "ranlib", so it can be a program name with args. |
1401 | 1390 | set dummy ranlib; ac_word=$2 |
1402 | 1391 | 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 | |
1404 | 1393 | if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then |
1405 | 1394 | echo $ac_n "(cached) $ac_c" 1>&6 |
1406 | 1395 | else |
@@ -1445,7 +1434,7 @@ fi | ||
1445 | 1434 | # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" |
1446 | 1435 | # ./install, which can be erroneously created by make from ./install.sh. |
1447 | 1436 | 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 | |
1449 | 1438 | if test -z "$INSTALL"; then |
1450 | 1439 | if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then |
1451 | 1440 | echo $ac_n "(cached) $ac_c" 1>&6 |
@@ -1499,7 +1488,7 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' | ||
1499 | 1488 | |
1500 | 1489 | |
1501 | 1490 | 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 | |
1503 | 1492 | # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. |
1504 | 1493 | if test "${enable_maintainer_mode+set}" = set; then |
1505 | 1494 | enableval="$enable_maintainer_mode" |
@@ -1533,7 +1522,7 @@ if false; then | ||
1533 | 1522 | |
1534 | 1523 | |
1535 | 1524 | 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 | |
1537 | 1526 | if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then |
1538 | 1527 | echo $ac_n "(cached) $ac_c" 1>&6 |
1539 | 1528 | else |
@@ -1543,7 +1532,7 @@ else | ||
1543 | 1532 | rm -f conftest* |
1544 | 1533 | echo 'int main () { return 0; }' > conftest.$ac_ext |
1545 | 1534 | 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 | |
1547 | 1536 | for file in conftest.*; do |
1548 | 1537 | case $file in |
1549 | 1538 | *.c | *.o | *.obj | *.ilk | *.pdb) ;; |
@@ -1665,7 +1654,7 @@ fi | ||
1665 | 1654 | # Extract the first word of "ranlib", so it can be a program name with args. |
1666 | 1655 | set dummy ranlib; ac_word=$2 |
1667 | 1656 | 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 | |
1669 | 1658 | if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then |
1670 | 1659 | echo $ac_n "(cached) $ac_c" 1>&6 |
1671 | 1660 | else |
@@ -1695,7 +1684,7 @@ fi | ||
1695 | 1684 | # Extract the first word of "gcc", so it can be a program name with args. |
1696 | 1685 | set dummy gcc; ac_word=$2 |
1697 | 1686 | 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 | |
1699 | 1688 | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
1700 | 1689 | echo $ac_n "(cached) $ac_c" 1>&6 |
1701 | 1690 | else |
@@ -1725,7 +1714,7 @@ if test -z "$CC"; then | ||
1725 | 1714 | # Extract the first word of "cc", so it can be a program name with args. |
1726 | 1715 | set dummy cc; ac_word=$2 |
1727 | 1716 | 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 | |
1729 | 1718 | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
1730 | 1719 | echo $ac_n "(cached) $ac_c" 1>&6 |
1731 | 1720 | else |
@@ -1776,7 +1765,7 @@ fi | ||
1776 | 1765 | # Extract the first word of "cl", so it can be a program name with args. |
1777 | 1766 | set dummy cl; ac_word=$2 |
1778 | 1767 | 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 | |
1780 | 1769 | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
1781 | 1770 | echo $ac_n "(cached) $ac_c" 1>&6 |
1782 | 1771 | else |
@@ -1808,7 +1797,7 @@ fi | ||
1808 | 1797 | fi |
1809 | 1798 | |
1810 | 1799 | 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 | |
1812 | 1801 | |
1813 | 1802 | ac_ext=c |
1814 | 1803 | # 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 | ||
1819 | 1808 | |
1820 | 1809 | cat > conftest.$ac_ext << EOF |
1821 | 1810 | |
1822 | -#line 1823 "configure" | |
1811 | +#line 1812 "configure" | |
1823 | 1812 | #include "confdefs.h" |
1824 | 1813 | |
1825 | 1814 | main(){return(0);} |
1826 | 1815 | 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 | |
1828 | 1817 | ac_cv_prog_cc_works=yes |
1829 | 1818 | # If we can't run a trivial program, we are probably using a cross compiler. |
1830 | 1819 | if (./conftest; exit) 2>/dev/null; then |
@@ -1850,12 +1839,12 @@ if test $ac_cv_prog_cc_works = no; then | ||
1850 | 1839 | { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; } |
1851 | 1840 | fi |
1852 | 1841 | 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 | |
1854 | 1843 | echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 |
1855 | 1844 | cross_compiling=$ac_cv_prog_cc_cross |
1856 | 1845 | |
1857 | 1846 | 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 | |
1859 | 1848 | if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then |
1860 | 1849 | echo $ac_n "(cached) $ac_c" 1>&6 |
1861 | 1850 | else |
@@ -1864,7 +1853,7 @@ else | ||
1864 | 1853 | yes; |
1865 | 1854 | #endif |
1866 | 1855 | 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 | |
1868 | 1857 | ac_cv_prog_gcc=yes |
1869 | 1858 | else |
1870 | 1859 | ac_cv_prog_gcc=no |
@@ -1883,7 +1872,7 @@ ac_test_CFLAGS="${CFLAGS+set}" | ||
1883 | 1872 | ac_save_CFLAGS="$CFLAGS" |
1884 | 1873 | CFLAGS= |
1885 | 1874 | 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 | |
1887 | 1876 | if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then |
1888 | 1877 | echo $ac_n "(cached) $ac_c" 1>&6 |
1889 | 1878 | else |
@@ -1926,7 +1915,7 @@ ac_prog=ld | ||
1926 | 1915 | if test "$ac_cv_prog_gcc" = yes; then |
1927 | 1916 | # Check if gcc -print-prog-name=ld gives a path. |
1928 | 1917 | 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 | |
1930 | 1919 | ac_prog=`($CC -print-prog-name=ld) 2>&5` |
1931 | 1920 | case "$ac_prog" in |
1932 | 1921 | # Accept absolute paths. |
@@ -1950,10 +1939,10 @@ echo "configure:1930: checking for ld used by GCC" >&5 | ||
1950 | 1939 | esac |
1951 | 1940 | elif test "$with_gnu_ld" = yes; then |
1952 | 1941 | 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 | |
1954 | 1943 | else |
1955 | 1944 | 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 | |
1957 | 1946 | fi |
1958 | 1947 | if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then |
1959 | 1948 | echo $ac_n "(cached) $ac_c" 1>&6 |
@@ -1989,7 +1978,7 @@ fi | ||
1989 | 1978 | test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; } |
1990 | 1979 | |
1991 | 1980 | 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 | |
1993 | 1982 | if eval "test \"`echo '$''{'ac_cv_prog_gnu_ld'+set}'`\" = set"; then |
1994 | 1983 | echo $ac_n "(cached) $ac_c" 1>&6 |
1995 | 1984 | else |
@@ -2005,7 +1994,7 @@ echo "$ac_t""$ac_cv_prog_gnu_ld" 1>&6 | ||
2005 | 1994 | |
2006 | 1995 | |
2007 | 1996 | 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 | |
2009 | 1998 | if eval "test \"`echo '$''{'ac_cv_path_NM'+set}'`\" = set"; then |
2010 | 1999 | echo $ac_n "(cached) $ac_c" 1>&6 |
2011 | 2000 | else |
@@ -2043,7 +2032,7 @@ echo "$ac_t""$NM" 1>&6 | ||
2043 | 2032 | |
2044 | 2033 | # Check for command to grab the raw symbol name followed by C symbol from nm. |
2045 | 2034 | 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 | |
2047 | 2036 | if eval "test \"`echo '$''{'ac_cv_sys_global_symbol_pipe'+set}'`\" = set"; then |
2048 | 2037 | echo $ac_n "(cached) $ac_c" 1>&6 |
2049 | 2038 | else |
@@ -2106,11 +2095,11 @@ void nm_test_func(){} | ||
2106 | 2095 | int main(){nm_test_var='a';nm_test_func;return 0;} |
2107 | 2096 | EOF |
2108 | 2097 | |
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 | |
2110 | 2099 | # Now try to grab the symbols. |
2111 | 2100 | ac_nlist=conftest.nm |
2112 | 2101 | |
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 | |
2114 | 2103 | |
2115 | 2104 | # Try sorting and uniquifying the output. |
2116 | 2105 | if sort "$ac_nlist" | uniq > "$ac_nlist"T; then |
@@ -2162,7 +2151,7 @@ EOF | ||
2162 | 2151 | ac_save_CFLAGS="$CFLAGS" |
2163 | 2152 | LIBS="conftestm.$ac_objext" |
2164 | 2153 | 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 | |
2166 | 2155 | ac_pipe_works=yes |
2167 | 2156 | else |
2168 | 2157 | echo "configure: failed program was:" >&5 |
@@ -2208,7 +2197,7 @@ fi | ||
2208 | 2197 | echo "$ac_t""$ac_result" 1>&6 |
2209 | 2198 | |
2210 | 2199 | 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 | |
2212 | 2201 | if eval "test \"`echo '$''{'ac_cv_sys_symbol_underscore'+set}'`\" = set"; then |
2213 | 2202 | echo $ac_n "(cached) $ac_c" 1>&6 |
2214 | 2203 | else |
@@ -2217,10 +2206,10 @@ cat > conftest.$ac_ext <<EOF | ||
2217 | 2206 | void nm_test_func(){} |
2218 | 2207 | int main(){nm_test_func;return 0;} |
2219 | 2208 | 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 | |
2221 | 2210 | # Now try to grab the symbols. |
2222 | 2211 | 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 | |
2224 | 2213 | # See whether the symbols have a leading underscore. |
2225 | 2214 | if egrep '^. _nm_test_func' "$ac_nlist" >/dev/null; then |
2226 | 2215 | ac_cv_sys_symbol_underscore=yes |
@@ -2246,7 +2235,7 @@ echo "$ac_t""$ac_cv_sys_symbol_underscore" 1>&6 | ||
2246 | 2235 | USE_SYMBOL_UNDERSCORE=${ac_cv_sys_symbol_underscore=no} |
2247 | 2236 | |
2248 | 2237 | 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 | |
2250 | 2239 | if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then |
2251 | 2240 | echo $ac_n "(cached) $ac_c" 1>&6 |
2252 | 2241 | else |
@@ -2282,8 +2271,8 @@ test "$ac_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld" | ||
2282 | 2271 | case "$host" in |
2283 | 2272 | *-*-irix6*) |
2284 | 2273 | # 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 | |
2287 | 2276 | case "`/usr/bin/file conftest.o`" in |
2288 | 2277 | *32-bit*) |
2289 | 2278 | LD="${LD-ld} -32" |
@@ -2304,19 +2293,19 @@ case "$host" in | ||
2304 | 2293 | SAVE_CFLAGS="$CFLAGS" |
2305 | 2294 | CFLAGS="$CFLAGS -belf" |
2306 | 2295 | 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 | |
2308 | 2297 | if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then |
2309 | 2298 | echo $ac_n "(cached) $ac_c" 1>&6 |
2310 | 2299 | else |
2311 | 2300 | cat > conftest.$ac_ext <<EOF |
2312 | -#line 2313 "configure" | |
2301 | +#line 2302 "configure" | |
2313 | 2302 | #include "confdefs.h" |
2314 | 2303 | |
2315 | 2304 | int main() { |
2316 | 2305 | |
2317 | 2306 | ; return 0; } |
2318 | 2307 | 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 | |
2320 | 2309 | rm -rf conftest* |
2321 | 2310 | lt_cv_cc_needs_belf=yes |
2322 | 2311 | else |
@@ -2339,7 +2328,7 @@ echo "$ac_t""$lt_cv_cc_needs_belf" 1>&6 | ||
2339 | 2328 | # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args. |
2340 | 2329 | set dummy ${ac_tool_prefix}dlltool; ac_word=$2 |
2341 | 2330 | 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 | |
2343 | 2332 | if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then |
2344 | 2333 | echo $ac_n "(cached) $ac_c" 1>&6 |
2345 | 2334 | else |
@@ -2371,7 +2360,7 @@ if test -n "$ac_tool_prefix"; then | ||
2371 | 2360 | # Extract the first word of "dlltool", so it can be a program name with args. |
2372 | 2361 | set dummy dlltool; ac_word=$2 |
2373 | 2362 | 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 | |
2375 | 2364 | if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then |
2376 | 2365 | echo $ac_n "(cached) $ac_c" 1>&6 |
2377 | 2366 | else |
@@ -2406,7 +2395,7 @@ fi | ||
2406 | 2395 | # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args. |
2407 | 2396 | set dummy ${ac_tool_prefix}as; ac_word=$2 |
2408 | 2397 | 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 | |
2410 | 2399 | if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then |
2411 | 2400 | echo $ac_n "(cached) $ac_c" 1>&6 |
2412 | 2401 | else |
@@ -2438,7 +2427,7 @@ if test -n "$ac_tool_prefix"; then | ||
2438 | 2427 | # Extract the first word of "as", so it can be a program name with args. |
2439 | 2428 | set dummy as; ac_word=$2 |
2440 | 2429 | 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 | |
2442 | 2431 | if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then |
2443 | 2432 | echo $ac_n "(cached) $ac_c" 1>&6 |
2444 | 2433 | else |
@@ -2636,7 +2625,7 @@ EOF | ||
2636 | 2625 | esac |
2637 | 2626 | |
2638 | 2627 | 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 | |
2640 | 2629 | # On Suns, sometimes $CPP names a directory. |
2641 | 2630 | if test -n "$CPP" && test -d "$CPP"; then |
2642 | 2631 | CPP= |
@@ -2651,13 +2640,13 @@ else | ||
2651 | 2640 | # On the NeXT, cc -E runs the code through the compiler's parser, |
2652 | 2641 | # not just through cpp. |
2653 | 2642 | cat > conftest.$ac_ext <<EOF |
2654 | -#line 2655 "configure" | |
2643 | +#line 2644 "configure" | |
2655 | 2644 | #include "confdefs.h" |
2656 | 2645 | #include <assert.h> |
2657 | 2646 | Syntax Error |
2658 | 2647 | EOF |
2659 | 2648 | 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; } | |
2661 | 2650 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
2662 | 2651 | if test -z "$ac_err"; then |
2663 | 2652 | : |
@@ -2668,13 +2657,13 @@ else | ||
2668 | 2657 | rm -rf conftest* |
2669 | 2658 | CPP="${CC-cc} -E -traditional-cpp" |
2670 | 2659 | cat > conftest.$ac_ext <<EOF |
2671 | -#line 2672 "configure" | |
2660 | +#line 2661 "configure" | |
2672 | 2661 | #include "confdefs.h" |
2673 | 2662 | #include <assert.h> |
2674 | 2663 | Syntax Error |
2675 | 2664 | EOF |
2676 | 2665 | 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; } | |
2678 | 2667 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
2679 | 2668 | if test -z "$ac_err"; then |
2680 | 2669 | : |
@@ -2685,13 +2674,13 @@ else | ||
2685 | 2674 | rm -rf conftest* |
2686 | 2675 | CPP="${CC-cc} -nologo -E" |
2687 | 2676 | cat > conftest.$ac_ext <<EOF |
2688 | -#line 2689 "configure" | |
2677 | +#line 2678 "configure" | |
2689 | 2678 | #include "confdefs.h" |
2690 | 2679 | #include <assert.h> |
2691 | 2680 | Syntax Error |
2692 | 2681 | EOF |
2693 | 2682 | 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; } | |
2695 | 2684 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
2696 | 2685 | if test -z "$ac_err"; then |
2697 | 2686 | : |
@@ -2716,7 +2705,7 @@ fi | ||
2716 | 2705 | echo "$ac_t""$CPP" 1>&6 |
2717 | 2706 | |
2718 | 2707 | cat > conftest.$ac_ext <<EOF |
2719 | -#line 2720 "configure" | |
2708 | +#line 2709 "configure" | |
2720 | 2709 | #include "confdefs.h" |
2721 | 2710 | #include <stdint.h> |
2722 | 2711 | EOF |
@@ -2731,7 +2720,7 @@ fi | ||
2731 | 2720 | rm -f conftest* |
2732 | 2721 | |
2733 | 2722 | cat > conftest.$ac_ext <<EOF |
2734 | -#line 2735 "configure" | |
2723 | +#line 2724 "configure" | |
2735 | 2724 | #include "confdefs.h" |
2736 | 2725 | #include <inttypes.h> |
2737 | 2726 | EOF |
@@ -2746,7 +2735,7 @@ fi | ||
2746 | 2735 | rm -f conftest* |
2747 | 2736 | |
2748 | 2737 | cat > conftest.$ac_ext <<EOF |
2749 | -#line 2750 "configure" | |
2738 | +#line 2739 "configure" | |
2750 | 2739 | #include "confdefs.h" |
2751 | 2740 | #include <sys/types.h> |
2752 | 2741 | EOF |
@@ -2761,7 +2750,7 @@ fi | ||
2761 | 2750 | rm -f conftest* |
2762 | 2751 | |
2763 | 2752 | cat > conftest.$ac_ext <<EOF |
2764 | -#line 2765 "configure" | |
2753 | +#line 2754 "configure" | |
2765 | 2754 | #include "confdefs.h" |
2766 | 2755 | #include <sys/config.h> |
2767 | 2756 | EOF |
@@ -2778,7 +2767,7 @@ rm -f conftest* | ||
2778 | 2767 | |
2779 | 2768 | |
2780 | 2769 | cat > conftest.$ac_ext <<EOF |
2781 | -#line 2782 "configure" | |
2770 | +#line 2771 "configure" | |
2782 | 2771 | #include "confdefs.h" |
2783 | 2772 | #include <time.h> |
2784 | 2773 | EOF |
@@ -2793,7 +2782,7 @@ fi | ||
2793 | 2782 | rm -f conftest* |
2794 | 2783 | |
2795 | 2784 | cat > conftest.$ac_ext <<EOF |
2796 | -#line 2797 "configure" | |
2785 | +#line 2786 "configure" | |
2797 | 2786 | #include "confdefs.h" |
2798 | 2787 | #include <time.h> |
2799 | 2788 | EOF |
@@ -2831,7 +2820,7 @@ ZLIBSPEC= | ||
2831 | 2820 | libsubdir=.libs |
2832 | 2821 | |
2833 | 2822 | 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 | |
2835 | 2824 | # Check whether --enable-java-gc or --disable-java-gc was given. |
2836 | 2825 | if test "${enable_java_gc+set}" = set; then |
2837 | 2826 | enableval="$enable_java_gc" |
@@ -2881,7 +2870,7 @@ esac | ||
2881 | 2870 | |
2882 | 2871 | |
2883 | 2872 | 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 | |
2885 | 2874 | # Check whether --enable-threads or --disable-threads was given. |
2886 | 2875 | if test "${enable_threads+set}" = set; then |
2887 | 2876 | enableval="$enable_threads" |
@@ -3073,12 +3062,12 @@ else | ||
3073 | 3062 | for ac_func in strerror ioctl select open fsync sleep |
3074 | 3063 | do |
3075 | 3064 | 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 | |
3077 | 3066 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
3078 | 3067 | echo $ac_n "(cached) $ac_c" 1>&6 |
3079 | 3068 | else |
3080 | 3069 | cat > conftest.$ac_ext <<EOF |
3081 | -#line 3082 "configure" | |
3070 | +#line 3071 "configure" | |
3082 | 3071 | #include "confdefs.h" |
3083 | 3072 | /* System header to define __stub macros and hopefully few prototypes, |
3084 | 3073 | which can conflict with char $ac_func(); below. */ |
@@ -3101,7 +3090,7 @@ $ac_func(); | ||
3101 | 3090 | |
3102 | 3091 | ; return 0; } |
3103 | 3092 | 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 | |
3105 | 3094 | rm -rf conftest* |
3106 | 3095 | eval "ac_cv_func_$ac_func=yes" |
3107 | 3096 | else |
@@ -3128,12 +3117,12 @@ done | ||
3128 | 3117 | for ac_func in ctime_r ctime |
3129 | 3118 | do |
3130 | 3119 | 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 | |
3132 | 3121 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
3133 | 3122 | echo $ac_n "(cached) $ac_c" 1>&6 |
3134 | 3123 | else |
3135 | 3124 | cat > conftest.$ac_ext <<EOF |
3136 | -#line 3137 "configure" | |
3125 | +#line 3126 "configure" | |
3137 | 3126 | #include "confdefs.h" |
3138 | 3127 | /* System header to define __stub macros and hopefully few prototypes, |
3139 | 3128 | which can conflict with char $ac_func(); below. */ |
@@ -3156,7 +3145,7 @@ $ac_func(); | ||
3156 | 3145 | |
3157 | 3146 | ; return 0; } |
3158 | 3147 | 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 | |
3160 | 3149 | rm -rf conftest* |
3161 | 3150 | eval "ac_cv_func_$ac_func=yes" |
3162 | 3151 | else |
@@ -3183,12 +3172,12 @@ done | ||
3183 | 3172 | for ac_func in gmtime_r localtime_r readdir_r getpwuid_r |
3184 | 3173 | do |
3185 | 3174 | 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 | |
3187 | 3176 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
3188 | 3177 | echo $ac_n "(cached) $ac_c" 1>&6 |
3189 | 3178 | else |
3190 | 3179 | cat > conftest.$ac_ext <<EOF |
3191 | -#line 3192 "configure" | |
3180 | +#line 3181 "configure" | |
3192 | 3181 | #include "confdefs.h" |
3193 | 3182 | /* System header to define __stub macros and hopefully few prototypes, |
3194 | 3183 | which can conflict with char $ac_func(); below. */ |
@@ -3211,7 +3200,7 @@ $ac_func(); | ||
3211 | 3200 | |
3212 | 3201 | ; return 0; } |
3213 | 3202 | 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 | |
3215 | 3204 | rm -rf conftest* |
3216 | 3205 | eval "ac_cv_func_$ac_func=yes" |
3217 | 3206 | else |
@@ -3238,12 +3227,12 @@ done | ||
3238 | 3227 | for ac_func in access stat mkdir rename rmdir unlink realpath |
3239 | 3228 | do |
3240 | 3229 | 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 | |
3242 | 3231 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
3243 | 3232 | echo $ac_n "(cached) $ac_c" 1>&6 |
3244 | 3233 | else |
3245 | 3234 | cat > conftest.$ac_ext <<EOF |
3246 | -#line 3247 "configure" | |
3235 | +#line 3236 "configure" | |
3247 | 3236 | #include "confdefs.h" |
3248 | 3237 | /* System header to define __stub macros and hopefully few prototypes, |
3249 | 3238 | which can conflict with char $ac_func(); below. */ |
@@ -3266,7 +3255,7 @@ $ac_func(); | ||
3266 | 3255 | |
3267 | 3256 | ; return 0; } |
3268 | 3257 | 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 | |
3270 | 3259 | rm -rf conftest* |
3271 | 3260 | eval "ac_cv_func_$ac_func=yes" |
3272 | 3261 | else |
@@ -3293,12 +3282,12 @@ done | ||
3293 | 3282 | for ac_func in inet_aton inet_addr |
3294 | 3283 | do |
3295 | 3284 | 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 | |
3297 | 3286 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
3298 | 3287 | echo $ac_n "(cached) $ac_c" 1>&6 |
3299 | 3288 | else |
3300 | 3289 | cat > conftest.$ac_ext <<EOF |
3301 | -#line 3302 "configure" | |
3290 | +#line 3291 "configure" | |
3302 | 3291 | #include "confdefs.h" |
3303 | 3292 | /* System header to define __stub macros and hopefully few prototypes, |
3304 | 3293 | which can conflict with char $ac_func(); below. */ |
@@ -3321,7 +3310,7 @@ $ac_func(); | ||
3321 | 3310 | |
3322 | 3311 | ; return 0; } |
3323 | 3312 | 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 | |
3325 | 3314 | rm -rf conftest* |
3326 | 3315 | eval "ac_cv_func_$ac_func=yes" |
3327 | 3316 | else |
@@ -3348,12 +3337,12 @@ done | ||
3348 | 3337 | for ac_func in inet_pton uname |
3349 | 3338 | do |
3350 | 3339 | 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 | |
3352 | 3341 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
3353 | 3342 | echo $ac_n "(cached) $ac_c" 1>&6 |
3354 | 3343 | else |
3355 | 3344 | cat > conftest.$ac_ext <<EOF |
3356 | -#line 3357 "configure" | |
3345 | +#line 3346 "configure" | |
3357 | 3346 | #include "confdefs.h" |
3358 | 3347 | /* System header to define __stub macros and hopefully few prototypes, |
3359 | 3348 | which can conflict with char $ac_func(); below. */ |
@@ -3376,7 +3365,7 @@ $ac_func(); | ||
3376 | 3365 | |
3377 | 3366 | ; return 0; } |
3378 | 3367 | 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 | |
3380 | 3369 | rm -rf conftest* |
3381 | 3370 | eval "ac_cv_func_$ac_func=yes" |
3382 | 3371 | else |
@@ -3404,12 +3393,12 @@ done | ||
3404 | 3393 | for ac_func in gethostbyname_r |
3405 | 3394 | do |
3406 | 3395 | 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 | |
3408 | 3397 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
3409 | 3398 | echo $ac_n "(cached) $ac_c" 1>&6 |
3410 | 3399 | else |
3411 | 3400 | cat > conftest.$ac_ext <<EOF |
3412 | -#line 3413 "configure" | |
3401 | +#line 3402 "configure" | |
3413 | 3402 | #include "confdefs.h" |
3414 | 3403 | /* System header to define __stub macros and hopefully few prototypes, |
3415 | 3404 | which can conflict with char $ac_func(); below. */ |
@@ -3432,7 +3421,7 @@ $ac_func(); | ||
3432 | 3421 | |
3433 | 3422 | ; return 0; } |
3434 | 3423 | 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 | |
3436 | 3425 | rm -rf conftest* |
3437 | 3426 | eval "ac_cv_func_$ac_func=yes" |
3438 | 3427 | else |
@@ -3459,7 +3448,7 @@ EOF | ||
3459 | 3448 | # We look for the one that returns `int'. |
3460 | 3449 | # Hopefully this check is robust enough. |
3461 | 3450 | cat > conftest.$ac_ext <<EOF |
3462 | -#line 3463 "configure" | |
3451 | +#line 3452 "configure" | |
3463 | 3452 | #include "confdefs.h" |
3464 | 3453 | #include <netdb.h> |
3465 | 3454 | EOF |
@@ -3479,7 +3468,7 @@ rm -f conftest* | ||
3479 | 3468 | *" -D_REENTRANT "*) ;; |
3480 | 3469 | *) |
3481 | 3470 | 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 | |
3483 | 3472 | if eval "test \"`echo '$''{'libjava_cv_gethostbyname_r_needs_reentrant'+set}'`\" = set"; then |
3484 | 3473 | echo $ac_n "(cached) $ac_c" 1>&6 |
3485 | 3474 | else |
@@ -3492,14 +3481,14 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes | ||
3492 | 3481 | cross_compiling=$ac_cv_prog_cxx_cross |
3493 | 3482 | |
3494 | 3483 | cat > conftest.$ac_ext <<EOF |
3495 | -#line 3496 "configure" | |
3484 | +#line 3485 "configure" | |
3496 | 3485 | #include "confdefs.h" |
3497 | 3486 | #include <netdb.h> |
3498 | 3487 | int main() { |
3499 | 3488 | gethostbyname_r("", 0, 0); |
3500 | 3489 | ; return 0; } |
3501 | 3490 | 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 | |
3503 | 3492 | rm -rf conftest* |
3504 | 3493 | libjava_cv_gethostbyname_r_needs_reentrant=no |
3505 | 3494 | else |
@@ -3509,14 +3498,14 @@ else | ||
3509 | 3498 | CPPFLAGS_SAVE="$CPPFLAGS" |
3510 | 3499 | CPPFLAGS="$CPPFLAGS -D_REENTRANT" |
3511 | 3500 | cat > conftest.$ac_ext <<EOF |
3512 | -#line 3513 "configure" | |
3501 | +#line 3502 "configure" | |
3513 | 3502 | #include "confdefs.h" |
3514 | 3503 | #include <netdb.h> |
3515 | 3504 | int main() { |
3516 | 3505 | gethostbyname_r("", 0, 0); |
3517 | 3506 | ; return 0; } |
3518 | 3507 | 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 | |
3520 | 3509 | rm -rf conftest* |
3521 | 3510 | libjava_cv_gethostbyname_r_needs_reentrant=yes |
3522 | 3511 | else |
@@ -3551,12 +3540,12 @@ EOF | ||
3551 | 3540 | esac |
3552 | 3541 | |
3553 | 3542 | 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 | |
3555 | 3544 | if eval "test \"`echo '$''{'libjava_cv_struct_hostent_data'+set}'`\" = set"; then |
3556 | 3545 | echo $ac_n "(cached) $ac_c" 1>&6 |
3557 | 3546 | else |
3558 | 3547 | cat > conftest.$ac_ext <<EOF |
3559 | -#line 3560 "configure" | |
3548 | +#line 3549 "configure" | |
3560 | 3549 | #include "confdefs.h" |
3561 | 3550 | |
3562 | 3551 | #if GETHOSTBYNAME_R_NEEDS_REENTRANT && !defined(_REENTRANT) |
@@ -3567,7 +3556,7 @@ int main() { | ||
3567 | 3556 | struct hostent_data data; |
3568 | 3557 | ; return 0; } |
3569 | 3558 | 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 | |
3571 | 3560 | rm -rf conftest* |
3572 | 3561 | libjava_cv_struct_hostent_data=yes |
3573 | 3562 | else |
@@ -3596,12 +3585,12 @@ done | ||
3596 | 3585 | for ac_func in gethostbyaddr_r |
3597 | 3586 | do |
3598 | 3587 | 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 | |
3600 | 3589 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
3601 | 3590 | echo $ac_n "(cached) $ac_c" 1>&6 |
3602 | 3591 | else |
3603 | 3592 | cat > conftest.$ac_ext <<EOF |
3604 | -#line 3605 "configure" | |
3593 | +#line 3594 "configure" | |
3605 | 3594 | #include "confdefs.h" |
3606 | 3595 | /* System header to define __stub macros and hopefully few prototypes, |
3607 | 3596 | which can conflict with char $ac_func(); below. */ |
@@ -3624,7 +3613,7 @@ $ac_func(); | ||
3624 | 3613 | |
3625 | 3614 | ; return 0; } |
3626 | 3615 | 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 | |
3628 | 3617 | rm -rf conftest* |
3629 | 3618 | eval "ac_cv_func_$ac_func=yes" |
3630 | 3619 | else |
@@ -3651,7 +3640,7 @@ EOF | ||
3651 | 3640 | # We look for the one that returns `int'. |
3652 | 3641 | # Hopefully this check is robust enough. |
3653 | 3642 | cat > conftest.$ac_ext <<EOF |
3654 | -#line 3655 "configure" | |
3643 | +#line 3644 "configure" | |
3655 | 3644 | #include "confdefs.h" |
3656 | 3645 | #include <netdb.h> |
3657 | 3646 | EOF |
@@ -3675,12 +3664,12 @@ done | ||
3675 | 3664 | for ac_func in gethostname |
3676 | 3665 | do |
3677 | 3666 | 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 | |
3679 | 3668 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
3680 | 3669 | echo $ac_n "(cached) $ac_c" 1>&6 |
3681 | 3670 | else |
3682 | 3671 | cat > conftest.$ac_ext <<EOF |
3683 | -#line 3684 "configure" | |
3672 | +#line 3673 "configure" | |
3684 | 3673 | #include "confdefs.h" |
3685 | 3674 | /* System header to define __stub macros and hopefully few prototypes, |
3686 | 3675 | which can conflict with char $ac_func(); below. */ |
@@ -3703,7 +3692,7 @@ $ac_func(); | ||
3703 | 3692 | |
3704 | 3693 | ; return 0; } |
3705 | 3694 | 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 | |
3707 | 3696 | rm -rf conftest* |
3708 | 3697 | eval "ac_cv_func_$ac_func=yes" |
3709 | 3698 | else |
@@ -3727,7 +3716,7 @@ EOF | ||
3727 | 3716 | EOF |
3728 | 3717 | |
3729 | 3718 | cat > conftest.$ac_ext <<EOF |
3730 | -#line 3731 "configure" | |
3719 | +#line 3720 "configure" | |
3731 | 3720 | #include "confdefs.h" |
3732 | 3721 | #include <unistd.h> |
3733 | 3722 | EOF |
@@ -3754,12 +3743,12 @@ done | ||
3754 | 3743 | for ac_func in pthread_mutexattr_settype pthread_mutexattr_setkind_np sched_yield |
3755 | 3744 | do |
3756 | 3745 | 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 | |
3758 | 3747 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
3759 | 3748 | echo $ac_n "(cached) $ac_c" 1>&6 |
3760 | 3749 | else |
3761 | 3750 | cat > conftest.$ac_ext <<EOF |
3762 | -#line 3763 "configure" | |
3751 | +#line 3752 "configure" | |
3763 | 3752 | #include "confdefs.h" |
3764 | 3753 | /* System header to define __stub macros and hopefully few prototypes, |
3765 | 3754 | which can conflict with char $ac_func(); below. */ |
@@ -3782,7 +3771,7 @@ $ac_func(); | ||
3782 | 3771 | |
3783 | 3772 | ; return 0; } |
3784 | 3773 | 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 | |
3786 | 3775 | rm -rf conftest* |
3787 | 3776 | eval "ac_cv_func_$ac_func=yes" |
3788 | 3777 | else |
@@ -3810,12 +3799,12 @@ done | ||
3810 | 3799 | for ac_func in sched_yield |
3811 | 3800 | do |
3812 | 3801 | 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 | |
3814 | 3803 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
3815 | 3804 | echo $ac_n "(cached) $ac_c" 1>&6 |
3816 | 3805 | else |
3817 | 3806 | cat > conftest.$ac_ext <<EOF |
3818 | -#line 3819 "configure" | |
3807 | +#line 3808 "configure" | |
3819 | 3808 | #include "confdefs.h" |
3820 | 3809 | /* System header to define __stub macros and hopefully few prototypes, |
3821 | 3810 | which can conflict with char $ac_func(); below. */ |
@@ -3838,7 +3827,7 @@ $ac_func(); | ||
3838 | 3827 | |
3839 | 3828 | ; return 0; } |
3840 | 3829 | 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 | |
3842 | 3831 | rm -rf conftest* |
3843 | 3832 | eval "ac_cv_func_$ac_func=yes" |
3844 | 3833 | else |
@@ -3860,7 +3849,7 @@ EOF | ||
3860 | 3849 | else |
3861 | 3850 | echo "$ac_t""no" 1>&6 |
3862 | 3851 | 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 | |
3864 | 3853 | ac_lib_var=`echo posix4'_'sched_yield | sed 'y%./+-%__p_%'` |
3865 | 3854 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
3866 | 3855 | echo $ac_n "(cached) $ac_c" 1>&6 |
@@ -3868,7 +3857,7 @@ else | ||
3868 | 3857 | ac_save_LIBS="$LIBS" |
3869 | 3858 | LIBS="-lposix4 $LIBS" |
3870 | 3859 | cat > conftest.$ac_ext <<EOF |
3871 | -#line 3872 "configure" | |
3860 | +#line 3861 "configure" | |
3872 | 3861 | #include "confdefs.h" |
3873 | 3862 | /* Override any gcc2 internal prototype to avoid an error. */ |
3874 | 3863 | /* We use char because int might match the return type of a gcc2 |
@@ -3879,7 +3868,7 @@ int main() { | ||
3879 | 3868 | sched_yield() |
3880 | 3869 | ; return 0; } |
3881 | 3870 | 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 | |
3883 | 3872 | rm -rf conftest* |
3884 | 3873 | eval "ac_cv_lib_$ac_lib_var=yes" |
3885 | 3874 | else |
@@ -3914,12 +3903,12 @@ done | ||
3914 | 3903 | for ac_func in gettimeofday time ftime |
3915 | 3904 | do |
3916 | 3905 | 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 | |
3918 | 3907 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
3919 | 3908 | echo $ac_n "(cached) $ac_c" 1>&6 |
3920 | 3909 | else |
3921 | 3910 | cat > conftest.$ac_ext <<EOF |
3922 | -#line 3923 "configure" | |
3911 | +#line 3912 "configure" | |
3923 | 3912 | #include "confdefs.h" |
3924 | 3913 | /* System header to define __stub macros and hopefully few prototypes, |
3925 | 3914 | which can conflict with char $ac_func(); below. */ |
@@ -3942,7 +3931,7 @@ $ac_func(); | ||
3942 | 3931 | |
3943 | 3932 | ; return 0; } |
3944 | 3933 | 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 | |
3946 | 3935 | rm -rf conftest* |
3947 | 3936 | eval "ac_cv_func_$ac_func=yes" |
3948 | 3937 | else |
@@ -3973,12 +3962,12 @@ done | ||
3973 | 3962 | for ac_func in memmove |
3974 | 3963 | do |
3975 | 3964 | 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 | |
3977 | 3966 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
3978 | 3967 | echo $ac_n "(cached) $ac_c" 1>&6 |
3979 | 3968 | else |
3980 | 3969 | cat > conftest.$ac_ext <<EOF |
3981 | -#line 3982 "configure" | |
3970 | +#line 3971 "configure" | |
3982 | 3971 | #include "confdefs.h" |
3983 | 3972 | /* System header to define __stub macros and hopefully few prototypes, |
3984 | 3973 | which can conflict with char $ac_func(); below. */ |
@@ -4001,7 +3990,7 @@ $ac_func(); | ||
4001 | 3990 | |
4002 | 3991 | ; return 0; } |
4003 | 3992 | 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 | |
4005 | 3994 | rm -rf conftest* |
4006 | 3995 | eval "ac_cv_func_$ac_func=yes" |
4007 | 3996 | else |
@@ -4031,12 +4020,12 @@ done | ||
4031 | 4020 | for ac_func in memcpy |
4032 | 4021 | do |
4033 | 4022 | 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 | |
4035 | 4024 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
4036 | 4025 | echo $ac_n "(cached) $ac_c" 1>&6 |
4037 | 4026 | else |
4038 | 4027 | cat > conftest.$ac_ext <<EOF |
4039 | -#line 4040 "configure" | |
4028 | +#line 4029 "configure" | |
4040 | 4029 | #include "confdefs.h" |
4041 | 4030 | /* System header to define __stub macros and hopefully few prototypes, |
4042 | 4031 | which can conflict with char $ac_func(); below. */ |
@@ -4059,7 +4048,7 @@ $ac_func(); | ||
4059 | 4048 | |
4060 | 4049 | ; return 0; } |
4061 | 4050 | 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 | |
4063 | 4052 | rm -rf conftest* |
4064 | 4053 | eval "ac_cv_func_$ac_func=yes" |
4065 | 4054 | else |
@@ -4107,7 +4096,7 @@ done | ||
4107 | 4096 | #-------------------------------------------------------------------- |
4108 | 4097 | |
4109 | 4098 | 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 | |
4111 | 4100 | if eval "test \"`echo '$''{'gcj_cv_lib_sockets'+set}'`\" = set"; then |
4112 | 4101 | echo $ac_n "(cached) $ac_c" 1>&6 |
4113 | 4102 | else |
@@ -4115,12 +4104,12 @@ else | ||
4115 | 4104 | gcj_checkBoth=0 |
4116 | 4105 | unset ac_cv_func_connect |
4117 | 4106 | 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 | |
4119 | 4108 | if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then |
4120 | 4109 | echo $ac_n "(cached) $ac_c" 1>&6 |
4121 | 4110 | else |
4122 | 4111 | cat > conftest.$ac_ext <<EOF |
4123 | -#line 4124 "configure" | |
4112 | +#line 4113 "configure" | |
4124 | 4113 | #include "confdefs.h" |
4125 | 4114 | /* System header to define __stub macros and hopefully few prototypes, |
4126 | 4115 | which can conflict with char connect(); below. */ |
@@ -4143,7 +4132,7 @@ connect(); | ||
4143 | 4132 | |
4144 | 4133 | ; return 0; } |
4145 | 4134 | 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 | |
4147 | 4136 | rm -rf conftest* |
4148 | 4137 | eval "ac_cv_func_connect=yes" |
4149 | 4138 | else |
@@ -4166,7 +4155,7 @@ fi | ||
4166 | 4155 | if test "$gcj_checkSocket" = 1; then |
4167 | 4156 | unset ac_cv_func_connect |
4168 | 4157 | 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 | |
4170 | 4159 | ac_lib_var=`echo socket'_'main | sed 'y%./+-%__p_%'` |
4171 | 4160 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
4172 | 4161 | echo $ac_n "(cached) $ac_c" 1>&6 |
@@ -4174,14 +4163,14 @@ else | ||
4174 | 4163 | ac_save_LIBS="$LIBS" |
4175 | 4164 | LIBS="-lsocket $LIBS" |
4176 | 4165 | cat > conftest.$ac_ext <<EOF |
4177 | -#line 4178 "configure" | |
4166 | +#line 4167 "configure" | |
4178 | 4167 | #include "confdefs.h" |
4179 | 4168 | |
4180 | 4169 | int main() { |
4181 | 4170 | main() |
4182 | 4171 | ; return 0; } |
4183 | 4172 | 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 | |
4185 | 4174 | rm -rf conftest* |
4186 | 4175 | eval "ac_cv_lib_$ac_lib_var=yes" |
4187 | 4176 | else |
@@ -4208,12 +4197,12 @@ fi | ||
4208 | 4197 | LIBS="$LIBS -lsocket -lnsl" |
4209 | 4198 | unset ac_cv_func_accept |
4210 | 4199 | 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 | |
4212 | 4201 | if eval "test \"`echo '$''{'ac_cv_func_accept'+set}'`\" = set"; then |
4213 | 4202 | echo $ac_n "(cached) $ac_c" 1>&6 |
4214 | 4203 | else |
4215 | 4204 | cat > conftest.$ac_ext <<EOF |
4216 | -#line 4217 "configure" | |
4205 | +#line 4206 "configure" | |
4217 | 4206 | #include "confdefs.h" |
4218 | 4207 | /* System header to define __stub macros and hopefully few prototypes, |
4219 | 4208 | which can conflict with char accept(); below. */ |
@@ -4236,7 +4225,7 @@ accept(); | ||
4236 | 4225 | |
4237 | 4226 | ; return 0; } |
4238 | 4227 | 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 | |
4240 | 4229 | rm -rf conftest* |
4241 | 4230 | eval "ac_cv_func_accept=yes" |
4242 | 4231 | else |
@@ -4263,12 +4252,12 @@ fi | ||
4263 | 4252 | gcj_oldLibs=$LIBS |
4264 | 4253 | LIBS="$LIBS $gcj_cv_lib_sockets" |
4265 | 4254 | 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 | |
4267 | 4256 | if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then |
4268 | 4257 | echo $ac_n "(cached) $ac_c" 1>&6 |
4269 | 4258 | else |
4270 | 4259 | cat > conftest.$ac_ext <<EOF |
4271 | -#line 4272 "configure" | |
4260 | +#line 4261 "configure" | |
4272 | 4261 | #include "confdefs.h" |
4273 | 4262 | /* System header to define __stub macros and hopefully few prototypes, |
4274 | 4263 | which can conflict with char gethostbyname(); below. */ |
@@ -4291,7 +4280,7 @@ gethostbyname(); | ||
4291 | 4280 | |
4292 | 4281 | ; return 0; } |
4293 | 4282 | 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 | |
4295 | 4284 | rm -rf conftest* |
4296 | 4285 | eval "ac_cv_func_gethostbyname=yes" |
4297 | 4286 | else |
@@ -4309,7 +4298,7 @@ if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then | ||
4309 | 4298 | else |
4310 | 4299 | echo "$ac_t""no" 1>&6 |
4311 | 4300 | 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 | |
4313 | 4302 | ac_lib_var=`echo nsl'_'main | sed 'y%./+-%__p_%'` |
4314 | 4303 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
4315 | 4304 | echo $ac_n "(cached) $ac_c" 1>&6 |
@@ -4317,14 +4306,14 @@ else | ||
4317 | 4306 | ac_save_LIBS="$LIBS" |
4318 | 4307 | LIBS="-lnsl $LIBS" |
4319 | 4308 | cat > conftest.$ac_ext <<EOF |
4320 | -#line 4321 "configure" | |
4309 | +#line 4310 "configure" | |
4321 | 4310 | #include "confdefs.h" |
4322 | 4311 | |
4323 | 4312 | int main() { |
4324 | 4313 | main() |
4325 | 4314 | ; return 0; } |
4326 | 4315 | 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 | |
4328 | 4317 | rm -rf conftest* |
4329 | 4318 | eval "ac_cv_lib_$ac_lib_var=yes" |
4330 | 4319 | else |
@@ -4356,7 +4345,7 @@ echo "$ac_t""$gcj_cv_lib_sockets" 1>&6 | ||
4356 | 4345 | |
4357 | 4346 | if test "$with_system_zlib" = yes; then |
4358 | 4347 | 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 | |
4360 | 4349 | ac_lib_var=`echo z'_'deflate | sed 'y%./+-%__p_%'` |
4361 | 4350 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
4362 | 4351 | echo $ac_n "(cached) $ac_c" 1>&6 |
@@ -4364,7 +4353,7 @@ else | ||
4364 | 4353 | ac_save_LIBS="$LIBS" |
4365 | 4354 | LIBS="-lz $LIBS" |
4366 | 4355 | cat > conftest.$ac_ext <<EOF |
4367 | -#line 4368 "configure" | |
4356 | +#line 4357 "configure" | |
4368 | 4357 | #include "confdefs.h" |
4369 | 4358 | /* Override any gcc2 internal prototype to avoid an error. */ |
4370 | 4359 | /* We use char because int might match the return type of a gcc2 |
@@ -4375,7 +4364,7 @@ int main() { | ||
4375 | 4364 | deflate() |
4376 | 4365 | ; return 0; } |
4377 | 4366 | 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 | |
4379 | 4368 | rm -rf conftest* |
4380 | 4369 | eval "ac_cv_lib_$ac_lib_var=yes" |
4381 | 4370 | else |
@@ -4404,7 +4393,7 @@ fi | ||
4404 | 4393 | # requires -ldl. |
4405 | 4394 | if test "$GC" = boehm; then |
4406 | 4395 | 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 | |
4408 | 4397 | ac_lib_var=`echo dl'_'main | sed 'y%./+-%__p_%'` |
4409 | 4398 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
4410 | 4399 | echo $ac_n "(cached) $ac_c" 1>&6 |
@@ -4412,14 +4401,14 @@ else | ||
4412 | 4401 | ac_save_LIBS="$LIBS" |
4413 | 4402 | LIBS="-ldl $LIBS" |
4414 | 4403 | cat > conftest.$ac_ext <<EOF |
4415 | -#line 4416 "configure" | |
4404 | +#line 4405 "configure" | |
4416 | 4405 | #include "confdefs.h" |
4417 | 4406 | |
4418 | 4407 | int main() { |
4419 | 4408 | main() |
4420 | 4409 | ; return 0; } |
4421 | 4410 | 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 | |
4423 | 4412 | rm -rf conftest* |
4424 | 4413 | eval "ac_cv_lib_$ac_lib_var=yes" |
4425 | 4414 | 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/ | ||
4528 | 4517 | do |
4529 | 4518 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
4530 | 4519 | 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 | |
4532 | 4521 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
4533 | 4522 | echo $ac_n "(cached) $ac_c" 1>&6 |
4534 | 4523 | else |
4535 | 4524 | cat > conftest.$ac_ext <<EOF |
4536 | -#line 4537 "configure" | |
4525 | +#line 4526 "configure" | |
4537 | 4526 | #include "confdefs.h" |
4538 | 4527 | #include <$ac_hdr> |
4539 | 4528 | EOF |
4540 | 4529 | 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; } | |
4542 | 4531 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
4543 | 4532 | if test -z "$ac_err"; then |
4544 | 4533 | rm -rf conftest* |
@@ -4568,17 +4557,17 @@ for ac_hdr in dirent.h | ||
4568 | 4557 | do |
4569 | 4558 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
4570 | 4559 | 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 | |
4572 | 4561 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
4573 | 4562 | echo $ac_n "(cached) $ac_c" 1>&6 |
4574 | 4563 | else |
4575 | 4564 | cat > conftest.$ac_ext <<EOF |
4576 | -#line 4577 "configure" | |
4565 | +#line 4566 "configure" | |
4577 | 4566 | #include "confdefs.h" |
4578 | 4567 | #include <$ac_hdr> |
4579 | 4568 | EOF |
4580 | 4569 | 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; } | |
4582 | 4571 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
4583 | 4572 | if test -z "$ac_err"; then |
4584 | 4573 | rm -rf conftest* |
@@ -4606,16 +4595,16 @@ done | ||
4606 | 4595 | |
4607 | 4596 | |
4608 | 4597 | 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 | |
4610 | 4599 | cat > conftest.$ac_ext <<EOF |
4611 | -#line 4612 "configure" | |
4600 | +#line 4601 "configure" | |
4612 | 4601 | #include "confdefs.h" |
4613 | 4602 | #include <netinet/in.h> |
4614 | 4603 | int main() { |
4615 | 4604 | struct sockaddr_in6 addr6; |
4616 | 4605 | ; return 0; } |
4617 | 4606 | 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 | |
4619 | 4608 | rm -rf conftest* |
4620 | 4609 | cat >> confdefs.h <<\EOF |
4621 | 4610 | #define HAVE_INET6 1 |
@@ -4631,16 +4620,16 @@ fi | ||
4631 | 4620 | rm -f conftest* |
4632 | 4621 | |
4633 | 4622 | 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 | |
4635 | 4624 | cat > conftest.$ac_ext <<EOF |
4636 | -#line 4637 "configure" | |
4625 | +#line 4626 "configure" | |
4637 | 4626 | #include "confdefs.h" |
4638 | 4627 | #include <sys/socket.h> |
4639 | 4628 | int main() { |
4640 | 4629 | socklen_t x = 5; |
4641 | 4630 | ; return 0; } |
4642 | 4631 | 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 | |
4644 | 4633 | rm -rf conftest* |
4645 | 4634 | cat >> confdefs.h <<\EOF |
4646 | 4635 | #define HAVE_SOCKLEN_T 1 |
@@ -4656,16 +4645,16 @@ fi | ||
4656 | 4645 | rm -f conftest* |
4657 | 4646 | |
4658 | 4647 | 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 | |
4660 | 4649 | cat > conftest.$ac_ext <<EOF |
4661 | -#line 4662 "configure" | |
4650 | +#line 4651 "configure" | |
4662 | 4651 | #include "confdefs.h" |
4663 | 4652 | #include <time.h> |
4664 | 4653 | int main() { |
4665 | 4654 | struct tm tim; tim.tm_gmtoff = 0; |
4666 | 4655 | ; return 0; } |
4667 | 4656 | 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 | |
4669 | 4658 | rm -rf conftest* |
4670 | 4659 | cat >> confdefs.h <<\EOF |
4671 | 4660 | #define STRUCT_TM_HAS_GMTOFF 1 |
@@ -4678,16 +4667,16 @@ else | ||
4678 | 4667 | rm -rf conftest* |
4679 | 4668 | echo "$ac_t""no" 1>&6 |
4680 | 4669 | 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 | |
4682 | 4671 | cat > conftest.$ac_ext <<EOF |
4683 | -#line 4684 "configure" | |
4672 | +#line 4673 "configure" | |
4684 | 4673 | #include "confdefs.h" |
4685 | 4674 | #include <time.h> |
4686 | 4675 | int main() { |
4687 | 4676 | long z2 = timezone; |
4688 | 4677 | ; return 0; } |
4689 | 4678 | 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 | |
4691 | 4680 | rm -rf conftest* |
4692 | 4681 | cat >> confdefs.h <<\EOF |
4693 | 4682 | #define HAVE_TIMEZONE 1 |
@@ -4707,19 +4696,19 @@ rm -f conftest* | ||
4707 | 4696 | # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works |
4708 | 4697 | # for constant arguments. Useless! |
4709 | 4698 | 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 | |
4711 | 4700 | if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then |
4712 | 4701 | echo $ac_n "(cached) $ac_c" 1>&6 |
4713 | 4702 | else |
4714 | 4703 | cat > conftest.$ac_ext <<EOF |
4715 | -#line 4716 "configure" | |
4704 | +#line 4705 "configure" | |
4716 | 4705 | #include "confdefs.h" |
4717 | 4706 | #include <alloca.h> |
4718 | 4707 | int main() { |
4719 | 4708 | char *p = alloca(2 * sizeof(int)); |
4720 | 4709 | ; return 0; } |
4721 | 4710 | 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 | |
4723 | 4712 | rm -rf conftest* |
4724 | 4713 | ac_cv_header_alloca_h=yes |
4725 | 4714 | else |
@@ -4740,12 +4729,12 @@ EOF | ||
4740 | 4729 | fi |
4741 | 4730 | |
4742 | 4731 | 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 | |
4744 | 4733 | if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then |
4745 | 4734 | echo $ac_n "(cached) $ac_c" 1>&6 |
4746 | 4735 | else |
4747 | 4736 | cat > conftest.$ac_ext <<EOF |
4748 | -#line 4749 "configure" | |
4737 | +#line 4738 "configure" | |
4749 | 4738 | #include "confdefs.h" |
4750 | 4739 | |
4751 | 4740 | #ifdef __GNUC__ |
@@ -4773,7 +4762,7 @@ int main() { | ||
4773 | 4762 | char *p = (char *) alloca(1); |
4774 | 4763 | ; return 0; } |
4775 | 4764 | 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 | |
4777 | 4766 | rm -rf conftest* |
4778 | 4767 | ac_cv_func_alloca_works=yes |
4779 | 4768 | else |
@@ -4805,12 +4794,12 @@ EOF | ||
4805 | 4794 | |
4806 | 4795 | |
4807 | 4796 | 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 | |
4809 | 4798 | if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then |
4810 | 4799 | echo $ac_n "(cached) $ac_c" 1>&6 |
4811 | 4800 | else |
4812 | 4801 | cat > conftest.$ac_ext <<EOF |
4813 | -#line 4814 "configure" | |
4802 | +#line 4803 "configure" | |
4814 | 4803 | #include "confdefs.h" |
4815 | 4804 | #if defined(CRAY) && ! defined(CRAY2) |
4816 | 4805 | webecray |
@@ -4835,12 +4824,12 @@ echo "$ac_t""$ac_cv_os_cray" 1>&6 | ||
4835 | 4824 | if test $ac_cv_os_cray = yes; then |
4836 | 4825 | for ac_func in _getb67 GETB67 getb67; do |
4837 | 4826 | 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 | |
4839 | 4828 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
4840 | 4829 | echo $ac_n "(cached) $ac_c" 1>&6 |
4841 | 4830 | else |
4842 | 4831 | cat > conftest.$ac_ext <<EOF |
4843 | -#line 4844 "configure" | |
4832 | +#line 4833 "configure" | |
4844 | 4833 | #include "confdefs.h" |
4845 | 4834 | /* System header to define __stub macros and hopefully few prototypes, |
4846 | 4835 | which can conflict with char $ac_func(); below. */ |
@@ -4863,7 +4852,7 @@ $ac_func(); | ||
4863 | 4852 | |
4864 | 4853 | ; return 0; } |
4865 | 4854 | 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 | |
4867 | 4856 | rm -rf conftest* |
4868 | 4857 | eval "ac_cv_func_$ac_func=yes" |
4869 | 4858 | else |
@@ -4890,7 +4879,7 @@ done | ||
4890 | 4879 | fi |
4891 | 4880 | |
4892 | 4881 | 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 | |
4894 | 4883 | if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then |
4895 | 4884 | echo $ac_n "(cached) $ac_c" 1>&6 |
4896 | 4885 | else |
@@ -4898,7 +4887,7 @@ else | ||
4898 | 4887 | ac_cv_c_stack_direction=0 |
4899 | 4888 | else |
4900 | 4889 | cat > conftest.$ac_ext <<EOF |
4901 | -#line 4902 "configure" | |
4890 | +#line 4891 "configure" | |
4902 | 4891 | #include "confdefs.h" |
4903 | 4892 | find_stack_direction () |
4904 | 4893 | { |
@@ -4917,7 +4906,7 @@ main () | ||
4917 | 4906 | exit (find_stack_direction() < 0); |
4918 | 4907 | } |
4919 | 4908 | 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 | |
4921 | 4910 | then |
4922 | 4911 | ac_cv_c_stack_direction=1 |
4923 | 4912 | else |
@@ -4940,7 +4929,7 @@ fi | ||
4940 | 4929 | |
4941 | 4930 | |
4942 | 4931 | 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 | |
4944 | 4933 | if eval "test \"`echo '$''{'libjava_cv_gxx_debug_jboolean_bug'+set}'`\" = set"; then |
4945 | 4934 | echo $ac_n "(cached) $ac_c" 1>&6 |
4946 | 4935 | else |
@@ -4953,14 +4942,14 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes | ||
4953 | 4942 | cross_compiling=$ac_cv_prog_cxx_cross |
4954 | 4943 | |
4955 | 4944 | cat > conftest.$ac_ext <<EOF |
4956 | -#line 4957 "configure" | |
4945 | +#line 4946 "configure" | |
4957 | 4946 | #include "confdefs.h" |
4958 | 4947 | typedef __java_boolean jboolean; |
4959 | 4948 | int main() { |
4960 | 4949 | |
4961 | 4950 | ; return 0; } |
4962 | 4951 | 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 | |
4964 | 4953 | rm -rf conftest* |
4965 | 4954 | libjava_cv_gxx_debug_jboolean_bug=no |
4966 | 4955 | else |
@@ -4994,7 +4983,7 @@ do | ||
4994 | 4983 | # Extract the first word of "$ac_prog", so it can be a program name with args. |
4995 | 4984 | set dummy $ac_prog; ac_word=$2 |
4996 | 4985 | 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 | |
4998 | 4987 | if eval "test \"`echo '$''{'ac_cv_prog_PERL'+set}'`\" = set"; then |
4999 | 4988 | echo $ac_n "(cached) $ac_c" 1>&6 |
5000 | 4989 | else |