Ignore:
Timestamp:
Apr 27, 2004, 8:39:34 PM (21 years ago)
Author:
bird
Message:

GCC v3.3.3 sources.

Location:
branches/GNU/src/gcc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/gcc

    • Property svn:ignore
      •  

        old new  
        2626configure.vr
        2727configure.vrs
         28dir.info
        2829Makefile
        29 dir.info
        3030lost+found
        3131update.out
  • branches/GNU/src/gcc/libjava/configure

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r1390 r1391  
    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)"
     
    582584
    583585echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    584 echo "configure:585: checking whether ln -s works" >&5
     586echo "configure:587: checking whether ln -s works" >&5
    585587if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    586588  echo $ac_n "(cached) $ac_c" 1>&6
     
    612614if test "${with_cross_host+set}" = set; then
    613615  withval="$with_cross_host"
     616  :
     617fi
     618
     619
     620# Check whether --with-newlib or --without-newlib was given.
     621if test "${with_newlib+set}" = set; then
     622  withval="$with_newlib"
    614623  :
    615624fi
     
    628637# ./install, which can be erroneously created by make from ./install.sh.
    629638echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    630 echo "configure:631: checking for a BSD compatible install" >&5
     639echo "configure:640: checking for a BSD compatible install" >&5
    631640if test -z "$INSTALL"; then
    632641if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
     
    681690
    682691echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
    683 echo "configure:684: checking whether build environment is sane" >&5
     692echo "configure:693: checking whether build environment is sane" >&5
    684693# Just in case
    685694sleep 1
     
    738747
    739748echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    740 echo "configure:741: checking whether ${MAKE-make} sets \${MAKE}" >&5
     749echo "configure:750: checking whether ${MAKE-make} sets \${MAKE}" >&5
    741750set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    742751if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    771780
    772781echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
    773 echo "configure:774: checking for Cygwin environment" >&5
     782echo "configure:783: checking for Cygwin environment" >&5
    774783if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
    775784  echo $ac_n "(cached) $ac_c" 1>&6
    776785else
    777786  cat > conftest.$ac_ext <<EOF
    778 #line 779 "configure"
     787#line 788 "configure"
    779788#include "confdefs.h"
    780789
     
    787796; return 0; }
    788797EOF
    789 if { (eval echo configure:790: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     798if { (eval echo configure:799: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    790799  rm -rf conftest*
    791800  ac_cv_cygwin=yes
     
    804813test "$ac_cv_cygwin" = yes && CYGWIN=yes
    805814echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
    806 echo "configure:807: checking for mingw32 environment" >&5
     815echo "configure:816: checking for mingw32 environment" >&5
    807816if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
    808817  echo $ac_n "(cached) $ac_c" 1>&6
    809818else
    810819  cat > conftest.$ac_ext <<EOF
    811 #line 812 "configure"
     820#line 821 "configure"
    812821#include "confdefs.h"
    813822
     
    816825; return 0; }
    817826EOF
    818 if { (eval echo configure:819: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     827if { (eval echo configure:828: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    819828  rm -rf conftest*
    820829  ac_cv_mingw32=yes
     
    912921
    913922# This works around an automake problem.
    914 mkinstalldirs="`cd $ac_aux_dir && pwd`/mkinstalldirs"
     923mkinstalldirs="`cd $ac_aux_dir && ${PWDCMD-pwd}`/mkinstalldirs"
    915924
    916925
     
    943952
    944953echo $ac_n "checking host system type""... $ac_c" 1>&6
    945 echo "configure:946: checking host system type" >&5
     954echo "configure:955: checking host system type" >&5
    946955
    947956host_alias=$host
     
    964973
    965974echo $ac_n "checking target system type""... $ac_c" 1>&6
    966 echo "configure:967: checking target system type" >&5
     975echo "configure:976: checking target system type" >&5
    967976
    968977target_alias=$target
     
    982991
    983992echo $ac_n "checking build system type""... $ac_c" 1>&6
    984 echo "configure:985: checking build system type" >&5
     993echo "configure:994: checking build system type" >&5
    985994
    986995build_alias=$build
     
    10111020set dummy gcc; ac_word=$2
    10121021echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1013 echo "configure:1014: checking for $ac_word" >&5
     1022echo "configure:1023: checking for $ac_word" >&5
    10141023if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    10151024  echo $ac_n "(cached) $ac_c" 1>&6
     
    10411050set dummy cc; ac_word=$2
    10421051echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1043 echo "configure:1044: checking for $ac_word" >&5
     1052echo "configure:1053: checking for $ac_word" >&5
    10441053if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    10451054  echo $ac_n "(cached) $ac_c" 1>&6
     
    10921101set dummy cl; ac_word=$2
    10931102echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1094 echo "configure:1095: checking for $ac_word" >&5
     1103echo "configure:1104: checking for $ac_word" >&5
    10951104if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    10961105  echo $ac_n "(cached) $ac_c" 1>&6
     
    11251134
    11261135echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    1127 echo "configure:1128: checking whether we are using GNU C" >&5
     1136echo "configure:1137: checking whether we are using GNU C" >&5
    11281137if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    11291138  echo $ac_n "(cached) $ac_c" 1>&6
     
    11341143#endif
    11351144EOF
    1136 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1137: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     1145if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1146: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    11371146  ac_cv_prog_gcc=yes
    11381147else
     
    11531162CFLAGS=
    11541163echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    1155 echo "configure:1156: checking whether ${CC-cc} accepts -g" >&5
     1164echo "configure:1165: checking whether ${CC-cc} accepts -g" >&5
    11561165if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    11571166  echo $ac_n "(cached) $ac_c" 1>&6
     
    12021211set dummy $ac_prog; ac_word=$2
    12031212echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1204 echo "configure:1205: checking for $ac_word" >&5
     1213echo "configure:1214: checking for $ac_word" >&5
    12051214if eval "test \"`echo '$''{'ac_cv_prog_glibjava_CXX'+set}'`\" = set"; then
    12061215  echo $ac_n "(cached) $ac_c" 1>&6
     
    12371246
    12381247echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
    1239 echo "configure:1240: checking whether we are using GNU C++" >&5
     1248echo "configure:1249: checking whether we are using GNU C++" >&5
    12401249if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
    12411250  echo $ac_n "(cached) $ac_c" 1>&6
     
    12461255#endif
    12471256EOF
    1248 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1249: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     1257if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1258: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    12491258  ac_cv_prog_gxx=yes
    12501259else
     
    12611270  CXXFLAGS=
    12621271  echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
    1263 echo "configure:1264: checking whether ${CXX-g++} accepts -g" >&5
     1272echo "configure:1273: checking whether ${CXX-g++} accepts -g" >&5
    12641273if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
    12651274  echo $ac_n "(cached) $ac_c" 1>&6
     
    13101319missing_dir=`cd $ac_aux_dir && pwd`
    13111320echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
    1312 echo "configure:1313: checking for working aclocal" >&5
     1321echo "configure:1322: checking for working aclocal" >&5
    13131322# Run test in a subshell; some versions of sh will print an error if
    13141323# an executable is not found, even if stderr is redirected.
     
    13231332
    13241333echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
    1325 echo "configure:1326: checking for working autoconf" >&5
     1334echo "configure:1335: checking for working autoconf" >&5
    13261335# Run test in a subshell; some versions of sh will print an error if
    13271336# an executable is not found, even if stderr is redirected.
     
    13361345
    13371346echo $ac_n "checking for working automake""... $ac_c" 1>&6
    1338 echo "configure:1339: checking for working automake" >&5
     1347echo "configure:1348: checking for working automake" >&5
    13391348# Run test in a subshell; some versions of sh will print an error if
    13401349# an executable is not found, even if stderr is redirected.
     
    13491358
    13501359echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
    1351 echo "configure:1352: checking for working autoheader" >&5
     1360echo "configure:1361: checking for working autoheader" >&5
    13521361# Run test in a subshell; some versions of sh will print an error if
    13531362# an executable is not found, even if stderr is redirected.
     
    13621371
    13631372echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
    1364 echo "configure:1365: checking for working makeinfo" >&5
     1373echo "configure:1374: checking for working makeinfo" >&5
    13651374# Run test in a subshell; some versions of sh will print an error if
    13661375# an executable is not found, even if stderr is redirected.
     
    13811390# be run before AC_CANONICAL_HOST.
    13821391echo $ac_n "checking build system type""... $ac_c" 1>&6
    1383 echo "configure:1384: checking build system type" >&5
     1392echo "configure:1393: checking build system type" >&5
    13841393
    13851394build_alias=$build
     
    14021411set dummy ${ac_tool_prefix}as; ac_word=$2
    14031412echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1404 echo "configure:1405: checking for $ac_word" >&5
     1413echo "configure:1414: checking for $ac_word" >&5
    14051414if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
    14061415  echo $ac_n "(cached) $ac_c" 1>&6
     
    14341443set dummy ${ac_tool_prefix}ar; ac_word=$2
    14351444echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1436 echo "configure:1437: checking for $ac_word" >&5
     1445echo "configure:1446: checking for $ac_word" >&5
    14371446if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
    14381447  echo $ac_n "(cached) $ac_c" 1>&6
     
    14661475set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    14671476echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1468 echo "configure:1469: checking for $ac_word" >&5
     1477echo "configure:1478: checking for $ac_word" >&5
    14691478if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    14701479  echo $ac_n "(cached) $ac_c" 1>&6
     
    14981507set dummy ranlib; ac_word=$2
    14991508echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1500 echo "configure:1501: checking for $ac_word" >&5
     1509echo "configure:1510: checking for $ac_word" >&5
    15011510if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    15021511  echo $ac_n "(cached) $ac_c" 1>&6
     
    15431552# ./install, which can be erroneously created by make from ./install.sh.
    15441553echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    1545 echo "configure:1546: checking for a BSD compatible install" >&5
     1554echo "configure:1555: checking for a BSD compatible install" >&5
    15461555if test -z "$INSTALL"; then
    15471556if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
     
    15971606
    15981607echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
    1599 echo "configure:1600: checking whether to enable maintainer-specific portions of Makefiles" >&5
     1608echo "configure:1609: checking whether to enable maintainer-specific portions of Makefiles" >&5
    16001609    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
    16011610if test "${enable_maintainer_mode+set}" = set; then
     
    16201629
    16211630
    1622 # We need AC_EXEEXT to keep automake happy in cygnus mode.  However,
    1623 # at least currently, we never actually build a program, so we never
    1624 # need to use $(EXEEXT).  Moreover, the test for EXEEXT normally
    1625 # fails, because we are probably configuring with a cross compiler
    1626 # which cant create executables.  So we include AC_EXEEXT to keep
    1627 # automake happy, but we don't execute it, since we don't care about
    1628 # the result.
    1629 if false; then
    1630   # autoconf 2.50 runs AC_EXEEXT by default, and the macro expands
    1631   # to nothing, so nothing would remain between `then' and `fi' if it
    1632   # were not for the `:' below.
    1633   :
    1634  
     1631
    16351632
    16361633echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
    1637 echo "configure:1638: checking for executable suffix" >&5
     1634echo "configure:1635: checking for executable suffix" >&5
    16381635if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
    16391636  echo $ac_n "(cached) $ac_c" 1>&6
     
    16451642  echo 'int main () { return 0; }' > conftest.$ac_ext
    16461643  ac_cv_exeext=
    1647   if { (eval echo configure:1648: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
     1644  if { (eval echo configure:1645: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
    16481645    for file in conftest.*; do
    16491646      case $file in
     
    16651662ac_exeext=$EXEEXT
    16661663
    1667 fi
    16681664
    16691665# configure.host sets the following important variables
     
    17091705   INCLTDL="-I\$(top_srcdir)/libltdl $INCLTDL"
    17101706   # FIXME: this is a hack.
    1711    sub_auxdir="`cd $ac_aux_dir && pwd`"
     1707   sub_auxdir="`cd $ac_aux_dir && ${PWDCMD-pwd}`"
    17121708   ac_configure_args="$ac_configure_args --with-auxdir=$sub_auxdir"
    17131709fi
     
    17961792  # Check if gcc -print-prog-name=ld gives a path.
    17971793  echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
    1798 echo "configure:1799: checking for ld used by GCC" >&5
     1794echo "configure:1795: checking for ld used by GCC" >&5
    17991795  case $host in
    18001796  *-*-mingw*)
     
    18261822elif test "$with_gnu_ld" = yes; then
    18271823  echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
    1828 echo "configure:1829: checking for GNU ld" >&5
     1824echo "configure:1825: checking for GNU ld" >&5
    18291825else
    18301826  echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
    1831 echo "configure:1832: checking for non-GNU ld" >&5
     1827echo "configure:1828: checking for non-GNU ld" >&5
    18321828fi
    18331829if eval "test \"`echo '$''{'lt_cv_path_LD'+set}'`\" = set"; then
     
    18641860test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
    18651861echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
    1866 echo "configure:1867: checking if the linker ($LD) is GNU ld" >&5
     1862echo "configure:1863: checking if the linker ($LD) is GNU ld" >&5
    18671863if eval "test \"`echo '$''{'lt_cv_prog_gnu_ld'+set}'`\" = set"; then
    18681864  echo $ac_n "(cached) $ac_c" 1>&6
     
    18811877
    18821878echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6
    1883 echo "configure:1884: checking for $LD option to reload object files" >&5
     1879echo "configure:1880: checking for $LD option to reload object files" >&5
    18841880if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then
    18851881  echo $ac_n "(cached) $ac_c" 1>&6
     
    18931889
    18941890echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
    1895 echo "configure:1896: checking for BSD-compatible nm" >&5
     1891echo "configure:1892: checking for BSD-compatible nm" >&5
    18961892if eval "test \"`echo '$''{'lt_cv_path_NM'+set}'`\" = set"; then
    18971893  echo $ac_n "(cached) $ac_c" 1>&6
     
    19311927
    19321928echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6
    1933 echo "configure:1934: checking how to recognise dependant libraries" >&5
     1929echo "configure:1930: checking how to recognise dependant libraries" >&5
    19341930if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then
    19351931  echo $ac_n "(cached) $ac_c" 1>&6
     
    20031999
    20042000hpux10.20*|hpux11*)
    2005   lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
    2006   lt_cv_file_magic_cmd=/usr/bin/file
    2007   lt_cv_file_magic_test_file=/usr/lib/libc.sl
     2001  case $host_cpu in
     2002  hppa*)
     2003    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
     2004    lt_cv_file_magic_cmd=/usr/bin/file
     2005    lt_cv_file_magic_test_file=/usr/lib/libc.sl
     2006    ;;
     2007  ia64*)
     2008    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
     2009    lt_cv_file_magic_cmd=/usr/bin/file
     2010    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
     2011    ;;
     2012  esac
    20082013  ;;
    20092014
     
    20952100
    20962101echo $ac_n "checking for object suffix""... $ac_c" 1>&6
    2097 echo "configure:2098: checking for object suffix" >&5
     2102echo "configure:2103: checking for object suffix" >&5
    20982103if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then
    20992104  echo $ac_n "(cached) $ac_c" 1>&6
     
    21012106  rm -f conftest*
    21022107echo 'int i = 1;' > conftest.$ac_ext
    2103 if { (eval echo configure:2104: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2108if { (eval echo configure:2109: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    21042109  for ac_file in conftest.*; do
    21052110    case $ac_file in
     
    21252130  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
    21262131    echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6
    2127 echo "configure:2128: checking for ${ac_tool_prefix}file" >&5
     2132echo "configure:2133: checking for ${ac_tool_prefix}file" >&5
    21282133if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
    21292134  echo $ac_n "(cached) $ac_c" 1>&6
     
    21872192  if test -n "$ac_tool_prefix"; then
    21882193    echo $ac_n "checking for file""... $ac_c" 1>&6
    2189 echo "configure:2190: checking for file" >&5
     2194echo "configure:2195: checking for file" >&5
    21902195if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
    21912196  echo $ac_n "(cached) $ac_c" 1>&6
     
    22582263set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    22592264echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2260 echo "configure:2261: checking for $ac_word" >&5
     2265echo "configure:2266: checking for $ac_word" >&5
    22612266if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    22622267  echo $ac_n "(cached) $ac_c" 1>&6
     
    22902295set dummy ranlib; ac_word=$2
    22912296echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2292 echo "configure:2293: checking for $ac_word" >&5
     2297echo "configure:2298: checking for $ac_word" >&5
    22932298if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    22942299  echo $ac_n "(cached) $ac_c" 1>&6
     
    23252330set dummy ${ac_tool_prefix}strip; ac_word=$2
    23262331echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2327 echo "configure:2328: checking for $ac_word" >&5
     2332echo "configure:2333: checking for $ac_word" >&5
    23282333if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
    23292334  echo $ac_n "(cached) $ac_c" 1>&6
     
    23572362set dummy strip; ac_word=$2
    23582363echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2359 echo "configure:2360: checking for $ac_word" >&5
     2364echo "configure:2365: checking for $ac_word" >&5
    23602365if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
    23612366  echo $ac_n "(cached) $ac_c" 1>&6
     
    24242429*-*-irix6*)
    24252430  # Find out which ABI we are using.
    2426   echo '#line 2427 "configure"' > conftest.$ac_ext
    2427   if { (eval echo configure:2428: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2431  echo '#line 2432 "configure"' > conftest.$ac_ext
     2432  if { (eval echo configure:2433: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2433   if test "$lt_cv_prog_gnu_ld" = yes; then
     2434    case `/usr/bin/file conftest.$ac_objext` in
     2435    *32-bit*)
     2436      LD="${LD-ld} -melf32bsmip"
     2437      ;;
     2438    *N32*)
     2439      LD="${LD-ld} -melf32bmipn32"
     2440      ;;
     2441    *64-bit*)
     2442      LD="${LD-ld} -melf64bmip"
     2443      ;;
     2444    esac
     2445   else
    24282446    case `/usr/bin/file conftest.$ac_objext` in
    24292447    *32-bit*)
     
    24372455      ;;
    24382456    esac
     2457   fi
     2458  fi
     2459  rm -rf conftest*
     2460  ;;
     2461
     2462ia64-*-hpux*)
     2463  # Find out which ABI we are using.
     2464  echo 'int i;' > conftest.$ac_ext
     2465  if { (eval echo configure:2466: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2466    case "`/usr/bin/file conftest.o`" in
     2467    *ELF-32*)
     2468      HPUX_IA64_MODE="32"
     2469      ;;
     2470    *ELF-64*)
     2471      HPUX_IA64_MODE="64"
     2472      ;;
     2473    esac
     2474  fi
     2475  rm -rf conftest*
     2476  ;;
     2477
     2478x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
     2479  # Find out which ABI we are using.
     2480  echo 'int i;' > conftest.$ac_ext
     2481  if { (eval echo configure:2482: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2482    case "`/usr/bin/file conftest.o`" in
     2483    *32-bit*)
     2484      case $host in
     2485        x86_64-*linux*)
     2486          LD="${LD-ld} -m elf_i386"
     2487          ;;
     2488        ppc64-*linux*|powerpc64-*linux*)
     2489          LD="${LD-ld} -m elf32ppclinux"
     2490          ;;
     2491        s390x-*linux*)
     2492          LD="${LD-ld} -m elf_s390"
     2493          ;;
     2494        sparc64-*linux*)
     2495          LD="${LD-ld} -m elf32_sparc"
     2496          ;;
     2497      esac
     2498      ;;
     2499    *64-bit*)
     2500      case $host in
     2501        x86_64-*linux*)
     2502          LD="${LD-ld} -m elf_x86_64"
     2503          ;;
     2504        ppc*-*linux*|powerpc*-*linux*)
     2505          LD="${LD-ld} -m elf64ppc"
     2506          ;;
     2507        s390*-*linux*)
     2508          LD="${LD-ld} -m elf64_s390"
     2509          ;;
     2510        sparc*-*linux*)
     2511          LD="${LD-ld} -m elf64_sparc"
     2512          ;;
     2513      esac
     2514      ;;
     2515    esac
    24392516  fi
    24402517  rm -rf conftest*
     
    24462523  CFLAGS="$CFLAGS -belf"
    24472524  echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6
    2448 echo "configure:2449: checking whether the C compiler needs -belf" >&5
     2525echo "configure:2526: checking whether the C compiler needs -belf" >&5
    24492526if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
    24502527  echo $ac_n "(cached) $ac_c" 1>&6
     
    24592536
    24602537     cat > conftest.$ac_ext <<EOF
    2461 #line 2462 "configure"
     2538#line 2539 "configure"
    24622539#include "confdefs.h"
    24632540
     
    24662543; return 0; }
    24672544EOF
    2468 if { (eval echo configure:2469: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2545if { (eval echo configure:2546: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    24692546  rm -rf conftest*
    24702547  lt_cv_cc_needs_belf=yes
     
    24962573
    24972574echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
    2498 echo "configure:2499: checking how to run the C++ preprocessor" >&5
     2575echo "configure:2576: checking how to run the C++ preprocessor" >&5
    24992576if test -z "$CXXCPP"; then
    25002577if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
     
    25092586  CXXCPP="${CXX-g++} -E"
    25102587  cat > conftest.$ac_ext <<EOF
    2511 #line 2512 "configure"
     2588#line 2589 "configure"
    25122589#include "confdefs.h"
    25132590#include <stdlib.h>
    25142591EOF
    25152592ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2516 { (eval echo configure:2517: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2593{ (eval echo configure:2594: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    25172594ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    25182595if test -z "$ac_err"; then
     
    27462823
    27472824fi
     2825INTERPRETER="$libgcj_interpreter"
     2826
    27482827
    27492828echo $ac_n "checking for exception model to use""... $ac_c" 1>&6
    2750 echo "configure:2751: checking for exception model to use" >&5
     2829echo "configure:2830: checking for exception model to use" >&5
    27512830
    27522831ac_ext=C
     
    27632842else
    27642843  cat > conftest.$ac_ext << EOF
    2765 #line 2766 "configure"
     2844#line 2845 "configure"
    27662845struct S { ~S(); };
    27672846void bar();
     
    27742853old_CXXFLAGS="$CXXFLAGS" 
    27752854CXXFLAGS=-S
    2776 if { (eval echo configure:2777: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2855if { (eval echo configure:2856: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    27772856  if grep _Unwind_SjLj_Resume conftest.s >/dev/null 2>&1 ; then
    27782857    enable_sjlj_exceptions=yes
     
    28472926
    28482927   LIBFFI=../libffi/libffi_convenience.la
    2849    LIBFFIINCS='-I$(top_srcdir)/../libffi/include -I$(MULTIBUILDTOP)../libffi/include'
     2928   LIBFFIINCS='-I$(top_srcdir)/../libffi/include -I../libffi/include'
    28502929fi
    28512930
     
    28822961            PLATFORMOBJS=win32.lo
    28832962            PLATFORMH=win32.h
     2963       
     2964echo $ac_n "checking whether 'ld' is at least 2.13""... $ac_c" 1>&6
     2965echo "configure:2966: checking whether 'ld' is at least 2.13" >&5
     2966LD_PROG=`$CC --print-prog-name=ld`
     2967LD_VERSION=`$LD_PROG --version`
     2968LD_VERSION_MAJOR=`echo "$LD_VERSION" | head -1 | cut -d '.' -f 1 | cut -d ' ' -f 4`
     2969LD_VERSION_MINOR=`echo "$LD_VERSION" | head -1 | cut -d '.' -f 2`
     2970if expr "$LD_VERSION_MAJOR" \> 2 > /dev/null; then
     2971  LD_OK="ok"
     2972else
     2973  if expr "$LD_VERSION_MAJOR" = 2 && expr "$LD_VERSION_MINOR" \>= 13 > /dev/null; then
     2974    LD_OK="ok"
     2975  fi
     2976fi
     2977if test "x$LD_OK" != x; then
     2978  echo "$ac_t""yes; major=$LD_VERSION_MAJOR, minor=$LD_VERSION_MINOR" 1>&6
     2979else
     2980  echo "$ac_t""no; major=$LD_VERSION_MAJOR, minor=$LD_VERSION_MINOR" 1>&6
     2981  echo "configure: warning: ld <2.13 detected; enabling JV_LINKER_CANNOT_8BYTE_ALIGN_STATICS hack..." 1>&2
     2982  cat >> confdefs.h <<\EOF
     2983#define JV_LINKER_CANNOT_8BYTE_ALIGN_STATICS 1
     2984EOF
     2985
     2986fi
    28842987      ;;
    28852988      *)
     
    29043007
    29053008echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    2906 echo "configure:2907: checking how to run the C preprocessor" >&5
     3009echo "configure:3010: checking how to run the C preprocessor" >&5
    29073010# On Suns, sometimes $CPP names a directory.
    29083011if test -n "$CPP" && test -d "$CPP"; then
     
    29193022  # not just through cpp.
    29203023  cat > conftest.$ac_ext <<EOF
    2921 #line 2922 "configure"
     3024#line 3025 "configure"
    29223025#include "confdefs.h"
    29233026#include <assert.h>
     
    29253028EOF
    29263029ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2927 { (eval echo configure:2928: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3030{ (eval echo configure:3031: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    29283031ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    29293032if test -z "$ac_err"; then
     
    29363039  CPP="${CC-cc} -E -traditional-cpp"
    29373040  cat > conftest.$ac_ext <<EOF
    2938 #line 2939 "configure"
     3041#line 3042 "configure"
    29393042#include "confdefs.h"
    29403043#include <assert.h>
     
    29423045EOF
    29433046ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2944 { (eval echo configure:2945: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3047{ (eval echo configure:3048: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    29453048ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    29463049if test -z "$ac_err"; then
     
    29533056  CPP="${CC-cc} -nologo -E"
    29543057  cat > conftest.$ac_ext <<EOF
    2955 #line 2956 "configure"
     3058#line 3059 "configure"
    29563059#include "confdefs.h"
    29573060#include <assert.h>
     
    29593062EOF
    29603063ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2961 { (eval echo configure:2962: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3064{ (eval echo configure:3065: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    29623065ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    29633066if test -z "$ac_err"; then
     
    29843087
    29853088cat > conftest.$ac_ext <<EOF
    2986 #line 2987 "configure"
     3089#line 3090 "configure"
    29873090#include "confdefs.h"
    29883091#include <stdint.h>
     
    29993102
    30003103cat > conftest.$ac_ext <<EOF
    3001 #line 3002 "configure"
     3104#line 3105 "configure"
    30023105#include "confdefs.h"
    30033106#include <inttypes.h>
     
    30143117
    30153118cat > conftest.$ac_ext <<EOF
    3016 #line 3017 "configure"
     3119#line 3120 "configure"
    30173120#include "confdefs.h"
    30183121#include <sys/types.h>
     
    30293132
    30303133cat > conftest.$ac_ext <<EOF
    3031 #line 3032 "configure"
     3134#line 3135 "configure"
    30323135#include "confdefs.h"
    30333136#include <sys/config.h>
     
    30463149
    30473150cat > conftest.$ac_ext <<EOF
    3048 #line 3049 "configure"
     3151#line 3152 "configure"
    30493152#include "confdefs.h"
    30503153#include <time.h>
     
    30613164
    30623165cat > conftest.$ac_ext <<EOF
    3063 #line 3064 "configure"
     3166#line 3167 "configure"
    30643167#include "confdefs.h"
    30653168#include <time.h>
     
    30963199
    30973200
    3098 LIBGCJTESTSPEC="-L`pwd`/.libs -rpath `pwd`/.libs"
     3201LIBGCJTESTSPEC="-L`${PWDCMD-pwd}`/.libs -rpath `${PWDCMD-pwd}`/.libs"
    30993202
    31003203
     
    31133216
    31143217echo $ac_n "checking for garbage collector to use""... $ac_c" 1>&6
    3115 echo "configure:3116: checking for garbage collector to use" >&5
     3218echo "configure:3219: checking for garbage collector to use" >&5
    31163219# Check whether --enable-java-gc or --disable-java-gc was given.
    31173220if test "${enable_java_gc+set}" = set; then
     
    31363239    GCINCS='-I$(top_srcdir)/../boehm-gc/include'
    31373240    JC1GCSPEC='-fuse-boehm-gc'
    3138     GCTESTSPEC="-L`pwd`/../boehm-gc/.libs -rpath `pwd`/../boehm-gc/.libs"
     3241    GCTESTSPEC="-L`${PWDCMD-pwd}`/../boehm-gc/.libs -rpath `${PWDCMD-pwd}`/../boehm-gc/.libs"
    31393242
    31403243            GCINCS="$GCINCS `cat ../boehm-gc/boehm-cflags`"
     
    31663269
    31673270echo $ac_n "checking for thread model used by GCC""... $ac_c" 1>&6
    3168 echo "configure:3169: checking for thread model used by GCC" >&5
     3271echo "configure:3272: checking for thread model used by GCC" >&5
    31693272THREADS=`$CC -v 2>&1 | sed -n 's/^Thread model: //p'`
    31703273echo "$ac_t""$THREADS" 1>&6
     
    32813384HASH_SYNC_SPEC=
    32823385# Hash synchronization is only useful with posix threads right now.
    3283 if test "$enable_hash_synchronization" = yes && test "$THREADS" = "posix"; then
     3386if test "$enable_hash_synchronization" = yes && test "$THREADS" != "none"; then
    32843387   HASH_SYNC_SPEC=-fhash-synchronization
    32853388   cat >> confdefs.h <<\EOF
     
    33163419
    33173420
    3318 if test -n "${with_cross_host}"; then
     3421if test "x${with_newlib}" = "xyes"; then
    33193422   # We are being configured with a cross compiler.  AC_REPLACE_FUNCS
    33203423   # may not work correctly, because the compiler may not be able to
     
    33633466   # If Canadian cross, then don't pick up tools from the build
    33643467   # directory.
    3365    if test x"$build" != x"$with_cross_host" && x"$build" != x"$target"; then
     3468   if test x"$build" != x"$with_cross_host" \
     3469        && test x"$build" != x"$target"; then
    33663470      CANADIAN=yes
    33673471      GCC_UNWIND_INCLUDE=
     
    33733477do
    33743478echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3375 echo "configure:3376: checking for $ac_func" >&5
     3479echo "configure:3480: checking for $ac_func" >&5
    33763480if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    33773481  echo $ac_n "(cached) $ac_c" 1>&6
    33783482else
    33793483  cat > conftest.$ac_ext <<EOF
    3380 #line 3381 "configure"
     3484#line 3485 "configure"
    33813485#include "confdefs.h"
    33823486/* System header to define __stub macros and hopefully few prototypes,
     
    34013505; return 0; }
    34023506EOF
    3403 if { (eval echo configure:3404: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3507if { (eval echo configure:3508: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    34043508  rm -rf conftest*
    34053509  eval "ac_cv_func_$ac_func=yes"
     
    34283532do
    34293533echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3430 echo "configure:3431: checking for $ac_func" >&5
     3534echo "configure:3535: checking for $ac_func" >&5
    34313535if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    34323536  echo $ac_n "(cached) $ac_c" 1>&6
    34333537else
    34343538  cat > conftest.$ac_ext <<EOF
    3435 #line 3436 "configure"
     3539#line 3540 "configure"
    34363540#include "confdefs.h"
    34373541/* System header to define __stub macros and hopefully few prototypes,
     
    34563560; return 0; }
    34573561EOF
    3458 if { (eval echo configure:3459: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3562if { (eval echo configure:3563: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    34593563  rm -rf conftest*
    34603564  eval "ac_cv_func_$ac_func=yes"
     
    34833587do
    34843588echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3485 echo "configure:3486: checking for $ac_func" >&5
     3589echo "configure:3590: checking for $ac_func" >&5
    34863590if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    34873591  echo $ac_n "(cached) $ac_c" 1>&6
    34883592else
    34893593  cat > conftest.$ac_ext <<EOF
    3490 #line 3491 "configure"
     3594#line 3595 "configure"
    34913595#include "confdefs.h"
    34923596/* System header to define __stub macros and hopefully few prototypes,
     
    35113615; return 0; }
    35123616EOF
    3513 if { (eval echo configure:3514: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3617if { (eval echo configure:3618: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    35143618  rm -rf conftest*
    35153619  eval "ac_cv_func_$ac_func=yes"
     
    35383642do
    35393643echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3540 echo "configure:3541: checking for $ac_func" >&5
     3644echo "configure:3645: checking for $ac_func" >&5
    35413645if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    35423646  echo $ac_n "(cached) $ac_c" 1>&6
    35433647else
    35443648  cat > conftest.$ac_ext <<EOF
    3545 #line 3546 "configure"
     3649#line 3650 "configure"
    35463650#include "confdefs.h"
    35473651/* System header to define __stub macros and hopefully few prototypes,
     
    35663670; return 0; }
    35673671EOF
    3568 if { (eval echo configure:3569: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3672if { (eval echo configure:3673: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    35693673  rm -rf conftest*
    35703674  eval "ac_cv_func_$ac_func=yes"
     
    35933697do
    35943698echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3595 echo "configure:3596: checking for $ac_func" >&5
     3699echo "configure:3700: checking for $ac_func" >&5
    35963700if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    35973701  echo $ac_n "(cached) $ac_c" 1>&6
    35983702else
    35993703  cat > conftest.$ac_ext <<EOF
    3600 #line 3601 "configure"
     3704#line 3705 "configure"
    36013705#include "confdefs.h"
    36023706/* System header to define __stub macros and hopefully few prototypes,
     
    36213725; return 0; }
    36223726EOF
    3623 if { (eval echo configure:3624: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3727if { (eval echo configure:3728: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    36243728  rm -rf conftest*
    36253729  eval "ac_cv_func_$ac_func=yes"
     
    36483752do
    36493753echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3650 echo "configure:3651: checking for $ac_func" >&5
     3754echo "configure:3755: checking for $ac_func" >&5
    36513755if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    36523756  echo $ac_n "(cached) $ac_c" 1>&6
    36533757else
    36543758  cat > conftest.$ac_ext <<EOF
    3655 #line 3656 "configure"
     3759#line 3760 "configure"
    36563760#include "confdefs.h"
    36573761/* System header to define __stub macros and hopefully few prototypes,
     
    36763780; return 0; }
    36773781EOF
    3678 if { (eval echo configure:3679: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3782if { (eval echo configure:3783: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    36793783  rm -rf conftest*
    36803784  eval "ac_cv_func_$ac_func=yes"
     
    37003804done
    37013805
    3702    for ac_func in fork execvp pipe sigaction
     3806   for ac_func in fork execvp pipe sigaction ftruncate
    37033807do
    37043808echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3705 echo "configure:3706: checking for $ac_func" >&5
     3809echo "configure:3810: checking for $ac_func" >&5
    37063810if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    37073811  echo $ac_n "(cached) $ac_c" 1>&6
    37083812else
    37093813  cat > conftest.$ac_ext <<EOF
    3710 #line 3711 "configure"
     3814#line 3815 "configure"
    37113815#include "confdefs.h"
    37123816/* System header to define __stub macros and hopefully few prototypes,
     
    37313835; return 0; }
    37323836EOF
    3733 if { (eval echo configure:3734: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3837if { (eval echo configure:3838: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    37343838  rm -rf conftest*
    37353839  eval "ac_cv_func_$ac_func=yes"
     
    37593863ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    37603864echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    3761 echo "configure:3762: checking for $ac_hdr" >&5
     3865echo "configure:3866: checking for $ac_hdr" >&5
    37623866if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    37633867  echo $ac_n "(cached) $ac_c" 1>&6
    37643868else
    37653869  cat > conftest.$ac_ext <<EOF
    3766 #line 3767 "configure"
     3870#line 3871 "configure"
    37673871#include "confdefs.h"
    37683872#include <$ac_hdr>
    37693873EOF
    37703874ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3771 { (eval echo configure:3772: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3875{ (eval echo configure:3876: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    37723876ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    37733877if test -z "$ac_err"; then
     
    37963900 
    37973901   echo $ac_n "checking for backtrace""... $ac_c" 1>&6
    3798 echo "configure:3799: checking for backtrace" >&5
     3902echo "configure:3903: checking for backtrace" >&5
    37993903if eval "test \"`echo '$''{'ac_cv_func_backtrace'+set}'`\" = set"; then
    38003904  echo $ac_n "(cached) $ac_c" 1>&6
    38013905else
    38023906  cat > conftest.$ac_ext <<EOF
    3803 #line 3804 "configure"
     3907#line 3908 "configure"
    38043908#include "confdefs.h"
    38053909/* System header to define __stub macros and hopefully few prototypes,
     
    38243928; return 0; }
    38253929EOF
    3826 if { (eval echo configure:3827: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3930if { (eval echo configure:3931: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    38273931  rm -rf conftest*
    38283932  eval "ac_cv_func_backtrace=yes"
     
    38533957else
    38543958  echo "$ac_t""no" 1>&6
     3959
     3960     case "$host" in
     3961       *mingw*)
     3962         # Has backtrace() defined in libgcj itself
     3963         cat >> confdefs.h <<\EOF
     3964#define HAVE_BACKTRACE 1
     3965EOF
     3966
     3967         ;;
     3968     esac
     3969   
    38553970fi
    38563971
    38573972
    38583973   echo $ac_n "checking for dladdr in -ldl""... $ac_c" 1>&6
    3859 echo "configure:3860: checking for dladdr in -ldl" >&5
     3974echo "configure:3975: checking for dladdr in -ldl" >&5
    38603975ac_lib_var=`echo dl'_'dladdr | sed 'y%./+-%__p_%'`
    38613976if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    38653980LIBS="-ldl  $LIBS"
    38663981cat > conftest.$ac_ext <<EOF
    3867 #line 3868 "configure"
     3982#line 3983 "configure"
    38683983#include "confdefs.h"
    38693984/* Override any gcc2 internal prototype to avoid an error.  */
     
    38763991; return 0; }
    38773992EOF
    3878 if { (eval echo configure:3879: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3993if { (eval echo configure:3994: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    38793994  rm -rf conftest*
    38803995  eval "ac_cv_lib_$ac_lib_var=yes"
     
    39004015fi
    39014016
    3902    for ac_file in /proc/self/exe
     4017   if test x"$build" = x"$host"; then
     4018     for ac_file in /proc/self/exe
    39034019do
    39044020
    39054021ac_safe=`echo "$ac_file" | sed 'y%./+-%__p_%'`
    39064022echo $ac_n "checking for $ac_file""... $ac_c" 1>&6
    3907 echo "configure:3908: checking for $ac_file" >&5
     4023echo "configure:4024: checking for $ac_file" >&5
    39084024if eval "test \"`echo '$''{'ac_cv_file_$ac_safe'+set}'`\" = set"; then
    39094025  echo $ac_n "(cached) $ac_c" 1>&6
     
    39264042EOF
    39274043 
    3928      cat >> confdefs.h <<\EOF
     4044       cat >> confdefs.h <<\EOF
    39294045#define HAVE_PROC_SELF_EXE 1
    39304046EOF
     
    39364052done
    39374053
     4054   else
     4055     case $host in
     4056     *-linux*)
     4057       cat >> confdefs.h <<\EOF
     4058#define HAVE_PROC_SELF_EXE 1
     4059EOF
     4060
     4061       ;;
     4062     esac
     4063   fi
    39384064
    39394065   
     
    39534079
    39544080  echo $ac_n "checking for iconv""... $ac_c" 1>&6
    3955 echo "configure:3956: checking for iconv" >&5
     4081echo "configure:4082: checking for iconv" >&5
    39564082if eval "test \"`echo '$''{'am_cv_func_iconv'+set}'`\" = set"; then
    39574083  echo $ac_n "(cached) $ac_c" 1>&6
     
    39614087    am_cv_lib_iconv=no
    39624088    cat > conftest.$ac_ext <<EOF
    3963 #line 3964 "configure"
     4089#line 4090 "configure"
    39644090#include "confdefs.h"
    39654091#include <stdlib.h>
     
    39714097; return 0; }
    39724098EOF
    3973 if { (eval echo configure:3974: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4099if { (eval echo configure:4100: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    39744100  rm -rf conftest*
    39754101  am_cv_func_iconv=yes
     
    39834109      LIBS="$LIBS $am_cv_libiconv_ldpath -liconv"
    39844110      cat > conftest.$ac_ext <<EOF
    3985 #line 3986 "configure"
     4111#line 4112 "configure"
    39864112#include "confdefs.h"
    39874113#include <stdlib.h>
     
    39934119; return 0; }
    39944120EOF
    3995 if { (eval echo configure:3996: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4121if { (eval echo configure:4122: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    39964122  rm -rf conftest*
    39974123  am_cv_lib_iconv=yes
     
    40144140
    40154141    echo $ac_n "checking for iconv declaration""... $ac_c" 1>&6
    4016 echo "configure:4017: checking for iconv declaration" >&5
     4142echo "configure:4143: checking for iconv declaration" >&5
    40174143    if eval "test \"`echo '$''{'am_cv_proto_iconv'+set}'`\" = set"; then
    40184144  echo $ac_n "(cached) $ac_c" 1>&6
     
    40204146 
    40214147      cat > conftest.$ac_ext <<EOF
    4022 #line 4023 "configure"
     4148#line 4149 "configure"
    40234149#include "confdefs.h"
    40244150
     
    40394165; return 0; }
    40404166EOF
    4041 if { (eval echo configure:4042: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4167if { (eval echo configure:4168: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    40424168  rm -rf conftest*
    40434169  am_cv_proto_iconv_arg1=""
     
    40684194   if test $ac_cv_header_locale_h = yes; then
    40694195    echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6
    4070 echo "configure:4071: checking for LC_MESSAGES" >&5
     4196echo "configure:4197: checking for LC_MESSAGES" >&5
    40714197if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then
    40724198  echo $ac_n "(cached) $ac_c" 1>&6
    40734199else
    40744200  cat > conftest.$ac_ext <<EOF
    4075 #line 4076 "configure"
     4201#line 4202 "configure"
    40764202#include "confdefs.h"
    40774203#include <locale.h>
     
    40804206; return 0; }
    40814207EOF
    4082 if { (eval echo configure:4083: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4208if { (eval echo configure:4209: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    40834209  rm -rf conftest*
    40844210  am_cv_val_LC_MESSAGES=yes
     
    41014227  fi
    41024228   echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
    4103 echo "configure:4104: checking whether struct tm is in sys/time.h or time.h" >&5
     4229echo "configure:4230: checking whether struct tm is in sys/time.h or time.h" >&5
    41044230if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
    41054231  echo $ac_n "(cached) $ac_c" 1>&6
    41064232else
    41074233  cat > conftest.$ac_ext <<EOF
    4108 #line 4109 "configure"
     4234#line 4235 "configure"
    41094235#include "confdefs.h"
    41104236#include <sys/types.h>
     
    41144240; return 0; }
    41154241EOF
    4116 if { (eval echo configure:4117: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4242if { (eval echo configure:4243: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    41174243  rm -rf conftest*
    41184244  ac_cv_struct_tm=time.h
     
    41354261
    41364262echo $ac_n "checking for tm_zone in struct tm""... $ac_c" 1>&6
    4137 echo "configure:4138: checking for tm_zone in struct tm" >&5
     4263echo "configure:4264: checking for tm_zone in struct tm" >&5
    41384264if eval "test \"`echo '$''{'ac_cv_struct_tm_zone'+set}'`\" = set"; then
    41394265  echo $ac_n "(cached) $ac_c" 1>&6
    41404266else
    41414267  cat > conftest.$ac_ext <<EOF
    4142 #line 4143 "configure"
     4268#line 4269 "configure"
    41434269#include "confdefs.h"
    41444270#include <sys/types.h>
     
    41484274; return 0; }
    41494275EOF
    4150 if { (eval echo configure:4151: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4276if { (eval echo configure:4277: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    41514277  rm -rf conftest*
    41524278  ac_cv_struct_tm_zone=yes
     
    41684294else
    41694295  echo $ac_n "checking for tzname""... $ac_c" 1>&6
    4170 echo "configure:4171: checking for tzname" >&5
     4296echo "configure:4297: checking for tzname" >&5
    41714297if eval "test \"`echo '$''{'ac_cv_var_tzname'+set}'`\" = set"; then
    41724298  echo $ac_n "(cached) $ac_c" 1>&6
    41734299else
    41744300  cat > conftest.$ac_ext <<EOF
    4175 #line 4176 "configure"
     4301#line 4302 "configure"
    41764302#include "confdefs.h"
    41774303#include <time.h>
     
    41834309; return 0; }
    41844310EOF
    4185 if { (eval echo configure:4186: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4311if { (eval echo configure:4312: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    41864312  rm -rf conftest*
    41874313  ac_cv_var_tzname=yes
     
    42084334do
    42094335echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    4210 echo "configure:4211: checking for $ac_func" >&5
     4336echo "configure:4337: checking for $ac_func" >&5
    42114337if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    42124338  echo $ac_n "(cached) $ac_c" 1>&6
    42134339else
    42144340  cat > conftest.$ac_ext <<EOF
    4215 #line 4216 "configure"
     4341#line 4342 "configure"
    42164342#include "confdefs.h"
    42174343/* System header to define __stub macros and hopefully few prototypes,
     
    42364362; return 0; }
    42374363EOF
    4238 if { (eval echo configure:4239: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4364if { (eval echo configure:4365: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    42394365  rm -rf conftest*
    42404366  eval "ac_cv_func_$ac_func=yes"
     
    42634389     # Hopefully this check is robust enough.
    42644390     cat > conftest.$ac_ext <<EOF
    4265 #line 4266 "configure"
     4391#line 4392 "configure"
    42664392#include "confdefs.h"
    42674393#include <netdb.h>
     
    42834409     *)
    42844410                echo $ac_n "checking whether gethostbyname_r declaration requires -D_REENTRANT""... $ac_c" 1>&6
    4285 echo "configure:4286: checking whether gethostbyname_r declaration requires -D_REENTRANT" >&5
     4411echo "configure:4412: checking whether gethostbyname_r declaration requires -D_REENTRANT" >&5
    42864412if eval "test \"`echo '$''{'libjava_cv_gethostbyname_r_needs_reentrant'+set}'`\" = set"; then
    42874413  echo $ac_n "(cached) $ac_c" 1>&6
     
    42964422
    42974423          cat > conftest.$ac_ext <<EOF
    4298 #line 4299 "configure"
     4424#line 4425 "configure"
    42994425#include "confdefs.h"
    43004426#include <netdb.h>
     
    43034429; return 0; }
    43044430EOF
    4305 if { (eval echo configure:4306: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4431if { (eval echo configure:4432: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    43064432  rm -rf conftest*
    43074433  libjava_cv_gethostbyname_r_needs_reentrant=no
     
    43134439                CPPFLAGS="$CPPFLAGS -D_REENTRANT"
    43144440                cat > conftest.$ac_ext <<EOF
    4315 #line 4316 "configure"
     4441#line 4442 "configure"
    43164442#include "confdefs.h"
    43174443#include <netdb.h>
     
    43204446; return 0; }
    43214447EOF
    4322 if { (eval echo configure:4323: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4448if { (eval echo configure:4449: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    43234449  rm -rf conftest*
    43244450  libjava_cv_gethostbyname_r_needs_reentrant=yes
     
    43554481
    43564482     echo $ac_n "checking for struct hostent_data""... $ac_c" 1>&6
    4357 echo "configure:4358: checking for struct hostent_data" >&5
     4483echo "configure:4484: checking for struct hostent_data" >&5
    43584484if eval "test \"`echo '$''{'libjava_cv_struct_hostent_data'+set}'`\" = set"; then
    43594485  echo $ac_n "(cached) $ac_c" 1>&6
    43604486else
    43614487        cat > conftest.$ac_ext <<EOF
    4362 #line 4363 "configure"
     4488#line 4489 "configure"
    43634489#include "confdefs.h"
    43644490
     
    43714497; return 0; }
    43724498EOF
    4373 if { (eval echo configure:4374: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4499if { (eval echo configure:4500: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    43744500  rm -rf conftest*
    43754501  libjava_cv_struct_hostent_data=yes
     
    44034529   # linkage check is enough, yet C++ code requires proper prototypes.)
    44044530   cat > conftest.$ac_ext <<EOF
    4405 #line 4406 "configure"
     4531#line 4532 "configure"
    44064532#include "confdefs.h"
    44074533#include <netdb.h>
     
    44144540do
    44154541echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    4416 echo "configure:4417: checking for $ac_func" >&5
     4542echo "configure:4543: checking for $ac_func" >&5
    44174543if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    44184544  echo $ac_n "(cached) $ac_c" 1>&6
    44194545else
    44204546  cat > conftest.$ac_ext <<EOF
    4421 #line 4422 "configure"
     4547#line 4548 "configure"
    44224548#include "confdefs.h"
    44234549/* System header to define __stub macros and hopefully few prototypes,
     
    44424568; return 0; }
    44434569EOF
    4444 if { (eval echo configure:4445: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4570if { (eval echo configure:4571: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    44454571  rm -rf conftest*
    44464572  eval "ac_cv_func_$ac_func=yes"
     
    44694595     # Hopefully this check is robust enough.
    44704596     cat > conftest.$ac_ext <<EOF
    4471 #line 4472 "configure"
     4597#line 4598 "configure"
    44724598#include "confdefs.h"
    44734599#include <netdb.h>
     
    44964622do
    44974623echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    4498 echo "configure:4499: checking for $ac_func" >&5
     4624echo "configure:4625: checking for $ac_func" >&5
    44994625if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    45004626  echo $ac_n "(cached) $ac_c" 1>&6
    45014627else
    45024628  cat > conftest.$ac_ext <<EOF
    4503 #line 4504 "configure"
     4629#line 4630 "configure"
    45044630#include "confdefs.h"
    45054631/* System header to define __stub macros and hopefully few prototypes,
     
    45244650; return 0; }
    45254651EOF
    4526 if { (eval echo configure:4527: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4652if { (eval echo configure:4653: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    45274653  rm -rf conftest*
    45284654  eval "ac_cv_func_$ac_func=yes"
     
    45484674
    45494675     cat > conftest.$ac_ext <<EOF
    4550 #line 4551 "configure"
     4676#line 4677 "configure"
    45514677#include "confdefs.h"
    45524678#include <unistd.h>
     
    45794705do
    45804706echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    4581 echo "configure:4582: checking for $ac_func" >&5
     4707echo "configure:4708: checking for $ac_func" >&5
    45824708if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    45834709  echo $ac_n "(cached) $ac_c" 1>&6
    45844710else
    45854711  cat > conftest.$ac_ext <<EOF
    4586 #line 4587 "configure"
     4712#line 4713 "configure"
    45874713#include "confdefs.h"
    45884714/* System header to define __stub macros and hopefully few prototypes,
     
    46074733; return 0; }
    46084734EOF
    4609 if { (eval echo configure:4610: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4735if { (eval echo configure:4736: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    46104736  rm -rf conftest*
    46114737  eval "ac_cv_func_$ac_func=yes"
     
    46374763do
    46384764echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    4639 echo "configure:4640: checking for $ac_func" >&5
     4765echo "configure:4766: checking for $ac_func" >&5
    46404766if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    46414767  echo $ac_n "(cached) $ac_c" 1>&6
    46424768else
    46434769  cat > conftest.$ac_ext <<EOF
    4644 #line 4645 "configure"
     4770#line 4771 "configure"
    46454771#include "confdefs.h"
    46464772/* System header to define __stub macros and hopefully few prototypes,
     
    46654791; return 0; }
    46664792EOF
    4667 if { (eval echo configure:4668: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4793if { (eval echo configure:4794: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    46684794  rm -rf conftest*
    46694795  eval "ac_cv_func_$ac_func=yes"
     
    46874813  echo "$ac_t""no" 1>&6
    46884814echo $ac_n "checking for sched_yield in -lrt""... $ac_c" 1>&6
    4689 echo "configure:4690: checking for sched_yield in -lrt" >&5
     4815echo "configure:4816: checking for sched_yield in -lrt" >&5
    46904816ac_lib_var=`echo rt'_'sched_yield | sed 'y%./+-%__p_%'`
    46914817if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    46954821LIBS="-lrt  $LIBS"
    46964822cat > conftest.$ac_ext <<EOF
    4697 #line 4698 "configure"
     4823#line 4824 "configure"
    46984824#include "confdefs.h"
    46994825/* Override any gcc2 internal prototype to avoid an error.  */
     
    47064832; return 0; }
    47074833EOF
    4708 if { (eval echo configure:4709: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4834if { (eval echo configure:4835: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    47094835  rm -rf conftest*
    47104836  eval "ac_cv_lib_$ac_lib_var=yes"
     
    47324858
    47334859          echo $ac_n "checking for sched_yield in -lposix4""... $ac_c" 1>&6
    4734 echo "configure:4735: checking for sched_yield in -lposix4" >&5
     4860echo "configure:4861: checking for sched_yield in -lposix4" >&5
    47354861ac_lib_var=`echo posix4'_'sched_yield | sed 'y%./+-%__p_%'`
    47364862if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    47404866LIBS="-lposix4  $LIBS"
    47414867cat > conftest.$ac_ext <<EOF
    4742 #line 4743 "configure"
     4868#line 4869 "configure"
    47434869#include "confdefs.h"
    47444870/* Override any gcc2 internal prototype to avoid an error.  */
     
    47514877; return 0; }
    47524878EOF
    4753 if { (eval echo configure:4754: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4879if { (eval echo configure:4880: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    47544880  rm -rf conftest*
    47554881  eval "ac_cv_lib_$ac_lib_var=yes"
     
    47874913      # or __m_count.  This is a nice hack for Linux.
    47884914      cat > conftest.$ac_ext <<EOF
    4789 #line 4790 "configure"
     4915#line 4916 "configure"
    47904916#include "confdefs.h"
    47914917#include <pthread.h>
     
    47964922; return 0; }
    47974923EOF
    4798 if { (eval echo configure:4799: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4924if { (eval echo configure:4925: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    47994925  rm -rf conftest*
    48004926  cat >> confdefs.h <<\EOF
     
    48084934 
    48094935        cat > conftest.$ac_ext <<EOF
    4810 #line 4811 "configure"
     4936#line 4937 "configure"
    48114937#include "confdefs.h"
    48124938#include <pthread.h>
     
    48174943; return 0; }
    48184944EOF
    4819 if { (eval echo configure:4820: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4945if { (eval echo configure:4946: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    48204946  rm -rf conftest*
    48214947  cat >> confdefs.h <<\EOF
     
    48374963do
    48384964echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    4839 echo "configure:4840: checking for $ac_func" >&5
     4965echo "configure:4966: checking for $ac_func" >&5
    48404966if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    48414967  echo $ac_n "(cached) $ac_c" 1>&6
    48424968else
    48434969  cat > conftest.$ac_ext <<EOF
    4844 #line 4845 "configure"
     4970#line 4971 "configure"
    48454971#include "confdefs.h"
    48464972/* System header to define __stub macros and hopefully few prototypes,
     
    48654991; return 0; }
    48664992EOF
    4867 if { (eval echo configure:4868: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4993if { (eval echo configure:4994: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    48684994  rm -rf conftest*
    48694995  eval "ac_cv_func_$ac_func=yes"
     
    48965022do
    48975023echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    4898 echo "configure:4899: checking for $ac_func" >&5
     5024echo "configure:5025: checking for $ac_func" >&5
    48995025if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    49005026  echo $ac_n "(cached) $ac_c" 1>&6
    49015027else
    49025028  cat > conftest.$ac_ext <<EOF
    4903 #line 4904 "configure"
     5029#line 5030 "configure"
    49045030#include "confdefs.h"
    49055031/* System header to define __stub macros and hopefully few prototypes,
     
    49245050; return 0; }
    49255051EOF
    4926 if { (eval echo configure:4927: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5052if { (eval echo configure:5053: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    49275053  rm -rf conftest*
    49285054  eval "ac_cv_func_$ac_func=yes"
     
    49545080do
    49555081echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    4956 echo "configure:4957: checking for $ac_func" >&5
     5082echo "configure:5083: checking for $ac_func" >&5
    49575083if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    49585084  echo $ac_n "(cached) $ac_c" 1>&6
    49595085else
    49605086  cat > conftest.$ac_ext <<EOF
    4961 #line 4962 "configure"
     5087#line 5088 "configure"
    49625088#include "confdefs.h"
    49635089/* System header to define __stub macros and hopefully few prototypes,
     
    49825108; return 0; }
    49835109EOF
    4984 if { (eval echo configure:4985: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5110if { (eval echo configure:5111: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    49855111  rm -rf conftest*
    49865112  eval "ac_cv_func_$ac_func=yes"
     
    50115137
    50125138   echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
    5013 echo "configure:5014: checking for dlopen in -ldl" >&5
     5139echo "configure:5140: checking for dlopen in -ldl" >&5
    50145140ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
    50155141if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    50195145LIBS="-ldl  $LIBS"
    50205146cat > conftest.$ac_ext <<EOF
    5021 #line 5022 "configure"
     5147#line 5148 "configure"
    50225148#include "confdefs.h"
    50235149/* Override any gcc2 internal prototype to avoid an error.  */
     
    50305156; return 0; }
    50315157EOF
    5032 if { (eval echo configure:5033: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5158if { (eval echo configure:5159: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    50335159  rm -rf conftest*
    50345160  eval "ac_cv_lib_$ac_lib_var=yes"
     
    50755201
    50765202   echo $ac_n "checking for socket libraries""... $ac_c" 1>&6
    5077 echo "configure:5078: checking for socket libraries" >&5
     5203echo "configure:5204: checking for socket libraries" >&5
    50785204if eval "test \"`echo '$''{'gcj_cv_lib_sockets'+set}'`\" = set"; then
    50795205  echo $ac_n "(cached) $ac_c" 1>&6
     
    50835209     unset ac_cv_func_connect
    50845210     echo $ac_n "checking for connect""... $ac_c" 1>&6
    5085 echo "configure:5086: checking for connect" >&5
     5211echo "configure:5212: checking for connect" >&5
    50865212if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
    50875213  echo $ac_n "(cached) $ac_c" 1>&6
    50885214else
    50895215  cat > conftest.$ac_ext <<EOF
    5090 #line 5091 "configure"
     5216#line 5217 "configure"
    50915217#include "confdefs.h"
    50925218/* System header to define __stub macros and hopefully few prototypes,
     
    51115237; return 0; }
    51125238EOF
    5113 if { (eval echo configure:5114: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5239if { (eval echo configure:5240: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    51145240  rm -rf conftest*
    51155241  eval "ac_cv_func_connect=yes"
     
    51345260         unset ac_cv_func_connect
    51355261         echo $ac_n "checking for main in -lsocket""... $ac_c" 1>&6
    5136 echo "configure:5137: checking for main in -lsocket" >&5
     5262echo "configure:5263: checking for main in -lsocket" >&5
    51375263ac_lib_var=`echo socket'_'main | sed 'y%./+-%__p_%'`
    51385264if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    51425268LIBS="-lsocket  $LIBS"
    51435269cat > conftest.$ac_ext <<EOF
    5144 #line 5145 "configure"
     5270#line 5271 "configure"
    51455271#include "confdefs.h"
    51465272
     
    51495275; return 0; }
    51505276EOF
    5151 if { (eval echo configure:5152: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5277if { (eval echo configure:5278: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    51525278  rm -rf conftest*
    51535279  eval "ac_cv_lib_$ac_lib_var=yes"
     
    51765302         unset ac_cv_func_accept
    51775303         echo $ac_n "checking for accept""... $ac_c" 1>&6
    5178 echo "configure:5179: checking for accept" >&5
     5304echo "configure:5305: checking for accept" >&5
    51795305if eval "test \"`echo '$''{'ac_cv_func_accept'+set}'`\" = set"; then
    51805306  echo $ac_n "(cached) $ac_c" 1>&6
    51815307else
    51825308  cat > conftest.$ac_ext <<EOF
    5183 #line 5184 "configure"
     5309#line 5310 "configure"
    51845310#include "confdefs.h"
    51855311/* System header to define __stub macros and hopefully few prototypes,
     
    52045330; return 0; }
    52055331EOF
    5206 if { (eval echo configure:5207: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5332if { (eval echo configure:5333: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    52075333  rm -rf conftest*
    52085334  eval "ac_cv_func_accept=yes"
     
    52315357     LIBS="$LIBS $gcj_cv_lib_sockets"
    52325358     echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
    5233 echo "configure:5234: checking for gethostbyname" >&5
     5359echo "configure:5360: checking for gethostbyname" >&5
    52345360if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
    52355361  echo $ac_n "(cached) $ac_c" 1>&6
    52365362else
    52375363  cat > conftest.$ac_ext <<EOF
    5238 #line 5239 "configure"
     5364#line 5365 "configure"
    52395365#include "confdefs.h"
    52405366/* System header to define __stub macros and hopefully few prototypes,
     
    52595385; return 0; }
    52605386EOF
    5261 if { (eval echo configure:5262: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5387if { (eval echo configure:5388: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    52625388  rm -rf conftest*
    52635389  eval "ac_cv_func_gethostbyname=yes"
     
    52775403  echo "$ac_t""no" 1>&6
    52785404echo $ac_n "checking for main in -lnsl""... $ac_c" 1>&6
    5279 echo "configure:5280: checking for main in -lnsl" >&5
     5405echo "configure:5406: checking for main in -lnsl" >&5
    52805406ac_lib_var=`echo nsl'_'main | sed 'y%./+-%__p_%'`
    52815407if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    52855411LIBS="-lnsl  $LIBS"
    52865412cat > conftest.$ac_ext <<EOF
    5287 #line 5288 "configure"
     5413#line 5414 "configure"
    52885414#include "confdefs.h"
    52895415
     
    52925418; return 0; }
    52935419EOF
    5294 if { (eval echo configure:5295: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5420if { (eval echo configure:5421: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    52955421  rm -rf conftest*
    52965422  eval "ac_cv_lib_$ac_lib_var=yes"
     
    53245450   if test "$with_system_zlib" = yes; then
    53255451      echo $ac_n "checking for deflate in -lz""... $ac_c" 1>&6
    5326 echo "configure:5327: checking for deflate in -lz" >&5
     5452echo "configure:5453: checking for deflate in -lz" >&5
    53275453ac_lib_var=`echo z'_'deflate | sed 'y%./+-%__p_%'`
    53285454if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    53325458LIBS="-lz  $LIBS"
    53335459cat > conftest.$ac_ext <<EOF
    5334 #line 5335 "configure"
     5460#line 5461 "configure"
    53355461#include "confdefs.h"
    53365462/* Override any gcc2 internal prototype to avoid an error.  */
     
    53435469; return 0; }
    53445470EOF
    5345 if { (eval echo configure:5346: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5471if { (eval echo configure:5472: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    53465472  rm -rf conftest*
    53475473  eval "ac_cv_lib_$ac_lib_var=yes"
     
    53705496   if test "$GC" = boehm; then
    53715497      echo $ac_n "checking for main in -ldl""... $ac_c" 1>&6
    5372 echo "configure:5373: checking for main in -ldl" >&5
     5498echo "configure:5499: checking for main in -ldl" >&5
    53735499ac_lib_var=`echo dl'_'main | sed 'y%./+-%__p_%'`
    53745500if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    53785504LIBS="-ldl  $LIBS"
    53795505cat > conftest.$ac_ext <<EOF
    5380 #line 5381 "configure"
     5506#line 5507 "configure"
    53815507#include "confdefs.h"
    53825508
     
    53855511; return 0; }
    53865512EOF
    5387 if { (eval echo configure:5388: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5513if { (eval echo configure:5514: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    53885514  rm -rf conftest*
    53895515  eval "ac_cv_lib_$ac_lib_var=yes"
     
    54155541   fi
    54165542   if test -x "${builddotdot}/../../gcc/gcj"; then
    5417       dir="`cd ${builddotdot}/../../gcc && pwd`"
    5418       GCJ="$dir/gcj -B`pwd`/ -B$dir/"
     5543      dir="`cd ${builddotdot}/../../gcc && ${PWDCMD-pwd}`"
     5544      GCJ="$dir/gcj -B`${PWDCMD-pwd}`/ -B$dir/"
    54195545   else
    54205546      CANADIAN=yes
    54215547      NULL_TARGET=yes
    5422       GCJ="gcj -B`pwd`/"
     5548      GCJ="gcj -B`${PWDCMD-pwd}`/"
    54235549   fi
    54245550fi
     
    54305556# have libgcj.jar nor java/lang/*.class
    54315557GCJ_SAVE_CPPFLAGS=$CPPFLAGS
    5432 CPPFLAGS="$CPPFLAGS -I`pwd` -I`cd $srcdir && pwd`"
     5558CPPFLAGS="$CPPFLAGS -I`${PWDCMD-pwd}` -I`cd $srcdir && ${PWDCMD-pwd}`"
    54335559
    54345560# Since some classes depend on this one, we need its source available
     
    54515577set dummy ${ac_tool_prefix}gcj; ac_word=$2
    54525578echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    5453 echo "configure:5454: checking for $ac_word" >&5
     5579echo "configure:5580: checking for $ac_word" >&5
    54545580if eval "test \"`echo '$''{'ac_cv_prog_GCJ'+set}'`\" = set"; then
    54555581  echo $ac_n "(cached) $ac_c" 1>&6
     
    54835609set dummy gcj; ac_word=$2
    54845610echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    5485 echo "configure:5486: checking for $ac_word" >&5
     5611echo "configure:5612: checking for $ac_word" >&5
    54865612if eval "test \"`echo '$''{'ac_cv_prog_GCJ'+set}'`\" = set"; then
    54875613  echo $ac_n "(cached) $ac_c" 1>&6
     
    55455671
    55465672echo $ac_n "checking size of void *""... $ac_c" 1>&6
    5547 echo "configure:5548: checking size of void *" >&5
     5673echo "configure:5674: checking size of void *" >&5
    55485674if eval "test \"`echo '$''{'ac_cv_sizeof_void_p'+set}'`\" = set"; then
    55495675  echo $ac_n "(cached) $ac_c" 1>&6
     
    55515677  for ac_size in 4 8 1 2 16 12  ; do # List sizes in rough order of prevalence.
    55525678  cat > conftest.$ac_ext <<EOF
    5553 #line 5554 "configure"
     5679#line 5680 "configure"
    55545680#include "confdefs.h"
    55555681#include "confdefs.h"
     
    55615687; return 0; }
    55625688EOF
    5563 if { (eval echo configure:5564: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5689if { (eval echo configure:5690: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    55645690  rm -rf conftest*
    55655691  ac_cv_sizeof_void_p=$ac_size
     
    56055731
    56065732
     5733
    56075734if test "$CANADIAN" = yes; then
    56085735  CANADIAN_TRUE=
     
    56545781
    56555782
    5656 
    5657 
    56585783# Determine gcj version number.
    56595784
     
    56685793
    56695794echo $ac_n "checking for g++ -ffloat-store bug""... $ac_c" 1>&6
    5670 echo "configure:5671: checking for g++ -ffloat-store bug" >&5
     5795echo "configure:5796: checking for g++ -ffloat-store bug" >&5
    56715796save_CFLAGS="$CFLAGS"
    56725797CFLAGS="-x c++ -O2 -ffloat-store"
    56735798cat > conftest.$ac_ext <<EOF
    5674 #line 5675 "configure"
     5799#line 5800 "configure"
    56755800#include "confdefs.h"
    56765801#include <math.h>
     
    56795804; return 0; }
    56805805EOF
    5681 if { (eval echo configure:5682: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5806if { (eval echo configure:5807: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    56825807  rm -rf conftest*
    56835808  echo "$ac_t""no" 1>&6
     
    56955820CFLAGS="$save_CFLAGS"
    56965821
    5697 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
     5822for 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
    56985823do
    56995824ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    57005825echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    5701 echo "configure:5702: checking for $ac_hdr" >&5
     5826echo "configure:5827: checking for $ac_hdr" >&5
    57025827if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    57035828  echo $ac_n "(cached) $ac_c" 1>&6
    57045829else
    57055830  cat > conftest.$ac_ext <<EOF
    5706 #line 5707 "configure"
     5831#line 5832 "configure"
    57075832#include "confdefs.h"
    57085833#include <$ac_hdr>
    57095834EOF
    57105835ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    5711 { (eval echo configure:5712: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     5836{ (eval echo configure:5837: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    57125837ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    57135838if test -z "$ac_err"; then
     
    57395864ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    57405865echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    5741 echo "configure:5742: checking for $ac_hdr" >&5
     5866echo "configure:5867: checking for $ac_hdr" >&5
    57425867if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    57435868  echo $ac_n "(cached) $ac_c" 1>&6
    57445869else
    57455870  cat > conftest.$ac_ext <<EOF
    5746 #line 5747 "configure"
     5871#line 5872 "configure"
    57475872#include "confdefs.h"
    57485873#include <$ac_hdr>
    57495874EOF
    57505875ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    5751 { (eval echo configure:5752: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     5876{ (eval echo configure:5877: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    57525877ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    57535878if test -z "$ac_err"; then
     
    57795904ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    57805905echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    5781 echo "configure:5782: checking for $ac_hdr" >&5
     5906echo "configure:5907: checking for $ac_hdr" >&5
    57825907if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    57835908  echo $ac_n "(cached) $ac_c" 1>&6
    57845909else
    57855910  cat > conftest.$ac_ext <<EOF
    5786 #line 5787 "configure"
     5911#line 5912 "configure"
    57875912#include "confdefs.h"
    57885913#include <$ac_hdr>
    57895914EOF
    57905915ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    5791 { (eval echo configure:5792: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     5916{ (eval echo configure:5917: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    57925917ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    57935918if test -z "$ac_err"; then
     
    58255950
    58265951echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6
    5827 echo "configure:5828: checking for sys/wait.h that is POSIX.1 compatible" >&5
     5952echo "configure:5953: checking for sys/wait.h that is POSIX.1 compatible" >&5
    58285953if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then
    58295954  echo $ac_n "(cached) $ac_c" 1>&6
    58305955else
    58315956  cat > conftest.$ac_ext <<EOF
    5832 #line 5833 "configure"
     5957#line 5958 "configure"
    58335958#include "confdefs.h"
    58345959#include <sys/types.h>
     
    58465971; return 0; }
    58475972EOF
    5848 if { (eval echo configure:5849: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5973if { (eval echo configure:5974: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    58495974  rm -rf conftest*
    58505975  ac_cv_header_sys_wait_h=yes
     
    58685993
    58695994echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    5870 echo "configure:5871: checking for ANSI C header files" >&5
     5995echo "configure:5996: checking for ANSI C header files" >&5
    58715996if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    58725997  echo $ac_n "(cached) $ac_c" 1>&6
    58735998else
    58745999  cat > conftest.$ac_ext <<EOF
    5875 #line 5876 "configure"
     6000#line 6001 "configure"
    58766001#include "confdefs.h"
    58776002#include <stdlib.h>
     
    58816006EOF
    58826007ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    5883 { (eval echo configure:5884: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     6008{ (eval echo configure:6009: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    58846009ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    58856010if test -z "$ac_err"; then
     
    58986023  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    58996024cat > conftest.$ac_ext <<EOF
    5900 #line 5901 "configure"
     6025#line 6026 "configure"
    59016026#include "confdefs.h"
    59026027#include <string.h>
     
    59166041  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    59176042cat > conftest.$ac_ext <<EOF
    5918 #line 5919 "configure"
     6043#line 6044 "configure"
    59196044#include "confdefs.h"
    59206045#include <stdlib.h>
     
    59376062else
    59386063  cat > conftest.$ac_ext <<EOF
    5939 #line 5940 "configure"
     6064#line 6065 "configure"
    59406065#include "confdefs.h"
    59416066#include <ctype.h>
     
    59486073
    59496074EOF
    5950 if { (eval echo configure:5951: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     6075if { (eval echo configure:6076: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    59516076then
    59526077  :
     
    59726097
    59736098echo $ac_n "checking for ssize_t""... $ac_c" 1>&6
    5974 echo "configure:5975: checking for ssize_t" >&5
     6099echo "configure:6100: checking for ssize_t" >&5
    59756100if eval "test \"`echo '$''{'ac_cv_type_ssize_t'+set}'`\" = set"; then
    59766101  echo $ac_n "(cached) $ac_c" 1>&6
    59776102else
    59786103  cat > conftest.$ac_ext <<EOF
    5979 #line 5980 "configure"
     6104#line 6105 "configure"
    59806105#include "confdefs.h"
    59816106#include <sys/types.h>
     
    60066131
    60076132echo $ac_n "checking for in_addr_t""... $ac_c" 1>&6
    6008 echo "configure:6009: checking for in_addr_t" >&5
     6133echo "configure:6134: checking for in_addr_t" >&5
    60096134cat > conftest.$ac_ext <<EOF
    6010 #line 6011 "configure"
     6135#line 6136 "configure"
    60116136#include "confdefs.h"
    60126137#include <sys/types.h>
     
    60226147; return 0; }
    60236148EOF
    6024 if { (eval echo configure:6025: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     6149if { (eval echo configure:6150: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    60256150  rm -rf conftest*
    60266151  cat >> confdefs.h <<\EOF
     
    60386163
    60396164echo $ac_n "checking whether struct ip_mreq is in netinet/in.h""... $ac_c" 1>&6
    6040 echo "configure:6041: checking whether struct ip_mreq is in netinet/in.h" >&5
     6165echo "configure:6166: checking whether struct ip_mreq is in netinet/in.h" >&5
    60416166cat > conftest.$ac_ext <<EOF
    6042 #line 6043 "configure"
     6167#line 6168 "configure"
    60436168#include "confdefs.h"
    60446169#include <netinet/in.h>
     
    60476172; return 0; }
    60486173EOF
    6049 if { (eval echo configure:6050: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     6174if { (eval echo configure:6175: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    60506175  rm -rf conftest*
    60516176  cat >> confdefs.h <<\EOF
     
    60636188
    60646189echo $ac_n "checking whether struct ipv6_mreq is in netinet/in.h""... $ac_c" 1>&6
    6065 echo "configure:6066: checking whether struct ipv6_mreq is in netinet/in.h" >&5
     6190echo "configure:6191: checking whether struct ipv6_mreq is in netinet/in.h" >&5
    60666191cat > conftest.$ac_ext <<EOF
    6067 #line 6068 "configure"
     6192#line 6193 "configure"
    60686193#include "confdefs.h"
    60696194#include <netinet/in.h>
     
    60726197; return 0; }
    60736198EOF
    6074 if { (eval echo configure:6075: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     6199if { (eval echo configure:6200: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    60756200  rm -rf conftest*
    60766201  cat >> confdefs.h <<\EOF
     
    60886213
    60896214echo $ac_n "checking whether struct sockaddr_in6 is in netinet/in.h""... $ac_c" 1>&6
    6090 echo "configure:6091: checking whether struct sockaddr_in6 is in netinet/in.h" >&5
     6215echo "configure:6216: checking whether struct sockaddr_in6 is in netinet/in.h" >&5
    60916216cat > conftest.$ac_ext <<EOF
    6092 #line 6093 "configure"
     6217#line 6218 "configure"
    60936218#include "confdefs.h"
    60946219#include <netinet/in.h>
     
    60976222; return 0; }
    60986223EOF
    6099 if { (eval echo configure:6100: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     6224if { (eval echo configure:6225: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    61006225  rm -rf conftest*
    61016226  cat >> confdefs.h <<\EOF
     
    61136238
    61146239echo $ac_n "checking for socklen_t in sys/socket.h""... $ac_c" 1>&6
    6115 echo "configure:6116: checking for socklen_t in sys/socket.h" >&5
     6240echo "configure:6241: checking for socklen_t in sys/socket.h" >&5
    61166241cat > conftest.$ac_ext <<EOF
    6117 #line 6118 "configure"
     6242#line 6243 "configure"
    61186243#include "confdefs.h"
    61196244#define _POSIX_PII_SOCKET
     
    61246249; return 0; }
    61256250EOF
    6126 if { (eval echo configure:6127: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     6251if { (eval echo configure:6252: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    61276252  rm -rf conftest*
    61286253  cat >> confdefs.h <<\EOF
     
    61406265
    61416266echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6
    6142 echo "configure:6143: checking for tm_gmtoff in struct tm" >&5
     6267echo "configure:6268: checking for tm_gmtoff in struct tm" >&5
    61436268cat > conftest.$ac_ext <<EOF
    6144 #line 6145 "configure"
     6269#line 6270 "configure"
    61456270#include "confdefs.h"
    61466271#include <time.h>
     
    61496274; return 0; }
    61506275EOF
    6151 if { (eval echo configure:6152: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     6276if { (eval echo configure:6277: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    61526277  rm -rf conftest*
    61536278  cat >> confdefs.h <<\EOF
     
    61626287  echo "$ac_t""no" 1>&6
    61636288   echo $ac_n "checking for global timezone variable""... $ac_c" 1>&6
    6164 echo "configure:6165: checking for global timezone variable" >&5
    6165             cat > conftest.$ac_ext <<EOF
    6166 #line 6167 "configure"
     6289echo "configure:6290: checking for global timezone variable" >&5
     6290               cat > conftest.$ac_ext <<EOF
     6291#line 6292 "configure"
    61676292#include "confdefs.h"
    61686293#include <time.h>
    61696294int main() {
    6170 long z2 = timezone;
     6295void i(){long z2 = 2*timezone;}
    61716296; return 0; }
    61726297EOF
    6173 if { (eval echo configure:6174: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     6298if { (eval echo configure:6299: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    61746299  rm -rf conftest*
    61756300  cat >> confdefs.h <<\EOF
     
    61836308  rm -rf conftest*
    61846309  echo "$ac_t""no" 1>&6
     6310       echo $ac_n "checking for global _timezone variable""... $ac_c" 1>&6
     6311echo "configure:6312: checking for global _timezone variable" >&5
     6312              cat > conftest.$ac_ext <<EOF
     6313#line 6314 "configure"
     6314#include "confdefs.h"
     6315#include <time.h>
     6316int main() {
     6317long z2 = _timezone;
     6318; return 0; }
     6319EOF
     6320if { (eval echo configure:6321: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     6321  rm -rf conftest*
     6322  cat >> confdefs.h <<\EOF
     6323#define HAVE_UNDERSCORE_TIMEZONE 1
     6324EOF
     6325
     6326          echo "$ac_t""yes" 1>&6
     6327else
     6328  echo "configure: failed program was:" >&5
     6329  cat conftest.$ac_ext >&5
     6330  rm -rf conftest*
     6331  echo "$ac_t""no" 1>&6
     6332fi
     6333rm -f conftest*
    61856334fi
    61866335rm -f conftest*
     
    61916340# for constant arguments.  Useless!
    61926341echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
    6193 echo "configure:6194: checking for working alloca.h" >&5
     6342echo "configure:6343: checking for working alloca.h" >&5
    61946343if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
    61956344  echo $ac_n "(cached) $ac_c" 1>&6
    61966345else
    61976346  cat > conftest.$ac_ext <<EOF
    6198 #line 6199 "configure"
     6347#line 6348 "configure"
    61996348#include "confdefs.h"
    62006349#include <alloca.h>
     
    62036352; return 0; }
    62046353EOF
    6205 if { (eval echo configure:6206: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     6354if { (eval echo configure:6355: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    62066355  rm -rf conftest*
    62076356  ac_cv_header_alloca_h=yes
     
    62246373
    62256374echo $ac_n "checking for alloca""... $ac_c" 1>&6
    6226 echo "configure:6227: checking for alloca" >&5
     6375echo "configure:6376: checking for alloca" >&5
    62276376if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
    62286377  echo $ac_n "(cached) $ac_c" 1>&6
    62296378else
    62306379  cat > conftest.$ac_ext <<EOF
    6231 #line 6232 "configure"
     6380#line 6381 "configure"
    62326381#include "confdefs.h"
    62336382
     
    62576406; return 0; }
    62586407EOF
    6259 if { (eval echo configure:6260: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     6408if { (eval echo configure:6409: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    62606409  rm -rf conftest*
    62616410  ac_cv_func_alloca_works=yes
     
    62896438
    62906439echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
    6291 echo "configure:6292: checking whether alloca needs Cray hooks" >&5
     6440echo "configure:6441: checking whether alloca needs Cray hooks" >&5
    62926441if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
    62936442  echo $ac_n "(cached) $ac_c" 1>&6
    62946443else
    62956444  cat > conftest.$ac_ext <<EOF
    6296 #line 6297 "configure"
     6445#line 6446 "configure"
    62976446#include "confdefs.h"
    62986447#if defined(CRAY) && ! defined(CRAY2)
     
    63196468for ac_func in _getb67 GETB67 getb67; do
    63206469  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    6321 echo "configure:6322: checking for $ac_func" >&5
     6470echo "configure:6471: checking for $ac_func" >&5
    63226471if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    63236472  echo $ac_n "(cached) $ac_c" 1>&6
    63246473else
    63256474  cat > conftest.$ac_ext <<EOF
    6326 #line 6327 "configure"
     6475#line 6476 "configure"
    63276476#include "confdefs.h"
    63286477/* System header to define __stub macros and hopefully few prototypes,
     
    63476496; return 0; }
    63486497EOF
    6349 if { (eval echo configure:6350: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     6498if { (eval echo configure:6499: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    63506499  rm -rf conftest*
    63516500  eval "ac_cv_func_$ac_func=yes"
     
    63746523
    63756524echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
    6376 echo "configure:6377: checking stack direction for C alloca" >&5
     6525echo "configure:6526: checking stack direction for C alloca" >&5
    63776526if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
    63786527  echo $ac_n "(cached) $ac_c" 1>&6
     
    63826531else
    63836532  cat > conftest.$ac_ext <<EOF
    6384 #line 6385 "configure"
     6533#line 6534 "configure"
    63856534#include "confdefs.h"
    63866535find_stack_direction ()
     
    64016550}
    64026551EOF
    6403 if { (eval echo configure:6404: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     6552if { (eval echo configure:6553: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    64046553then
    64056554  ac_cv_c_stack_direction=1
     
    64286577set dummy $ac_prog; ac_word=$2
    64296578echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    6430 echo "configure:6431: checking for $ac_word" >&5
     6579echo "configure:6580: checking for $ac_word" >&5
    64316580if eval "test \"`echo '$''{'ac_cv_prog_PERL'+set}'`\" = set"; then
    64326581  echo $ac_n "(cached) $ac_c" 1>&6
     
    64766625    ;;
    64776626 powerpc-*-linux*)
    6478     SIGNAL_HANDLER=include/dwarf2-signal.h
     6627    SIGNAL_HANDLER=include/powerpc-signal.h
    64796628    ;;
    64806629 alpha*-*-linux*)
    64816630    SIGNAL_HANDLER=include/dwarf2-signal.h
     6631    ;;
     6632 s390*-*-linux*)
     6633    SIGNAL_HANDLER=include/s390-signal.h
     6634    ;;
     6635 x86_64*-*-linux*)
     6636    SIGNAL_HANDLER=include/x86_64-signal.h
    64826637    ;;
    64836638 sparc*-*-linux*)
     
    64976652fi
    64986653
     6654# Define here any compiler flags that you need in order to make backtrace() work.
     6655BACKTRACESPEC=
     6656case "${host}" in
     6657 x86_64*-*-linux*)
     6658    BACKTRACESPEC=-fno-omit-frame-pointer
     6659    ;;
     6660esac
     6661
     6662
    64996663
    65006664
     
    65126676# --without-x overrides everything else, but does not touch the cache.
    65136677echo $ac_n "checking for X""... $ac_c" 1>&6
    6514 echo "configure:6515: checking for X" >&5
     6678echo "configure:6679: checking for X" >&5
    65156679
    65166680# Check whether --with-x or --without-x was given.
     
    65746738  # First, try using that file with no special directory specified.
    65756739cat > conftest.$ac_ext <<EOF
    6576 #line 6577 "configure"
     6740#line 6741 "configure"
    65776741#include "confdefs.h"
    65786742#include <$x_direct_test_include>
    65796743EOF
    65806744ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    6581 { (eval echo configure:6582: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     6745{ (eval echo configure:6746: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    65826746ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    65836747if test -z "$ac_err"; then
     
    66486812  LIBS="-l$x_direct_test_library $LIBS"
    66496813cat > conftest.$ac_ext <<EOF
    6650 #line 6651 "configure"
     6814#line 6815 "configure"
    66516815#include "confdefs.h"
    66526816
     
    66556819; return 0; }
    66566820EOF
    6657 if { (eval echo configure:6658: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     6821if { (eval echo configure:6822: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    66586822  rm -rf conftest*
    66596823  LIBS="$ac_save_LIBS"
     
    67616925    "SunOS 5"*)
    67626926      echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
    6763 echo "configure:6764: checking whether -R must be followed by a space" >&5
     6927echo "configure:6928: checking whether -R must be followed by a space" >&5
    67646928      ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries"
    67656929      cat > conftest.$ac_ext <<EOF
    6766 #line 6767 "configure"
     6930#line 6931 "configure"
    67676931#include "confdefs.h"
    67686932
     
    67716935; return 0; }
    67726936EOF
    6773 if { (eval echo configure:6774: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     6937if { (eval echo configure:6938: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    67746938  rm -rf conftest*
    67756939  ac_R_nospace=yes
     
    67876951        LIBS="$ac_xsave_LIBS -R $x_libraries"
    67886952        cat > conftest.$ac_ext <<EOF
    6789 #line 6790 "configure"
     6953#line 6954 "configure"
    67906954#include "confdefs.h"
    67916955
     
    67946958; return 0; }
    67956959EOF
    6796 if { (eval echo configure:6797: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     6960if { (eval echo configure:6961: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    67976961  rm -rf conftest*
    67986962  ac_R_space=yes
     
    68266990    # the Alpha needs dnet_stub (dnet does not exist).
    68276991    echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
    6828 echo "configure:6829: checking for dnet_ntoa in -ldnet" >&5
     6992echo "configure:6993: checking for dnet_ntoa in -ldnet" >&5
    68296993ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
    68306994if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    68346998LIBS="-ldnet  $LIBS"
    68356999cat > conftest.$ac_ext <<EOF
    6836 #line 6837 "configure"
     7000#line 7001 "configure"
    68377001#include "confdefs.h"
    68387002/* Override any gcc2 internal prototype to avoid an error.  */
     
    68457009; return 0; }
    68467010EOF
    6847 if { (eval echo configure:6848: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     7011if { (eval echo configure:7012: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    68487012  rm -rf conftest*
    68497013  eval "ac_cv_lib_$ac_lib_var=yes"
     
    68677031    if test $ac_cv_lib_dnet_dnet_ntoa = no; then
    68687032      echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
    6869 echo "configure:6870: checking for dnet_ntoa in -ldnet_stub" >&5
     7033echo "configure:7034: checking for dnet_ntoa in -ldnet_stub" >&5
    68707034ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
    68717035if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    68757039LIBS="-ldnet_stub  $LIBS"
    68767040cat > conftest.$ac_ext <<EOF
    6877 #line 6878 "configure"
     7041#line 7042 "configure"
    68787042#include "confdefs.h"
    68797043/* Override any gcc2 internal prototype to avoid an error.  */
     
    68867050; return 0; }
    68877051EOF
    6888 if { (eval echo configure:6889: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     7052if { (eval echo configure:7053: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    68897053  rm -rf conftest*
    68907054  eval "ac_cv_lib_$ac_lib_var=yes"
     
    69157079    # on Irix 5.2, according to dickey@clark.net.
    69167080    echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
    6917 echo "configure:6918: checking for gethostbyname" >&5
     7081echo "configure:7082: checking for gethostbyname" >&5
    69187082if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
    69197083  echo $ac_n "(cached) $ac_c" 1>&6
    69207084else
    69217085  cat > conftest.$ac_ext <<EOF
    6922 #line 6923 "configure"
     7086#line 7087 "configure"
    69237087#include "confdefs.h"
    69247088/* System header to define __stub macros and hopefully few prototypes,
     
    69437107; return 0; }
    69447108EOF
    6945 if { (eval echo configure:6946: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     7109if { (eval echo configure:7110: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    69467110  rm -rf conftest*
    69477111  eval "ac_cv_func_gethostbyname=yes"
     
    69647128    if test $ac_cv_func_gethostbyname = no; then
    69657129      echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
    6966 echo "configure:6967: checking for gethostbyname in -lnsl" >&5
     7130echo "configure:7131: checking for gethostbyname in -lnsl" >&5
    69677131ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
    69687132if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    69727136LIBS="-lnsl  $LIBS"
    69737137cat > conftest.$ac_ext <<EOF
    6974 #line 6975 "configure"
     7138#line 7139 "configure"
    69757139#include "confdefs.h"
    69767140/* Override any gcc2 internal prototype to avoid an error.  */
     
    69837147; return 0; }
    69847148EOF
    6985 if { (eval echo configure:6986: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     7149if { (eval echo configure:7150: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    69867150  rm -rf conftest*
    69877151  eval "ac_cv_lib_$ac_lib_var=yes"
     
    70137177    # We assume that if connect needs -lnsl, so does gethostbyname.
    70147178    echo $ac_n "checking for connect""... $ac_c" 1>&6
    7015 echo "configure:7016: checking for connect" >&5
     7179echo "configure:7180: checking for connect" >&5
    70167180if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
    70177181  echo $ac_n "(cached) $ac_c" 1>&6
    70187182else
    70197183  cat > conftest.$ac_ext <<EOF
    7020 #line 7021 "configure"
     7184#line 7185 "configure"
    70217185#include "confdefs.h"
    70227186/* System header to define __stub macros and hopefully few prototypes,
     
    70417205; return 0; }
    70427206EOF
    7043 if { (eval echo configure:7044: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     7207if { (eval echo configure:7208: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    70447208  rm -rf conftest*
    70457209  eval "ac_cv_func_connect=yes"
     
    70627226    if test $ac_cv_func_connect = no; then
    70637227      echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
    7064 echo "configure:7065: checking for connect in -lsocket" >&5
     7228echo "configure:7229: checking for connect in -lsocket" >&5
    70657229ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
    70667230if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    70707234LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
    70717235cat > conftest.$ac_ext <<EOF
    7072 #line 7073 "configure"
     7236#line 7237 "configure"
    70737237#include "confdefs.h"
    70747238/* Override any gcc2 internal prototype to avoid an error.  */
     
    70817245; return 0; }
    70827246EOF
    7083 if { (eval echo configure:7084: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     7247if { (eval echo configure:7248: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    70847248  rm -rf conftest*
    70857249  eval "ac_cv_lib_$ac_lib_var=yes"
     
    71057269    # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
    71067270    echo $ac_n "checking for remove""... $ac_c" 1>&6
    7107 echo "configure:7108: checking for remove" >&5
     7271echo "configure:7272: checking for remove" >&5
    71087272if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
    71097273  echo $ac_n "(cached) $ac_c" 1>&6
    71107274else
    71117275  cat > conftest.$ac_ext <<EOF
    7112 #line 7113 "configure"
     7276#line 7277 "configure"
    71137277#include "confdefs.h"
    71147278/* System header to define __stub macros and hopefully few prototypes,
     
    71337297; return 0; }
    71347298EOF
    7135 if { (eval echo configure:7136: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     7299if { (eval echo configure:7300: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    71367300  rm -rf conftest*
    71377301  eval "ac_cv_func_remove=yes"
     
    71547318    if test $ac_cv_func_remove = no; then
    71557319      echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
    7156 echo "configure:7157: checking for remove in -lposix" >&5
     7320echo "configure:7321: checking for remove in -lposix" >&5
    71577321ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`
    71587322if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    71627326LIBS="-lposix  $LIBS"
    71637327cat > conftest.$ac_ext <<EOF
    7164 #line 7165 "configure"
     7328#line 7329 "configure"
    71657329#include "confdefs.h"
    71667330/* Override any gcc2 internal prototype to avoid an error.  */
     
    71737337; return 0; }
    71747338EOF
    7175 if { (eval echo configure:7176: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     7339if { (eval echo configure:7340: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    71767340  rm -rf conftest*
    71777341  eval "ac_cv_lib_$ac_lib_var=yes"
     
    71977361    # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
    71987362    echo $ac_n "checking for shmat""... $ac_c" 1>&6
    7199 echo "configure:7200: checking for shmat" >&5
     7363echo "configure:7364: checking for shmat" >&5
    72007364if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
    72017365  echo $ac_n "(cached) $ac_c" 1>&6
    72027366else
    72037367  cat > conftest.$ac_ext <<EOF
    7204 #line 7205 "configure"
     7368#line 7369 "configure"
    72057369#include "confdefs.h"
    72067370/* System header to define __stub macros and hopefully few prototypes,
     
    72257389; return 0; }
    72267390EOF
    7227 if { (eval echo configure:7228: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     7391if { (eval echo configure:7392: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    72287392  rm -rf conftest*
    72297393  eval "ac_cv_func_shmat=yes"
     
    72467410    if test $ac_cv_func_shmat = no; then
    72477411      echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
    7248 echo "configure:7249: checking for shmat in -lipc" >&5
     7412echo "configure:7413: checking for shmat in -lipc" >&5
    72497413ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
    72507414if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    72547418LIBS="-lipc  $LIBS"
    72557419cat > conftest.$ac_ext <<EOF
    7256 #line 7257 "configure"
     7420#line 7421 "configure"
    72577421#include "confdefs.h"
    72587422/* Override any gcc2 internal prototype to avoid an error.  */
     
    72657429; return 0; }
    72667430EOF
    7267 if { (eval echo configure:7268: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     7431if { (eval echo configure:7432: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    72687432  rm -rf conftest*
    72697433  eval "ac_cv_lib_$ac_lib_var=yes"
     
    72987462  #  --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
    72997463  echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
    7300 echo "configure:7301: checking for IceConnectionNumber in -lICE" >&5
     7464echo "configure:7465: checking for IceConnectionNumber in -lICE" >&5
    73017465ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
    73027466if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    73067470LIBS="-lICE $X_EXTRA_LIBS $LIBS"
    73077471cat > conftest.$ac_ext <<EOF
    7308 #line 7309 "configure"
     7472#line 7473 "configure"
    73097473#include "confdefs.h"
    73107474/* Override any gcc2 internal prototype to avoid an error.  */
     
    73177481; return 0; }
    73187482EOF
    7319 if { (eval echo configure:7320: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     7483if { (eval echo configure:7484: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    73207484  rm -rf conftest*
    73217485  eval "ac_cv_lib_$ac_lib_var=yes"
     
    73977561
    73987562
    7399 here=`pwd`
     7563here=`${PWDCMD-pwd}`
    74007564
    74017565
     
    75907754s%@TESTSUBDIR_FALSE@%$TESTSUBDIR_FALSE%g
    75917755s%@LIBGCJDEBUG@%$LIBGCJDEBUG%g
     7756s%@INTERPRETER@%$INTERPRETER%g
    75927757s%@LIBFFI@%$LIBFFI%g
    75937758s%@LIBFFIINCS@%$LIBFFIINCS%g
     
    76257790s%@CHECKREFSPEC@%$CHECKREFSPEC%g
    76267791s%@EXCEPTIONSPEC@%$EXCEPTIONSPEC%g
     7792s%@IEEESPEC@%$IEEESPEC%g
    76277793s%@CANADIAN_TRUE@%$CANADIAN_TRUE%g
    76287794s%@CANADIAN_FALSE@%$CANADIAN_FALSE%g
     
    76377803s%@toolexecmainlibdir@%$toolexecmainlibdir%g
    76387804s%@toolexeclibdir@%$toolexeclibdir%g
    7639 s%@AM_RUNTESTFLAGS@%$AM_RUNTESTFLAGS%g
    76407805s%@GCJVERSION@%$GCJVERSION%g
    76417806s%@ALLOCA@%$ALLOCA%g
    76427807s%@PERL@%$PERL%g
     7808s%@BACKTRACESPEC@%$BACKTRACESPEC%g
    76437809s%@SYSDEP_SOURCES@%$SYSDEP_SOURCES%g
    76447810s%@X_CFLAGS@%$X_CFLAGS%g
     
    79158081CC="${CC}"
    79168082CXX="${CXX}"
     8083ORIGINAL_LD_FOR_MULTILIBS="${ORIGINAL_LD_FOR_MULTILIBS}"
    79178084
    79188085EOF
     
    79378104# Make subdirectories and `.d' files.  Look in both srcdir and
    79388105# builddir for the .java files.
    7939 h=`pwd`
     8106h=`${PWDCMD-pwd}`
    79408107: > deps.mk
    79418108( (cd $srcdir && find . \( -name '*.java' -o -name '*.cc' \) -print) ;
Note: See TracChangeset for help on using the changeset viewer.