Ignore:
Timestamp:
May 7, 2003, 5:35:03 PM (22 years ago)
Author:
bird
Message:

Regenerated configure scripts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/binutils/libiberty/configure

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r100 r101  
    527527fi
    528528
     529echo $ac_n "checking for path separator""... $ac_c" 1>&6
     530echo "configure:531: checking for path separator" >&5
     531# Filter path to get backslahes into forwardslashes
     532case "`uname -s 2> /dev/null`" in
     533OS/2)
     534  PATH=`echo -E "$PATH" | sed 's+\\\\+/+g'`
     535  PATH_IFS=';'
     536  ;;
     537*)
     538  PATH_IFS=':'
     539  ;;
     540esac
     541echo "$ac_t""${PATH_IFS}" 1>&6
     542
     543echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
     544echo "configure:545: checking for Cygwin environment" >&5
     545if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
     546  echo $ac_n "(cached) $ac_c" 1>&6
     547else
     548  cat > conftest.$ac_ext <<EOF
     549#line 550 "configure"
     550#include "confdefs.h"
     551
     552int main() {
     553
     554#ifndef __CYGWIN__
     555#define __CYGWIN__ __CYGWIN32__
     556#endif
     557return __CYGWIN__;
     558; return 0; }
     559EOF
     560if { (eval echo configure:561: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     561  rm -rf conftest*
     562  ac_cv_cygwin=yes
     563else
     564  echo "configure: failed program was:" >&5
     565  cat conftest.$ac_ext >&5
     566  rm -rf conftest*
     567  ac_cv_cygwin=no
     568fi
     569rm -f conftest*
     570rm -f conftest*
     571fi
     572
     573echo "$ac_t""$ac_cv_cygwin" 1>&6
     574CYGWIN=
     575test "$ac_cv_cygwin" = yes && CYGWIN=yes
     576echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
     577echo "configure:578: checking for mingw32 environment" >&5
     578if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
     579  echo $ac_n "(cached) $ac_c" 1>&6
     580else
     581  cat > conftest.$ac_ext <<EOF
     582#line 583 "configure"
     583#include "confdefs.h"
     584
     585int main() {
     586return __MINGW32__;
     587; return 0; }
     588EOF
     589if { (eval echo configure:590: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     590  rm -rf conftest*
     591  ac_cv_mingw32=yes
     592else
     593  echo "configure: failed program was:" >&5
     594  cat conftest.$ac_ext >&5
     595  rm -rf conftest*
     596  ac_cv_mingw32=no
     597fi
     598rm -f conftest*
     599rm -f conftest*
     600fi
     601
     602echo "$ac_t""$ac_cv_mingw32" 1>&6
     603MINGW32=
     604test "$ac_cv_mingw32" = yes && MINGW32=yes
     605echo $ac_n "checking for EMX/OS2 environment""... $ac_c" 1>&6
     606echo "configure:607: checking for EMX/OS2 environment" >&5
     607if eval "test \"`echo '$''{'ac_cv_emxos2'+set}'`\" = set"; then
     608  echo $ac_n "(cached) $ac_c" 1>&6
     609else
     610  : ${CC=gcc.exe}
     611cat > conftest.$ac_ext <<EOF
     612#line 613 "configure"
     613#include "confdefs.h"
     614
     615int main() {
     616return __EMX__;
     617; return 0; }
     618EOF
     619if { (eval echo configure:620: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     620  rm -rf conftest*
     621  ac_cv_emxos2=yes
     622else
     623  echo "configure: failed program was:" >&5
     624  cat conftest.$ac_ext >&5
     625  rm -rf conftest*
     626  ac_cv_emxos2=no
     627fi
     628rm -f conftest*
     629rm -f conftest*
     630fi
     631
     632echo "$ac_t""$ac_cv_emxos2" 1>&6
     633if eval "test \"`echo '$''{'ac_cv_libpre'+set}'`\" = set"; then
     634  echo $ac_n "(cached) $ac_c" 1>&6
     635else
     636  if test "$ac_cv_emxos2" = yes ; then
     637  ac_cv_libpre=
     638else
     639  ac_cv_libpre=lib
     640fi
     641
     642fi
     643
     644EMXOS2=
     645test "$ac_cv_emxos2" = yes && EMXOS2=yes
     646
     647
     648
     649echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
     650echo "configure:651: checking for executable suffix" >&5
     651if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
     652  echo $ac_n "(cached) $ac_c" 1>&6
     653else
     654  if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$EMXOS2" = yes; then
     655  ac_cv_exeext=.exe
     656else
     657  rm -f conftest*
     658  echo 'int main () { return 0; }' > conftest.$ac_ext
     659  ac_cv_exeext=
     660  if { (eval echo configure:661: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
     661    for file in conftest.*; do
     662      case $file in
     663      *.c | *.o | *.obj) ;;
     664      *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
     665      esac
     666    done
     667  else
     668    { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
     669  fi
     670  rm -f conftest*
     671  test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
     672fi
     673fi
     674
     675EXEEXT=""
     676test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
     677echo "$ac_t""${ac_cv_exeext}" 1>&6
     678ac_exeext=$EXEEXT
     679
    529680
    530681
     
    588739
    589740echo $ac_n "checking host system type""... $ac_c" 1>&6
    590 echo "configure:591: checking host system type" >&5
     741echo "configure:742: checking host system type" >&5
    591742
    592743host_alias=$host
     
    611762
    612763echo $ac_n "checking build system type""... $ac_c" 1>&6
    613 echo "configure:614: checking build system type" >&5
     764echo "configure:765: checking build system type" >&5
    614765
    615766build_alias=$build
     
    637788set dummy ${ac_tool_prefix}ar; ac_word=$2
    638789echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    639 echo "configure:640: checking for $ac_word" >&5
     790echo "configure:791: checking for $ac_word" >&5
    640791if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
    641792  echo $ac_n "(cached) $ac_c" 1>&6
     
    644795  ac_cv_prog_AR="$AR" # Let the user override the test.
    645796else
    646   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     797  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    647798  ac_dummy="$PATH"
    648799  for ac_dir in $ac_dummy; do
    649800    test -z "$ac_dir" && ac_dir=.
    650     if test -f $ac_dir/$ac_word; then
     801    if test -f $ac_dir/$ac_word -o \
     802            -f $ac_dir/$ac_word$ac_exeext ; then
    651803      ac_cv_prog_AR="${ac_tool_prefix}ar"
    652804      break
     
    669821set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    670822echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    671 echo "configure:672: checking for $ac_word" >&5
     823echo "configure:824: checking for $ac_word" >&5
    672824if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    673825  echo $ac_n "(cached) $ac_c" 1>&6
     
    676828  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
    677829else
    678   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     830  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    679831  ac_dummy="$PATH"
    680832  for ac_dir in $ac_dummy; do
    681833    test -z "$ac_dir" && ac_dir=.
    682     if test -f $ac_dir/$ac_word; then
     834    if test -f $ac_dir/$ac_word -o \
     835            -f $ac_dir/$ac_word$ac_exeext ; then
    683836      ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
    684837      break
     
    701854set dummy ranlib; ac_word=$2
    702855echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    703 echo "configure:704: checking for $ac_word" >&5
     856echo "configure:857: checking for $ac_word" >&5
    704857if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    705858  echo $ac_n "(cached) $ac_c" 1>&6
     
    708861  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
    709862else
    710   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     863  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    711864  ac_dummy="$PATH"
    712865  for ac_dir in $ac_dummy; do
    713866    test -z "$ac_dir" && ac_dir=.
    714     if test -f $ac_dir/$ac_word; then
     867    if test -f $ac_dir/$ac_word -o \
     868            -f $ac_dir/$ac_word$ac_exeext ; then
    715869      ac_cv_prog_RANLIB="ranlib"
    716870      break
     
    738892set dummy gcc; ac_word=$2
    739893echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    740 echo "configure:741: checking for $ac_word" >&5
     894echo "configure:895: checking for $ac_word" >&5
    741895if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    742896  echo $ac_n "(cached) $ac_c" 1>&6
     
    745899  ac_cv_prog_CC="$CC" # Let the user override the test.
    746900else
    747   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     901  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    748902  ac_dummy="$PATH"
    749903  for ac_dir in $ac_dummy; do
    750904    test -z "$ac_dir" && ac_dir=.
    751     if test -f $ac_dir/$ac_word; then
     905    if test -f $ac_dir/$ac_word -o \
     906            -f $ac_dir/$ac_word$ac_exeext ; then
    752907      ac_cv_prog_CC="gcc"
    753908      break
     
    768923set dummy cc; ac_word=$2
    769924echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    770 echo "configure:771: checking for $ac_word" >&5
     925echo "configure:926: checking for $ac_word" >&5
    771926if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    772927  echo $ac_n "(cached) $ac_c" 1>&6
     
    775930  ac_cv_prog_CC="$CC" # Let the user override the test.
    776931else
    777   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     932  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    778933  ac_prog_rejected=no
    779934  ac_dummy="$PATH"
    780935  for ac_dir in $ac_dummy; do
    781936    test -z "$ac_dir" && ac_dir=.
    782     if test -f $ac_dir/$ac_word; then
    783       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
     937    if test -f $ac_dir/$ac_word -o \
     938            -f $ac_dir/$ac_word$ac_exeext ; then
     939      if test "$ac_dir/$ac_word" = "/usr/ucb/cc" -o \
     940               "$ac_dir/$ac_word$ac_exeext" = "/usr/ucb/cc" ; then
    784941        ac_prog_rejected=yes
    785942        continue
     
    817974
    818975echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    819 echo "configure:820: checking whether we are using GNU C" >&5
     976echo "configure:977: checking whether we are using GNU C" >&5
    820977if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    821978  echo $ac_n "(cached) $ac_c" 1>&6
     
    826983#endif
    827984EOF
    828 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:829: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     985if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:986: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    829986  ac_cv_prog_gcc=yes
    830987else
     
    842999  CFLAGS=
    8431000  echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    844 echo "configure:845: checking whether ${CC-cc} accepts -g" >&5
     1001echo "configure:1002: checking whether ${CC-cc} accepts -g" >&5
    8451002if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    8461003  echo $ac_n "(cached) $ac_c" 1>&6
     
    8731030
    8741031echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6
    875 echo "configure:876: checking for POSIXized ISC" >&5
     1032echo "configure:1033: checking for POSIXized ISC" >&5
    8761033if test -d /etc/conf/kconfig.d &&
    8771034  grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
     
    8941051
    8951052echo $ac_n "checking for working const""... $ac_c" 1>&6
    896 echo "configure:897: checking for working const" >&5
     1053echo "configure:1054: checking for working const" >&5
    8971054if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
    8981055  echo $ac_n "(cached) $ac_c" 1>&6
    8991056else
    9001057  cat > conftest.$ac_ext <<EOF
    901 #line 902 "configure"
     1058#line 1059 "configure"
    9021059#include "confdefs.h"
    9031060
     
    9481105; return 0; }
    9491106EOF
    950 if { (eval echo configure:951: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1107if { (eval echo configure:1108: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    9511108  rm -rf conftest*
    9521109  ac_cv_c_const=yes
     
    9691126
    9701127echo $ac_n "checking for inline""... $ac_c" 1>&6
    971 echo "configure:972: checking for inline" >&5
     1128echo "configure:1129: checking for inline" >&5
    9721129if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
    9731130  echo $ac_n "(cached) $ac_c" 1>&6
     
    9761133for ac_kw in inline __inline__ __inline; do
    9771134  cat > conftest.$ac_ext <<EOF
    978 #line 979 "configure"
     1135#line 1136 "configure"
    9791136#include "confdefs.h"
    9801137
     
    9831140; return 0; }
    9841141EOF
    985 if { (eval echo configure:986: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1142if { (eval echo configure:1143: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    9861143  rm -rf conftest*
    9871144  ac_cv_c_inline=$ac_kw; break
     
    10261183# ./install, which can be erroneously created by make from ./install.sh.
    10271184echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    1028 echo "configure:1029: checking for a BSD compatible install" >&5
     1185echo "configure:1186: checking for a BSD compatible install" >&5
    10291186if test -z "$INSTALL"; then
    10301187if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
    10311188  echo $ac_n "(cached) $ac_c" 1>&6
    10321189else
    1033     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
     1190    IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS="$PATH_IFS"
    10341191  for ac_dir in $PATH; do
    10351192    # Account for people who put trailing slashes in PATH elements.
    10361193    case "$ac_dir/" in
    10371194    /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
     1195    # We reject the install program from OS/2 or W3.1
     1196    */OS2|*/OS2/*|*/WINDOWS|*/WINDOWS/*) ;;
    10381197    *)
    10391198      # OSF1 and SCO ODT 3.0 have their own names for install.
     
    10411200      # by default.
    10421201      for ac_prog in ginstall scoinst install; do
    1043         if test -f $ac_dir/$ac_prog; then
     1202        if test -f $ac_dir/$ac_prog$ac_exeext; then
    10441203          if test $ac_prog = install &&
    10451204            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
     
    10471206            :
    10481207          else
    1049             ac_cv_path_install="$ac_dir/$ac_prog -c"
     1208            ac_cv_path_install="$ac_dir/$ac_prog$ac_exeext -c"
    10501209            break 2
    10511210          fi
     
    10871246# something.
    10881247echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    1089 echo "configure:1090: checking how to run the C preprocessor" >&5
     1248echo "configure:1249: checking how to run the C preprocessor" >&5
    10901249# On Suns, sometimes $CPP names a directory.
    10911250if test -n "$CPP" && test -d "$CPP"; then
     
    11021261  # not just through cpp.
    11031262  cat > conftest.$ac_ext <<EOF
    1104 #line 1105 "configure"
     1263#include <sys/types.h>
     1264#line 1265 "configure"
    11051265#include "confdefs.h"
    11061266#include <assert.h>
     
    11081268EOF
    11091269ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1110 { (eval echo configure:1111: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1270{ (eval echo configure:1271: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    11111271ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    11121272if test -z "$ac_err"; then
     
    11191279  CPP="${CC-cc} -E -traditional-cpp"
    11201280  cat > conftest.$ac_ext <<EOF
    1121 #line 1122 "configure"
     1281#include <sys/types.h>
     1282#line 1283 "configure"
    11221283#include "confdefs.h"
    11231284#include <assert.h>
     
    11251286EOF
    11261287ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1127 { (eval echo configure:1128: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1288{ (eval echo configure:1289: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    11281289ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    11291290if test -z "$ac_err"; then
     
    11361297  CPP="${CC-cc} -nologo -E"
    11371298  cat > conftest.$ac_ext <<EOF
    1138 #line 1139 "configure"
     1299#include <sys/types.h>
     1300#line 1301 "configure"
    11391301#include "confdefs.h"
    11401302#include <assert.h>
     
    11421304EOF
    11431305ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1144 { (eval echo configure:1145: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1306{ (eval echo configure:1307: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    11451307ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    11461308if test -z "$ac_err"; then
     
    11701332ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    11711333echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    1172 echo "configure:1173: checking for $ac_hdr" >&5
     1334echo "configure:1335: checking for $ac_hdr" >&5
    11731335if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    11741336  echo $ac_n "(cached) $ac_c" 1>&6
    11751337else
    11761338  cat > conftest.$ac_ext <<EOF
    1177 #line 1178 "configure"
     1339#include <sys/types.h>
     1340#line 1341 "configure"
    11781341#include "confdefs.h"
    11791342#include <$ac_hdr>
    11801343EOF
    11811344ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1182 { (eval echo configure:1183: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1345{ (eval echo configure:1346: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    11831346ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    11841347if test -z "$ac_err"; then
     
    12071370
    12081371echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6
    1209 echo "configure:1210: checking for sys/wait.h that is POSIX.1 compatible" >&5
     1372echo "configure:1373: checking for sys/wait.h that is POSIX.1 compatible" >&5
    12101373if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then
    12111374  echo $ac_n "(cached) $ac_c" 1>&6
    12121375else
    12131376  cat > conftest.$ac_ext <<EOF
    1214 #line 1215 "configure"
     1377#line 1378 "configure"
    12151378#include "confdefs.h"
    12161379#include <sys/types.h>
     
    12281391; return 0; }
    12291392EOF
    1230 if { (eval echo configure:1231: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1393if { (eval echo configure:1394: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    12311394  rm -rf conftest*
    12321395  ac_cv_header_sys_wait_h=yes
     
    12491412
    12501413echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
    1251 echo "configure:1252: checking whether time.h and sys/time.h may both be included" >&5
     1414echo "configure:1415: checking whether time.h and sys/time.h may both be included" >&5
    12521415if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
    12531416  echo $ac_n "(cached) $ac_c" 1>&6
    12541417else
    12551418  cat > conftest.$ac_ext <<EOF
    1256 #line 1257 "configure"
     1419#line 1420 "configure"
    12571420#include "confdefs.h"
    12581421#include <sys/types.h>
     
    12631426; return 0; }
    12641427EOF
    1265 if { (eval echo configure:1266: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1428if { (eval echo configure:1429: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    12661429  rm -rf conftest*
    12671430  ac_cv_header_time=yes
     
    12851448
    12861449echo $ac_n "checking whether errno must be declared""... $ac_c" 1>&6
    1287 echo "configure:1288: checking whether errno must be declared" >&5
     1450echo "configure:1451: checking whether errno must be declared" >&5
    12881451if eval "test \"`echo '$''{'libiberty_cv_declare_errno'+set}'`\" = set"; then
    12891452  echo $ac_n "(cached) $ac_c" 1>&6
    12901453else
    12911454  cat > conftest.$ac_ext <<EOF
    1292 #line 1293 "configure"
     1455#line 1456 "configure"
    12931456#include "confdefs.h"
    12941457#include <errno.h>
     
    12971460; return 0; }
    12981461EOF
    1299 if { (eval echo configure:1300: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1462if { (eval echo configure:1463: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    13001463  rm -rf conftest*
    13011464  libiberty_cv_declare_errno=no
     
    13741537do
    13751538echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    1376 echo "configure:1377: checking for $ac_func" >&5
     1539echo "configure:1540: checking for $ac_func" >&5
    13771540if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    13781541  echo $ac_n "(cached) $ac_c" 1>&6
    13791542else
    13801543  cat > conftest.$ac_ext <<EOF
    1381 #line 1382 "configure"
     1544#line 1545 "configure"
    13821545#include "confdefs.h"
    13831546/* System header to define __stub macros and hopefully few prototypes,
     
    14021565; return 0; }
    14031566EOF
    1404 if { (eval echo configure:1405: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1567if { (eval echo configure:1568: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    14051568  rm -rf conftest*
    14061569  eval "ac_cv_func_$ac_func=yes"
     
    14291592do
    14301593echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    1431 echo "configure:1432: checking for $ac_func" >&5
     1594echo "configure:1595: checking for $ac_func" >&5
    14321595if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    14331596  echo $ac_n "(cached) $ac_c" 1>&6
    14341597else
    14351598  cat > conftest.$ac_ext <<EOF
    1436 #line 1437 "configure"
     1599#line 1600 "configure"
    14371600#include "confdefs.h"
    14381601/* System header to define __stub macros and hopefully few prototypes,
     
    14571620; return 0; }
    14581621EOF
    1459 if { (eval echo configure:1460: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1622if { (eval echo configure:1623: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    14601623  rm -rf conftest*
    14611624  eval "ac_cv_func_$ac_func=yes"
     
    14841647do
    14851648echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    1486 echo "configure:1487: checking for $ac_func" >&5
     1649echo "configure:1650: checking for $ac_func" >&5
    14871650if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    14881651  echo $ac_n "(cached) $ac_c" 1>&6
    14891652else
    14901653  cat > conftest.$ac_ext <<EOF
    1491 #line 1492 "configure"
     1654#line 1655 "configure"
    14921655#include "confdefs.h"
    14931656/* System header to define __stub macros and hopefully few prototypes,
     
    15121675; return 0; }
    15131676EOF
    1514 if { (eval echo configure:1515: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1677if { (eval echo configure:1678: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    15151678  rm -rf conftest*
    15161679  eval "ac_cv_func_$ac_func=yes"
     
    15391702do
    15401703echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    1541 echo "configure:1542: checking for $ac_func" >&5
     1704echo "configure:1705: checking for $ac_func" >&5
    15421705if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    15431706  echo $ac_n "(cached) $ac_c" 1>&6
    15441707else
    15451708  cat > conftest.$ac_ext <<EOF
    1546 #line 1547 "configure"
     1709#line 1710 "configure"
    15471710#include "confdefs.h"
    15481711/* System header to define __stub macros and hopefully few prototypes,
     
    15671730; return 0; }
    15681731EOF
    1569 if { (eval echo configure:1570: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1732if { (eval echo configure:1733: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    15701733  rm -rf conftest*
    15711734  eval "ac_cv_func_$ac_func=yes"
     
    15941757do
    15951758echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    1596 echo "configure:1597: checking for $ac_func" >&5
     1759echo "configure:1760: checking for $ac_func" >&5
    15971760if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    15981761  echo $ac_n "(cached) $ac_c" 1>&6
    15991762else
    16001763  cat > conftest.$ac_ext <<EOF
    1601 #line 1602 "configure"
     1764#line 1765 "configure"
    16021765#include "confdefs.h"
    16031766/* System header to define __stub macros and hopefully few prototypes,
     
    16221785; return 0; }
    16231786EOF
    1624 if { (eval echo configure:1625: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1787if { (eval echo configure:1788: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    16251788  rm -rf conftest*
    16261789  eval "ac_cv_func_$ac_func=yes"
     
    16491812do
    16501813echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    1651 echo "configure:1652: checking for $ac_func" >&5
     1814echo "configure:1815: checking for $ac_func" >&5
    16521815if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    16531816  echo $ac_n "(cached) $ac_c" 1>&6
    16541817else
    16551818  cat > conftest.$ac_ext <<EOF
    1656 #line 1657 "configure"
     1819#line 1820 "configure"
    16571820#include "confdefs.h"
    16581821/* System header to define __stub macros and hopefully few prototypes,
     
    16771840; return 0; }
    16781841EOF
    1679 if { (eval echo configure:1680: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1842if { (eval echo configure:1843: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    16801843  rm -rf conftest*
    16811844  eval "ac_cv_func_$ac_func=yes"
     
    17041867do
    17051868echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    1706 echo "configure:1707: checking for $ac_func" >&5
     1869echo "configure:1870: checking for $ac_func" >&5
    17071870if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    17081871  echo $ac_n "(cached) $ac_c" 1>&6
    17091872else
    17101873  cat > conftest.$ac_ext <<EOF
    1711 #line 1712 "configure"
     1874#line 1875 "configure"
    17121875#include "confdefs.h"
    17131876/* System header to define __stub macros and hopefully few prototypes,
     
    17321895; return 0; }
    17331896EOF
    1734 if { (eval echo configure:1735: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1897if { (eval echo configure:1898: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    17351898  rm -rf conftest*
    17361899  eval "ac_cv_func_$ac_func=yes"
     
    19182081  # tests.  This will only work if the compiler works.
    19192082  echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    1920 echo "configure:1921: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     2083echo "configure:2084: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    19212084
    19222085ac_ext=c
     
    19292092cat > conftest.$ac_ext << EOF
    19302093
    1931 #line 1932 "configure"
     2094#line 2095 "configure"
    19322095#include "confdefs.h"
    19332096
    19342097main(){return(0);}
    19352098EOF
    1936 if { (eval echo configure:1937: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2099if { (eval echo configure:2100: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    19372100  ac_cv_prog_cc_works=yes
    19382101  # If we can't run a trivial program, we are probably using a cross compiler.
     
    19602123fi
    19612124echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    1962 echo "configure:1963: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     2125echo "configure:2126: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    19632126echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    19642127cross_compiling=$ac_cv_prog_cc_cross
     
    19672130do
    19682131echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    1969 echo "configure:1970: checking for $ac_func" >&5
     2132echo "configure:2133: checking for $ac_func" >&5
    19702133if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    19712134  echo $ac_n "(cached) $ac_c" 1>&6
    19722135else
    19732136  cat > conftest.$ac_ext <<EOF
    1974 #line 1975 "configure"
     2137#line 2138 "configure"
    19752138#include "confdefs.h"
    19762139/* System header to define __stub macros and hopefully few prototypes,
     
    19952158; return 0; }
    19962159EOF
    1997 if { (eval echo configure:1998: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2160if { (eval echo configure:2161: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    19982161  rm -rf conftest*
    19992162  eval "ac_cv_func_$ac_func=yes"
     
    20422205# for constant arguments.  Useless!
    20432206echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
    2044 echo "configure:2045: checking for working alloca.h" >&5
     2207echo "configure:2208: checking for working alloca.h" >&5
    20452208if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
    20462209  echo $ac_n "(cached) $ac_c" 1>&6
    20472210else
    20482211  cat > conftest.$ac_ext <<EOF
    2049 #line 2050 "configure"
     2212#line 2213 "configure"
    20502213#include "confdefs.h"
    20512214#include <alloca.h>
     
    20542217; return 0; }
    20552218EOF
    2056 if { (eval echo configure:2057: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2219if { (eval echo configure:2220: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    20572220  rm -rf conftest*
    20582221  ac_cv_header_alloca_h=yes
     
    20752238
    20762239echo $ac_n "checking for alloca""... $ac_c" 1>&6
    2077 echo "configure:2078: checking for alloca" >&5
     2240echo "configure:2241: checking for alloca" >&5
    20782241if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
    20792242  echo $ac_n "(cached) $ac_c" 1>&6
    20802243else
    20812244  cat > conftest.$ac_ext <<EOF
    2082 #line 2083 "configure"
     2245#line 2246 "configure"
    20832246#include "confdefs.h"
    20842247
     
    21082271; return 0; }
    21092272EOF
    2110 if { (eval echo configure:2111: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2273if { (eval echo configure:2274: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    21112274  rm -rf conftest*
    21122275  ac_cv_func_alloca_works=yes
     
    21402303
    21412304echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
    2142 echo "configure:2143: checking whether alloca needs Cray hooks" >&5
     2305echo "configure:2306: checking whether alloca needs Cray hooks" >&5
    21432306if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
    21442307  echo $ac_n "(cached) $ac_c" 1>&6
    21452308else
    21462309  cat > conftest.$ac_ext <<EOF
    2147 #line 2148 "configure"
     2310#line 2311 "configure"
    21482311#include "confdefs.h"
    21492312#if defined(CRAY) && ! defined(CRAY2)
     
    21702333for ac_func in _getb67 GETB67 getb67; do
    21712334  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2172 echo "configure:2173: checking for $ac_func" >&5
     2335echo "configure:2336: checking for $ac_func" >&5
    21732336if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    21742337  echo $ac_n "(cached) $ac_c" 1>&6
    21752338else
    21762339  cat > conftest.$ac_ext <<EOF
    2177 #line 2178 "configure"
     2340#line 2341 "configure"
    21782341#include "confdefs.h"
    21792342/* System header to define __stub macros and hopefully few prototypes,
     
    21982361; return 0; }
    21992362EOF
    2200 if { (eval echo configure:2201: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2363if { (eval echo configure:2364: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    22012364  rm -rf conftest*
    22022365  eval "ac_cv_func_$ac_func=yes"
     
    22252388
    22262389echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
    2227 echo "configure:2228: checking stack direction for C alloca" >&5
     2390echo "configure:2391: checking stack direction for C alloca" >&5
    22282391if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
    22292392  echo $ac_n "(cached) $ac_c" 1>&6
     
    22332396else
    22342397  cat > conftest.$ac_ext <<EOF
    2235 #line 2236 "configure"
     2398#line 2399 "configure"
    22362399#include "confdefs.h"
    22372400find_stack_direction ()
     
    22522415}
    22532416EOF
    2254 if { (eval echo configure:2255: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2417if { (eval echo configure:2418: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    22552418then
    22562419  ac_cv_c_stack_direction=1
     
    22772440
    22782441  echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    2279 echo "configure:2280: checking for ANSI C header files" >&5
     2442echo "configure:2443: checking for ANSI C header files" >&5
    22802443if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    22812444  echo $ac_n "(cached) $ac_c" 1>&6
    22822445else
    22832446  cat > conftest.$ac_ext <<EOF
    2284 #line 2285 "configure"
     2447#include <sys/types.h>
     2448#line 2449 "configure"
    22852449#include "confdefs.h"
    22862450#include <stdlib.h>
     
    22902454EOF
    22912455ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2292 { (eval echo configure:2293: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2456{ (eval echo configure:2457: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    22932457ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    22942458if test -z "$ac_err"; then
     
    23072471  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    23082472cat > conftest.$ac_ext <<EOF
    2309 #line 2310 "configure"
     2473#line 2474 "configure"
    23102474#include "confdefs.h"
    23112475#include <string.h>
     
    23252489  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    23262490cat > conftest.$ac_ext <<EOF
    2327 #line 2328 "configure"
     2491#line 2492 "configure"
    23282492#include "confdefs.h"
    23292493#include <stdlib.h>
     
    23462510else
    23472511  cat > conftest.$ac_ext <<EOF
    2348 #line 2349 "configure"
     2512#line 2513 "configure"
    23492513#include "confdefs.h"
    23502514#include <ctype.h>
     
    23572521
    23582522EOF
    2359 if { (eval echo configure:2360: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2523if { (eval echo configure:2524: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    23602524then
    23612525  :
     
    23812545
    23822546echo $ac_n "checking for pid_t""... $ac_c" 1>&6
    2383 echo "configure:2384: checking for pid_t" >&5
     2547echo "configure:2548: checking for pid_t" >&5
    23842548if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
    23852549  echo $ac_n "(cached) $ac_c" 1>&6
    23862550else
    23872551  cat > conftest.$ac_ext <<EOF
    2388 #line 2389 "configure"
     2552#line 2553 "configure"
    23892553#include "confdefs.h"
    23902554#include <sys/types.h>
     
    24152579ac_safe=`echo "vfork.h" | sed 'y%./+-%__p_%'`
    24162580echo $ac_n "checking for vfork.h""... $ac_c" 1>&6
    2417 echo "configure:2418: checking for vfork.h" >&5
     2581echo "configure:2582: checking for vfork.h" >&5
    24182582if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    24192583  echo $ac_n "(cached) $ac_c" 1>&6
    24202584else
    24212585  cat > conftest.$ac_ext <<EOF
    2422 #line 2423 "configure"
     2586#include <sys/types.h>
     2587#line 2588 "configure"
    24232588#include "confdefs.h"
    24242589#include <vfork.h>
    24252590EOF
    24262591ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2427 { (eval echo configure:2428: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2592{ (eval echo configure:2593: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    24282593ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    24292594if test -z "$ac_err"; then
     
    24502615
    24512616echo $ac_n "checking for working vfork""... $ac_c" 1>&6
    2452 echo "configure:2453: checking for working vfork" >&5
     2617echo "configure:2618: checking for working vfork" >&5
    24532618if eval "test \"`echo '$''{'ac_cv_func_vfork_works'+set}'`\" = set"; then
    24542619  echo $ac_n "(cached) $ac_c" 1>&6
     
    24562621  if test "$cross_compiling" = yes; then
    24572622  echo $ac_n "checking for vfork""... $ac_c" 1>&6
    2458 echo "configure:2459: checking for vfork" >&5
     2623echo "configure:2624: checking for vfork" >&5
    24592624if eval "test \"`echo '$''{'ac_cv_func_vfork'+set}'`\" = set"; then
    24602625  echo $ac_n "(cached) $ac_c" 1>&6
    24612626else
    24622627  cat > conftest.$ac_ext <<EOF
    2463 #line 2464 "configure"
     2628#line 2629 "configure"
    24642629#include "confdefs.h"
    24652630/* System header to define __stub macros and hopefully few prototypes,
     
    24842649; return 0; }
    24852650EOF
    2486 if { (eval echo configure:2487: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2651if { (eval echo configure:2652: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    24872652  rm -rf conftest*
    24882653  eval "ac_cv_func_vfork=yes"
     
    25062671else
    25072672  cat > conftest.$ac_ext <<EOF
    2508 #line 2509 "configure"
     2673#line 2674 "configure"
    25092674#include "confdefs.h"
    25102675/* Thanks to Paul Eggert for this test.  */
     
    26012766}
    26022767EOF
    2603 if { (eval echo configure:2604: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2768if { (eval echo configure:2769: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    26042769then
    26052770  ac_cv_func_vfork_works=yes
     
    26282793  for v in $vars; do
    26292794    echo $ac_n "checking for $v""... $ac_c" 1>&6
    2630 echo "configure:2631: checking for $v" >&5
     2795echo "configure:2796: checking for $v" >&5
    26312796    if eval "test \"`echo '$''{'libiberty_cv_var_$v'+set}'`\" = set"; then
    26322797  echo $ac_n "(cached) $ac_c" 1>&6
    26332798else
    26342799  cat > conftest.$ac_ext <<EOF
    2635 #line 2636 "configure"
     2800#line 2801 "configure"
    26362801#include "confdefs.h"
    26372802int *p;
     
    26402805; return 0; }
    26412806EOF
    2642 if { (eval echo configure:2643: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2807if { (eval echo configure:2808: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    26432808  rm -rf conftest*
    26442809  eval "libiberty_cv_var_$v=yes"
     
    26662831do
    26672832echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2668 echo "configure:2669: checking for $ac_func" >&5
     2833echo "configure:2834: checking for $ac_func" >&5
    26692834if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    26702835  echo $ac_n "(cached) $ac_c" 1>&6
    26712836else
    26722837  cat > conftest.$ac_ext <<EOF
    2673 #line 2674 "configure"
     2838#line 2839 "configure"
    26742839#include "confdefs.h"
    26752840/* System header to define __stub macros and hopefully few prototypes,
     
    26942859; return 0; }
    26952860EOF
    2696 if { (eval echo configure:2697: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2861if { (eval echo configure:2862: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    26972862  rm -rf conftest*
    26982863  eval "ac_cv_func_$ac_func=yes"
     
    27242889ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    27252890echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    2726 echo "configure:2727: checking for $ac_hdr" >&5
     2891echo "configure:2892: checking for $ac_hdr" >&5
    27272892if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    27282893  echo $ac_n "(cached) $ac_c" 1>&6
    27292894else
    27302895  cat > conftest.$ac_ext <<EOF
    2731 #line 2732 "configure"
     2896#include <sys/types.h>
     2897#line 2898 "configure"
    27322898#include "confdefs.h"
    27332899#include <$ac_hdr>
    27342900EOF
    27352901ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2736 { (eval echo configure:2737: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2902{ (eval echo configure:2903: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    27372903ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    27382904if test -z "$ac_err"; then
     
    27632929do
    27642930echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2765 echo "configure:2766: checking for $ac_func" >&5
     2931echo "configure:2932: checking for $ac_func" >&5
    27662932if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    27672933  echo $ac_n "(cached) $ac_c" 1>&6
    27682934else
    27692935  cat > conftest.$ac_ext <<EOF
    2770 #line 2771 "configure"
     2936#line 2937 "configure"
    27712937#include "confdefs.h"
    27722938/* System header to define __stub macros and hopefully few prototypes,
     
    27912957; return 0; }
    27922958EOF
    2793 if { (eval echo configure:2794: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2959if { (eval echo configure:2960: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    27942960  rm -rf conftest*
    27952961  eval "ac_cv_func_$ac_func=yes"
     
    28162982
    28172983echo $ac_n "checking for working mmap""... $ac_c" 1>&6
    2818 echo "configure:2819: checking for working mmap" >&5
     2984echo "configure:2985: checking for working mmap" >&5
    28192985if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
    28202986  echo $ac_n "(cached) $ac_c" 1>&6
     
    28242990else
    28252991  cat > conftest.$ac_ext <<EOF
    2826 #line 2827 "configure"
     2992#line 2993 "configure"
    28272993#include "confdefs.h"
    28282994
     
    29643130
    29653131EOF
    2966 if { (eval echo configure:2967: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3132if { (eval echo configure:3133: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    29673133then
    29683134  ac_cv_func_mmap_fixed_mapped=yes
     
    29883154
    29893155echo $ac_n "checking for working strncmp""... $ac_c" 1>&6
    2990 echo "configure:2991: checking for working strncmp" >&5
     3156echo "configure:3157: checking for working strncmp" >&5
    29913157if eval "test \"`echo '$''{'ac_cv_func_strncmp_works'+set}'`\" = set"; then
    29923158  echo $ac_n "(cached) $ac_c" 1>&6
     
    29963162else
    29973163  cat > conftest.$ac_ext <<EOF
    2998 #line 2999 "configure"
     3164#line 3165 "configure"
    29993165#include "confdefs.h"
    30003166
     
    30573223
    30583224EOF
    3059 if { (eval echo configure:3060: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3225if { (eval echo configure:3226: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    30603226then
    30613227  ac_cv_func_strncmp_works=yes
     
    31633329# Run this file to recreate the current configuration.
    31643330# This directory was configured as follows,
     3331EOF
     3332echo ': ${CONFIG_SHELL='"${CONFIG_SHELL-/bin/sh}"'}' >> $CONFIG_STATUS
     3333cat >> $CONFIG_STATUS <<EOF
    31653334# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
    31663335#
     
    31883357ac_given_srcdir=$srcdir
    31893358ac_given_INSTALL="$INSTALL"
     3359PATHIFS="$PATH_IFS"
    31903360
    31913361trap 'rm -fr `echo "Makefile testsuite/Makefile config.h:config.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
     
    31983368$ac_vpsub
    31993369$extrasub
     3370s,\([^a-zA-Z0-9:]\)/bin/sh\(.exe\),\1${CONFIG_SHELL-/bin/sh}\2,g
    32003371s%@SHELL@%$SHELL%g
    32013372s%@CFLAGS@%$CFLAGS%g
     
    32213392s%@infodir@%$infodir%g
    32223393s%@mandir@%$mandir%g
     3394s%@PATH_IFS@%$PATH_IFS%g
     3395s%@EXEEXT@%$EXEEXT%g
    32233396s%@host@%$host%g
    32243397s%@host_alias@%$host_alias%g
     
    33153488      if test -z "$ac_dots"; then top_srcdir=.
    33163489      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
    3317   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
     3490  /* | [A-Za-z]:*)
     3491    srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
    33183492  *) # Relative path.
    33193493    srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
     
    33223496
    33233497  case "$ac_given_INSTALL" in
    3324   [/$]*) INSTALL="$ac_given_INSTALL" ;;
     3498  [/$]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;;
    33253499  *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
    33263500  esac
     
    33353509  esac
    33363510
    3337   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
     3511  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%$PATHIFS% $ac_given_srcdir/%g"`
    33383512  sed -e "$ac_comsub
    33393513s%@configure_input@%$configure_input%g
     
    33823556
    33833557  rm -f conftest.frag conftest.in conftest.out
    3384   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
     3558# kso the other way around might work better with drive letters and such.
     3559#  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
     3560  ac_file_inputs=`echo $ac_file_in|sed -e "s%:% $ac_given_srcdir/%g" -e "s%^%$ac_given_srcdir/%" `
    33853561  cat $ac_file_inputs > conftest.in
    33863562
Note: See TracChangeset for help on using the changeset viewer.