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/libiberty/configure

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r79 r80  
    531531fi
    532532
     533echo $ac_n "checking for path separator""... $ac_c" 1>&6
     534echo "configure:535: checking for path separator" >&5
     535# Filter path to get backslahes into forwardslashes
     536case "`uname -s 2> /dev/null`" in
     537OS/2)
     538  PATH=`echo -E "$PATH" | sed 's+\\\\+/+g'`
     539  PATH_IFS=';'
     540  ;;
     541*)
     542  PATH_IFS=':'
     543  ;;
     544esac
     545echo "$ac_t""${PATH_IFS}" 1>&6
     546
     547echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
     548echo "configure:549: checking for Cygwin environment" >&5
     549if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
     550  echo $ac_n "(cached) $ac_c" 1>&6
     551else
     552  cat > conftest.$ac_ext <<EOF
     553#line 554 "configure"
     554#include "confdefs.h"
     555
     556int main() {
     557
     558#ifndef __CYGWIN__
     559#define __CYGWIN__ __CYGWIN32__
     560#endif
     561return __CYGWIN__;
     562; return 0; }
     563EOF
     564if { (eval echo configure:565: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     565  rm -rf conftest*
     566  ac_cv_cygwin=yes
     567else
     568  echo "configure: failed program was:" >&5
     569  cat conftest.$ac_ext >&5
     570  rm -rf conftest*
     571  ac_cv_cygwin=no
     572fi
     573rm -f conftest*
     574rm -f conftest*
     575fi
     576
     577echo "$ac_t""$ac_cv_cygwin" 1>&6
     578CYGWIN=
     579test "$ac_cv_cygwin" = yes && CYGWIN=yes
     580echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
     581echo "configure:582: checking for mingw32 environment" >&5
     582if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
     583  echo $ac_n "(cached) $ac_c" 1>&6
     584else
     585  cat > conftest.$ac_ext <<EOF
     586#line 587 "configure"
     587#include "confdefs.h"
     588
     589int main() {
     590return __MINGW32__;
     591; return 0; }
     592EOF
     593if { (eval echo configure:594: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     594  rm -rf conftest*
     595  ac_cv_mingw32=yes
     596else
     597  echo "configure: failed program was:" >&5
     598  cat conftest.$ac_ext >&5
     599  rm -rf conftest*
     600  ac_cv_mingw32=no
     601fi
     602rm -f conftest*
     603rm -f conftest*
     604fi
     605
     606echo "$ac_t""$ac_cv_mingw32" 1>&6
     607MINGW32=
     608test "$ac_cv_mingw32" = yes && MINGW32=yes
     609echo $ac_n "checking for EMX/OS2 environment""... $ac_c" 1>&6
     610echo "configure:611: checking for EMX/OS2 environment" >&5
     611if eval "test \"`echo '$''{'ac_cv_emxos2'+set}'`\" = set"; then
     612  echo $ac_n "(cached) $ac_c" 1>&6
     613else
     614  : ${CC=gcc.exe}
     615cat > conftest.$ac_ext <<EOF
     616#line 617 "configure"
     617#include "confdefs.h"
     618
     619int main() {
     620return __EMX__;
     621; return 0; }
     622EOF
     623if { (eval echo configure:624: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     624  rm -rf conftest*
     625  ac_cv_emxos2=yes
     626else
     627  echo "configure: failed program was:" >&5
     628  cat conftest.$ac_ext >&5
     629  rm -rf conftest*
     630  ac_cv_emxos2=no
     631fi
     632rm -f conftest*
     633rm -f conftest*
     634fi
     635
     636echo "$ac_t""$ac_cv_emxos2" 1>&6
     637if eval "test \"`echo '$''{'ac_cv_libpre'+set}'`\" = set"; then
     638  echo $ac_n "(cached) $ac_c" 1>&6
     639else
     640  if test "$ac_cv_emxos2" = yes ; then
     641  ac_cv_libpre=
     642else
     643  ac_cv_libpre=lib
     644fi
     645
     646fi
     647
     648EMXOS2=
     649test "$ac_cv_emxos2" = yes && EMXOS2=yes
     650
     651
     652
     653echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
     654echo "configure:655: checking for executable suffix" >&5
     655if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
     656  echo $ac_n "(cached) $ac_c" 1>&6
     657else
     658  if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$EMXOS2" = yes; then
     659  ac_cv_exeext=.exe
     660else
     661  rm -f conftest*
     662  echo 'int main () { return 0; }' > conftest.$ac_ext
     663  ac_cv_exeext=
     664  if { (eval echo configure:665: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
     665    for file in conftest.*; do
     666      case $file in
     667      *.c | *.o | *.obj) ;;
     668      *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
     669      esac
     670    done
     671  else
     672    { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
     673  fi
     674  rm -f conftest*
     675  test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
     676fi
     677fi
     678
     679EXEEXT=""
     680test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
     681echo "$ac_t""${ac_cv_exeext}" 1>&6
     682ac_exeext=$EXEEXT
     683
    533684
    534685
     
    594745
    595746echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
    596 echo "configure:597: checking whether to enable maintainer-specific portions of Makefiles" >&5
     747echo "configure:748: checking whether to enable maintainer-specific portions of Makefiles" >&5
    597748    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
    598749if test "${enable_maintainer_mode+set}" = set; then
     
    619770set dummy makeinfo; ac_word=$2
    620771echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    621 echo "configure:622: checking for $ac_word" >&5
     772echo "configure:773: checking for $ac_word" >&5
    622773if eval "test \"`echo '$''{'ac_cv_prog_MAKEINFO'+set}'`\" = set"; then
    623774  echo $ac_n "(cached) $ac_c" 1>&6
     
    626777  ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
    627778else
    628   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     779  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    629780  ac_dummy="$PATH"
    630781  for ac_dir in $ac_dummy; do
    631782    test -z "$ac_dir" && ac_dir=.
    632     if test -f $ac_dir/$ac_word; then
     783    if test -f $ac_dir/$ac_word -o \
     784            -f $ac_dir/$ac_word$ac_exeext ; then
    633785      ac_cv_prog_MAKEINFO="makeinfo"
    634786      break
     
    665817set dummy perl; ac_word=$2
    666818echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    667 echo "configure:668: checking for $ac_word" >&5
     819echo "configure:820: checking for $ac_word" >&5
    668820if eval "test \"`echo '$''{'ac_cv_prog_PERL'+set}'`\" = set"; then
    669821  echo $ac_n "(cached) $ac_c" 1>&6
     
    672824  ac_cv_prog_PERL="$PERL" # Let the user override the test.
    673825else
    674   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     826  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    675827  ac_dummy="$PATH"
    676828  for ac_dir in $ac_dummy; do
    677829    test -z "$ac_dir" && ac_dir=.
    678     if test -f $ac_dir/$ac_word; then
     830    if test -f $ac_dir/$ac_word -o \
     831            -f $ac_dir/$ac_word$ac_exeext ; then
    679832      ac_cv_prog_PERL="perl"
    680833      break
     
    705858
    706859echo $ac_n "checking host system type""... $ac_c" 1>&6
    707 echo "configure:708: checking host system type" >&5
     860echo "configure:861: checking host system type" >&5
    708861
    709862host_alias=$host
     
    728881
    729882echo $ac_n "checking build system type""... $ac_c" 1>&6
    730 echo "configure:731: checking build system type" >&5
     883echo "configure:884: checking build system type" >&5
    731884
    732885build_alias=$build
     
    754907set dummy ${ac_tool_prefix}ar; ac_word=$2
    755908echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    756 echo "configure:757: checking for $ac_word" >&5
     909echo "configure:910: checking for $ac_word" >&5
    757910if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
    758911  echo $ac_n "(cached) $ac_c" 1>&6
     
    761914  ac_cv_prog_AR="$AR" # Let the user override the test.
    762915else
    763   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     916  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    764917  ac_dummy="$PATH"
    765918  for ac_dir in $ac_dummy; do
    766919    test -z "$ac_dir" && ac_dir=.
    767     if test -f $ac_dir/$ac_word; then
     920    if test -f $ac_dir/$ac_word -o \
     921            -f $ac_dir/$ac_word$ac_exeext ; then
    768922      ac_cv_prog_AR="${ac_tool_prefix}ar"
    769923      break
     
    786940set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    787941echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    788 echo "configure:789: checking for $ac_word" >&5
     942echo "configure:943: checking for $ac_word" >&5
    789943if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    790944  echo $ac_n "(cached) $ac_c" 1>&6
     
    793947  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
    794948else
    795   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     949  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    796950  ac_dummy="$PATH"
    797951  for ac_dir in $ac_dummy; do
    798952    test -z "$ac_dir" && ac_dir=.
    799     if test -f $ac_dir/$ac_word; then
     953    if test -f $ac_dir/$ac_word -o \
     954            -f $ac_dir/$ac_word$ac_exeext ; then
    800955      ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
    801956      break
     
    818973set dummy ranlib; ac_word=$2
    819974echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    820 echo "configure:821: checking for $ac_word" >&5
     975echo "configure:976: checking for $ac_word" >&5
    821976if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    822977  echo $ac_n "(cached) $ac_c" 1>&6
     
    825980  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
    826981else
    827   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     982  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    828983  ac_dummy="$PATH"
    829984  for ac_dir in $ac_dummy; do
    830985    test -z "$ac_dir" && ac_dir=.
    831     if test -f $ac_dir/$ac_word; then
     986    if test -f $ac_dir/$ac_word -o \
     987            -f $ac_dir/$ac_word$ac_exeext ; then
    832988      ac_cv_prog_RANLIB="ranlib"
    833989      break
     
    8551011set dummy gcc; ac_word=$2
    8561012echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    857 echo "configure:858: checking for $ac_word" >&5
     1013echo "configure:1014: checking for $ac_word" >&5
    8581014if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    8591015  echo $ac_n "(cached) $ac_c" 1>&6
     
    8621018  ac_cv_prog_CC="$CC" # Let the user override the test.
    8631019else
    864   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1020  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    8651021  ac_dummy="$PATH"
    8661022  for ac_dir in $ac_dummy; do
    8671023    test -z "$ac_dir" && ac_dir=.
    868     if test -f $ac_dir/$ac_word; then
     1024    if test -f $ac_dir/$ac_word -o \
     1025            -f $ac_dir/$ac_word$ac_exeext ; then
    8691026      ac_cv_prog_CC="gcc"
    8701027      break
     
    8851042set dummy cc; ac_word=$2
    8861043echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    887 echo "configure:888: checking for $ac_word" >&5
     1044echo "configure:1045: checking for $ac_word" >&5
    8881045if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    8891046  echo $ac_n "(cached) $ac_c" 1>&6
     
    8921049  ac_cv_prog_CC="$CC" # Let the user override the test.
    8931050else
    894   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1051  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    8951052  ac_prog_rejected=no
    8961053  ac_dummy="$PATH"
    8971054  for ac_dir in $ac_dummy; do
    8981055    test -z "$ac_dir" && ac_dir=.
    899     if test -f $ac_dir/$ac_word; then
    900       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
     1056    if test -f $ac_dir/$ac_word -o \
     1057            -f $ac_dir/$ac_word$ac_exeext ; then
     1058      if test "$ac_dir/$ac_word" = "/usr/ucb/cc" -o \
     1059               "$ac_dir/$ac_word$ac_exeext" = "/usr/ucb/cc" ; then
    9011060        ac_prog_rejected=yes
    9021061        continue
     
    9341093
    9351094echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    936 echo "configure:937: checking whether we are using GNU C" >&5
     1095echo "configure:1096: checking whether we are using GNU C" >&5
    9371096if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    9381097  echo $ac_n "(cached) $ac_c" 1>&6
     
    9431102#endif
    9441103EOF
    945 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:946: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     1104if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1105: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    9461105  ac_cv_prog_gcc=yes
    9471106else
     
    9591118  CFLAGS=
    9601119  echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    961 echo "configure:962: checking whether ${CC-cc} accepts -g" >&5
     1120echo "configure:1121: checking whether ${CC-cc} accepts -g" >&5
    9621121if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    9631122  echo $ac_n "(cached) $ac_c" 1>&6
     
    9901149
    9911150echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6
    992 echo "configure:993: checking for POSIXized ISC" >&5
     1151echo "configure:1152: checking for POSIXized ISC" >&5
    9931152if test -d /etc/conf/kconfig.d &&
    9941153  grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
     
    10111170
    10121171echo $ac_n "checking for working const""... $ac_c" 1>&6
    1013 echo "configure:1014: checking for working const" >&5
     1172echo "configure:1173: checking for working const" >&5
    10141173if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
    10151174  echo $ac_n "(cached) $ac_c" 1>&6
    10161175else
    10171176  cat > conftest.$ac_ext <<EOF
    1018 #line 1019 "configure"
     1177#line 1178 "configure"
    10191178#include "confdefs.h"
    10201179
     
    10651224; return 0; }
    10661225EOF
    1067 if { (eval echo configure:1068: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1226if { (eval echo configure:1227: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    10681227  rm -rf conftest*
    10691228  ac_cv_c_const=yes
     
    10861245
    10871246echo $ac_n "checking for inline""... $ac_c" 1>&6
    1088 echo "configure:1089: checking for inline" >&5
     1247echo "configure:1248: checking for inline" >&5
    10891248if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
    10901249  echo $ac_n "(cached) $ac_c" 1>&6
     
    10931252for ac_kw in inline __inline__ __inline; do
    10941253  cat > conftest.$ac_ext <<EOF
    1095 #line 1096 "configure"
     1254#line 1255 "configure"
    10961255#include "confdefs.h"
    10971256
     
    11001259; return 0; }
    11011260EOF
    1102 if { (eval echo configure:1103: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1261if { (eval echo configure:1262: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    11031262  rm -rf conftest*
    11041263  ac_cv_c_inline=$ac_kw; break
     
    11431302# ./install, which can be erroneously created by make from ./install.sh.
    11441303echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    1145 echo "configure:1146: checking for a BSD compatible install" >&5
     1304echo "configure:1305: checking for a BSD compatible install" >&5
    11461305if test -z "$INSTALL"; then
    11471306if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
    11481307  echo $ac_n "(cached) $ac_c" 1>&6
    11491308else
    1150     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
     1309    IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS="$PATH_IFS"
    11511310  for ac_dir in $PATH; do
    11521311    # Account for people who put trailing slashes in PATH elements.
    11531312    case "$ac_dir/" in
    11541313    /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
     1314    # We reject the install program from OS/2 or W3.1
     1315    */OS2|*/OS2/*|*/WINDOWS|*/WINDOWS/*) ;;
    11551316    *)
    11561317      # OSF1 and SCO ODT 3.0 have their own names for install.
     
    11581319      # by default.
    11591320      for ac_prog in ginstall scoinst install; do
    1160         if test -f $ac_dir/$ac_prog; then
     1321        if test -f $ac_dir/$ac_prog$ac_exeext; then
    11611322          if test $ac_prog = install &&
    11621323            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
     
    11641325            :
    11651326          else
    1166             ac_cv_path_install="$ac_dir/$ac_prog -c"
     1327            ac_cv_path_install="$ac_dir/$ac_prog$ac_exeext -c"
    11671328            break 2
    11681329          fi
     
    12041365# something.
    12051366echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    1206 echo "configure:1207: checking how to run the C preprocessor" >&5
     1367echo "configure:1368: checking how to run the C preprocessor" >&5
    12071368# On Suns, sometimes $CPP names a directory.
    12081369if test -n "$CPP" && test -d "$CPP"; then
     
    12191380  # not just through cpp.
    12201381  cat > conftest.$ac_ext <<EOF
    1221 #line 1222 "configure"
     1382#include <sys/types.h>
     1383#line 1384 "configure"
    12221384#include "confdefs.h"
    12231385#include <assert.h>
     
    12251387EOF
    12261388ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1227 { (eval echo configure:1228: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1389{ (eval echo configure:1390: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    12281390ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    12291391if test -z "$ac_err"; then
     
    12361398  CPP="${CC-cc} -E -traditional-cpp"
    12371399  cat > conftest.$ac_ext <<EOF
    1238 #line 1239 "configure"
     1400#include <sys/types.h>
     1401#line 1402 "configure"
    12391402#include "confdefs.h"
    12401403#include <assert.h>
     
    12421405EOF
    12431406ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1244 { (eval echo configure:1245: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1407{ (eval echo configure:1408: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    12451408ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    12461409if test -z "$ac_err"; then
     
    12531416  CPP="${CC-cc} -nologo -E"
    12541417  cat > conftest.$ac_ext <<EOF
    1255 #line 1256 "configure"
     1418#include <sys/types.h>
     1419#line 1420 "configure"
    12561420#include "confdefs.h"
    12571421#include <assert.h>
     
    12591423EOF
    12601424ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1261 { (eval echo configure:1262: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1425{ (eval echo configure:1426: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    12621426ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    12631427if test -z "$ac_err"; then
     
    12871451ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    12881452echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    1289 echo "configure:1290: checking for $ac_hdr" >&5
     1453echo "configure:1454: checking for $ac_hdr" >&5
    12901454if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    12911455  echo $ac_n "(cached) $ac_c" 1>&6
    12921456else
    12931457  cat > conftest.$ac_ext <<EOF
    1294 #line 1295 "configure"
     1458#include <sys/types.h>
     1459#line 1460 "configure"
    12951460#include "confdefs.h"
    12961461#include <$ac_hdr>
    12971462EOF
    12981463ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1299 { (eval echo configure:1300: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1464{ (eval echo configure:1465: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    13001465ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    13011466if test -z "$ac_err"; then
     
    13241489
    13251490echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6
    1326 echo "configure:1327: checking for sys/wait.h that is POSIX.1 compatible" >&5
     1491echo "configure:1492: checking for sys/wait.h that is POSIX.1 compatible" >&5
    13271492if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then
    13281493  echo $ac_n "(cached) $ac_c" 1>&6
    13291494else
    13301495  cat > conftest.$ac_ext <<EOF
    1331 #line 1332 "configure"
     1496#line 1497 "configure"
    13321497#include "confdefs.h"
    13331498#include <sys/types.h>
     
    13451510; return 0; }
    13461511EOF
    1347 if { (eval echo configure:1348: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1512if { (eval echo configure:1513: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    13481513  rm -rf conftest*
    13491514  ac_cv_header_sys_wait_h=yes
     
    13661531
    13671532echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
    1368 echo "configure:1369: checking whether time.h and sys/time.h may both be included" >&5
     1533echo "configure:1534: checking whether time.h and sys/time.h may both be included" >&5
    13691534if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
    13701535  echo $ac_n "(cached) $ac_c" 1>&6
    13711536else
    13721537  cat > conftest.$ac_ext <<EOF
    1373 #line 1374 "configure"
     1538#line 1539 "configure"
    13741539#include "confdefs.h"
    13751540#include <sys/types.h>
     
    13801545; return 0; }
    13811546EOF
    1382 if { (eval echo configure:1383: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1547if { (eval echo configure:1548: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    13831548  rm -rf conftest*
    13841549  ac_cv_header_time=yes
     
    14021567
    14031568echo $ac_n "checking whether errno must be declared""... $ac_c" 1>&6
    1404 echo "configure:1405: checking whether errno must be declared" >&5
     1569echo "configure:1570: checking whether errno must be declared" >&5
    14051570if eval "test \"`echo '$''{'libiberty_cv_declare_errno'+set}'`\" = set"; then
    14061571  echo $ac_n "(cached) $ac_c" 1>&6
    14071572else
    14081573  cat > conftest.$ac_ext <<EOF
    1409 #line 1410 "configure"
     1574#line 1575 "configure"
    14101575#include "confdefs.h"
    14111576#include <errno.h>
     
    14141579; return 0; }
    14151580EOF
    1416 if { (eval echo configure:1417: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1581if { (eval echo configure:1582: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    14171582  rm -rf conftest*
    14181583  libiberty_cv_declare_errno=no
     
    14361601
    14371602echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    1438 echo "configure:1439: checking for ANSI C header files" >&5
     1603echo "configure:1604: checking for ANSI C header files" >&5
    14391604if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    14401605  echo $ac_n "(cached) $ac_c" 1>&6
    14411606else
    14421607  cat > conftest.$ac_ext <<EOF
    1443 #line 1444 "configure"
     1608#include <sys/types.h>
     1609#line 1610 "configure"
    14441610#include "confdefs.h"
    14451611#include <stdlib.h>
     
    14491615EOF
    14501616ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1451 { (eval echo configure:1452: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1617{ (eval echo configure:1618: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    14521618ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    14531619if test -z "$ac_err"; then
     
    14661632  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    14671633cat > conftest.$ac_ext <<EOF
    1468 #line 1469 "configure"
     1634#line 1635 "configure"
    14691635#include "confdefs.h"
    14701636#include <string.h>
     
    14841650  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    14851651cat > conftest.$ac_ext <<EOF
    1486 #line 1487 "configure"
     1652#line 1653 "configure"
    14871653#include "confdefs.h"
    14881654#include <stdlib.h>
     
    15051671else
    15061672  cat > conftest.$ac_ext <<EOF
    1507 #line 1508 "configure"
     1673#line 1674 "configure"
    15081674#include "confdefs.h"
    15091675#include <ctype.h>
     
    15161682
    15171683EOF
    1518 if { (eval echo configure:1519: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1684if { (eval echo configure:1685: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    15191685then
    15201686  :
     
    15401706
    15411707echo $ac_n "checking for uintptr_t""... $ac_c" 1>&6
    1542 echo "configure:1543: checking for uintptr_t" >&5
     1708echo "configure:1709: checking for uintptr_t" >&5
    15431709if eval "test \"`echo '$''{'ac_cv_type_uintptr_t'+set}'`\" = set"; then
    15441710  echo $ac_n "(cached) $ac_c" 1>&6
    15451711else
    15461712  cat > conftest.$ac_ext <<EOF
    1547 #line 1548 "configure"
     1713#line 1714 "configure"
    15481714#include "confdefs.h"
    15491715#include <sys/types.h>
     
    16381804do
    16391805echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    1640 echo "configure:1641: checking for $ac_func" >&5
     1806echo "configure:1807: checking for $ac_func" >&5
    16411807if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    16421808  echo $ac_n "(cached) $ac_c" 1>&6
    16431809else
    16441810  cat > conftest.$ac_ext <<EOF
    1645 #line 1646 "configure"
     1811#line 1812 "configure"
    16461812#include "confdefs.h"
    16471813/* System header to define __stub macros and hopefully few prototypes,
     
    16661832; return 0; }
    16671833EOF
    1668 if { (eval echo configure:1669: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1834if { (eval echo configure:1835: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    16691835  rm -rf conftest*
    16701836  eval "ac_cv_func_$ac_func=yes"
     
    16931859do
    16941860echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    1695 echo "configure:1696: checking for $ac_func" >&5
     1861echo "configure:1862: checking for $ac_func" >&5
    16961862if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    16971863  echo $ac_n "(cached) $ac_c" 1>&6
    16981864else
    16991865  cat > conftest.$ac_ext <<EOF
    1700 #line 1701 "configure"
     1866#line 1867 "configure"
    17011867#include "confdefs.h"
    17021868/* System header to define __stub macros and hopefully few prototypes,
     
    17211887; return 0; }
    17221888EOF
    1723 if { (eval echo configure:1724: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1889if { (eval echo configure:1890: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    17241890  rm -rf conftest*
    17251891  eval "ac_cv_func_$ac_func=yes"
     
    17481914do
    17491915echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    1750 echo "configure:1751: checking for $ac_func" >&5
     1916echo "configure:1917: checking for $ac_func" >&5
    17511917if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    17521918  echo $ac_n "(cached) $ac_c" 1>&6
    17531919else
    17541920  cat > conftest.$ac_ext <<EOF
    1755 #line 1756 "configure"
     1921#line 1922 "configure"
    17561922#include "confdefs.h"
    17571923/* System header to define __stub macros and hopefully few prototypes,
     
    17761942; return 0; }
    17771943EOF
    1778 if { (eval echo configure:1779: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1944if { (eval echo configure:1945: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    17791945  rm -rf conftest*
    17801946  eval "ac_cv_func_$ac_func=yes"
     
    18031969do
    18041970echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    1805 echo "configure:1806: checking for $ac_func" >&5
     1971echo "configure:1972: checking for $ac_func" >&5
    18061972if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    18071973  echo $ac_n "(cached) $ac_c" 1>&6
    18081974else
    18091975  cat > conftest.$ac_ext <<EOF
    1810 #line 1811 "configure"
     1976#line 1977 "configure"
    18111977#include "confdefs.h"
    18121978/* System header to define __stub macros and hopefully few prototypes,
     
    18311997; return 0; }
    18321998EOF
    1833 if { (eval echo configure:1834: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1999if { (eval echo configure:2000: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    18342000  rm -rf conftest*
    18352001  eval "ac_cv_func_$ac_func=yes"
     
    18582024do
    18592025echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    1860 echo "configure:1861: checking for $ac_func" >&5
     2026echo "configure:2027: checking for $ac_func" >&5
    18612027if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    18622028  echo $ac_n "(cached) $ac_c" 1>&6
    18632029else
    18642030  cat > conftest.$ac_ext <<EOF
    1865 #line 1866 "configure"
     2031#line 2032 "configure"
    18662032#include "confdefs.h"
    18672033/* System header to define __stub macros and hopefully few prototypes,
     
    18862052; return 0; }
    18872053EOF
    1888 if { (eval echo configure:1889: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2054if { (eval echo configure:2055: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    18892055  rm -rf conftest*
    18902056  eval "ac_cv_func_$ac_func=yes"
     
    19132079do
    19142080echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    1915 echo "configure:1916: checking for $ac_func" >&5
     2081echo "configure:2082: checking for $ac_func" >&5
    19162082if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    19172083  echo $ac_n "(cached) $ac_c" 1>&6
    19182084else
    19192085  cat > conftest.$ac_ext <<EOF
    1920 #line 1921 "configure"
     2086#line 2087 "configure"
    19212087#include "confdefs.h"
    19222088/* System header to define __stub macros and hopefully few prototypes,
     
    19412107; return 0; }
    19422108EOF
    1943 if { (eval echo configure:1944: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2109if { (eval echo configure:2110: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    19442110  rm -rf conftest*
    19452111  eval "ac_cv_func_$ac_func=yes"
     
    19682134do
    19692135echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    1970 echo "configure:1971: checking for $ac_func" >&5
     2136echo "configure:2137: checking for $ac_func" >&5
    19712137if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    19722138  echo $ac_n "(cached) $ac_c" 1>&6
    19732139else
    19742140  cat > conftest.$ac_ext <<EOF
    1975 #line 1976 "configure"
     2141#line 2142 "configure"
    19762142#include "confdefs.h"
    19772143/* System header to define __stub macros and hopefully few prototypes,
     
    19962162; return 0; }
    19972163EOF
    1998 if { (eval echo configure:1999: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2164if { (eval echo configure:2165: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    19992165  rm -rf conftest*
    20002166  eval "ac_cv_func_$ac_func=yes"
     
    22002366  # tests.  This will only work if the compiler works.
    22012367  echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    2202 echo "configure:2203: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     2368echo "configure:2369: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    22032369
    22042370ac_ext=c
     
    22112377cat > conftest.$ac_ext << EOF
    22122378
    2213 #line 2214 "configure"
     2379#line 2380 "configure"
    22142380#include "confdefs.h"
    22152381
    22162382main(){return(0);}
    22172383EOF
    2218 if { (eval echo configure:2219: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2384if { (eval echo configure:2385: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    22192385  ac_cv_prog_cc_works=yes
    22202386  # If we can't run a trivial program, we are probably using a cross compiler.
     
    22422408fi
    22432409echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    2244 echo "configure:2245: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     2410echo "configure:2411: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    22452411echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    22462412cross_compiling=$ac_cv_prog_cc_cross
     
    22492415do
    22502416echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2251 echo "configure:2252: checking for $ac_func" >&5
     2417echo "configure:2418: checking for $ac_func" >&5
    22522418if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    22532419  echo $ac_n "(cached) $ac_c" 1>&6
    22542420else
    22552421  cat > conftest.$ac_ext <<EOF
    2256 #line 2257 "configure"
     2422#line 2423 "configure"
    22572423#include "confdefs.h"
    22582424/* System header to define __stub macros and hopefully few prototypes,
     
    22772443; return 0; }
    22782444EOF
    2279 if { (eval echo configure:2280: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2445if { (eval echo configure:2446: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    22802446  rm -rf conftest*
    22812447  eval "ac_cv_func_$ac_func=yes"
     
    23042470
    23052471  echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
    2306 echo "configure:2307: checking whether alloca needs Cray hooks" >&5
     2472echo "configure:2473: checking whether alloca needs Cray hooks" >&5
    23072473if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
    23082474  echo $ac_n "(cached) $ac_c" 1>&6
    23092475else
    23102476  cat > conftest.$ac_ext <<EOF
    2311 #line 2312 "configure"
     2477#line 2478 "configure"
    23122478#include "confdefs.h"
    23132479#if defined(CRAY) && ! defined(CRAY2)
     
    23342500  for ac_func in _getb67 GETB67 getb67; do
    23352501    echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2336 echo "configure:2337: checking for $ac_func" >&5
     2502echo "configure:2503: checking for $ac_func" >&5
    23372503if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    23382504  echo $ac_n "(cached) $ac_c" 1>&6
    23392505else
    23402506  cat > conftest.$ac_ext <<EOF
    2341 #line 2342 "configure"
     2507#line 2508 "configure"
    23422508#include "confdefs.h"
    23432509/* System header to define __stub macros and hopefully few prototypes,
     
    23622528; return 0; }
    23632529EOF
    2364 if { (eval echo configure:2365: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2530if { (eval echo configure:2531: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    23652531  rm -rf conftest*
    23662532  eval "ac_cv_func_$ac_func=yes"
     
    23882554
    23892555echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
    2390 echo "configure:2391: checking stack direction for C alloca" >&5
     2556echo "configure:2557: checking stack direction for C alloca" >&5
    23912557if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
    23922558  echo $ac_n "(cached) $ac_c" 1>&6
     
    23962562else
    23972563  cat > conftest.$ac_ext <<EOF
    2398 #line 2399 "configure"
     2564#line 2565 "configure"
    23992565#include "confdefs.h"
    24002566find_stack_direction ()
     
    24152581}
    24162582EOF
    2417 if { (eval echo configure:2418: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2583if { (eval echo configure:2584: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    24182584then
    24192585  ac_cv_c_stack_direction=1
     
    24362602
    24372603  echo $ac_n "checking for pid_t""... $ac_c" 1>&6
    2438 echo "configure:2439: checking for pid_t" >&5
     2604echo "configure:2605: checking for pid_t" >&5
    24392605if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
    24402606  echo $ac_n "(cached) $ac_c" 1>&6
    24412607else
    24422608  cat > conftest.$ac_ext <<EOF
    2443 #line 2444 "configure"
     2609#line 2610 "configure"
    24442610#include "confdefs.h"
    24452611#include <sys/types.h>
     
    24702636ac_safe=`echo "vfork.h" | sed 'y%./+-%__p_%'`
    24712637echo $ac_n "checking for vfork.h""... $ac_c" 1>&6
    2472 echo "configure:2473: checking for vfork.h" >&5
     2638echo "configure:2639: checking for vfork.h" >&5
    24732639if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    24742640  echo $ac_n "(cached) $ac_c" 1>&6
    24752641else
    24762642  cat > conftest.$ac_ext <<EOF
    2477 #line 2478 "configure"
     2643#include <sys/types.h>
     2644#line 2645 "configure"
    24782645#include "confdefs.h"
    24792646#include <vfork.h>
    24802647EOF
    24812648ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2482 { (eval echo configure:2483: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2649{ (eval echo configure:2650: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    24832650ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    24842651if test -z "$ac_err"; then
     
    25052672
    25062673echo $ac_n "checking for working vfork""... $ac_c" 1>&6
    2507 echo "configure:2508: checking for working vfork" >&5
     2674echo "configure:2675: checking for working vfork" >&5
    25082675if eval "test \"`echo '$''{'ac_cv_func_vfork_works'+set}'`\" = set"; then
    25092676  echo $ac_n "(cached) $ac_c" 1>&6
     
    25112678  if test "$cross_compiling" = yes; then
    25122679  echo $ac_n "checking for vfork""... $ac_c" 1>&6
    2513 echo "configure:2514: checking for vfork" >&5
     2680echo "configure:2681: checking for vfork" >&5
    25142681if eval "test \"`echo '$''{'ac_cv_func_vfork'+set}'`\" = set"; then
    25152682  echo $ac_n "(cached) $ac_c" 1>&6
    25162683else
    25172684  cat > conftest.$ac_ext <<EOF
    2518 #line 2519 "configure"
     2685#line 2686 "configure"
    25192686#include "confdefs.h"
    25202687/* System header to define __stub macros and hopefully few prototypes,
     
    25392706; return 0; }
    25402707EOF
    2541 if { (eval echo configure:2542: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2708if { (eval echo configure:2709: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    25422709  rm -rf conftest*
    25432710  eval "ac_cv_func_vfork=yes"
     
    25612728else
    25622729  cat > conftest.$ac_ext <<EOF
    2563 #line 2564 "configure"
     2730#line 2731 "configure"
    25642731#include "confdefs.h"
    25652732/* Thanks to Paul Eggert for this test.  */
     
    26562823}
    26572824EOF
    2658 if { (eval echo configure:2659: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2825if { (eval echo configure:2826: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    26592826then
    26602827  ac_cv_func_vfork_works=yes
     
    26882855do
    26892856echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2690 echo "configure:2691: checking for $ac_func" >&5
     2857echo "configure:2858: checking for $ac_func" >&5
    26912858if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    26922859  echo $ac_n "(cached) $ac_c" 1>&6
    26932860else
    26942861  cat > conftest.$ac_ext <<EOF
    2695 #line 2696 "configure"
     2862#line 2863 "configure"
    26962863#include "confdefs.h"
    26972864/* System header to define __stub macros and hopefully few prototypes,
     
    27162883; return 0; }
    27172884EOF
    2718 if { (eval echo configure:2719: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2885if { (eval echo configure:2886: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    27192886  rm -rf conftest*
    27202887  eval "ac_cv_func_$ac_func=yes"
     
    27462913do
    27472914echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2748 echo "configure:2749: checking for $ac_func" >&5
     2915echo "configure:2916: checking for $ac_func" >&5
    27492916if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    27502917  echo $ac_n "(cached) $ac_c" 1>&6
    27512918else
    27522919  cat > conftest.$ac_ext <<EOF
    2753 #line 2754 "configure"
     2920#line 2921 "configure"
    27542921#include "confdefs.h"
    27552922/* System header to define __stub macros and hopefully few prototypes,
     
    27742941; return 0; }
    27752942EOF
    2776 if { (eval echo configure:2777: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2943if { (eval echo configure:2944: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    27772944  rm -rf conftest*
    27782945  eval "ac_cv_func_$ac_func=yes"
     
    28022969  for v in $vars; do
    28032970    echo $ac_n "checking for $v""... $ac_c" 1>&6
    2804 echo "configure:2805: checking for $v" >&5
     2971echo "configure:2972: checking for $v" >&5
    28052972    if eval "test \"`echo '$''{'libiberty_cv_var_$v'+set}'`\" = set"; then
    28062973  echo $ac_n "(cached) $ac_c" 1>&6
    28072974else
    28082975  cat > conftest.$ac_ext <<EOF
    2809 #line 2810 "configure"
     2976#line 2977 "configure"
    28102977#include "confdefs.h"
    28112978int *p;
     
    28142981; return 0; }
    28152982EOF
    2816 if { (eval echo configure:2817: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2983if { (eval echo configure:2984: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    28172984  rm -rf conftest*
    28182985  eval "libiberty_cv_var_$v=yes"
     
    28403007do
    28413008echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2842 echo "configure:2843: checking for $ac_func" >&5
     3009echo "configure:3010: checking for $ac_func" >&5
    28433010if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    28443011  echo $ac_n "(cached) $ac_c" 1>&6
    28453012else
    28463013  cat > conftest.$ac_ext <<EOF
    2847 #line 2848 "configure"
     3014#line 3015 "configure"
    28483015#include "confdefs.h"
    28493016/* System header to define __stub macros and hopefully few prototypes,
     
    28683035; return 0; }
    28693036EOF
    2870 if { (eval echo configure:2871: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3037if { (eval echo configure:3038: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    28713038  rm -rf conftest*
    28723039  eval "ac_cv_func_$ac_func=yes"
     
    28983065ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    28993066echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    2900 echo "configure:2901: checking for $ac_hdr" >&5
     3067echo "configure:3068: checking for $ac_hdr" >&5
    29013068if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    29023069  echo $ac_n "(cached) $ac_c" 1>&6
    29033070else
    29043071  cat > conftest.$ac_ext <<EOF
    2905 #line 2906 "configure"
     3072#include <sys/types.h>
     3073#line 3074 "configure"
    29063074#include "confdefs.h"
    29073075#include <$ac_hdr>
    29083076EOF
    29093077ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2910 { (eval echo configure:2911: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3078{ (eval echo configure:3079: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    29113079ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    29123080if test -z "$ac_err"; then
     
    29373105do
    29383106echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2939 echo "configure:2940: checking for $ac_func" >&5
     3107echo "configure:3108: checking for $ac_func" >&5
    29403108if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    29413109  echo $ac_n "(cached) $ac_c" 1>&6
    29423110else
    29433111  cat > conftest.$ac_ext <<EOF
    2944 #line 2945 "configure"
     3112#line 3113 "configure"
    29453113#include "confdefs.h"
    29463114/* System header to define __stub macros and hopefully few prototypes,
     
    29653133; return 0; }
    29663134EOF
    2967 if { (eval echo configure:2968: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3135if { (eval echo configure:3136: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    29683136  rm -rf conftest*
    29693137  eval "ac_cv_func_$ac_func=yes"
     
    29903158
    29913159echo $ac_n "checking for working mmap""... $ac_c" 1>&6
    2992 echo "configure:2993: checking for working mmap" >&5
     3160echo "configure:3161: checking for working mmap" >&5
    29933161if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
    29943162  echo $ac_n "(cached) $ac_c" 1>&6
     
    29983166else
    29993167  cat > conftest.$ac_ext <<EOF
    3000 #line 3001 "configure"
     3168#line 3169 "configure"
    30013169#include "confdefs.h"
    30023170
     
    31383306
    31393307EOF
    3140 if { (eval echo configure:3141: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3308if { (eval echo configure:3309: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    31413309then
    31423310  ac_cv_func_mmap_fixed_mapped=yes
     
    31623330
    31633331echo $ac_n "checking for working strncmp""... $ac_c" 1>&6
    3164 echo "configure:3165: checking for working strncmp" >&5
     3332echo "configure:3333: checking for working strncmp" >&5
    31653333if eval "test \"`echo '$''{'ac_cv_func_strncmp_works'+set}'`\" = set"; then
    31663334  echo $ac_n "(cached) $ac_c" 1>&6
     
    31703338else
    31713339  cat > conftest.$ac_ext <<EOF
    3172 #line 3173 "configure"
     3340#line 3341 "configure"
    31733341#include "confdefs.h"
    31743342
     
    32343402
    32353403EOF
    3236 if { (eval echo configure:3237: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3404if { (eval echo configure:3405: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    32373405then
    32383406  ac_cv_func_strncmp_works=yes
     
    33403508# Run this file to recreate the current configuration.
    33413509# This directory was configured as follows,
     3510EOF
     3511echo ': ${CONFIG_SHELL='"${CONFIG_SHELL-/bin/sh}"'}' >> $CONFIG_STATUS
     3512cat >> $CONFIG_STATUS <<EOF
    33423513# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
    33433514#
     
    33653536ac_given_srcdir=$srcdir
    33663537ac_given_INSTALL="$INSTALL"
     3538PATHIFS="$PATH_IFS"
    33673539
    33683540trap 'rm -fr `echo "Makefile testsuite/Makefile config.h:config.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
     
    33753547$ac_vpsub
    33763548$extrasub
     3549s,\([^a-zA-Z0-9:]\)/bin/sh\(.exe\),\1${CONFIG_SHELL-/bin/sh}\2,g
    33773550s%@SHELL@%$SHELL%g
    33783551s%@CFLAGS@%$CFLAGS%g
     
    33983571s%@infodir@%$infodir%g
    33993572s%@mandir@%$mandir%g
     3573s%@PATH_IFS@%$PATH_IFS%g
     3574s%@EXEEXT@%$EXEEXT%g
    34003575s%@libiberty_topdir@%$libiberty_topdir%g
    34013576s%@MAINT@%$MAINT%g
     
    34983673      if test -z "$ac_dots"; then top_srcdir=.
    34993674      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
    3500   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
     3675  /* | [A-Za-z]:*)
     3676    srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
    35013677  *) # Relative path.
    35023678    srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
     
    35053681
    35063682  case "$ac_given_INSTALL" in
    3507   [/$]*) INSTALL="$ac_given_INSTALL" ;;
     3683  [/$]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;;
    35083684  *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
    35093685  esac
     
    35183694  esac
    35193695
    3520   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
     3696  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%$PATHIFS% $ac_given_srcdir/%g"`
    35213697  sed -e "$ac_comsub
    35223698s%@configure_input@%$configure_input%g
     
    35653741
    35663742  rm -f conftest.frag conftest.in conftest.out
    3567   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
     3743# kso the other way around might work better with drive letters and such.
     3744#  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
     3745  ac_file_inputs=`echo $ac_file_in|sed -e "s%:% $ac_given_srcdir/%g" -e "s%^%$ac_given_srcdir/%" `
    35683746  cat $ac_file_inputs > conftest.in
    35693747
Note: See TracChangeset for help on using the changeset viewer.