Ignore:
Timestamp:
Apr 28, 2004, 6:58:06 AM (21 years ago)
Author:
bird
Message:

#1040: Joined the GCC 3.3.3 with the trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gcc/libjava/configure

    • Property cvs2svn:cvs-rev changed from 1.4 to 1.5
    r1393 r1394  
    1717ac_help="$ac_help
    1818  --with-cross-host=HOST  configuring with a cross compiler"
     19ac_help="$ac_help
     20  --with-newlib           Configuring with newlib"
    1921ac_help="$ac_help
    2022  --enable-multilib       build many library versions (default)"
     
    574576
    575577echo $ac_n "checking for path separator""... $ac_c" 1>&6
    576 echo "configure:577: checking for path separator" >&5
     578echo "configure:579: checking for path separator" >&5
    577579# Filter path to get backslahes into forwardslashes
    578580case "`uname -s 2> /dev/null`" in
     
    588590
    589591echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
    590 echo "configure:591: checking for Cygwin environment" >&5
     592echo "configure:593: checking for Cygwin environment" >&5
    591593if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
    592594  echo $ac_n "(cached) $ac_c" 1>&6
    593595else
    594596  cat > conftest.$ac_ext <<EOF
    595 #line 596 "configure"
     597#line 598 "configure"
    596598#include "confdefs.h"
    597599
     
    604606; return 0; }
    605607EOF
    606 if { (eval echo configure:607: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     608if { (eval echo configure:609: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    607609  rm -rf conftest*
    608610  ac_cv_cygwin=yes
     
    621623test "$ac_cv_cygwin" = yes && CYGWIN=yes
    622624echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
    623 echo "configure:624: checking for mingw32 environment" >&5
     625echo "configure:626: checking for mingw32 environment" >&5
    624626if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
    625627  echo $ac_n "(cached) $ac_c" 1>&6
    626628else
    627629  cat > conftest.$ac_ext <<EOF
    628 #line 629 "configure"
     630#line 631 "configure"
    629631#include "confdefs.h"
    630632
     
    633635; return 0; }
    634636EOF
    635 if { (eval echo configure:636: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     637if { (eval echo configure:638: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    636638  rm -rf conftest*
    637639  ac_cv_mingw32=yes
     
    650652test "$ac_cv_mingw32" = yes && MINGW32=yes
    651653echo $ac_n "checking for EMX/OS2 environment""... $ac_c" 1>&6
    652 echo "configure:653: checking for EMX/OS2 environment" >&5
     654echo "configure:655: checking for EMX/OS2 environment" >&5
    653655if eval "test \"`echo '$''{'ac_cv_emxos2'+set}'`\" = set"; then
    654656  echo $ac_n "(cached) $ac_c" 1>&6
     
    656658  : ${CC=gcc.exe}
    657659cat > conftest.$ac_ext <<EOF
    658 #line 659 "configure"
     660#line 661 "configure"
    659661#include "confdefs.h"
    660662
     
    663665; return 0; }
    664666EOF
    665 if { (eval echo configure:666: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     667if { (eval echo configure:668: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    666668  rm -rf conftest*
    667669  ac_cv_emxos2=yes
     
    694696
    695697echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
    696 echo "configure:697: checking for executable suffix" >&5
     698echo "configure:699: checking for executable suffix" >&5
    697699if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
    698700  echo $ac_n "(cached) $ac_c" 1>&6
     
    704706  echo 'int main () { return 0; }' > conftest.$ac_ext
    705707  ac_cv_exeext=
    706   if { (eval echo configure:707: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
     708  if { (eval echo configure:709: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
    707709    for file in conftest.*; do
    708710      case $file in
     
    733735
    734736echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    735 echo "configure:736: checking whether ln -s works" >&5
     737echo "configure:738: checking whether ln -s works" >&5
    736738if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    737739  echo $ac_n "(cached) $ac_c" 1>&6
     
    769771if test "${with_cross_host+set}" = set; then
    770772  withval="$with_cross_host"
     773  :
     774fi
     775
     776
     777# Check whether --with-newlib or --without-newlib was given.
     778if test "${with_newlib+set}" = set; then
     779  withval="$with_newlib"
    771780  :
    772781fi
     
    785794# ./install, which can be erroneously created by make from ./install.sh.
    786795echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    787 echo "configure:788: checking for a BSD compatible install" >&5
     796echo "configure:797: checking for a BSD compatible install" >&5
    788797if test -z "$INSTALL"; then
    789798if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
     
    840849
    841850echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
    842 echo "configure:843: checking whether build environment is sane" >&5
     851echo "configure:852: checking whether build environment is sane" >&5
    843852# Just in case
    844853sleep 1
     
    897906
    898907echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    899 echo "configure:900: checking whether ${MAKE-make} sets \${MAKE}" >&5
     908echo "configure:909: checking whether ${MAKE-make} sets \${MAKE}" >&5
    900909set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    901910if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    10091018
    10101019# This works around an automake problem.
    1011 mkinstalldirs="`cd $ac_aux_dir && pwd`/mkinstalldirs"
     1020mkinstalldirs="`cd $ac_aux_dir && ${PWDCMD-pwd}`/mkinstalldirs"
    10121021
    10131022
     
    10401049
    10411050echo $ac_n "checking host system type""... $ac_c" 1>&6
    1042 echo "configure:1043: checking host system type" >&5
     1051echo "configure:1052: checking host system type" >&5
    10431052
    10441053host_alias=$host
     
    10611070
    10621071echo $ac_n "checking target system type""... $ac_c" 1>&6
    1063 echo "configure:1064: checking target system type" >&5
     1072echo "configure:1073: checking target system type" >&5
    10641073
    10651074target_alias=$target
     
    10791088
    10801089echo $ac_n "checking build system type""... $ac_c" 1>&6
    1081 echo "configure:1082: checking build system type" >&5
     1090echo "configure:1091: checking build system type" >&5
    10821091
    10831092build_alias=$build
     
    11081117set dummy gcc; ac_word=$2
    11091118echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1110 echo "configure:1111: checking for $ac_word" >&5
     1119echo "configure:1120: checking for $ac_word" >&5
    11111120if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    11121121  echo $ac_n "(cached) $ac_c" 1>&6
     
    11391148set dummy cc; ac_word=$2
    11401149echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1141 echo "configure:1142: checking for $ac_word" >&5
     1150echo "configure:1151: checking for $ac_word" >&5
    11421151if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    11431152  echo $ac_n "(cached) $ac_c" 1>&6
     
    11921201set dummy cl; ac_word=$2
    11931202echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1194 echo "configure:1195: checking for $ac_word" >&5
     1203echo "configure:1204: checking for $ac_word" >&5
    11951204if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    11961205  echo $ac_n "(cached) $ac_c" 1>&6
     
    12261235
    12271236echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    1228 echo "configure:1229: checking whether we are using GNU C" >&5
     1237echo "configure:1238: checking whether we are using GNU C" >&5
    12291238if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    12301239  echo $ac_n "(cached) $ac_c" 1>&6
     
    12351244#endif
    12361245EOF
    1237 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1238: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     1246if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1247: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    12381247  ac_cv_prog_gcc=yes
    12391248else
     
    12541263CFLAGS=
    12551264echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    1256 echo "configure:1257: checking whether ${CC-cc} accepts -g" >&5
     1265echo "configure:1266: checking whether ${CC-cc} accepts -g" >&5
    12571266if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    12581267  echo $ac_n "(cached) $ac_c" 1>&6
     
    13031312set dummy $ac_prog; ac_word=$2
    13041313echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1305 echo "configure:1306: checking for $ac_word" >&5
     1314echo "configure:1315: checking for $ac_word" >&5
    13061315if eval "test \"`echo '$''{'ac_cv_prog_glibjava_CXX'+set}'`\" = set"; then
    13071316  echo $ac_n "(cached) $ac_c" 1>&6
     
    13391348
    13401349echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
    1341 echo "configure:1342: checking whether we are using GNU C++" >&5
     1350echo "configure:1351: checking whether we are using GNU C++" >&5
    13421351if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
    13431352  echo $ac_n "(cached) $ac_c" 1>&6
     
    13481357#endif
    13491358EOF
    1350 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1351: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     1359if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1360: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    13511360  ac_cv_prog_gxx=yes
    13521361else
     
    13631372  CXXFLAGS=
    13641373  echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
    1365 echo "configure:1366: checking whether ${CXX-g++} accepts -g" >&5
     1374echo "configure:1375: checking whether ${CXX-g++} accepts -g" >&5
    13661375if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
    13671376  echo $ac_n "(cached) $ac_c" 1>&6
     
    14121421missing_dir=`cd $ac_aux_dir && pwd`
    14131422echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
    1414 echo "configure:1415: checking for working aclocal" >&5
     1423echo "configure:1424: checking for working aclocal" >&5
    14151424# Run test in a subshell; some versions of sh will print an error if
    14161425# an executable is not found, even if stderr is redirected.
     
    14251434
    14261435echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
    1427 echo "configure:1428: checking for working autoconf" >&5
     1436echo "configure:1437: checking for working autoconf" >&5
    14281437# Run test in a subshell; some versions of sh will print an error if
    14291438# an executable is not found, even if stderr is redirected.
     
    14381447
    14391448echo $ac_n "checking for working automake""... $ac_c" 1>&6
    1440 echo "configure:1441: checking for working automake" >&5
     1449echo "configure:1450: checking for working automake" >&5
    14411450# Run test in a subshell; some versions of sh will print an error if
    14421451# an executable is not found, even if stderr is redirected.
     
    14511460
    14521461echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
    1453 echo "configure:1454: checking for working autoheader" >&5
     1462echo "configure:1463: checking for working autoheader" >&5
    14541463# Run test in a subshell; some versions of sh will print an error if
    14551464# an executable is not found, even if stderr is redirected.
     
    14641473
    14651474echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
    1466 echo "configure:1467: checking for working makeinfo" >&5
     1475echo "configure:1476: checking for working makeinfo" >&5
    14671476# Run test in a subshell; some versions of sh will print an error if
    14681477# an executable is not found, even if stderr is redirected.
     
    14831492# be run before AC_CANONICAL_HOST.
    14841493echo $ac_n "checking build system type""... $ac_c" 1>&6
    1485 echo "configure:1486: checking build system type" >&5
     1494echo "configure:1495: checking build system type" >&5
    14861495
    14871496build_alias=$build
     
    15041513set dummy ${ac_tool_prefix}as; ac_word=$2
    15051514echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1506 echo "configure:1507: checking for $ac_word" >&5
     1515echo "configure:1516: checking for $ac_word" >&5
    15071516if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
    15081517  echo $ac_n "(cached) $ac_c" 1>&6
     
    15371546set dummy ${ac_tool_prefix}ar; ac_word=$2
    15381547echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1539 echo "configure:1540: checking for $ac_word" >&5
     1548echo "configure:1549: checking for $ac_word" >&5
    15401549if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
    15411550  echo $ac_n "(cached) $ac_c" 1>&6
     
    15701579set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    15711580echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1572 echo "configure:1573: checking for $ac_word" >&5
     1581echo "configure:1582: checking for $ac_word" >&5
    15731582if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    15741583  echo $ac_n "(cached) $ac_c" 1>&6
     
    16031612set dummy ranlib; ac_word=$2
    16041613echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1605 echo "configure:1606: checking for $ac_word" >&5
     1614echo "configure:1615: checking for $ac_word" >&5
    16061615if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    16071616  echo $ac_n "(cached) $ac_c" 1>&6
     
    16491658# ./install, which can be erroneously created by make from ./install.sh.
    16501659echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    1651 echo "configure:1652: checking for a BSD compatible install" >&5
     1660echo "configure:1661: checking for a BSD compatible install" >&5
    16521661if test -z "$INSTALL"; then
    16531662if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
     
    17051714
    17061715echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
    1707 echo "configure:1708: checking whether to enable maintainer-specific portions of Makefiles" >&5
     1716echo "configure:1717: checking whether to enable maintainer-specific portions of Makefiles" >&5
    17081717    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
    17091718if test "${enable_maintainer_mode+set}" = set; then
     
    17281737
    17291738
    1730 # We need AC_EXEEXT to keep automake happy in cygnus mode.  However,
    1731 # at least currently, we never actually build a program, so we never
    1732 # need to use $(EXEEXT).  Moreover, the test for EXEEXT normally
    1733 # fails, because we are probably configuring with a cross compiler
    1734 # which cant create executables.  So we include AC_EXEEXT to keep
    1735 # automake happy, but we don't execute it, since we don't care about
    1736 # the result.
    1737 if false; then
    1738   # autoconf 2.50 runs AC_EXEEXT by default, and the macro expands
    1739   # to nothing, so nothing would remain between `then' and `fi' if it
    1740   # were not for the `:' below.
    1741   :
    1742  
     1739
    17431740
    17441741
    17451742echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
    1746 echo "configure:1747: checking for executable suffix" >&5
     1743echo "configure:1744: checking for executable suffix" >&5
    17471744if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
    17481745  echo $ac_n "(cached) $ac_c" 1>&6
     
    17541751  echo 'int main () { return 0; }' > conftest.$ac_ext
    17551752  ac_cv_exeext=
    1756   if { (eval echo configure:1757: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
     1753  if { (eval echo configure:1754: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
    17571754    for file in conftest.*; do
    17581755      case $file in
     
    17741771ac_exeext=$EXEEXT
    17751772
    1776 fi
    17771773
    17781774# configure.host sets the following important variables
     
    18181814   INCLTDL="-I\$(top_srcdir)/libltdl $INCLTDL"
    18191815   # FIXME: this is a hack.
    1820    sub_auxdir="`cd $ac_aux_dir && pwd`"
     1816   sub_auxdir="`cd $ac_aux_dir && ${PWDCMD-pwd}`"
    18211817   ac_configure_args="$ac_configure_args --with-auxdir=$sub_auxdir"
    18221818fi
     
    19051901  # Check if gcc -print-prog-name=ld gives a path.
    19061902  echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
    1907 echo "configure:1908: checking for ld used by GCC" >&5
     1903echo "configure:1904: checking for ld used by GCC" >&5
    19081904  case $host in
    19091905  *-*-mingw*)
     
    19351931elif test "$with_gnu_ld" = yes; then
    19361932  echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
    1937 echo "configure:1938: checking for GNU ld" >&5
     1933echo "configure:1934: checking for GNU ld" >&5
    19381934else
    19391935  echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
    1940 echo "configure:1941: checking for non-GNU ld" >&5
     1936echo "configure:1937: checking for non-GNU ld" >&5
    19411937fi
    19421938if eval "test \"`echo '$''{'lt_cv_path_LD'+set}'`\" = set"; then
     
    19731969test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
    19741970echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
    1975 echo "configure:1976: checking if the linker ($LD) is GNU ld" >&5
     1971echo "configure:1972: checking if the linker ($LD) is GNU ld" >&5
    19761972if eval "test \"`echo '$''{'lt_cv_prog_gnu_ld'+set}'`\" = set"; then
    19771973  echo $ac_n "(cached) $ac_c" 1>&6
     
    19901986
    19911987echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6
    1992 echo "configure:1993: checking for $LD option to reload object files" >&5
     1988echo "configure:1989: checking for $LD option to reload object files" >&5
    19931989if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then
    19941990  echo $ac_n "(cached) $ac_c" 1>&6
     
    20021998
    20031999echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
    2004 echo "configure:2005: checking for BSD-compatible nm" >&5
     2000echo "configure:2001: checking for BSD-compatible nm" >&5
    20052001if eval "test \"`echo '$''{'lt_cv_path_NM'+set}'`\" = set"; then
    20062002  echo $ac_n "(cached) $ac_c" 1>&6
     
    20402036
    20412037echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6
    2042 echo "configure:2043: checking how to recognise dependant libraries" >&5
     2038echo "configure:2039: checking how to recognise dependant libraries" >&5
    20432039if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then
    20442040  echo $ac_n "(cached) $ac_c" 1>&6
     
    21152111  hppa*)
    21162112    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
    2117   lt_cv_file_magic_cmd=/usr/bin/file
    2118   lt_cv_file_magic_test_file=/usr/lib/libc.sl
     2113    lt_cv_file_magic_cmd=/usr/bin/file
     2114    lt_cv_file_magic_test_file=/usr/lib/libc.sl
    21192115    ;;
    21202116  ia64*)
     
    21222118    lt_cv_file_magic_cmd=/usr/bin/file
    21232119    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
    2124   ;;
     2120    ;;
    21252121  esac
    21262122  ;;
     
    21502146linux-gnu*)
    21512147  case $host_cpu in
    2152   alpha* | mips* | hppa* | i*86 | powerpc* | sparc* | ia64* )
     2148  alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* )
    21532149    lt_cv_deplibs_check_method=pass_all ;;
    21542150  *)
     
    22172213
    22182214echo $ac_n "checking for object suffix""... $ac_c" 1>&6
    2219 echo "configure:2220: checking for object suffix" >&5
     2215echo "configure:2216: checking for object suffix" >&5
    22202216if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then
    22212217  echo $ac_n "(cached) $ac_c" 1>&6
     
    22232219  rm -f conftest*
    22242220echo 'int i = 1;' > conftest.$ac_ext
    2225 if { (eval echo configure:2226: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2221if { (eval echo configure:2222: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    22262222  for ac_file in conftest.*; do
    22272223    case $ac_file in
     
    22472243  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
    22482244    echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6
    2249 echo "configure:2250: checking for ${ac_tool_prefix}file" >&5
     2245echo "configure:2246: checking for ${ac_tool_prefix}file" >&5
    22502246if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
    22512247  echo $ac_n "(cached) $ac_c" 1>&6
     
    23092305  if test -n "$ac_tool_prefix"; then
    23102306    echo $ac_n "checking for file""... $ac_c" 1>&6
    2311 echo "configure:2312: checking for file" >&5
     2307echo "configure:2308: checking for file" >&5
    23122308if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
    23132309  echo $ac_n "(cached) $ac_c" 1>&6
     
    23802376set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    23812377echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2382 echo "configure:2383: checking for $ac_word" >&5
     2378echo "configure:2379: checking for $ac_word" >&5
    23832379if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    23842380  echo $ac_n "(cached) $ac_c" 1>&6
     
    24132409set dummy ranlib; ac_word=$2
    24142410echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2415 echo "configure:2416: checking for $ac_word" >&5
     2411echo "configure:2412: checking for $ac_word" >&5
    24162412if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    24172413  echo $ac_n "(cached) $ac_c" 1>&6
     
    24492445set dummy ${ac_tool_prefix}strip; ac_word=$2
    24502446echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2451 echo "configure:2452: checking for $ac_word" >&5
     2447echo "configure:2448: checking for $ac_word" >&5
    24522448if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
    24532449  echo $ac_n "(cached) $ac_c" 1>&6
     
    24822478set dummy strip; ac_word=$2
    24832479echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2484 echo "configure:2485: checking for $ac_word" >&5
     2480echo "configure:2481: checking for $ac_word" >&5
    24852481if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
    24862482  echo $ac_n "(cached) $ac_c" 1>&6
     
    25502546*-*-irix6*)
    25512547  # Find out which ABI we are using.
    2552   echo '#line 2553 "configure"' > conftest.$ac_ext
    2553   if { (eval echo configure:2554: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2548  echo '#line 2549 "configure"' > conftest.$ac_ext
     2549  if { (eval echo configure:2550: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    25542550   if test "$lt_cv_prog_gnu_ld" = yes; then
    25552551    case `/usr/bin/file conftest.$ac_objext` in
     
    25842580  # Find out which ABI we are using.
    25852581  echo 'int i;' > conftest.$ac_ext
    2586   if { (eval echo configure:2587: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2582  if { (eval echo configure:2583: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    25872583    case "`/usr/bin/file conftest.o`" in
    25882584    *ELF-32*)
     
    25972593  ;;
    25982594
     2595x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
     2596  # Find out which ABI we are using.
     2597  echo 'int i;' > conftest.$ac_ext
     2598  if { (eval echo configure:2599: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2599    case "`/usr/bin/file conftest.o`" in
     2600    *32-bit*)
     2601      case $host in
     2602        x86_64-*linux*)
     2603          LD="${LD-ld} -m elf_i386"
     2604          ;;
     2605        ppc64-*linux*|powerpc64-*linux*)
     2606          LD="${LD-ld} -m elf32ppclinux"
     2607          ;;
     2608        s390x-*linux*)
     2609          LD="${LD-ld} -m elf_s390"
     2610          ;;
     2611        sparc64-*linux*)
     2612          LD="${LD-ld} -m elf32_sparc"
     2613          ;;
     2614      esac
     2615      ;;
     2616    *64-bit*)
     2617      case $host in
     2618        x86_64-*linux*)
     2619          LD="${LD-ld} -m elf_x86_64"
     2620          ;;
     2621        ppc*-*linux*|powerpc*-*linux*)
     2622          LD="${LD-ld} -m elf64ppc"
     2623          ;;
     2624        s390*-*linux*)
     2625          LD="${LD-ld} -m elf64_s390"
     2626          ;;
     2627        sparc*-*linux*)
     2628          LD="${LD-ld} -m elf64_sparc"
     2629          ;;
     2630      esac
     2631      ;;
     2632    esac
     2633  fi
     2634  rm -rf conftest*
     2635  ;;
     2636
    25992637*-*-sco3.2v5*)
    26002638  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
     
    26022640  CFLAGS="$CFLAGS -belf"
    26032641  echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6
    2604 echo "configure:2605: checking whether the C compiler needs -belf" >&5
     2642echo "configure:2643: checking whether the C compiler needs -belf" >&5
    26052643if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
    26062644  echo $ac_n "(cached) $ac_c" 1>&6
     
    26152653
    26162654     cat > conftest.$ac_ext <<EOF
    2617 #line 2618 "configure"
     2655#line 2656 "configure"
    26182656#include "confdefs.h"
    26192657
     
    26222660; return 0; }
    26232661EOF
    2624 if { (eval echo configure:2625: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2662if { (eval echo configure:2663: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    26252663  rm -rf conftest*
    26262664  lt_cv_cc_needs_belf=yes
     
    26522690
    26532691echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
    2654 echo "configure:2655: checking how to run the C++ preprocessor" >&5
     2692echo "configure:2693: checking how to run the C++ preprocessor" >&5
    26552693if test -z "$CXXCPP"; then
    26562694if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
     
    26662704  cat > conftest.$ac_ext <<EOF
    26672705#include <sys/types.h>
    2668 #line 2669 "configure"
     2706#line 2707 "configure"
    26692707#include "confdefs.h"
    26702708#include <stdlib.h>
    26712709EOF
    26722710ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2673 { (eval echo configure:2674: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2711{ (eval echo configure:2712: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    26742712ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    26752713if test -z "$ac_err"; then
     
    29032941
    29042942fi
     2943INTERPRETER="$libgcj_interpreter"
     2944
    29052945
    29062946echo $ac_n "checking for exception model to use""... $ac_c" 1>&6
    2907 echo "configure:2908: checking for exception model to use" >&5
     2947echo "configure:2948: checking for exception model to use" >&5
    29082948
    29092949ac_ext=C
     
    29202960else
    29212961  cat > conftest.$ac_ext << EOF
    2922 #line 2923 "configure"
     2962#line 2963 "configure"
    29232963struct S { ~S(); };
    29242964void bar();
     
    29312971old_CXXFLAGS="$CXXFLAGS" 
    29322972CXXFLAGS=-S
    2933 if { (eval echo configure:2934: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2973if { (eval echo configure:2974: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    29342974  if grep _Unwind_SjLj_Resume conftest.s >/dev/null 2>&1 ; then
    29352975    enable_sjlj_exceptions=yes
     
    30043044
    30053045   LIBFFI=../libffi/libffi_convenience.la
    3006    LIBFFIINCS='-I$(top_srcdir)/../libffi/include -I$(MULTIBUILDTOP)../libffi/include'
     3046   LIBFFIINCS='-I$(top_srcdir)/../libffi/include -I../libffi/include'
    30073047fi
    30083048
     
    30393079            PLATFORMOBJS=win32.lo
    30403080            PLATFORMH=win32.h
     3081       
     3082echo $ac_n "checking whether 'ld' is at least 2.13""... $ac_c" 1>&6
     3083echo "configure:3084: checking whether 'ld' is at least 2.13" >&5
     3084LD_PROG=`$CC --print-prog-name=ld`
     3085LD_VERSION=`$LD_PROG --version`
     3086LD_VERSION_MAJOR=`echo "$LD_VERSION" | head -1 | cut -d '.' -f 1 | cut -d ' ' -f 4`
     3087LD_VERSION_MINOR=`echo "$LD_VERSION" | head -1 | cut -d '.' -f 2`
     3088if expr "$LD_VERSION_MAJOR" \> 2 > /dev/null; then
     3089  LD_OK="ok"
     3090else
     3091  if expr "$LD_VERSION_MAJOR" = 2 && expr "$LD_VERSION_MINOR" \>= 13 > /dev/null; then
     3092    LD_OK="ok"
     3093  fi
     3094fi
     3095if test "x$LD_OK" != x; then
     3096  echo "$ac_t""yes; major=$LD_VERSION_MAJOR, minor=$LD_VERSION_MINOR" 1>&6
     3097else
     3098  echo "$ac_t""no; major=$LD_VERSION_MAJOR, minor=$LD_VERSION_MINOR" 1>&6
     3099  echo "configure: warning: ld <2.13 detected; enabling JV_LINKER_CANNOT_8BYTE_ALIGN_STATICS hack..." 1>&2
     3100  cat >> confdefs.h <<\EOF
     3101#define JV_LINKER_CANNOT_8BYTE_ALIGN_STATICS 1
     3102EOF
     3103
     3104fi
    30413105      ;;
    30423106      *)
     
    30613125
    30623126echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    3063 echo "configure:3064: checking how to run the C preprocessor" >&5
     3127echo "configure:3128: checking how to run the C preprocessor" >&5
    30643128# On Suns, sometimes $CPP names a directory.
    30653129if test -n "$CPP" && test -d "$CPP"; then
     
    30773141  cat > conftest.$ac_ext <<EOF
    30783142#include <sys/types.h>
    3079 #line 3080 "configure"
     3143#line 3144 "configure"
    30803144#include "confdefs.h"
    30813145#include <assert.h>
     
    30833147EOF
    30843148ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3085 { (eval echo configure:3086: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3149{ (eval echo configure:3150: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    30863150ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    30873151if test -z "$ac_err"; then
     
    30953159  cat > conftest.$ac_ext <<EOF
    30963160#include <sys/types.h>
    3097 #line 3098 "configure"
     3161#line 3162 "configure"
    30983162#include "confdefs.h"
    30993163#include <assert.h>
     
    31013165EOF
    31023166ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3103 { (eval echo configure:3104: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3167{ (eval echo configure:3168: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    31043168ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    31053169if test -z "$ac_err"; then
     
    31133177  cat > conftest.$ac_ext <<EOF
    31143178#include <sys/types.h>
    3115 #line 3116 "configure"
     3179#line 3180 "configure"
    31163180#include "confdefs.h"
    31173181#include <assert.h>
     
    31193183EOF
    31203184ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3121 { (eval echo configure:3122: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3185{ (eval echo configure:3186: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    31223186ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    31233187if test -z "$ac_err"; then
     
    31443208
    31453209cat > conftest.$ac_ext <<EOF
    3146 #line 3147 "configure"
     3210#line 3211 "configure"
    31473211#include "confdefs.h"
    31483212#include <stdint.h>
     
    31593223
    31603224cat > conftest.$ac_ext <<EOF
    3161 #line 3162 "configure"
     3225#line 3226 "configure"
    31623226#include "confdefs.h"
    31633227#include <inttypes.h>
     
    31743238
    31753239cat > conftest.$ac_ext <<EOF
    3176 #line 3177 "configure"
     3240#line 3241 "configure"
    31773241#include "confdefs.h"
    31783242#include <sys/types.h>
     
    31893253
    31903254cat > conftest.$ac_ext <<EOF
    3191 #line 3192 "configure"
     3255#line 3256 "configure"
    31923256#include "confdefs.h"
    31933257#include <sys/config.h>
     
    32063270
    32073271cat > conftest.$ac_ext <<EOF
    3208 #line 3209 "configure"
     3272#line 3273 "configure"
    32093273#include "confdefs.h"
    32103274#include <time.h>
     
    32213285
    32223286cat > conftest.$ac_ext <<EOF
    3223 #line 3224 "configure"
     3287#line 3288 "configure"
    32243288#include "confdefs.h"
    32253289#include <time.h>
     
    32563320
    32573321
    3258 LIBGCJTESTSPEC="-L`pwd`/.libs -rpath `pwd`/.libs"
     3322LIBGCJTESTSPEC="-L`${PWDCMD-pwd}`/.libs -rpath `${PWDCMD-pwd}`/.libs"
    32593323
    32603324
     
    32733337
    32743338echo $ac_n "checking for garbage collector to use""... $ac_c" 1>&6
    3275 echo "configure:3276: checking for garbage collector to use" >&5
     3339echo "configure:3340: checking for garbage collector to use" >&5
    32763340# Check whether --enable-java-gc or --disable-java-gc was given.
    32773341if test "${enable_java_gc+set}" = set; then
     
    32963360    GCINCS='-I$(top_srcdir)/../boehm-gc/include'
    32973361    JC1GCSPEC='-fuse-boehm-gc'
    3298     GCTESTSPEC="-L`pwd`/../boehm-gc/.libs -rpath `pwd`/../boehm-gc/.libs"
     3362    GCTESTSPEC="-L`${PWDCMD-pwd}`/../boehm-gc/.libs -rpath `${PWDCMD-pwd}`/../boehm-gc/.libs"
    32993363
    33003364            GCINCS="$GCINCS `cat ../boehm-gc/boehm-cflags`"
     
    33263390
    33273391echo $ac_n "checking for thread model used by GCC""... $ac_c" 1>&6
    3328 echo "configure:3329: checking for thread model used by GCC" >&5
     3392echo "configure:3393: checking for thread model used by GCC" >&5
    33293393THREADS=`$CC -v 2>&1 | sed -n 's/^Thread model: //p'`
    33303394echo "$ac_t""$THREADS" 1>&6
     
    34413505HASH_SYNC_SPEC=
    34423506# Hash synchronization is only useful with posix threads right now.
    3443 if test "$enable_hash_synchronization" = yes && test "$THREADS" = "posix"; then
     3507if test "$enable_hash_synchronization" = yes && test "$THREADS" != "none"; then
    34443508   HASH_SYNC_SPEC=-fhash-synchronization
    34453509   cat >> confdefs.h <<\EOF
     
    34763540
    34773541
    3478 if test -n "${with_cross_host}"; then
     3542if test "x${with_newlib}" = "xyes"; then
    34793543   # We are being configured with a cross compiler.  AC_REPLACE_FUNCS
    34803544   # may not work correctly, because the compiler may not be able to
     
    35233587   # If Canadian cross, then don't pick up tools from the build
    35243588   # directory.
    3525    if test x"$build" != x"$with_cross_host" && x"$build" != x"$target"; then
     3589   if test x"$build" != x"$with_cross_host" \
     3590        && test x"$build" != x"$target"; then
    35263591      CANADIAN=yes
    35273592      GCC_UNWIND_INCLUDE=
     
    35333598do
    35343599echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3535 echo "configure:3536: checking for $ac_func" >&5
     3600echo "configure:3601: checking for $ac_func" >&5
    35363601if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    35373602  echo $ac_n "(cached) $ac_c" 1>&6
    35383603else
    35393604  cat > conftest.$ac_ext <<EOF
    3540 #line 3541 "configure"
     3605#line 3606 "configure"
    35413606#include "confdefs.h"
    35423607/* System header to define __stub macros and hopefully few prototypes,
     
    35613626; return 0; }
    35623627EOF
    3563 if { (eval echo configure:3564: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3628if { (eval echo configure:3629: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    35643629  rm -rf conftest*
    35653630  eval "ac_cv_func_$ac_func=yes"
     
    35883653do
    35893654echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3590 echo "configure:3591: checking for $ac_func" >&5
     3655echo "configure:3656: checking for $ac_func" >&5
    35913656if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    35923657  echo $ac_n "(cached) $ac_c" 1>&6
    35933658else
    35943659  cat > conftest.$ac_ext <<EOF
    3595 #line 3596 "configure"
     3660#line 3661 "configure"
    35963661#include "confdefs.h"
    35973662/* System header to define __stub macros and hopefully few prototypes,
     
    36163681; return 0; }
    36173682EOF
    3618 if { (eval echo configure:3619: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3683if { (eval echo configure:3684: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    36193684  rm -rf conftest*
    36203685  eval "ac_cv_func_$ac_func=yes"
     
    36433708do
    36443709echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3645 echo "configure:3646: checking for $ac_func" >&5
     3710echo "configure:3711: checking for $ac_func" >&5
    36463711if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    36473712  echo $ac_n "(cached) $ac_c" 1>&6
    36483713else
    36493714  cat > conftest.$ac_ext <<EOF
    3650 #line 3651 "configure"
     3715#line 3716 "configure"
    36513716#include "confdefs.h"
    36523717/* System header to define __stub macros and hopefully few prototypes,
     
    36713736; return 0; }
    36723737EOF
    3673 if { (eval echo configure:3674: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3738if { (eval echo configure:3739: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    36743739  rm -rf conftest*
    36753740  eval "ac_cv_func_$ac_func=yes"
     
    36983763do
    36993764echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3700 echo "configure:3701: checking for $ac_func" >&5
     3765echo "configure:3766: checking for $ac_func" >&5
    37013766if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    37023767  echo $ac_n "(cached) $ac_c" 1>&6
    37033768else
    37043769  cat > conftest.$ac_ext <<EOF
    3705 #line 3706 "configure"
     3770#line 3771 "configure"
    37063771#include "confdefs.h"
    37073772/* System header to define __stub macros and hopefully few prototypes,
     
    37263791; return 0; }
    37273792EOF
    3728 if { (eval echo configure:3729: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3793if { (eval echo configure:3794: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    37293794  rm -rf conftest*
    37303795  eval "ac_cv_func_$ac_func=yes"
     
    37533818do
    37543819echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3755 echo "configure:3756: checking for $ac_func" >&5
     3820echo "configure:3821: checking for $ac_func" >&5
    37563821if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    37573822  echo $ac_n "(cached) $ac_c" 1>&6
    37583823else
    37593824  cat > conftest.$ac_ext <<EOF
    3760 #line 3761 "configure"
     3825#line 3826 "configure"
    37613826#include "confdefs.h"
    37623827/* System header to define __stub macros and hopefully few prototypes,
     
    37813846; return 0; }
    37823847EOF
    3783 if { (eval echo configure:3784: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3848if { (eval echo configure:3849: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    37843849  rm -rf conftest*
    37853850  eval "ac_cv_func_$ac_func=yes"
     
    38083873do
    38093874echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3810 echo "configure:3811: checking for $ac_func" >&5
     3875echo "configure:3876: checking for $ac_func" >&5
    38113876if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    38123877  echo $ac_n "(cached) $ac_c" 1>&6
    38133878else
    38143879  cat > conftest.$ac_ext <<EOF
    3815 #line 3816 "configure"
     3880#line 3881 "configure"
    38163881#include "confdefs.h"
    38173882/* System header to define __stub macros and hopefully few prototypes,
     
    38363901; return 0; }
    38373902EOF
    3838 if { (eval echo configure:3839: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3903if { (eval echo configure:3904: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    38393904  rm -rf conftest*
    38403905  eval "ac_cv_func_$ac_func=yes"
     
    38603925done
    38613926
    3862    for ac_func in fork execvp pipe sigaction
     3927   for ac_func in fork execvp pipe sigaction ftruncate
    38633928do
    38643929echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3865 echo "configure:3866: checking for $ac_func" >&5
     3930echo "configure:3931: checking for $ac_func" >&5
    38663931if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    38673932  echo $ac_n "(cached) $ac_c" 1>&6
    38683933else
    38693934  cat > conftest.$ac_ext <<EOF
    3870 #line 3871 "configure"
     3935#line 3936 "configure"
    38713936#include "confdefs.h"
    38723937/* System header to define __stub macros and hopefully few prototypes,
     
    38913956; return 0; }
    38923957EOF
    3893 if { (eval echo configure:3894: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3958if { (eval echo configure:3959: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    38943959  rm -rf conftest*
    38953960  eval "ac_cv_func_$ac_func=yes"
     
    39193984ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    39203985echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    3921 echo "configure:3922: checking for $ac_hdr" >&5
     3986echo "configure:3987: checking for $ac_hdr" >&5
    39223987if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    39233988  echo $ac_n "(cached) $ac_c" 1>&6
     
    39253990  cat > conftest.$ac_ext <<EOF
    39263991#include <sys/types.h>
    3927 #line 3928 "configure"
     3992#line 3993 "configure"
    39283993#include "confdefs.h"
    39293994#include <$ac_hdr>
    39303995EOF
    39313996ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3932 { (eval echo configure:3933: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3997{ (eval echo configure:3998: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    39333998ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    39343999if test -z "$ac_err"; then
     
    39574022 
    39584023   echo $ac_n "checking for backtrace""... $ac_c" 1>&6
    3959 echo "configure:3960: checking for backtrace" >&5
     4024echo "configure:4025: checking for backtrace" >&5
    39604025if eval "test \"`echo '$''{'ac_cv_func_backtrace'+set}'`\" = set"; then
    39614026  echo $ac_n "(cached) $ac_c" 1>&6
    39624027else
    39634028  cat > conftest.$ac_ext <<EOF
    3964 #line 3965 "configure"
     4029#line 4030 "configure"
    39654030#include "confdefs.h"
    39664031/* System header to define __stub macros and hopefully few prototypes,
     
    39854050; return 0; }
    39864051EOF
    3987 if { (eval echo configure:3988: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4052if { (eval echo configure:4053: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    39884053  rm -rf conftest*
    39894054  eval "ac_cv_func_backtrace=yes"
     
    40144079else
    40154080  echo "$ac_t""no" 1>&6
     4081
     4082     case "$host" in
     4083       *mingw*)
     4084         # Has backtrace() defined in libgcj itself
     4085         cat >> confdefs.h <<\EOF
     4086#define HAVE_BACKTRACE 1
     4087EOF
     4088
     4089         ;;
     4090     esac
     4091   
    40164092fi
    40174093
    40184094
    40194095   echo $ac_n "checking for dladdr in -ldl""... $ac_c" 1>&6
    4020 echo "configure:4021: checking for dladdr in -ldl" >&5
     4096echo "configure:4097: checking for dladdr in -ldl" >&5
    40214097ac_lib_var=`echo dl'_'dladdr | sed 'y%./+-%__p_%'`
    40224098if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    40264102LIBS="-ldl  $LIBS"
    40274103cat > conftest.$ac_ext <<EOF
    4028 #line 4029 "configure"
     4104#line 4105 "configure"
    40294105#include "confdefs.h"
    40304106/* Override any gcc2 internal prototype to avoid an error.  */
     
    40374113; return 0; }
    40384114EOF
    4039 if { (eval echo configure:4040: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4115if { (eval echo configure:4116: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    40404116  rm -rf conftest*
    40414117  eval "ac_cv_lib_$ac_lib_var=yes"
     
    40614137fi
    40624138
    4063    for ac_file in /proc/self/exe
     4139   if test x"$build" = x"$host"; then
     4140     for ac_file in /proc/self/exe
    40644141do
    40654142
    40664143ac_safe=`echo "$ac_file" | sed 'y%./+-%__p_%'`
    40674144echo $ac_n "checking for $ac_file""... $ac_c" 1>&6
    4068 echo "configure:4069: checking for $ac_file" >&5
     4145echo "configure:4146: checking for $ac_file" >&5
    40694146if eval "test \"`echo '$''{'ac_cv_file_$ac_safe'+set}'`\" = set"; then
    40704147  echo $ac_n "(cached) $ac_c" 1>&6
     
    40874164EOF
    40884165 
    4089      cat >> confdefs.h <<\EOF
     4166       cat >> confdefs.h <<\EOF
    40904167#define HAVE_PROC_SELF_EXE 1
    40914168EOF
     
    40974174done
    40984175
     4176   else
     4177     case $host in
     4178     *-linux*)
     4179       cat >> confdefs.h <<\EOF
     4180#define HAVE_PROC_SELF_EXE 1
     4181EOF
     4182
     4183       ;;
     4184     esac
     4185   fi
    40994186
    41004187   
     
    41144201
    41154202  echo $ac_n "checking for iconv""... $ac_c" 1>&6
    4116 echo "configure:4117: checking for iconv" >&5
     4203echo "configure:4204: checking for iconv" >&5
    41174204if eval "test \"`echo '$''{'am_cv_func_iconv'+set}'`\" = set"; then
    41184205  echo $ac_n "(cached) $ac_c" 1>&6
     
    41224209    am_cv_lib_iconv=no
    41234210    cat > conftest.$ac_ext <<EOF
    4124 #line 4125 "configure"
     4211#line 4212 "configure"
    41254212#include "confdefs.h"
    41264213#include <stdlib.h>
     
    41324219; return 0; }
    41334220EOF
    4134 if { (eval echo configure:4135: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4221if { (eval echo configure:4222: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    41354222  rm -rf conftest*
    41364223  am_cv_func_iconv=yes
     
    41444231      LIBS="$LIBS $am_cv_libiconv_ldpath -liconv"
    41454232      cat > conftest.$ac_ext <<EOF
    4146 #line 4147 "configure"
     4233#line 4234 "configure"
    41474234#include "confdefs.h"
    41484235#include <stdlib.h>
     
    41544241; return 0; }
    41554242EOF
    4156 if { (eval echo configure:4157: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4243if { (eval echo configure:4244: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    41574244  rm -rf conftest*
    41584245  am_cv_lib_iconv=yes
     
    41754262
    41764263    echo $ac_n "checking for iconv declaration""... $ac_c" 1>&6
    4177 echo "configure:4178: checking for iconv declaration" >&5
     4264echo "configure:4265: checking for iconv declaration" >&5
    41784265    if eval "test \"`echo '$''{'am_cv_proto_iconv'+set}'`\" = set"; then
    41794266  echo $ac_n "(cached) $ac_c" 1>&6
     
    41814268 
    41824269      cat > conftest.$ac_ext <<EOF
    4183 #line 4184 "configure"
     4270#line 4271 "configure"
    41844271#include "confdefs.h"
    41854272
     
    42004287; return 0; }
    42014288EOF
    4202 if { (eval echo configure:4203: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4289if { (eval echo configure:4290: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    42034290  rm -rf conftest*
    42044291  am_cv_proto_iconv_arg1=""
     
    42294316   if test $ac_cv_header_locale_h = yes; then
    42304317    echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6
    4231 echo "configure:4232: checking for LC_MESSAGES" >&5
     4318echo "configure:4319: checking for LC_MESSAGES" >&5
    42324319if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then
    42334320  echo $ac_n "(cached) $ac_c" 1>&6
    42344321else
    42354322  cat > conftest.$ac_ext <<EOF
    4236 #line 4237 "configure"
     4323#line 4324 "configure"
    42374324#include "confdefs.h"
    42384325#include <locale.h>
     
    42414328; return 0; }
    42424329EOF
    4243 if { (eval echo configure:4244: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4330if { (eval echo configure:4331: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    42444331  rm -rf conftest*
    42454332  am_cv_val_LC_MESSAGES=yes
     
    42624349  fi
    42634350   echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
    4264 echo "configure:4265: checking whether struct tm is in sys/time.h or time.h" >&5
     4351echo "configure:4352: checking whether struct tm is in sys/time.h or time.h" >&5
    42654352if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
    42664353  echo $ac_n "(cached) $ac_c" 1>&6
    42674354else
    42684355  cat > conftest.$ac_ext <<EOF
    4269 #line 4270 "configure"
     4356#line 4357 "configure"
    42704357#include "confdefs.h"
    42714358#include <sys/types.h>
     
    42754362; return 0; }
    42764363EOF
    4277 if { (eval echo configure:4278: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4364if { (eval echo configure:4365: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    42784365  rm -rf conftest*
    42794366  ac_cv_struct_tm=time.h
     
    42964383
    42974384echo $ac_n "checking for tm_zone in struct tm""... $ac_c" 1>&6
    4298 echo "configure:4299: checking for tm_zone in struct tm" >&5
     4385echo "configure:4386: checking for tm_zone in struct tm" >&5
    42994386if eval "test \"`echo '$''{'ac_cv_struct_tm_zone'+set}'`\" = set"; then
    43004387  echo $ac_n "(cached) $ac_c" 1>&6
    43014388else
    43024389  cat > conftest.$ac_ext <<EOF
    4303 #line 4304 "configure"
     4390#line 4391 "configure"
    43044391#include "confdefs.h"
    43054392#include <sys/types.h>
     
    43094396; return 0; }
    43104397EOF
    4311 if { (eval echo configure:4312: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4398if { (eval echo configure:4399: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    43124399  rm -rf conftest*
    43134400  ac_cv_struct_tm_zone=yes
     
    43294416else
    43304417  echo $ac_n "checking for tzname""... $ac_c" 1>&6
    4331 echo "configure:4332: checking for tzname" >&5
     4418echo "configure:4419: checking for tzname" >&5
    43324419if eval "test \"`echo '$''{'ac_cv_var_tzname'+set}'`\" = set"; then
    43334420  echo $ac_n "(cached) $ac_c" 1>&6
    43344421else
    43354422  cat > conftest.$ac_ext <<EOF
    4336 #line 4337 "configure"
     4423#line 4424 "configure"
    43374424#include "confdefs.h"
    43384425#include <time.h>
     
    43444431; return 0; }
    43454432EOF
    4346 if { (eval echo configure:4347: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4433if { (eval echo configure:4434: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    43474434  rm -rf conftest*
    43484435  ac_cv_var_tzname=yes
     
    43694456do
    43704457echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    4371 echo "configure:4372: checking for $ac_func" >&5
     4458echo "configure:4459: checking for $ac_func" >&5
    43724459if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    43734460  echo $ac_n "(cached) $ac_c" 1>&6
    43744461else
    43754462  cat > conftest.$ac_ext <<EOF
    4376 #line 4377 "configure"
     4463#line 4464 "configure"
    43774464#include "confdefs.h"
    43784465/* System header to define __stub macros and hopefully few prototypes,
     
    43974484; return 0; }
    43984485EOF
    4399 if { (eval echo configure:4400: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4486if { (eval echo configure:4487: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    44004487  rm -rf conftest*
    44014488  eval "ac_cv_func_$ac_func=yes"
     
    44244511     # Hopefully this check is robust enough.
    44254512     cat > conftest.$ac_ext <<EOF
    4426 #line 4427 "configure"
     4513#line 4514 "configure"
    44274514#include "confdefs.h"
    44284515#include <netdb.h>
     
    44444531     *)
    44454532                echo $ac_n "checking whether gethostbyname_r declaration requires -D_REENTRANT""... $ac_c" 1>&6
    4446 echo "configure:4447: checking whether gethostbyname_r declaration requires -D_REENTRANT" >&5
     4533echo "configure:4534: checking whether gethostbyname_r declaration requires -D_REENTRANT" >&5
    44474534if eval "test \"`echo '$''{'libjava_cv_gethostbyname_r_needs_reentrant'+set}'`\" = set"; then
    44484535  echo $ac_n "(cached) $ac_c" 1>&6
     
    44574544
    44584545          cat > conftest.$ac_ext <<EOF
    4459 #line 4460 "configure"
     4546#line 4547 "configure"
    44604547#include "confdefs.h"
    44614548#include <netdb.h>
     
    44644551; return 0; }
    44654552EOF
    4466 if { (eval echo configure:4467: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4553if { (eval echo configure:4554: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    44674554  rm -rf conftest*
    44684555  libjava_cv_gethostbyname_r_needs_reentrant=no
     
    44744561                CPPFLAGS="$CPPFLAGS -D_REENTRANT"
    44754562                cat > conftest.$ac_ext <<EOF
    4476 #line 4477 "configure"
     4563#line 4564 "configure"
    44774564#include "confdefs.h"
    44784565#include <netdb.h>
     
    44814568; return 0; }
    44824569EOF
    4483 if { (eval echo configure:4484: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4570if { (eval echo configure:4571: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    44844571  rm -rf conftest*
    44854572  libjava_cv_gethostbyname_r_needs_reentrant=yes
     
    45164603
    45174604     echo $ac_n "checking for struct hostent_data""... $ac_c" 1>&6
    4518 echo "configure:4519: checking for struct hostent_data" >&5
     4605echo "configure:4606: checking for struct hostent_data" >&5
    45194606if eval "test \"`echo '$''{'libjava_cv_struct_hostent_data'+set}'`\" = set"; then
    45204607  echo $ac_n "(cached) $ac_c" 1>&6
    45214608else
    45224609        cat > conftest.$ac_ext <<EOF
    4523 #line 4524 "configure"
     4610#line 4611 "configure"
    45244611#include "confdefs.h"
    45254612
     
    45324619; return 0; }
    45334620EOF
    4534 if { (eval echo configure:4535: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4621if { (eval echo configure:4622: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    45354622  rm -rf conftest*
    45364623  libjava_cv_struct_hostent_data=yes
     
    45644651   # linkage check is enough, yet C++ code requires proper prototypes.)
    45654652   cat > conftest.$ac_ext <<EOF
    4566 #line 4567 "configure"
     4653#line 4654 "configure"
    45674654#include "confdefs.h"
    45684655#include <netdb.h>
     
    45754662do
    45764663echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    4577 echo "configure:4578: checking for $ac_func" >&5
     4664echo "configure:4665: checking for $ac_func" >&5
    45784665if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    45794666  echo $ac_n "(cached) $ac_c" 1>&6
    45804667else
    45814668  cat > conftest.$ac_ext <<EOF
    4582 #line 4583 "configure"
     4669#line 4670 "configure"
    45834670#include "confdefs.h"
    45844671/* System header to define __stub macros and hopefully few prototypes,
     
    46034690; return 0; }
    46044691EOF
    4605 if { (eval echo configure:4606: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4692if { (eval echo configure:4693: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    46064693  rm -rf conftest*
    46074694  eval "ac_cv_func_$ac_func=yes"
     
    46304717     # Hopefully this check is robust enough.
    46314718     cat > conftest.$ac_ext <<EOF
    4632 #line 4633 "configure"
     4719#line 4720 "configure"
    46334720#include "confdefs.h"
    46344721#include <netdb.h>
     
    46574744do
    46584745echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    4659 echo "configure:4660: checking for $ac_func" >&5
     4746echo "configure:4747: checking for $ac_func" >&5
    46604747if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    46614748  echo $ac_n "(cached) $ac_c" 1>&6
    46624749else
    46634750  cat > conftest.$ac_ext <<EOF
    4664 #line 4665 "configure"
     4751#line 4752 "configure"
    46654752#include "confdefs.h"
    46664753/* System header to define __stub macros and hopefully few prototypes,
     
    46854772; return 0; }
    46864773EOF
    4687 if { (eval echo configure:4688: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4774if { (eval echo configure:4775: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    46884775  rm -rf conftest*
    46894776  eval "ac_cv_func_$ac_func=yes"
     
    47094796
    47104797     cat > conftest.$ac_ext <<EOF
    4711 #line 4712 "configure"
     4798#line 4799 "configure"
    47124799#include "confdefs.h"
    47134800#include <unistd.h>
     
    47404827do
    47414828echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    4742 echo "configure:4743: checking for $ac_func" >&5
     4829echo "configure:4830: checking for $ac_func" >&5
    47434830if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    47444831  echo $ac_n "(cached) $ac_c" 1>&6
    47454832else
    47464833  cat > conftest.$ac_ext <<EOF
    4747 #line 4748 "configure"
     4834#line 4835 "configure"
    47484835#include "confdefs.h"
    47494836/* System header to define __stub macros and hopefully few prototypes,
     
    47684855; return 0; }
    47694856EOF
    4770 if { (eval echo configure:4771: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4857if { (eval echo configure:4858: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    47714858  rm -rf conftest*
    47724859  eval "ac_cv_func_$ac_func=yes"
     
    47984885do
    47994886echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    4800 echo "configure:4801: checking for $ac_func" >&5
     4887echo "configure:4888: checking for $ac_func" >&5
    48014888if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    48024889  echo $ac_n "(cached) $ac_c" 1>&6
    48034890else
    48044891  cat > conftest.$ac_ext <<EOF
    4805 #line 4806 "configure"
     4892#line 4893 "configure"
    48064893#include "confdefs.h"
    48074894/* System header to define __stub macros and hopefully few prototypes,
     
    48264913; return 0; }
    48274914EOF
    4828 if { (eval echo configure:4829: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4915if { (eval echo configure:4916: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    48294916  rm -rf conftest*
    48304917  eval "ac_cv_func_$ac_func=yes"
     
    48484935  echo "$ac_t""no" 1>&6
    48494936echo $ac_n "checking for sched_yield in -lrt""... $ac_c" 1>&6
    4850 echo "configure:4851: checking for sched_yield in -lrt" >&5
     4937echo "configure:4938: checking for sched_yield in -lrt" >&5
    48514938ac_lib_var=`echo rt'_'sched_yield | sed 'y%./+-%__p_%'`
    48524939if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    48564943LIBS="-lrt  $LIBS"
    48574944cat > conftest.$ac_ext <<EOF
    4858 #line 4859 "configure"
     4945#line 4946 "configure"
    48594946#include "confdefs.h"
    48604947/* Override any gcc2 internal prototype to avoid an error.  */
     
    48674954; return 0; }
    48684955EOF
    4869 if { (eval echo configure:4870: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4956if { (eval echo configure:4957: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    48704957  rm -rf conftest*
    48714958  eval "ac_cv_lib_$ac_lib_var=yes"
     
    48934980
    48944981          echo $ac_n "checking for sched_yield in -lposix4""... $ac_c" 1>&6
    4895 echo "configure:4896: checking for sched_yield in -lposix4" >&5
     4982echo "configure:4983: checking for sched_yield in -lposix4" >&5
    48964983ac_lib_var=`echo posix4'_'sched_yield | sed 'y%./+-%__p_%'`
    48974984if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    49014988LIBS="-lposix4  $LIBS"
    49024989cat > conftest.$ac_ext <<EOF
    4903 #line 4904 "configure"
     4990#line 4991 "configure"
    49044991#include "confdefs.h"
    49054992/* Override any gcc2 internal prototype to avoid an error.  */
     
    49124999; return 0; }
    49135000EOF
    4914 if { (eval echo configure:4915: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5001if { (eval echo configure:5002: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    49155002  rm -rf conftest*
    49165003  eval "ac_cv_lib_$ac_lib_var=yes"
     
    49485035      # or __m_count.  This is a nice hack for Linux.
    49495036      cat > conftest.$ac_ext <<EOF
    4950 #line 4951 "configure"
     5037#line 5038 "configure"
    49515038#include "confdefs.h"
    49525039#include <pthread.h>
     
    49575044; return 0; }
    49585045EOF
    4959 if { (eval echo configure:4960: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5046if { (eval echo configure:5047: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    49605047  rm -rf conftest*
    49615048  cat >> confdefs.h <<\EOF
     
    49695056 
    49705057        cat > conftest.$ac_ext <<EOF
    4971 #line 4972 "configure"
     5058#line 5059 "configure"
    49725059#include "confdefs.h"
    49735060#include <pthread.h>
     
    49785065; return 0; }
    49795066EOF
    4980 if { (eval echo configure:4981: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5067if { (eval echo configure:5068: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    49815068  rm -rf conftest*
    49825069  cat >> confdefs.h <<\EOF
     
    49985085do
    49995086echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    5000 echo "configure:5001: checking for $ac_func" >&5
     5087echo "configure:5088: checking for $ac_func" >&5
    50015088if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    50025089  echo $ac_n "(cached) $ac_c" 1>&6
    50035090else
    50045091  cat > conftest.$ac_ext <<EOF
    5005 #line 5006 "configure"
     5092#line 5093 "configure"
    50065093#include "confdefs.h"
    50075094/* System header to define __stub macros and hopefully few prototypes,
     
    50265113; return 0; }
    50275114EOF
    5028 if { (eval echo configure:5029: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5115if { (eval echo configure:5116: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    50295116  rm -rf conftest*
    50305117  eval "ac_cv_func_$ac_func=yes"
     
    50575144do
    50585145echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    5059 echo "configure:5060: checking for $ac_func" >&5
     5146echo "configure:5147: checking for $ac_func" >&5
    50605147if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    50615148  echo $ac_n "(cached) $ac_c" 1>&6
    50625149else
    50635150  cat > conftest.$ac_ext <<EOF
    5064 #line 5065 "configure"
     5151#line 5152 "configure"
    50655152#include "confdefs.h"
    50665153/* System header to define __stub macros and hopefully few prototypes,
     
    50855172; return 0; }
    50865173EOF
    5087 if { (eval echo configure:5088: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5174if { (eval echo configure:5175: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    50885175  rm -rf conftest*
    50895176  eval "ac_cv_func_$ac_func=yes"
     
    51155202do
    51165203echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    5117 echo "configure:5118: checking for $ac_func" >&5
     5204echo "configure:5205: checking for $ac_func" >&5
    51185205if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    51195206  echo $ac_n "(cached) $ac_c" 1>&6
    51205207else
    51215208  cat > conftest.$ac_ext <<EOF
    5122 #line 5123 "configure"
     5209#line 5210 "configure"
    51235210#include "confdefs.h"
    51245211/* System header to define __stub macros and hopefully few prototypes,
     
    51435230; return 0; }
    51445231EOF
    5145 if { (eval echo configure:5146: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5232if { (eval echo configure:5233: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    51465233  rm -rf conftest*
    51475234  eval "ac_cv_func_$ac_func=yes"
     
    51725259
    51735260   echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
    5174 echo "configure:5175: checking for dlopen in -ldl" >&5
     5261echo "configure:5262: checking for dlopen in -ldl" >&5
    51755262ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
    51765263if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    51805267LIBS="-ldl  $LIBS"
    51815268cat > conftest.$ac_ext <<EOF
    5182 #line 5183 "configure"
     5269#line 5270 "configure"
    51835270#include "confdefs.h"
    51845271/* Override any gcc2 internal prototype to avoid an error.  */
     
    51915278; return 0; }
    51925279EOF
    5193 if { (eval echo configure:5194: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5280if { (eval echo configure:5281: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    51945281  rm -rf conftest*
    51955282  eval "ac_cv_lib_$ac_lib_var=yes"
     
    52365323
    52375324   echo $ac_n "checking for socket libraries""... $ac_c" 1>&6
    5238 echo "configure:5239: checking for socket libraries" >&5
     5325echo "configure:5326: checking for socket libraries" >&5
    52395326if eval "test \"`echo '$''{'gcj_cv_lib_sockets'+set}'`\" = set"; then
    52405327  echo $ac_n "(cached) $ac_c" 1>&6
     
    52445331     unset ac_cv_func_connect
    52455332     echo $ac_n "checking for connect""... $ac_c" 1>&6
    5246 echo "configure:5247: checking for connect" >&5
     5333echo "configure:5334: checking for connect" >&5
    52475334if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
    52485335  echo $ac_n "(cached) $ac_c" 1>&6
    52495336else
    52505337  cat > conftest.$ac_ext <<EOF
    5251 #line 5252 "configure"
     5338#line 5339 "configure"
    52525339#include "confdefs.h"
    52535340/* System header to define __stub macros and hopefully few prototypes,
     
    52725359; return 0; }
    52735360EOF
    5274 if { (eval echo configure:5275: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5361if { (eval echo configure:5362: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    52755362  rm -rf conftest*
    52765363  eval "ac_cv_func_connect=yes"
     
    52955382         unset ac_cv_func_connect
    52965383         echo $ac_n "checking for main in -lsocket""... $ac_c" 1>&6
    5297 echo "configure:5298: checking for main in -lsocket" >&5
     5384echo "configure:5385: checking for main in -lsocket" >&5
    52985385ac_lib_var=`echo socket'_'main | sed 'y%./+-%__p_%'`
    52995386if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    53035390LIBS="-lsocket  $LIBS"
    53045391cat > conftest.$ac_ext <<EOF
    5305 #line 5306 "configure"
     5392#line 5393 "configure"
    53065393#include "confdefs.h"
    53075394
     
    53105397; return 0; }
    53115398EOF
    5312 if { (eval echo configure:5313: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5399if { (eval echo configure:5400: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    53135400  rm -rf conftest*
    53145401  eval "ac_cv_lib_$ac_lib_var=yes"
     
    53375424         unset ac_cv_func_accept
    53385425         echo $ac_n "checking for accept""... $ac_c" 1>&6
    5339 echo "configure:5340: checking for accept" >&5
     5426echo "configure:5427: checking for accept" >&5
    53405427if eval "test \"`echo '$''{'ac_cv_func_accept'+set}'`\" = set"; then
    53415428  echo $ac_n "(cached) $ac_c" 1>&6
    53425429else
    53435430  cat > conftest.$ac_ext <<EOF
    5344 #line 5345 "configure"
     5431#line 5432 "configure"
    53455432#include "confdefs.h"
    53465433/* System header to define __stub macros and hopefully few prototypes,
     
    53655452; return 0; }
    53665453EOF
    5367 if { (eval echo configure:5368: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5454if { (eval echo configure:5455: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    53685455  rm -rf conftest*
    53695456  eval "ac_cv_func_accept=yes"
     
    53925479     LIBS="$LIBS $gcj_cv_lib_sockets"
    53935480     echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
    5394 echo "configure:5395: checking for gethostbyname" >&5
     5481echo "configure:5482: checking for gethostbyname" >&5
    53955482if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
    53965483  echo $ac_n "(cached) $ac_c" 1>&6
    53975484else
    53985485  cat > conftest.$ac_ext <<EOF
    5399 #line 5400 "configure"
     5486#line 5487 "configure"
    54005487#include "confdefs.h"
    54015488/* System header to define __stub macros and hopefully few prototypes,
     
    54205507; return 0; }
    54215508EOF
    5422 if { (eval echo configure:5423: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5509if { (eval echo configure:5510: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    54235510  rm -rf conftest*
    54245511  eval "ac_cv_func_gethostbyname=yes"
     
    54385525  echo "$ac_t""no" 1>&6
    54395526echo $ac_n "checking for main in -lnsl""... $ac_c" 1>&6
    5440 echo "configure:5441: checking for main in -lnsl" >&5
     5527echo "configure:5528: checking for main in -lnsl" >&5
    54415528ac_lib_var=`echo nsl'_'main | sed 'y%./+-%__p_%'`
    54425529if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    54465533LIBS="-lnsl  $LIBS"
    54475534cat > conftest.$ac_ext <<EOF
    5448 #line 5449 "configure"
     5535#line 5536 "configure"
    54495536#include "confdefs.h"
    54505537
     
    54535540; return 0; }
    54545541EOF
    5455 if { (eval echo configure:5456: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5542if { (eval echo configure:5543: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    54565543  rm -rf conftest*
    54575544  eval "ac_cv_lib_$ac_lib_var=yes"
     
    54855572   if test "$with_system_zlib" = yes; then
    54865573      echo $ac_n "checking for deflate in -lz""... $ac_c" 1>&6
    5487 echo "configure:5488: checking for deflate in -lz" >&5
     5574echo "configure:5575: checking for deflate in -lz" >&5
    54885575ac_lib_var=`echo z'_'deflate | sed 'y%./+-%__p_%'`
    54895576if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    54935580LIBS="-lz  $LIBS"
    54945581cat > conftest.$ac_ext <<EOF
    5495 #line 5496 "configure"
     5582#line 5583 "configure"
    54965583#include "confdefs.h"
    54975584/* Override any gcc2 internal prototype to avoid an error.  */
     
    55045591; return 0; }
    55055592EOF
    5506 if { (eval echo configure:5507: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5593if { (eval echo configure:5594: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    55075594  rm -rf conftest*
    55085595  eval "ac_cv_lib_$ac_lib_var=yes"
     
    55315618   if test "$GC" = boehm; then
    55325619      echo $ac_n "checking for main in -ldl""... $ac_c" 1>&6
    5533 echo "configure:5534: checking for main in -ldl" >&5
     5620echo "configure:5621: checking for main in -ldl" >&5
    55345621ac_lib_var=`echo dl'_'main | sed 'y%./+-%__p_%'`
    55355622if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    55395626LIBS="-ldl  $LIBS"
    55405627cat > conftest.$ac_ext <<EOF
    5541 #line 5542 "configure"
     5628#line 5629 "configure"
    55425629#include "confdefs.h"
    55435630
     
    55465633; return 0; }
    55475634EOF
    5548 if { (eval echo configure:5549: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5635if { (eval echo configure:5636: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    55495636  rm -rf conftest*
    55505637  eval "ac_cv_lib_$ac_lib_var=yes"
     
    55765663   fi
    55775664   if test -x "${builddotdot}/../../gcc/gcj"; then
    5578       dir="`cd ${builddotdot}/../../gcc && pwd`"
    5579       GCJ="$dir/gcj -B`pwd`/ -B$dir/"
     5665      dir="`cd ${builddotdot}/../../gcc && ${PWDCMD-pwd}`"
     5666      GCJ="$dir/gcj -B`${PWDCMD-pwd}`/ -B$dir/"
    55805667   else
    55815668      CANADIAN=yes
    55825669      NULL_TARGET=yes
    5583       GCJ="gcj -B`pwd`/"
     5670      GCJ="gcj -B`${PWDCMD-pwd}`/"
    55845671   fi
    55855672fi
     
    55915678# have libgcj.jar nor java/lang/*.class
    55925679GCJ_SAVE_CPPFLAGS=$CPPFLAGS
    5593 CPPFLAGS="$CPPFLAGS -I`pwd` -I`cd $srcdir && pwd`"
     5680CPPFLAGS="$CPPFLAGS -I`${PWDCMD-pwd}` -I`cd $srcdir && ${PWDCMD-pwd}`"
    55945681
    55955682# Since some classes depend on this one, we need its source available
     
    56125699set dummy ${ac_tool_prefix}gcj; ac_word=$2
    56135700echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    5614 echo "configure:5615: checking for $ac_word" >&5
     5701echo "configure:5702: checking for $ac_word" >&5
    56155702if eval "test \"`echo '$''{'ac_cv_prog_GCJ'+set}'`\" = set"; then
    56165703  echo $ac_n "(cached) $ac_c" 1>&6
     
    56455732set dummy gcj; ac_word=$2
    56465733echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    5647 echo "configure:5648: checking for $ac_word" >&5
     5734echo "configure:5735: checking for $ac_word" >&5
    56485735if eval "test \"`echo '$''{'ac_cv_prog_GCJ'+set}'`\" = set"; then
    56495736  echo $ac_n "(cached) $ac_c" 1>&6
     
    57085795
    57095796echo $ac_n "checking size of void *""... $ac_c" 1>&6
    5710 echo "configure:5711: checking size of void *" >&5
     5797echo "configure:5798: checking size of void *" >&5
    57115798if eval "test \"`echo '$''{'ac_cv_sizeof_void_p'+set}'`\" = set"; then
    57125799  echo $ac_n "(cached) $ac_c" 1>&6
     
    57145801  for ac_size in 4 8 1 2 16 12  ; do # List sizes in rough order of prevalence.
    57155802  cat > conftest.$ac_ext <<EOF
    5716 #line 5717 "configure"
     5803#line 5804 "configure"
    57175804#include "confdefs.h"
    57185805#include "confdefs.h"
     
    57245811; return 0; }
    57255812EOF
    5726 if { (eval echo configure:5727: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5813if { (eval echo configure:5814: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    57275814  rm -rf conftest*
    57285815  ac_cv_sizeof_void_p=$ac_size
     
    57685855
    57695856
     5857
    57705858if test "$CANADIAN" = yes; then
    57715859  CANADIAN_TRUE=
     
    58175905
    58185906
    5819 
    5820 
    58215907# Determine gcj version number.
    58225908
     
    58315917
    58325918echo $ac_n "checking for g++ -ffloat-store bug""... $ac_c" 1>&6
    5833 echo "configure:5834: checking for g++ -ffloat-store bug" >&5
     5919echo "configure:5920: checking for g++ -ffloat-store bug" >&5
    58345920save_CFLAGS="$CFLAGS"
    58355921CFLAGS="-x c++ -O2 -ffloat-store"
    58365922cat > conftest.$ac_ext <<EOF
    5837 #line 5838 "configure"
     5923#line 5924 "configure"
    58385924#include "confdefs.h"
    58395925#include <math.h>
     
    58425928; return 0; }
    58435929EOF
    5844 if { (eval echo configure:5845: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5930if { (eval echo configure:5931: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    58455931  rm -rf conftest*
    58465932  echo "$ac_t""no" 1>&6
     
    58585944CFLAGS="$save_CFLAGS"
    58595945
    5860 for ac_hdr in unistd.h bstring.h sys/time.h sys/types.h fcntl.h sys/ioctl.h sys/filio.h sys/stat.h sys/select.h sys/socket.h netinet/in.h arpa/inet.h netdb.h pwd.h sys/config.h stdint.h langinfo.h locale.h
     5946for ac_hdr in unistd.h bstring.h sys/time.h sys/types.h fcntl.h sys/ioctl.h sys/filio.h sys/stat.h sys/select.h sys/socket.h netinet/in.h arpa/inet.h netdb.h net/if.h pwd.h sys/config.h stdint.h langinfo.h locale.h
    58615947do
    58625948ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    58635949echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    5864 echo "configure:5865: checking for $ac_hdr" >&5
     5950echo "configure:5951: checking for $ac_hdr" >&5
    58655951if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    58665952  echo $ac_n "(cached) $ac_c" 1>&6
     
    58685954  cat > conftest.$ac_ext <<EOF
    58695955#include <sys/types.h>
    5870 #line 5871 "configure"
     5956#line 5957 "configure"
    58715957#include "confdefs.h"
    58725958#include <$ac_hdr>
    58735959EOF
    58745960ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    5875 { (eval echo configure:5876: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     5961{ (eval echo configure:5962: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    58765962ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    58775963if test -z "$ac_err"; then
     
    59035989ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    59045990echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    5905 echo "configure:5906: checking for $ac_hdr" >&5
     5991echo "configure:5992: checking for $ac_hdr" >&5
    59065992if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    59075993  echo $ac_n "(cached) $ac_c" 1>&6
     
    59095995  cat > conftest.$ac_ext <<EOF
    59105996#include <sys/types.h>
    5911 #line 5912 "configure"
     5997#line 5998 "configure"
    59125998#include "confdefs.h"
    59135999#include <$ac_hdr>
    59146000EOF
    59156001ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    5916 { (eval echo configure:5917: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     6002{ (eval echo configure:6003: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    59176003ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    59186004if test -z "$ac_err"; then
     
    59446030ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    59456031echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    5946 echo "configure:5947: checking for $ac_hdr" >&5
     6032echo "configure:6033: checking for $ac_hdr" >&5
    59476033if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    59486034  echo $ac_n "(cached) $ac_c" 1>&6
     
    59506036  cat > conftest.$ac_ext <<EOF
    59516037#include <sys/types.h>
    5952 #line 5953 "configure"
     6038#line 6039 "configure"
    59536039#include "confdefs.h"
    59546040#include <$ac_hdr>
    59556041EOF
    59566042ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    5957 { (eval echo configure:5958: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     6043{ (eval echo configure:6044: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    59586044ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    59596045if test -z "$ac_err"; then
     
    59916077
    59926078echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6
    5993 echo "configure:5994: checking for sys/wait.h that is POSIX.1 compatible" >&5
     6079echo "configure:6080: checking for sys/wait.h that is POSIX.1 compatible" >&5
    59946080if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then
    59956081  echo $ac_n "(cached) $ac_c" 1>&6
    59966082else
    59976083  cat > conftest.$ac_ext <<EOF
    5998 #line 5999 "configure"
     6084#line 6085 "configure"
    59996085#include "confdefs.h"
    60006086#include <sys/types.h>
     
    60126098; return 0; }
    60136099EOF
    6014 if { (eval echo configure:6015: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     6100if { (eval echo configure:6101: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    60156101  rm -rf conftest*
    60166102  ac_cv_header_sys_wait_h=yes
     
    60346120
    60356121echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    6036 echo "configure:6037: checking for ANSI C header files" >&5
     6122echo "configure:6123: checking for ANSI C header files" >&5
    60376123if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    60386124  echo $ac_n "(cached) $ac_c" 1>&6
     
    60406126  cat > conftest.$ac_ext <<EOF
    60416127#include <sys/types.h>
    6042 #line 6043 "configure"
     6128#line 6129 "configure"
    60436129#include "confdefs.h"
    60446130#include <stdlib.h>
     
    60486134EOF
    60496135ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    6050 { (eval echo configure:6051: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     6136{ (eval echo configure:6137: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    60516137ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    60526138if test -z "$ac_err"; then
     
    60656151  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    60666152cat > conftest.$ac_ext <<EOF
    6067 #line 6068 "configure"
     6153#line 6154 "configure"
    60686154#include "confdefs.h"
    60696155#include <string.h>
     
    60836169  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    60846170cat > conftest.$ac_ext <<EOF
    6085 #line 6086 "configure"
     6171#line 6172 "configure"
    60866172#include "confdefs.h"
    60876173#include <stdlib.h>
     
    61046190else
    61056191  cat > conftest.$ac_ext <<EOF
    6106 #line 6107 "configure"
     6192#line 6193 "configure"
    61076193#include "confdefs.h"
    61086194#include <ctype.h>
     
    61156201
    61166202EOF
    6117 if { (eval echo configure:6118: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     6203if { (eval echo configure:6204: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    61186204then
    61196205  :
     
    61396225
    61406226echo $ac_n "checking for ssize_t""... $ac_c" 1>&6
    6141 echo "configure:6142: checking for ssize_t" >&5
     6227echo "configure:6228: checking for ssize_t" >&5
    61426228if eval "test \"`echo '$''{'ac_cv_type_ssize_t'+set}'`\" = set"; then
    61436229  echo $ac_n "(cached) $ac_c" 1>&6
    61446230else
    61456231  cat > conftest.$ac_ext <<EOF
    6146 #line 6147 "configure"
     6232#line 6233 "configure"
    61476233#include "confdefs.h"
    61486234#include <sys/types.h>
     
    61736259
    61746260echo $ac_n "checking for in_addr_t""... $ac_c" 1>&6
    6175 echo "configure:6176: checking for in_addr_t" >&5
     6261echo "configure:6262: checking for in_addr_t" >&5
    61766262cat > conftest.$ac_ext <<EOF
    6177 #line 6178 "configure"
     6263#line 6264 "configure"
    61786264#include "confdefs.h"
    61796265#include <sys/types.h>
     
    61896275; return 0; }
    61906276EOF
    6191 if { (eval echo configure:6192: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     6277if { (eval echo configure:6278: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    61926278  rm -rf conftest*
    61936279  cat >> confdefs.h <<\EOF
     
    62056291
    62066292echo $ac_n "checking whether struct ip_mreq is in netinet/in.h""... $ac_c" 1>&6
    6207 echo "configure:6208: checking whether struct ip_mreq is in netinet/in.h" >&5
     6293echo "configure:6294: checking whether struct ip_mreq is in netinet/in.h" >&5
    62086294cat > conftest.$ac_ext <<EOF
    6209 #line 6210 "configure"
     6295#line 6296 "configure"
    62106296#include "confdefs.h"
    62116297#include <netinet/in.h>
     
    62146300; return 0; }
    62156301EOF
    6216 if { (eval echo configure:6217: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     6302if { (eval echo configure:6303: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    62176303  rm -rf conftest*
    62186304  cat >> confdefs.h <<\EOF
     
    62306316
    62316317echo $ac_n "checking whether struct ipv6_mreq is in netinet/in.h""... $ac_c" 1>&6
    6232 echo "configure:6233: checking whether struct ipv6_mreq is in netinet/in.h" >&5
     6318echo "configure:6319: checking whether struct ipv6_mreq is in netinet/in.h" >&5
    62336319cat > conftest.$ac_ext <<EOF
    6234 #line 6235 "configure"
     6320#line 6321 "configure"
    62356321#include "confdefs.h"
    62366322#include <netinet/in.h>
     
    62396325; return 0; }
    62406326EOF
    6241 if { (eval echo configure:6242: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     6327if { (eval echo configure:6328: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    62426328  rm -rf conftest*
    62436329  cat >> confdefs.h <<\EOF
     
    62556341
    62566342echo $ac_n "checking whether struct sockaddr_in6 is in netinet/in.h""... $ac_c" 1>&6
    6257 echo "configure:6258: checking whether struct sockaddr_in6 is in netinet/in.h" >&5
     6343echo "configure:6344: checking whether struct sockaddr_in6 is in netinet/in.h" >&5
    62586344cat > conftest.$ac_ext <<EOF
    6259 #line 6260 "configure"
     6345#line 6346 "configure"
    62606346#include "confdefs.h"
    62616347#include <netinet/in.h>
     
    62646350; return 0; }
    62656351EOF
    6266 if { (eval echo configure:6267: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     6352if { (eval echo configure:6353: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    62676353  rm -rf conftest*
    62686354  cat >> confdefs.h <<\EOF
     
    62806366
    62816367echo $ac_n "checking for socklen_t in sys/socket.h""... $ac_c" 1>&6
    6282 echo "configure:6283: checking for socklen_t in sys/socket.h" >&5
     6368echo "configure:6369: checking for socklen_t in sys/socket.h" >&5
    62836369cat > conftest.$ac_ext <<EOF
    6284 #line 6285 "configure"
     6370#line 6371 "configure"
    62856371#include "confdefs.h"
    62866372#define _POSIX_PII_SOCKET
     
    62916377; return 0; }
    62926378EOF
    6293 if { (eval echo configure:6294: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     6379if { (eval echo configure:6380: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    62946380  rm -rf conftest*
    62956381  cat >> confdefs.h <<\EOF
     
    63076393
    63086394echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6
    6309 echo "configure:6310: checking for tm_gmtoff in struct tm" >&5
     6395echo "configure:6396: checking for tm_gmtoff in struct tm" >&5
    63106396cat > conftest.$ac_ext <<EOF
    6311 #line 6312 "configure"
     6397#line 6398 "configure"
    63126398#include "confdefs.h"
    63136399#include <time.h>
     
    63166402; return 0; }
    63176403EOF
    6318 if { (eval echo configure:6319: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     6404if { (eval echo configure:6405: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    63196405  rm -rf conftest*
    63206406  cat >> confdefs.h <<\EOF
     
    63296415  echo "$ac_t""no" 1>&6
    63306416   echo $ac_n "checking for global timezone variable""... $ac_c" 1>&6
    6331 echo "configure:6332: checking for global timezone variable" >&5
    6332             cat > conftest.$ac_ext <<EOF
    6333 #line 6334 "configure"
     6417echo "configure:6418: checking for global timezone variable" >&5
     6418               cat > conftest.$ac_ext <<EOF
     6419#line 6420 "configure"
    63346420#include "confdefs.h"
    63356421#include <time.h>
    63366422int main() {
    6337 long z2 = timezone;
     6423void i(){long z2 = 2*timezone;}
    63386424; return 0; }
    63396425EOF
    6340 if { (eval echo configure:6341: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     6426if { (eval echo configure:6427: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    63416427  rm -rf conftest*
    63426428  cat >> confdefs.h <<\EOF
     
    63506436  rm -rf conftest*
    63516437  echo "$ac_t""no" 1>&6
     6438       echo $ac_n "checking for global _timezone variable""... $ac_c" 1>&6
     6439echo "configure:6440: checking for global _timezone variable" >&5
     6440              cat > conftest.$ac_ext <<EOF
     6441#line 6442 "configure"
     6442#include "confdefs.h"
     6443#include <time.h>
     6444int main() {
     6445long z2 = _timezone;
     6446; return 0; }
     6447EOF
     6448if { (eval echo configure:6449: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     6449  rm -rf conftest*
     6450  cat >> confdefs.h <<\EOF
     6451#define HAVE_UNDERSCORE_TIMEZONE 1
     6452EOF
     6453
     6454          echo "$ac_t""yes" 1>&6
     6455else
     6456  echo "configure: failed program was:" >&5
     6457  cat conftest.$ac_ext >&5
     6458  rm -rf conftest*
     6459  echo "$ac_t""no" 1>&6
     6460fi
     6461rm -f conftest*
    63526462fi
    63536463rm -f conftest*
     
    63586468# for constant arguments.  Useless!
    63596469echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
    6360 echo "configure:6361: checking for working alloca.h" >&5
     6470echo "configure:6471: checking for working alloca.h" >&5
    63616471if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
    63626472  echo $ac_n "(cached) $ac_c" 1>&6
    63636473else
    63646474  cat > conftest.$ac_ext <<EOF
    6365 #line 6366 "configure"
     6475#line 6476 "configure"
    63666476#include "confdefs.h"
    63676477#include <alloca.h>
     
    63706480; return 0; }
    63716481EOF
    6372 if { (eval echo configure:6373: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     6482if { (eval echo configure:6483: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    63736483  rm -rf conftest*
    63746484  ac_cv_header_alloca_h=yes
     
    63916501
    63926502echo $ac_n "checking for alloca""... $ac_c" 1>&6
    6393 echo "configure:6394: checking for alloca" >&5
     6503echo "configure:6504: checking for alloca" >&5
    63946504if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
    63956505  echo $ac_n "(cached) $ac_c" 1>&6
    63966506else
    63976507  cat > conftest.$ac_ext <<EOF
    6398 #line 6399 "configure"
     6508#line 6509 "configure"
    63996509#include "confdefs.h"
    64006510
     
    64246534; return 0; }
    64256535EOF
    6426 if { (eval echo configure:6427: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     6536if { (eval echo configure:6537: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    64276537  rm -rf conftest*
    64286538  ac_cv_func_alloca_works=yes
     
    64566566
    64576567echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
    6458 echo "configure:6459: checking whether alloca needs Cray hooks" >&5
     6568echo "configure:6569: checking whether alloca needs Cray hooks" >&5
    64596569if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
    64606570  echo $ac_n "(cached) $ac_c" 1>&6
    64616571else
    64626572  cat > conftest.$ac_ext <<EOF
    6463 #line 6464 "configure"
     6573#line 6574 "configure"
    64646574#include "confdefs.h"
    64656575#if defined(CRAY) && ! defined(CRAY2)
     
    64866596for ac_func in _getb67 GETB67 getb67; do
    64876597  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    6488 echo "configure:6489: checking for $ac_func" >&5
     6598echo "configure:6599: checking for $ac_func" >&5
    64896599if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    64906600  echo $ac_n "(cached) $ac_c" 1>&6
    64916601else
    64926602  cat > conftest.$ac_ext <<EOF
    6493 #line 6494 "configure"
     6603#line 6604 "configure"
    64946604#include "confdefs.h"
    64956605/* System header to define __stub macros and hopefully few prototypes,
     
    65146624; return 0; }
    65156625EOF
    6516 if { (eval echo configure:6517: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     6626if { (eval echo configure:6627: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    65176627  rm -rf conftest*
    65186628  eval "ac_cv_func_$ac_func=yes"
     
    65416651
    65426652echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
    6543 echo "configure:6544: checking stack direction for C alloca" >&5
     6653echo "configure:6654: checking stack direction for C alloca" >&5
    65446654if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
    65456655  echo $ac_n "(cached) $ac_c" 1>&6
     
    65496659else
    65506660  cat > conftest.$ac_ext <<EOF
    6551 #line 6552 "configure"
     6661#line 6662 "configure"
    65526662#include "confdefs.h"
    65536663find_stack_direction ()
     
    65686678}
    65696679EOF
    6570 if { (eval echo configure:6571: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     6680if { (eval echo configure:6681: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    65716681then
    65726682  ac_cv_c_stack_direction=1
     
    65956705set dummy $ac_prog; ac_word=$2
    65966706echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    6597 echo "configure:6598: checking for $ac_word" >&5
     6707echo "configure:6708: checking for $ac_word" >&5
    65986708if eval "test \"`echo '$''{'ac_cv_prog_PERL'+set}'`\" = set"; then
    65996709  echo $ac_n "(cached) $ac_c" 1>&6
     
    66446754    ;;
    66456755 powerpc-*-linux*)
    6646     SIGNAL_HANDLER=include/dwarf2-signal.h
     6756    SIGNAL_HANDLER=include/powerpc-signal.h
    66476757    ;;
    66486758 alpha*-*-linux*)
    66496759    SIGNAL_HANDLER=include/dwarf2-signal.h
     6760    ;;
     6761 s390*-*-linux*)
     6762    SIGNAL_HANDLER=include/s390-signal.h
     6763    ;;
     6764 x86_64*-*-linux*)
     6765    SIGNAL_HANDLER=include/x86_64-signal.h
    66506766    ;;
    66516767 sparc*-*-linux*)
     
    66656781fi
    66666782
     6783# Define here any compiler flags that you need in order to make backtrace() work.
     6784BACKTRACESPEC=
     6785case "${host}" in
     6786 x86_64*-*-linux*)
     6787    BACKTRACESPEC=-fno-omit-frame-pointer
     6788    ;;
     6789esac
     6790
     6791
    66676792
    66686793
     
    66806805# --without-x overrides everything else, but does not touch the cache.
    66816806echo $ac_n "checking for X""... $ac_c" 1>&6
    6682 echo "configure:6683: checking for X" >&5
     6807echo "configure:6808: checking for X" >&5
    66836808
    66846809# Check whether --with-x or --without-x was given.
     
    67436868cat > conftest.$ac_ext <<EOF
    67446869#include <sys/types.h>
    6745 #line 6746 "configure"
     6870#line 6871 "configure"
    67466871#include "confdefs.h"
    67476872#include <$x_direct_test_include>
    67486873EOF
    67496874ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    6750 { (eval echo configure:6751: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     6875{ (eval echo configure:6876: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    67516876ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    67526877if test -z "$ac_err"; then
     
    68176942  LIBS="-l$x_direct_test_library $LIBS"
    68186943cat > conftest.$ac_ext <<EOF
    6819 #line 6820 "configure"
     6944#line 6945 "configure"
    68206945#include "confdefs.h"
    68216946
     
    68246949; return 0; }
    68256950EOF
    6826 if { (eval echo configure:6827: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     6951if { (eval echo configure:6952: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    68276952  rm -rf conftest*
    68286953  LIBS="$ac_save_LIBS"
     
    69317056    "SunOS 5"*)
    69327057      echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
    6933 echo "configure:6934: checking whether -R must be followed by a space" >&5
     7058echo "configure:7059: checking whether -R must be followed by a space" >&5
    69347059      ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries"
    69357060      cat > conftest.$ac_ext <<EOF
    6936 #line 6937 "configure"
     7061#line 7062 "configure"
    69377062#include "confdefs.h"
    69387063
     
    69417066; return 0; }
    69427067EOF
    6943 if { (eval echo configure:6944: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     7068if { (eval echo configure:7069: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    69447069  rm -rf conftest*
    69457070  ac_R_nospace=yes
     
    69577082        LIBS="$ac_xsave_LIBS -R $x_libraries"
    69587083        cat > conftest.$ac_ext <<EOF
    6959 #line 6960 "configure"
     7084#line 7085 "configure"
    69607085#include "confdefs.h"
    69617086
     
    69647089; return 0; }
    69657090EOF
    6966 if { (eval echo configure:6967: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     7091if { (eval echo configure:7092: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    69677092  rm -rf conftest*
    69687093  ac_R_space=yes
     
    69967121    # the Alpha needs dnet_stub (dnet does not exist).
    69977122    echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
    6998 echo "configure:6999: checking for dnet_ntoa in -ldnet" >&5
     7123echo "configure:7124: checking for dnet_ntoa in -ldnet" >&5
    69997124ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
    70007125if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    70047129LIBS="-ldnet  $LIBS"
    70057130cat > conftest.$ac_ext <<EOF
    7006 #line 7007 "configure"
     7131#line 7132 "configure"
    70077132#include "confdefs.h"
    70087133/* Override any gcc2 internal prototype to avoid an error.  */
     
    70157140; return 0; }
    70167141EOF
    7017 if { (eval echo configure:7018: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     7142if { (eval echo configure:7143: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    70187143  rm -rf conftest*
    70197144  eval "ac_cv_lib_$ac_lib_var=yes"
     
    70377162    if test $ac_cv_lib_dnet_dnet_ntoa = no; then
    70387163      echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
    7039 echo "configure:7040: checking for dnet_ntoa in -ldnet_stub" >&5
     7164echo "configure:7165: checking for dnet_ntoa in -ldnet_stub" >&5
    70407165ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
    70417166if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    70457170LIBS="-ldnet_stub  $LIBS"
    70467171cat > conftest.$ac_ext <<EOF
    7047 #line 7048 "configure"
     7172#line 7173 "configure"
    70487173#include "confdefs.h"
    70497174/* Override any gcc2 internal prototype to avoid an error.  */
     
    70567181; return 0; }
    70577182EOF
    7058 if { (eval echo configure:7059: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     7183if { (eval echo configure:7184: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    70597184  rm -rf conftest*
    70607185  eval "ac_cv_lib_$ac_lib_var=yes"
     
    70857210    # on Irix 5.2, according to dickey@clark.net.
    70867211    echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
    7087 echo "configure:7088: checking for gethostbyname" >&5
     7212echo "configure:7213: checking for gethostbyname" >&5
    70887213if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
    70897214  echo $ac_n "(cached) $ac_c" 1>&6
    70907215else
    70917216  cat > conftest.$ac_ext <<EOF
    7092 #line 7093 "configure"
     7217#line 7218 "configure"
    70937218#include "confdefs.h"
    70947219/* System header to define __stub macros and hopefully few prototypes,
     
    71137238; return 0; }
    71147239EOF
    7115 if { (eval echo configure:7116: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     7240if { (eval echo configure:7241: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    71167241  rm -rf conftest*
    71177242  eval "ac_cv_func_gethostbyname=yes"
     
    71347259    if test $ac_cv_func_gethostbyname = no; then
    71357260      echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
    7136 echo "configure:7137: checking for gethostbyname in -lnsl" >&5
     7261echo "configure:7262: checking for gethostbyname in -lnsl" >&5
    71377262ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
    71387263if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    71427267LIBS="-lnsl  $LIBS"
    71437268cat > conftest.$ac_ext <<EOF
    7144 #line 7145 "configure"
     7269#line 7270 "configure"
    71457270#include "confdefs.h"
    71467271/* Override any gcc2 internal prototype to avoid an error.  */
     
    71537278; return 0; }
    71547279EOF
    7155 if { (eval echo configure:7156: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     7280if { (eval echo configure:7281: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    71567281  rm -rf conftest*
    71577282  eval "ac_cv_lib_$ac_lib_var=yes"
     
    71837308    # We assume that if connect needs -lnsl, so does gethostbyname.
    71847309    echo $ac_n "checking for connect""... $ac_c" 1>&6
    7185 echo "configure:7186: checking for connect" >&5
     7310echo "configure:7311: checking for connect" >&5
    71867311if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
    71877312  echo $ac_n "(cached) $ac_c" 1>&6
    71887313else
    71897314  cat > conftest.$ac_ext <<EOF
    7190 #line 7191 "configure"
     7315#line 7316 "configure"
    71917316#include "confdefs.h"
    71927317/* System header to define __stub macros and hopefully few prototypes,
     
    72117336; return 0; }
    72127337EOF
    7213 if { (eval echo configure:7214: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     7338if { (eval echo configure:7339: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    72147339  rm -rf conftest*
    72157340  eval "ac_cv_func_connect=yes"
     
    72327357    if test $ac_cv_func_connect = no; then
    72337358      echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
    7234 echo "configure:7235: checking for connect in -lsocket" >&5
     7359echo "configure:7360: checking for connect in -lsocket" >&5
    72357360ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
    72367361if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    72407365LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
    72417366cat > conftest.$ac_ext <<EOF
    7242 #line 7243 "configure"
     7367#line 7368 "configure"
    72437368#include "confdefs.h"
    72447369/* Override any gcc2 internal prototype to avoid an error.  */
     
    72517376; return 0; }
    72527377EOF
    7253 if { (eval echo configure:7254: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     7378if { (eval echo configure:7379: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    72547379  rm -rf conftest*
    72557380  eval "ac_cv_lib_$ac_lib_var=yes"
     
    72757400    # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
    72767401    echo $ac_n "checking for remove""... $ac_c" 1>&6
    7277 echo "configure:7278: checking for remove" >&5
     7402echo "configure:7403: checking for remove" >&5
    72787403if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
    72797404  echo $ac_n "(cached) $ac_c" 1>&6
    72807405else
    72817406  cat > conftest.$ac_ext <<EOF
    7282 #line 7283 "configure"
     7407#line 7408 "configure"
    72837408#include "confdefs.h"
    72847409/* System header to define __stub macros and hopefully few prototypes,
     
    73037428; return 0; }
    73047429EOF
    7305 if { (eval echo configure:7306: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     7430if { (eval echo configure:7431: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    73067431  rm -rf conftest*
    73077432  eval "ac_cv_func_remove=yes"
     
    73247449    if test $ac_cv_func_remove = no; then
    73257450      echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
    7326 echo "configure:7327: checking for remove in -lposix" >&5
     7451echo "configure:7452: checking for remove in -lposix" >&5
    73277452ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`
    73287453if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    73327457LIBS="-lposix  $LIBS"
    73337458cat > conftest.$ac_ext <<EOF
    7334 #line 7335 "configure"
     7459#line 7460 "configure"
    73357460#include "confdefs.h"
    73367461/* Override any gcc2 internal prototype to avoid an error.  */
     
    73437468; return 0; }
    73447469EOF
    7345 if { (eval echo configure:7346: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     7470if { (eval echo configure:7471: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    73467471  rm -rf conftest*
    73477472  eval "ac_cv_lib_$ac_lib_var=yes"
     
    73677492    # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
    73687493    echo $ac_n "checking for shmat""... $ac_c" 1>&6
    7369 echo "configure:7370: checking for shmat" >&5
     7494echo "configure:7495: checking for shmat" >&5
    73707495if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
    73717496  echo $ac_n "(cached) $ac_c" 1>&6
    73727497else
    73737498  cat > conftest.$ac_ext <<EOF
    7374 #line 7375 "configure"
     7499#line 7500 "configure"
    73757500#include "confdefs.h"
    73767501/* System header to define __stub macros and hopefully few prototypes,
     
    73957520; return 0; }
    73967521EOF
    7397 if { (eval echo configure:7398: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     7522if { (eval echo configure:7523: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    73987523  rm -rf conftest*
    73997524  eval "ac_cv_func_shmat=yes"
     
    74167541    if test $ac_cv_func_shmat = no; then
    74177542      echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
    7418 echo "configure:7419: checking for shmat in -lipc" >&5
     7543echo "configure:7544: checking for shmat in -lipc" >&5
    74197544ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
    74207545if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    74247549LIBS="-lipc  $LIBS"
    74257550cat > conftest.$ac_ext <<EOF
    7426 #line 7427 "configure"
     7551#line 7552 "configure"
    74277552#include "confdefs.h"
    74287553/* Override any gcc2 internal prototype to avoid an error.  */
     
    74357560; return 0; }
    74367561EOF
    7437 if { (eval echo configure:7438: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     7562if { (eval echo configure:7563: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    74387563  rm -rf conftest*
    74397564  eval "ac_cv_lib_$ac_lib_var=yes"
     
    74597584    if test $ac_cv_func_shmat = no; then
    74607585      echo $ac_n "checking for shmat in -lshm""... $ac_c" 1>&6
    7461 echo "configure:7462: checking for shmat in -lshm" >&5
     7586echo "configure:7587: checking for shmat in -lshm" >&5
    74627587ac_lib_var=`echo shm'_'shmat | sed 'y%./+-%__p_%'`
    74637588if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    74677592LIBS="-lshm  $LIBS"
    74687593cat > conftest.$ac_ext <<EOF
    7469 #line 7470 "configure"
     7594#line 7595 "configure"
    74707595#include "confdefs.h"
    74717596/* Override any gcc2 internal prototype to avoid an error.  */
     
    74787603; return 0; }
    74797604EOF
    7480 if { (eval echo configure:7481: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     7605if { (eval echo configure:7606: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    74817606  rm -rf conftest*
    74827607  eval "ac_cv_lib_$ac_lib_var=yes"
     
    75117636  #  --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
    75127637  echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
    7513 echo "configure:7514: checking for IceConnectionNumber in -lICE" >&5
     7638echo "configure:7639: checking for IceConnectionNumber in -lICE" >&5
    75147639ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
    75157640if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    75197644LIBS="-lICE $X_EXTRA_LIBS $LIBS"
    75207645cat > conftest.$ac_ext <<EOF
    7521 #line 7522 "configure"
     7646#line 7647 "configure"
    75227647#include "confdefs.h"
    75237648/* Override any gcc2 internal prototype to avoid an error.  */
     
    75307655; return 0; }
    75317656EOF
    7532 if { (eval echo configure:7533: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     7657if { (eval echo configure:7658: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    75337658  rm -rf conftest*
    75347659  eval "ac_cv_lib_$ac_lib_var=yes"
     
    76107735
    76117736
    7612 here=`pwd`
     7737here=`${PWDCMD-pwd}`
    76137738
    76147739
     
    78097934s%@TESTSUBDIR_FALSE@%$TESTSUBDIR_FALSE%g
    78107935s%@LIBGCJDEBUG@%$LIBGCJDEBUG%g
     7936s%@INTERPRETER@%$INTERPRETER%g
    78117937s%@LIBFFI@%$LIBFFI%g
    78127938s%@LIBFFIINCS@%$LIBFFIINCS%g
     
    78447970s%@CHECKREFSPEC@%$CHECKREFSPEC%g
    78457971s%@EXCEPTIONSPEC@%$EXCEPTIONSPEC%g
     7972s%@IEEESPEC@%$IEEESPEC%g
    78467973s%@CANADIAN_TRUE@%$CANADIAN_TRUE%g
    78477974s%@CANADIAN_FALSE@%$CANADIAN_FALSE%g
     
    78567983s%@toolexecmainlibdir@%$toolexecmainlibdir%g
    78577984s%@toolexeclibdir@%$toolexeclibdir%g
    7858 s%@AM_RUNTESTFLAGS@%$AM_RUNTESTFLAGS%g
    78597985s%@GCJVERSION@%$GCJVERSION%g
    78607986s%@ALLOCA@%$ALLOCA%g
    78617987s%@PERL@%$PERL%g
     7988s%@BACKTRACESPEC@%$BACKTRACESPEC%g
    78627989s%@SYSDEP_SOURCES@%$SYSDEP_SOURCES%g
    78637990s%@X_CFLAGS@%$X_CFLAGS%g
     
    81388265CC="${CC}"
    81398266CXX="${CXX}"
     8267ORIGINAL_LD_FOR_MULTILIBS="${ORIGINAL_LD_FOR_MULTILIBS}"
    81408268
    81418269EOF
     
    81608288# Make subdirectories and `.d' files.  Look in both srcdir and
    81618289# builddir for the .java files.
    8162 h=`pwd`
     8290h=`${PWDCMD-pwd}`
    81638291: > deps.mk
    81648292( (cd $srcdir && find . \( -name '*.java' -o -name '*.cc' \) -print) ;
Note: See TracChangeset for help on using the changeset viewer.