Changeset 80 for trunk/src/gcc/zlib


Ignore:
Timestamp:
May 2, 2003, 12:30:43 PM (22 years ago)
Author:
bird
Message:

Regenerated configure on OS/2.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r79 r80  
    545545fi
    546546
     547echo $ac_n "checking for path separator""... $ac_c" 1>&6
     548echo "configure:549: checking for path separator" >&5
     549# Filter path to get backslahes into forwardslashes
     550case "`uname -s 2> /dev/null`" in
     551OS/2)
     552  PATH=`echo -E "$PATH" | sed 's+\\\\+/+g'`
     553  PATH_IFS=';'
     554  ;;
     555*)
     556  PATH_IFS=':'
     557  ;;
     558esac
     559echo "$ac_t""${PATH_IFS}" 1>&6
     560
     561echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
     562echo "configure:563: checking for Cygwin environment" >&5
     563if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
     564  echo $ac_n "(cached) $ac_c" 1>&6
     565else
     566  cat > conftest.$ac_ext <<EOF
     567#line 568 "configure"
     568#include "confdefs.h"
     569
     570int main() {
     571
     572#ifndef __CYGWIN__
     573#define __CYGWIN__ __CYGWIN32__
     574#endif
     575return __CYGWIN__;
     576; return 0; }
     577EOF
     578if { (eval echo configure:579: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     579  rm -rf conftest*
     580  ac_cv_cygwin=yes
     581else
     582  echo "configure: failed program was:" >&5
     583  cat conftest.$ac_ext >&5
     584  rm -rf conftest*
     585  ac_cv_cygwin=no
     586fi
     587rm -f conftest*
     588rm -f conftest*
     589fi
     590
     591echo "$ac_t""$ac_cv_cygwin" 1>&6
     592CYGWIN=
     593test "$ac_cv_cygwin" = yes && CYGWIN=yes
     594echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
     595echo "configure:596: checking for mingw32 environment" >&5
     596if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
     597  echo $ac_n "(cached) $ac_c" 1>&6
     598else
     599  cat > conftest.$ac_ext <<EOF
     600#line 601 "configure"
     601#include "confdefs.h"
     602
     603int main() {
     604return __MINGW32__;
     605; return 0; }
     606EOF
     607if { (eval echo configure:608: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     608  rm -rf conftest*
     609  ac_cv_mingw32=yes
     610else
     611  echo "configure: failed program was:" >&5
     612  cat conftest.$ac_ext >&5
     613  rm -rf conftest*
     614  ac_cv_mingw32=no
     615fi
     616rm -f conftest*
     617rm -f conftest*
     618fi
     619
     620echo "$ac_t""$ac_cv_mingw32" 1>&6
     621MINGW32=
     622test "$ac_cv_mingw32" = yes && MINGW32=yes
     623echo $ac_n "checking for EMX/OS2 environment""... $ac_c" 1>&6
     624echo "configure:625: checking for EMX/OS2 environment" >&5
     625if eval "test \"`echo '$''{'ac_cv_emxos2'+set}'`\" = set"; then
     626  echo $ac_n "(cached) $ac_c" 1>&6
     627else
     628  : ${CC=gcc.exe}
     629cat > conftest.$ac_ext <<EOF
     630#line 631 "configure"
     631#include "confdefs.h"
     632
     633int main() {
     634return __EMX__;
     635; return 0; }
     636EOF
     637if { (eval echo configure:638: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     638  rm -rf conftest*
     639  ac_cv_emxos2=yes
     640else
     641  echo "configure: failed program was:" >&5
     642  cat conftest.$ac_ext >&5
     643  rm -rf conftest*
     644  ac_cv_emxos2=no
     645fi
     646rm -f conftest*
     647rm -f conftest*
     648fi
     649
     650echo "$ac_t""$ac_cv_emxos2" 1>&6
     651if eval "test \"`echo '$''{'ac_cv_libpre'+set}'`\" = set"; then
     652  echo $ac_n "(cached) $ac_c" 1>&6
     653else
     654  if test "$ac_cv_emxos2" = yes ; then
     655  ac_cv_libpre=
     656else
     657  ac_cv_libpre=lib
     658fi
     659
     660fi
     661
     662EMXOS2=
     663test "$ac_cv_emxos2" = yes && EMXOS2=yes
     664
     665
     666
     667echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
     668echo "configure:669: checking for executable suffix" >&5
     669if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
     670  echo $ac_n "(cached) $ac_c" 1>&6
     671else
     672  if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$EMXOS2" = yes; then
     673  ac_cv_exeext=.exe
     674else
     675  rm -f conftest*
     676  echo 'int main () { return 0; }' > conftest.$ac_ext
     677  ac_cv_exeext=
     678  if { (eval echo configure:679: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
     679    for file in conftest.*; do
     680      case $file in
     681      *.c | *.o | *.obj) ;;
     682      *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
     683      esac
     684    done
     685  else
     686    { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
     687  fi
     688  rm -f conftest*
     689  test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
     690fi
     691fi
     692
     693EXEEXT=""
     694test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
     695echo "$ac_t""${ac_cv_exeext}" 1>&6
     696ac_exeext=$EXEEXT
     697
    547698
    548699
     
    636787
    637788echo $ac_n "checking host system type""... $ac_c" 1>&6
    638 echo "configure:639: checking host system type" >&5
     789echo "configure:790: checking host system type" >&5
    639790
    640791host_alias=$host
     
    657808
    658809echo $ac_n "checking target system type""... $ac_c" 1>&6
    659 echo "configure:660: checking target system type" >&5
     810echo "configure:811: checking target system type" >&5
    660811
    661812target_alias=$target
     
    675826
    676827echo $ac_n "checking build system type""... $ac_c" 1>&6
    677 echo "configure:678: checking build system type" >&5
     828echo "configure:829: checking build system type" >&5
    678829
    679830build_alias=$build
     
    714865# ./install, which can be erroneously created by make from ./install.sh.
    715866echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    716 echo "configure:717: checking for a BSD compatible install" >&5
     867echo "configure:868: checking for a BSD compatible install" >&5
    717868if test -z "$INSTALL"; then
    718869if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
    719870  echo $ac_n "(cached) $ac_c" 1>&6
    720871else
    721     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
     872    IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS="$PATH_IFS"
    722873  for ac_dir in $PATH; do
    723874    # Account for people who put trailing slashes in PATH elements.
    724875    case "$ac_dir/" in
    725876    /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
     877    # We reject the install program from OS/2 or W3.1
     878    */OS2|*/OS2/*|*/WINDOWS|*/WINDOWS/*) ;;
    726879    *)
    727880      # OSF1 and SCO ODT 3.0 have their own names for install.
     
    729882      # by default.
    730883      for ac_prog in ginstall scoinst install; do
    731         if test -f $ac_dir/$ac_prog; then
     884        if test -f $ac_dir/$ac_prog$ac_exeext; then
    732885          if test $ac_prog = install &&
    733886            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
     
    735888            :
    736889          else
    737             ac_cv_path_install="$ac_dir/$ac_prog -c"
     890            ac_cv_path_install="$ac_dir/$ac_prog$ac_exeext -c"
    738891            break 2
    739892          fi
     
    767920
    768921echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
    769 echo "configure:770: checking whether build environment is sane" >&5
     922echo "configure:923: checking whether build environment is sane" >&5
    770923# Just in case
    771924sleep 1
     
    824977
    825978echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    826 echo "configure:827: checking whether ${MAKE-make} sets \${MAKE}" >&5
     979echo "configure:980: checking whether ${MAKE-make} sets \${MAKE}" >&5
    827980set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    828981if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    8701023missing_dir=`cd $ac_aux_dir && pwd`
    8711024echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
    872 echo "configure:873: checking for working aclocal" >&5
     1025echo "configure:1026: checking for working aclocal" >&5
    8731026# Run test in a subshell; some versions of sh will print an error if
    8741027# an executable is not found, even if stderr is redirected.
     
    8831036
    8841037echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
    885 echo "configure:886: checking for working autoconf" >&5
     1038echo "configure:1039: checking for working autoconf" >&5
    8861039# Run test in a subshell; some versions of sh will print an error if
    8871040# an executable is not found, even if stderr is redirected.
     
    8961049
    8971050echo $ac_n "checking for working automake""... $ac_c" 1>&6
    898 echo "configure:899: checking for working automake" >&5
     1051echo "configure:1052: checking for working automake" >&5
    8991052# Run test in a subshell; some versions of sh will print an error if
    9001053# an executable is not found, even if stderr is redirected.
     
    9091062
    9101063echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
    911 echo "configure:912: checking for working autoheader" >&5
     1064echo "configure:1065: checking for working autoheader" >&5
    9121065# Run test in a subshell; some versions of sh will print an error if
    9131066# an executable is not found, even if stderr is redirected.
     
    9221075
    9231076echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
    924 echo "configure:925: checking for working makeinfo" >&5
     1077echo "configure:1078: checking for working makeinfo" >&5
    9251078# Run test in a subshell; some versions of sh will print an error if
    9261079# an executable is not found, even if stderr is redirected.
     
    9371090
    9381091echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
    939 echo "configure:940: checking whether to enable maintainer-specific portions of Makefiles" >&5
     1092echo "configure:1093: checking whether to enable maintainer-specific portions of Makefiles" >&5
    9401093    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
    9411094if test "${enable_maintainer_mode+set}" = set; then
     
    9961149set dummy gcc; ac_word=$2
    9971150echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    998 echo "configure:999: checking for $ac_word" >&5
     1151echo "configure:1152: checking for $ac_word" >&5
    9991152if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    10001153  echo $ac_n "(cached) $ac_c" 1>&6
     
    10031156  ac_cv_prog_CC="$CC" # Let the user override the test.
    10041157else
    1005   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1158  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    10061159  ac_dummy="$PATH"
    10071160  for ac_dir in $ac_dummy; do
    10081161    test -z "$ac_dir" && ac_dir=.
    1009     if test -f $ac_dir/$ac_word; then
     1162    if test -f $ac_dir/$ac_word -o \
     1163            -f $ac_dir/$ac_word$ac_exeext ; then
    10101164      ac_cv_prog_CC="gcc"
    10111165      break
     
    10261180set dummy cc; ac_word=$2
    10271181echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1028 echo "configure:1029: checking for $ac_word" >&5
     1182echo "configure:1183: checking for $ac_word" >&5
    10291183if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    10301184  echo $ac_n "(cached) $ac_c" 1>&6
     
    10331187  ac_cv_prog_CC="$CC" # Let the user override the test.
    10341188else
    1035   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1189  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    10361190  ac_prog_rejected=no
    10371191  ac_dummy="$PATH"
    10381192  for ac_dir in $ac_dummy; do
    10391193    test -z "$ac_dir" && ac_dir=.
    1040     if test -f $ac_dir/$ac_word; then
    1041       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
     1194    if test -f $ac_dir/$ac_word -o \
     1195            -f $ac_dir/$ac_word$ac_exeext ; then
     1196      if test "$ac_dir/$ac_word" = "/usr/ucb/cc" -o \
     1197               "$ac_dir/$ac_word$ac_exeext" = "/usr/ucb/cc" ; then
    10421198        ac_prog_rejected=yes
    10431199        continue
     
    10751231
    10761232echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    1077 echo "configure:1078: checking whether we are using GNU C" >&5
     1233echo "configure:1234: checking whether we are using GNU C" >&5
    10781234if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    10791235  echo $ac_n "(cached) $ac_c" 1>&6
     
    10841240#endif
    10851241EOF
    1086 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1087: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     1242if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1243: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    10871243  ac_cv_prog_gcc=yes
    10881244else
     
    10991255  CFLAGS=
    11001256  echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    1101 echo "configure:1102: checking whether ${CC-cc} accepts -g" >&5
     1257echo "configure:1258: checking whether ${CC-cc} accepts -g" >&5
    11021258if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    11031259  echo $ac_n "(cached) $ac_c" 1>&6
     
    11381294  # were not for the `:' below.
    11391295  :
    1140   echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
    1141 echo "configure:1142: checking for Cygwin environment" >&5
    1142 if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
    1143   echo $ac_n "(cached) $ac_c" 1>&6
    1144 else
    1145   cat > conftest.$ac_ext <<EOF
    1146 #line 1147 "configure"
    1147 #include "confdefs.h"
    1148 
    1149 int main() {
    1150 
    1151 #ifndef __CYGWIN__
    1152 #define __CYGWIN__ __CYGWIN32__
    1153 #endif
    1154 return __CYGWIN__;
    1155 ; return 0; }
    1156 EOF
    1157 if { (eval echo configure:1158: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    1158   rm -rf conftest*
    1159   ac_cv_cygwin=yes
    1160 else
    1161   echo "configure: failed program was:" >&5
    1162   cat conftest.$ac_ext >&5
    1163   rm -rf conftest*
    1164   ac_cv_cygwin=no
    1165 fi
    1166 rm -f conftest*
    1167 rm -f conftest*
    1168 fi
    1169 
    1170 echo "$ac_t""$ac_cv_cygwin" 1>&6
    1171 CYGWIN=
    1172 test "$ac_cv_cygwin" = yes && CYGWIN=yes
    1173 echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
    1174 echo "configure:1175: checking for mingw32 environment" >&5
    1175 if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
    1176   echo $ac_n "(cached) $ac_c" 1>&6
    1177 else
    1178   cat > conftest.$ac_ext <<EOF
    1179 #line 1180 "configure"
    1180 #include "confdefs.h"
    1181 
    1182 int main() {
    1183 return __MINGW32__;
    1184 ; return 0; }
    1185 EOF
    1186 if { (eval echo configure:1187: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    1187   rm -rf conftest*
    1188   ac_cv_mingw32=yes
    1189 else
    1190   echo "configure: failed program was:" >&5
    1191   cat conftest.$ac_ext >&5
    1192   rm -rf conftest*
    1193   ac_cv_mingw32=no
    1194 fi
    1195 rm -f conftest*
    1196 rm -f conftest*
    1197 fi
    1198 
    1199 echo "$ac_t""$ac_cv_mingw32" 1>&6
    1200 MINGW32=
    1201 test "$ac_cv_mingw32" = yes && MINGW32=yes
     1296 
    12021297
    12031298
    12041299echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
    1205 echo "configure:1206: checking for executable suffix" >&5
     1300echo "configure:1301: checking for executable suffix" >&5
    12061301if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
    12071302  echo $ac_n "(cached) $ac_c" 1>&6
    12081303else
    1209   if test "$CYGWIN" = yes || test "$MINGW32" = yes; then
     1304  if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$EMXOS2" = yes; then
    12101305  ac_cv_exeext=.exe
    12111306else
     
    12131308  echo 'int main () { return 0; }' > conftest.$ac_ext
    12141309  ac_cv_exeext=
    1215   if { (eval echo configure:1216: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
     1310  if { (eval echo configure:1311: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
    12161311    for file in conftest.*; do
    12171312      case $file in
     
    13151410  # Check if gcc -print-prog-name=ld gives a path.
    13161411  echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
    1317 echo "configure:1318: checking for ld used by GCC" >&5
     1412echo "configure:1413: checking for ld used by GCC" >&5
    13181413  case $host in
    13191414  *-*-mingw*)
     
    13451440elif test "$with_gnu_ld" = yes; then
    13461441  echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
    1347 echo "configure:1348: checking for GNU ld" >&5
     1442echo "configure:1443: checking for GNU ld" >&5
    13481443else
    13491444  echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
    1350 echo "configure:1351: checking for non-GNU ld" >&5
     1445echo "configure:1446: checking for non-GNU ld" >&5
    13511446fi
    13521447if eval "test \"`echo '$''{'lt_cv_path_LD'+set}'`\" = set"; then
     
    13831478test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
    13841479echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
    1385 echo "configure:1386: checking if the linker ($LD) is GNU ld" >&5
     1480echo "configure:1481: checking if the linker ($LD) is GNU ld" >&5
    13861481if eval "test \"`echo '$''{'lt_cv_prog_gnu_ld'+set}'`\" = set"; then
    13871482  echo $ac_n "(cached) $ac_c" 1>&6
     
    14001495
    14011496echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6
    1402 echo "configure:1403: checking for $LD option to reload object files" >&5
     1497echo "configure:1498: checking for $LD option to reload object files" >&5
    14031498if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then
    14041499  echo $ac_n "(cached) $ac_c" 1>&6
     
    14121507
    14131508echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
    1414 echo "configure:1415: checking for BSD-compatible nm" >&5
     1509echo "configure:1510: checking for BSD-compatible nm" >&5
    14151510if eval "test \"`echo '$''{'lt_cv_path_NM'+set}'`\" = set"; then
    14161511  echo $ac_n "(cached) $ac_c" 1>&6
     
    14501545
    14511546echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    1452 echo "configure:1453: checking whether ln -s works" >&5
     1547echo "configure:1548: checking whether ln -s works" >&5
    14531548if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    14541549  echo $ac_n "(cached) $ac_c" 1>&6
     
    14601555  ac_cv_prog_LN_S="ln -s"
    14611556else
    1462   ac_cv_prog_LN_S=ln
    1463 fi
     1557  echo A > conftestdata;
     1558  if ln conftestdata conftestdata2 2>/dev/null; then
     1559    ac_cv_prog_LN_S=ln
     1560  else
     1561    ac_cv_prog_LN_S=cp
     1562  fi
     1563fi
     1564rm -f conftestdata*
    14641565fi
    14651566LN_S="$ac_cv_prog_LN_S"
     
    14711572
    14721573echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6
    1473 echo "configure:1474: checking how to recognise dependant libraries" >&5
     1574echo "configure:1575: checking how to recognise dependant libraries" >&5
    14741575if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then
    14751576  echo $ac_n "(cached) $ac_c" 1>&6
     
    16351736
    16361737echo $ac_n "checking for object suffix""... $ac_c" 1>&6
    1637 echo "configure:1638: checking for object suffix" >&5
     1738echo "configure:1739: checking for object suffix" >&5
    16381739if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then
    16391740  echo $ac_n "(cached) $ac_c" 1>&6
     
    16411742  rm -f conftest*
    16421743echo 'int i = 1;' > conftest.$ac_ext
    1643 if { (eval echo configure:1644: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1744if { (eval echo configure:1745: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    16441745  for ac_file in conftest.*; do
    16451746    case $ac_file in
     
    16711772  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
    16721773    echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6
    1673 echo "configure:1674: checking for ${ac_tool_prefix}file" >&5
     1774echo "configure:1775: checking for ${ac_tool_prefix}file" >&5
    16741775if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
    16751776  echo $ac_n "(cached) $ac_c" 1>&6
     
    17331834  if test -n "$ac_tool_prefix"; then
    17341835    echo $ac_n "checking for file""... $ac_c" 1>&6
    1735 echo "configure:1736: checking for file" >&5
     1836echo "configure:1837: checking for file" >&5
    17361837if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
    17371838  echo $ac_n "(cached) $ac_c" 1>&6
     
    18041905set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    18051906echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1806 echo "configure:1807: checking for $ac_word" >&5
     1907echo "configure:1908: checking for $ac_word" >&5
    18071908if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    18081909  echo $ac_n "(cached) $ac_c" 1>&6
     
    18111912  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
    18121913else
    1813   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1914  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    18141915  ac_dummy="$PATH"
    18151916  for ac_dir in $ac_dummy; do
    18161917    test -z "$ac_dir" && ac_dir=.
    1817     if test -f $ac_dir/$ac_word; then
     1918    if test -f $ac_dir/$ac_word -o \
     1919            -f $ac_dir/$ac_word$ac_exeext ; then
    18181920      ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
    18191921      break
     
    18361938set dummy ranlib; ac_word=$2
    18371939echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1838 echo "configure:1839: checking for $ac_word" >&5
     1940echo "configure:1941: checking for $ac_word" >&5
    18391941if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    18401942  echo $ac_n "(cached) $ac_c" 1>&6
     
    18431945  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
    18441946else
    1845   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1947  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    18461948  ac_dummy="$PATH"
    18471949  for ac_dir in $ac_dummy; do
    18481950    test -z "$ac_dir" && ac_dir=.
    1849     if test -f $ac_dir/$ac_word; then
     1951    if test -f $ac_dir/$ac_word -o \
     1952            -f $ac_dir/$ac_word$ac_exeext ; then
    18501953      ac_cv_prog_RANLIB="ranlib"
    18511954      break
     
    18711974set dummy ${ac_tool_prefix}strip; ac_word=$2
    18721975echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1873 echo "configure:1874: checking for $ac_word" >&5
     1976echo "configure:1977: checking for $ac_word" >&5
    18741977if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
    18751978  echo $ac_n "(cached) $ac_c" 1>&6
     
    18781981  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
    18791982else
    1880   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1983  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    18811984  ac_dummy="$PATH"
    18821985  for ac_dir in $ac_dummy; do
    18831986    test -z "$ac_dir" && ac_dir=.
    1884     if test -f $ac_dir/$ac_word; then
     1987    if test -f $ac_dir/$ac_word -o \
     1988            -f $ac_dir/$ac_word$ac_exeext ; then
    18851989      ac_cv_prog_STRIP="${ac_tool_prefix}strip"
    18861990      break
     
    19032007set dummy strip; ac_word=$2
    19042008echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1905 echo "configure:1906: checking for $ac_word" >&5
     2009echo "configure:2010: checking for $ac_word" >&5
    19062010if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
    19072011  echo $ac_n "(cached) $ac_c" 1>&6
     
    19102014  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
    19112015else
    1912   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     2016  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    19132017  ac_dummy="$PATH"
    19142018  for ac_dir in $ac_dummy; do
    19152019    test -z "$ac_dir" && ac_dir=.
    1916     if test -f $ac_dir/$ac_word; then
     2020    if test -f $ac_dir/$ac_word -o \
     2021            -f $ac_dir/$ac_word$ac_exeext ; then
    19172022      ac_cv_prog_STRIP="strip"
    19182023      break
     
    19702075*-*-irix6*)
    19712076  # Find out which ABI we are using.
    1972   echo '#line 1973 "configure"' > conftest.$ac_ext
    1973   if { (eval echo configure:1974: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2077  echo '#line 2078 "configure"' > conftest.$ac_ext
     2078  if { (eval echo configure:2079: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    19742079    case `/usr/bin/file conftest.$ac_objext` in
    19752080    *32-bit*)
     
    19922097  CFLAGS="$CFLAGS -belf"
    19932098  echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6
    1994 echo "configure:1995: checking whether the C compiler needs -belf" >&5
     2099echo "configure:2100: checking whether the C compiler needs -belf" >&5
    19952100if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
    19962101  echo $ac_n "(cached) $ac_c" 1>&6
     
    20052110
    20062111     cat > conftest.$ac_ext <<EOF
    2007 #line 2008 "configure"
     2112#line 2113 "configure"
    20082113#include "confdefs.h"
    20092114
     
    20122117; return 0; }
    20132118EOF
    2014 if { (eval echo configure:2015: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2119if { (eval echo configure:2120: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    20152120  rm -rf conftest*
    20162121  lt_cv_cc_needs_belf=yes
     
    21382243# thereby make the resulting definitions conditional.
    21392244echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    2140 echo "configure:2141: checking how to run the C preprocessor" >&5
     2245echo "configure:2246: checking how to run the C preprocessor" >&5
    21412246# On Suns, sometimes $CPP names a directory.
    21422247if test -n "$CPP" && test -d "$CPP"; then
     
    21532258  # not just through cpp.
    21542259  cat > conftest.$ac_ext <<EOF
    2155 #line 2156 "configure"
     2260#include <sys/types.h>
     2261#line 2262 "configure"
    21562262#include "confdefs.h"
    21572263#include <assert.h>
     
    21592265EOF
    21602266ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2161 { (eval echo configure:2162: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2267{ (eval echo configure:2268: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    21622268ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    21632269if test -z "$ac_err"; then
     
    21702276  CPP="${CC-cc} -E -traditional-cpp"
    21712277  cat > conftest.$ac_ext <<EOF
    2172 #line 2173 "configure"
     2278#include <sys/types.h>
     2279#line 2280 "configure"
    21732280#include "confdefs.h"
    21742281#include <assert.h>
     
    21762283EOF
    21772284ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2178 { (eval echo configure:2179: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2285{ (eval echo configure:2286: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    21792286ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    21802287if test -z "$ac_err"; then
     
    21872294  CPP="${CC-cc} -nologo -E"
    21882295  cat > conftest.$ac_ext <<EOF
    2189 #line 2190 "configure"
     2296#include <sys/types.h>
     2297#line 2298 "configure"
    21902298#include "confdefs.h"
    21912299#include <assert.h>
     
    21932301EOF
    21942302ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2195 { (eval echo configure:2196: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2303{ (eval echo configure:2304: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    21962304ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    21972305if test -z "$ac_err"; then
     
    22372345   target_all=libzgcj.la
    22382346else
    2239    for ac_hdr in stdlib.h unistd.h sys/stat.h sys/types.h
     2347   for ac_hdr in unistd.h
    22402348do
    22412349ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    22422350echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    2243 echo "configure:2244: checking for $ac_hdr" >&5
     2351echo "configure:2352: checking for $ac_hdr" >&5
    22442352if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    22452353  echo $ac_n "(cached) $ac_c" 1>&6
    22462354else
    22472355  cat > conftest.$ac_ext <<EOF
    2248 #line 2249 "configure"
     2356#include <sys/types.h>
     2357#line 2358 "configure"
    22492358#include "confdefs.h"
    22502359#include <$ac_hdr>
    22512360EOF
    22522361ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2253 { (eval echo configure:2254: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2362{ (eval echo configure:2363: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    22542363ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    22552364if test -z "$ac_err"; then
     
    22802389do
    22812390echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2282 echo "configure:2283: checking for $ac_func" >&5
     2391echo "configure:2392: checking for $ac_func" >&5
    22832392if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    22842393  echo $ac_n "(cached) $ac_c" 1>&6
    22852394else
    22862395  cat > conftest.$ac_ext <<EOF
    2287 #line 2288 "configure"
     2396#line 2397 "configure"
    22882397#include "confdefs.h"
    22892398/* System header to define __stub macros and hopefully few prototypes,
     
    23082417; return 0; }
    23092418EOF
    2310 if { (eval echo configure:2311: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2419if { (eval echo configure:2420: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    23112420  rm -rf conftest*
    23122421  eval "ac_cv_func_$ac_func=yes"
     
    23332442
    23342443echo $ac_n "checking for working mmap""... $ac_c" 1>&6
    2335 echo "configure:2336: checking for working mmap" >&5
     2444echo "configure:2445: checking for working mmap" >&5
    23362445if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
    23372446  echo $ac_n "(cached) $ac_c" 1>&6
     
    23412450else
    23422451  cat > conftest.$ac_ext <<EOF
    2343 #line 2344 "configure"
     2452#line 2453 "configure"
    23442453#include "confdefs.h"
    23452454
     
    23692478#include <sys/mman.h>
    23702479
    2371 #if HAVE_SYS_TYPES_H
    2372 # include <sys/types.h>
    2373 #endif
    2374 
    2375 #if HAVE_STDLIB_H
    2376 # include <stdlib.h>
    2377 #endif
    2378 
    2379 #if HAVE_SYS_STAT_H
    2380 # include <sys/stat.h>
    2381 #endif
    2382 
    2383 #if HAVE_UNISTD_H
    2384 # include <unistd.h>
    2385 #endif
    2386 
    23872480/* This mess was copied from the GNU getpagesize.h.  */
    23882481#ifndef HAVE_GETPAGESIZE
     2482# ifdef HAVE_UNISTD_H
     2483#  include <unistd.h>
     2484# endif
    23892485
    23902486/* Assume that all systems that can run configure have sys/param.h.  */
     
    24942590
    24952591EOF
    2496 if { (eval echo configure:2497: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2592if { (eval echo configure:2593: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    24972593then
    24982594  ac_cv_func_mmap_fixed_mapped=yes
     
    25192615do
    25202616echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2521 echo "configure:2522: checking for $ac_func" >&5
     2617echo "configure:2618: checking for $ac_func" >&5
    25222618if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    25232619  echo $ac_n "(cached) $ac_c" 1>&6
    25242620else
    25252621  cat > conftest.$ac_ext <<EOF
    2526 #line 2527 "configure"
     2622#line 2623 "configure"
    25272623#include "confdefs.h"
    25282624/* System header to define __stub macros and hopefully few prototypes,
     
    25472643; return 0; }
    25482644EOF
    2549 if { (eval echo configure:2550: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2645if { (eval echo configure:2646: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    25502646  rm -rf conftest*
    25512647  eval "ac_cv_func_$ac_func=yes"
     
    25742670   if test "$with_system_zlib" = yes; then
    25752671      echo $ac_n "checking for deflate in -lz""... $ac_c" 1>&6
    2576 echo "configure:2577: checking for deflate in -lz" >&5
     2672echo "configure:2673: checking for deflate in -lz" >&5
    25772673ac_lib_var=`echo z'_'deflate | sed 'y%./+-%__p_%'`
    25782674if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    25822678LIBS="-lz  $LIBS"
    25832679cat > conftest.$ac_ext <<EOF
    2584 #line 2585 "configure"
     2680#line 2681 "configure"
    25852681#include "confdefs.h"
    25862682/* Override any gcc2 internal prototype to avoid an error.  */
     
    25932689; return 0; }
    25942690EOF
    2595 if { (eval echo configure:2596: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2691if { (eval echo configure:2692: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    25962692  rm -rf conftest*
    25972693  eval "ac_cv_lib_$ac_lib_var=yes"
     
    26252721ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    26262722echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    2627 echo "configure:2628: checking for $ac_hdr" >&5
     2723echo "configure:2724: checking for $ac_hdr" >&5
    26282724if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    26292725  echo $ac_n "(cached) $ac_c" 1>&6
    26302726else
    26312727  cat > conftest.$ac_ext <<EOF
    2632 #line 2633 "configure"
     2728#include <sys/types.h>
     2729#line 2730 "configure"
    26332730#include "confdefs.h"
    26342731#include <$ac_hdr>
    26352732EOF
    26362733ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2637 { (eval echo configure:2638: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2734{ (eval echo configure:2735: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    26382735ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    26392736if test -z "$ac_err"; then
     
    27562853# Protect against shell expansion while executing Makefile rules.
    27572854# Protect against Makefile macro expansion.
    2758 #
    2759 # If the first sed substitution is executed (which looks for macros that
    2760 # take arguments), then we branch to the quote section.  Otherwise,
    2761 # look for a macro that doesn't take arguments.
    2762 cat >confdef2opt.sed <<\_ACEOF
    2763 t clear
    2764 : clear
    2765 s,^[    ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\),-D\1=\2,g
    2766 t quote
    2767 s,^[    ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\),-D\1=\2,g
    2768 t quote
    2769 d
    2770 : quote
    2771 s,[     `~#$^&*(){}\\|;'"<>?],\\&,g
    2772 s,\[,\\&,g
    2773 s,\],\\&,g
    2774 s,\$,$$,g
    2775 p
    2776 _ACEOF
    2777 # We use echo to avoid assuming a particular line-breaking character.
    2778 # The extra dot is to prevent the shell from consuming trailing
    2779 # line-breaks from the sub-command output.  A line-break within
    2780 # single-quotes doesn't work because, if this script is created in a
    2781 # platform that uses two characters for line-breaks (e.g., DOS), tr
    2782 # would break.
    2783 ac_LF_and_DOT=`echo; echo .`
    2784 DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
    2785 rm -f confdef2opt.sed
     2855cat > conftest.defs <<\EOF
     2856s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
     2857s%[     `~#$^&*(){}\\|;'"<>?]%\\&%g
     2858s%\[%\\&%g
     2859s%\]%\\&%g
     2860s%\$%$$%g
     2861EOF
     2862DEFS=`sed -f conftest.defs confdefs.h | tr '\012\015' '  '`
     2863rm -f conftest.defs
    27862864
    27872865
     
    27962874# Run this file to recreate the current configuration.
    27972875# This directory was configured as follows,
     2876EOF
     2877echo ': ${CONFIG_SHELL='"${CONFIG_SHELL-/bin/sh}"'}' >> $CONFIG_STATUS
     2878cat >> $CONFIG_STATUS <<EOF
    27982879# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
    27992880#
     
    28212902ac_given_srcdir=$srcdir
    28222903ac_given_INSTALL="$INSTALL"
     2904PATHIFS="$PATH_IFS"
    28232905
    28242906trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
     
    28312913$ac_vpsub
    28322914$extrasub
     2915s,\([^a-zA-Z0-9:]\)/bin/sh\(.exe\),\1${CONFIG_SHELL-/bin/sh}\2,g
    28332916s%@SHELL@%$SHELL%g
    28342917s%@CFLAGS@%$CFLAGS%g
     
    28542937s%@infodir@%$infodir%g
    28552938s%@mandir@%$mandir%g
     2939s%@PATH_IFS@%$PATH_IFS%g
     2940s%@EXEEXT@%$EXEEXT%g
    28562941s%@zlib_basedir@%$zlib_basedir%g
    28572942s%@host@%$host%g
     
    28862971s%@MAINT@%$MAINT%g
    28872972s%@CC@%$CC%g
    2888 s%@EXEEXT@%$EXEEXT%g
    28892973s%@LN_S@%$LN_S%g
    28902974s%@OBJEXT@%$OBJEXT%g
     
    29693053      if test -z "$ac_dots"; then top_srcdir=.
    29703054      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
    2971   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
     3055  /* | [A-Za-z]:*)
     3056    srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
    29723057  *) # Relative path.
    29733058    srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
     
    29763061
    29773062  case "$ac_given_INSTALL" in
    2978   [/$]*) INSTALL="$ac_given_INSTALL" ;;
     3063  [/$]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;;
    29793064  *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
    29803065  esac
     
    29893074  esac
    29903075
    2991   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
     3076  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%$PATHIFS% $ac_given_srcdir/%g"`
    29923077  sed -e "$ac_comsub
    29933078s%@configure_input@%$configure_input%g
Note: See TracChangeset for help on using the changeset viewer.