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

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r100 r101  
    5858silent=
    5959site=
    60 sitefile=
    6160srcdir=
    6261target=NONE
     
    173172  --no-create             do not create output files
    174173  --quiet, --silent       do not print \`checking...' messages
    175   --site-file=FILE        use FILE as the site file
    176174  --version               print the version of autoconf that created configure
    177175Directory and file names:
     
    344342    site="$ac_optarg" ;;
    345343
    346   -site-file | --site-file | --site-fil | --site-fi | --site-f)
    347     ac_prev=sitefile ;;
    348   -site-file=* | --site-file=* | --site-fil=* | --site-fi=* | --site-f=*)
    349     sitefile="$ac_optarg" ;;
    350 
    351344  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
    352345    ac_prev=srcdir ;;
     
    514507
    515508# Prefer explicitly selected file to automatically selected ones.
    516 if test -z "$sitefile"; then
    517   if test -z "$CONFIG_SITE"; then
    518     if test "x$prefix" != xNONE; then
    519       CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
    520     else
    521       CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
    522     fi
     509if test -z "$CONFIG_SITE"; then
     510  if test "x$prefix" != xNONE; then
     511    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
     512  else
     513    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
    523514  fi
    524 else
    525   CONFIG_SITE="$sitefile"
    526515fi
    527516for ac_site_file in $CONFIG_SITE; do
     
    561550fi
    562551
     552echo $ac_n "checking for path separator""... $ac_c" 1>&6
     553echo "configure:554: checking for path separator" >&5
     554# Filter path to get backslahes into forwardslashes
     555case "`uname -s 2> /dev/null`" in
     556OS/2)
     557  PATH=`echo -E "$PATH" | sed 's+\\\\+/+g'`
     558  PATH_IFS=';'
     559  ;;
     560*)
     561  PATH_IFS=':'
     562  ;;
     563esac
     564echo "$ac_t""${PATH_IFS}" 1>&6
     565
    563566echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
    564 echo "configure:565: checking for Cygwin environment" >&5
     567echo "configure:568: checking for Cygwin environment" >&5
    565568if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
    566569  echo $ac_n "(cached) $ac_c" 1>&6
    567570else
    568571  cat > conftest.$ac_ext <<EOF
    569 #line 570 "configure"
     572#line 573 "configure"
    570573#include "confdefs.h"
    571574
     
    578581; return 0; }
    579582EOF
    580 if { (eval echo configure:581: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     583if { (eval echo configure:584: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    581584  rm -rf conftest*
    582585  ac_cv_cygwin=yes
     
    595598test "$ac_cv_cygwin" = yes && CYGWIN=yes
    596599echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
    597 echo "configure:598: checking for mingw32 environment" >&5
     600echo "configure:601: checking for mingw32 environment" >&5
    598601if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
    599602  echo $ac_n "(cached) $ac_c" 1>&6
    600603else
    601604  cat > conftest.$ac_ext <<EOF
    602 #line 603 "configure"
     605#line 606 "configure"
    603606#include "confdefs.h"
    604607
     
    607610; return 0; }
    608611EOF
    609 if { (eval echo configure:610: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     612if { (eval echo configure:613: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    610613  rm -rf conftest*
    611614  ac_cv_mingw32=yes
     
    623626MINGW32=
    624627test "$ac_cv_mingw32" = yes && MINGW32=yes
     628echo $ac_n "checking for EMX/OS2 environment""... $ac_c" 1>&6
     629echo "configure:630: checking for EMX/OS2 environment" >&5
     630if eval "test \"`echo '$''{'ac_cv_emxos2'+set}'`\" = set"; then
     631  echo $ac_n "(cached) $ac_c" 1>&6
     632else
     633  : ${CC=gcc.exe}
     634cat > conftest.$ac_ext <<EOF
     635#line 636 "configure"
     636#include "confdefs.h"
     637
     638int main() {
     639return __EMX__;
     640; return 0; }
     641EOF
     642if { (eval echo configure:643: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     643  rm -rf conftest*
     644  ac_cv_emxos2=yes
     645else
     646  echo "configure: failed program was:" >&5
     647  cat conftest.$ac_ext >&5
     648  rm -rf conftest*
     649  ac_cv_emxos2=no
     650fi
     651rm -f conftest*
     652rm -f conftest*
     653fi
     654
     655echo "$ac_t""$ac_cv_emxos2" 1>&6
     656if eval "test \"`echo '$''{'ac_cv_libpre'+set}'`\" = set"; then
     657  echo $ac_n "(cached) $ac_c" 1>&6
     658else
     659  if test "$ac_cv_emxos2" = yes ; then
     660  ac_cv_libpre=
     661else
     662  ac_cv_libpre=lib
     663fi
     664
     665fi
     666
     667EMXOS2=
     668test "$ac_cv_emxos2" = yes && EMXOS2=yes
     669
     670
     671
     672echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
     673echo "configure:674: checking for executable suffix" >&5
     674if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
     675  echo $ac_n "(cached) $ac_c" 1>&6
     676else
     677  if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$EMXOS2" = yes; then
     678  ac_cv_exeext=.exe
     679else
     680  rm -f conftest*
     681  echo 'int main () { return 0; }' > conftest.$ac_ext
     682  ac_cv_exeext=
     683  if { (eval echo configure:684: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
     684    for file in conftest.*; do
     685      case $file in
     686      *.c | *.o | *.obj) ;;
     687      *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
     688      esac
     689    done
     690  else
     691    { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
     692  fi
     693  rm -f conftest*
     694  test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
     695fi
     696fi
     697
     698EXEEXT=""
     699test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
     700echo "$ac_t""${ac_cv_exeext}" 1>&6
     701ac_exeext=$EXEEXT
     702
    625703
    626704
     
    672750
    673751echo $ac_n "checking host system type""... $ac_c" 1>&6
    674 echo "configure:675: checking host system type" >&5
     752echo "configure:753: checking host system type" >&5
    675753
    676754host_alias=$host
     
    693771
    694772echo $ac_n "checking target system type""... $ac_c" 1>&6
    695 echo "configure:696: checking target system type" >&5
     773echo "configure:774: checking target system type" >&5
    696774
    697775target_alias=$target
     
    711789
    712790echo $ac_n "checking build system type""... $ac_c" 1>&6
    713 echo "configure:714: checking build system type" >&5
     791echo "configure:792: checking build system type" >&5
    714792
    715793build_alias=$build
     
    736814set dummy gcc; ac_word=$2
    737815echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    738 echo "configure:739: checking for $ac_word" >&5
     816echo "configure:817: checking for $ac_word" >&5
    739817if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    740818  echo $ac_n "(cached) $ac_c" 1>&6
     
    743821  ac_cv_prog_CC="$CC" # Let the user override the test.
    744822else
    745   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     823  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    746824  ac_dummy="$PATH"
    747825  for ac_dir in $ac_dummy; do
    748826    test -z "$ac_dir" && ac_dir=.
    749     if test -f $ac_dir/$ac_word; then
     827    if test -f $ac_dir/$ac_word -o \
     828            -f $ac_dir/$ac_word$ac_exeext ; then
    750829      ac_cv_prog_CC="gcc"
    751830      break
     
    766845set dummy cc; ac_word=$2
    767846echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    768 echo "configure:769: checking for $ac_word" >&5
     847echo "configure:848: checking for $ac_word" >&5
    769848if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    770849  echo $ac_n "(cached) $ac_c" 1>&6
     
    773852  ac_cv_prog_CC="$CC" # Let the user override the test.
    774853else
    775   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     854  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    776855  ac_prog_rejected=no
    777856  ac_dummy="$PATH"
    778857  for ac_dir in $ac_dummy; do
    779858    test -z "$ac_dir" && ac_dir=.
    780     if test -f $ac_dir/$ac_word; then
    781       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
     859    if test -f $ac_dir/$ac_word -o \
     860            -f $ac_dir/$ac_word$ac_exeext ; then
     861      if test "$ac_dir/$ac_word" = "/usr/ucb/cc" -o \
     862               "$ac_dir/$ac_word$ac_exeext" = "/usr/ucb/cc" ; then
    782863        ac_prog_rejected=yes
    783864        continue
     
    817898set dummy cl; ac_word=$2
    818899echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    819 echo "configure:820: checking for $ac_word" >&5
     900echo "configure:901: checking for $ac_word" >&5
    820901if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    821902  echo $ac_n "(cached) $ac_c" 1>&6
     
    824905  ac_cv_prog_CC="$CC" # Let the user override the test.
    825906else
    826   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     907  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    827908  ac_dummy="$PATH"
    828909  for ac_dir in $ac_dummy; do
    829910    test -z "$ac_dir" && ac_dir=.
    830     if test -f $ac_dir/$ac_word; then
     911    if test -f $ac_dir/$ac_word -o \
     912            -f $ac_dir/$ac_word$ac_exeext ; then
    831913      ac_cv_prog_CC="cl"
    832914      break
     
    849931
    850932echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    851 echo "configure:852: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     933echo "configure:934: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    852934
    853935ac_ext=c
     
    860942cat > conftest.$ac_ext << EOF
    861943
    862 #line 863 "configure"
     944#line 945 "configure"
    863945#include "confdefs.h"
    864946
    865947main(){return(0);}
    866948EOF
    867 if { (eval echo configure:868: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     949if { (eval echo configure:950: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    868950  ac_cv_prog_cc_works=yes
    869951  # If we can't run a trivial program, we are probably using a cross compiler.
     
    891973fi
    892974echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    893 echo "configure:894: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     975echo "configure:976: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    894976echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    895977cross_compiling=$ac_cv_prog_cc_cross
    896978
    897979echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    898 echo "configure:899: checking whether we are using GNU C" >&5
     980echo "configure:981: checking whether we are using GNU C" >&5
    899981if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    900982  echo $ac_n "(cached) $ac_c" 1>&6
     
    905987#endif
    906988EOF
    907 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:908: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     989if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:990: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    908990  ac_cv_prog_gcc=yes
    909991else
     
    9241006CFLAGS=
    9251007echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    926 echo "configure:927: checking whether ${CC-cc} accepts -g" >&5
     1008echo "configure:1009: checking whether ${CC-cc} accepts -g" >&5
    9271009if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    9281010  echo $ac_n "(cached) $ac_c" 1>&6
     
    9561038
    9571039echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6
    958 echo "configure:959: checking for POSIXized ISC" >&5
     1040echo "configure:1041: checking for POSIXized ISC" >&5
    9591041if test -d /etc/conf/kconfig.d &&
    9601042  grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
     
    9891071# ./install, which can be erroneously created by make from ./install.sh.
    9901072echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    991 echo "configure:992: checking for a BSD compatible install" >&5
     1073echo "configure:1074: checking for a BSD compatible install" >&5
    9921074if test -z "$INSTALL"; then
    9931075if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
    9941076  echo $ac_n "(cached) $ac_c" 1>&6
    9951077else
    996     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
     1078    IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS="$PATH_IFS"
    9971079  for ac_dir in $PATH; do
    9981080    # Account for people who put trailing slashes in PATH elements.
    9991081    case "$ac_dir/" in
    10001082    /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
     1083    # We reject the install program from OS/2 or W3.1
     1084    */OS2|*/OS2/*|*/WINDOWS|*/WINDOWS/*) ;;
    10011085    *)
    10021086      # OSF1 and SCO ODT 3.0 have their own names for install.
     
    10041088      # by default.
    10051089      for ac_prog in ginstall scoinst install; do
    1006         if test -f $ac_dir/$ac_prog; then
     1090        if test -f $ac_dir/$ac_prog$ac_exeext; then
    10071091          if test $ac_prog = install &&
    10081092            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
     
    10101094            :
    10111095          else
    1012             ac_cv_path_install="$ac_dir/$ac_prog -c"
     1096            ac_cv_path_install="$ac_dir/$ac_prog$ac_exeext -c"
    10131097            break 2
    10141098          fi
     
    10421126
    10431127echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
    1044 echo "configure:1045: checking whether build environment is sane" >&5
     1128echo "configure:1129: checking whether build environment is sane" >&5
    10451129# Just in case
    10461130sleep 1
     
    10991183
    11001184echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    1101 echo "configure:1102: checking whether ${MAKE-make} sets \${MAKE}" >&5
     1185echo "configure:1186: checking whether ${MAKE-make} sets \${MAKE}" >&5
    11021186set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    11031187if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    11451229missing_dir=`cd $ac_aux_dir && pwd`
    11461230echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
    1147 echo "configure:1148: checking for working aclocal" >&5
     1231echo "configure:1232: checking for working aclocal" >&5
    11481232# Run test in a subshell; some versions of sh will print an error if
    11491233# an executable is not found, even if stderr is redirected.
     
    11581242
    11591243echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
    1160 echo "configure:1161: checking for working autoconf" >&5
     1244echo "configure:1245: checking for working autoconf" >&5
    11611245# Run test in a subshell; some versions of sh will print an error if
    11621246# an executable is not found, even if stderr is redirected.
     
    11711255
    11721256echo $ac_n "checking for working automake""... $ac_c" 1>&6
    1173 echo "configure:1174: checking for working automake" >&5
     1257echo "configure:1258: checking for working automake" >&5
    11741258# Run test in a subshell; some versions of sh will print an error if
    11751259# an executable is not found, even if stderr is redirected.
     
    11841268
    11851269echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
    1186 echo "configure:1187: checking for working autoheader" >&5
     1270echo "configure:1271: checking for working autoheader" >&5
    11871271# Run test in a subshell; some versions of sh will print an error if
    11881272# an executable is not found, even if stderr is redirected.
     
    11971281
    11981282echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
    1199 echo "configure:1200: checking for working makeinfo" >&5
     1283echo "configure:1284: checking for working makeinfo" >&5
    12001284# Run test in a subshell; some versions of sh will print an error if
    12011285# an executable is not found, even if stderr is redirected.
     
    12201304set dummy ${ac_tool_prefix}ar; ac_word=$2
    12211305echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1222 echo "configure:1223: checking for $ac_word" >&5
     1306echo "configure:1307: checking for $ac_word" >&5
    12231307if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
    12241308  echo $ac_n "(cached) $ac_c" 1>&6
     
    12271311  ac_cv_prog_AR="$AR" # Let the user override the test.
    12281312else
    1229   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1313  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    12301314  ac_dummy="$PATH"
    12311315  for ac_dir in $ac_dummy; do
    12321316    test -z "$ac_dir" && ac_dir=.
    1233     if test -f $ac_dir/$ac_word; then
     1317    if test -f $ac_dir/$ac_word -o \
     1318            -f $ac_dir/$ac_word$ac_exeext ; then
    12341319      ac_cv_prog_AR="${ac_tool_prefix}ar"
    12351320      break
     
    12521337set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    12531338echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1254 echo "configure:1255: checking for $ac_word" >&5
     1339echo "configure:1340: checking for $ac_word" >&5
    12551340if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    12561341  echo $ac_n "(cached) $ac_c" 1>&6
     
    12591344  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
    12601345else
    1261   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1346  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    12621347  ac_dummy="$PATH"
    12631348  for ac_dir in $ac_dummy; do
    12641349    test -z "$ac_dir" && ac_dir=.
    1265     if test -f $ac_dir/$ac_word; then
     1350    if test -f $ac_dir/$ac_word -o \
     1351            -f $ac_dir/$ac_word$ac_exeext ; then
    12661352      ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
    12671353      break
     
    12841370set dummy ranlib; ac_word=$2
    12851371echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1286 echo "configure:1287: checking for $ac_word" >&5
     1372echo "configure:1373: checking for $ac_word" >&5
    12871373if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    12881374  echo $ac_n "(cached) $ac_c" 1>&6
     
    12911377  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
    12921378else
    1293   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1379  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    12941380  ac_dummy="$PATH"
    12951381  for ac_dir in $ac_dummy; do
    12961382    test -z "$ac_dir" && ac_dir=.
    1297     if test -f $ac_dir/$ac_word; then
     1383    if test -f $ac_dir/$ac_word -o \
     1384            -f $ac_dir/$ac_word$ac_exeext ; then
    12981385      ac_cv_prog_RANLIB="ranlib"
    12991386      break
     
    13991486  # Check if gcc -print-prog-name=ld gives a path.
    14001487  echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
    1401 echo "configure:1402: checking for ld used by GCC" >&5
     1488echo "configure:1489: checking for ld used by GCC" >&5
    14021489  case $host in
    14031490  *-*-mingw*)
     
    14291516elif test "$with_gnu_ld" = yes; then
    14301517  echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
    1431 echo "configure:1432: checking for GNU ld" >&5
     1518echo "configure:1519: checking for GNU ld" >&5
    14321519else
    14331520  echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
    1434 echo "configure:1435: checking for non-GNU ld" >&5
     1521echo "configure:1522: checking for non-GNU ld" >&5
    14351522fi
    14361523if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then
     
    14671554test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
    14681555echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
    1469 echo "configure:1470: checking if the linker ($LD) is GNU ld" >&5
     1556echo "configure:1557: checking if the linker ($LD) is GNU ld" >&5
    14701557if eval "test \"`echo '$''{'ac_cv_prog_gnu_ld'+set}'`\" = set"; then
    14711558  echo $ac_n "(cached) $ac_c" 1>&6
     
    14841571
    14851572echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6
    1486 echo "configure:1487: checking for $LD option to reload object files" >&5
     1573echo "configure:1574: checking for $LD option to reload object files" >&5
    14871574if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then
    14881575  echo $ac_n "(cached) $ac_c" 1>&6
     
    14961583
    14971584echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
    1498 echo "configure:1499: checking for BSD-compatible nm" >&5
     1585echo "configure:1586: checking for BSD-compatible nm" >&5
    14991586if eval "test \"`echo '$''{'ac_cv_path_NM'+set}'`\" = set"; then
    15001587  echo $ac_n "(cached) $ac_c" 1>&6
     
    15341621
    15351622echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    1536 echo "configure:1537: checking whether ln -s works" >&5
     1623echo "configure:1624: checking whether ln -s works" >&5
    15371624if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    15381625  echo $ac_n "(cached) $ac_c" 1>&6
     
    15441631  ac_cv_prog_LN_S="ln -s"
    15451632else
    1546   ac_cv_prog_LN_S=ln
    1547 fi
     1633  echo A > conftestdata;
     1634  if ln conftestdata conftestdata2 2>/dev/null; then
     1635    ac_cv_prog_LN_S=ln
     1636  else
     1637    ac_cv_prog_LN_S=cp
     1638  fi
     1639fi
     1640rm -f conftestdata*
    15481641fi
    15491642LN_S="$ac_cv_prog_LN_S"
     
    15551648
    15561649echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6
    1557 echo "configure:1558: checking how to recognise dependant libraries" >&5
     1650echo "configure:1651: checking how to recognise dependant libraries" >&5
    15581651if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then
    15591652  echo $ac_n "(cached) $ac_c" 1>&6
     
    16981791
    16991792echo $ac_n "checking for object suffix""... $ac_c" 1>&6
    1700 echo "configure:1701: checking for object suffix" >&5
     1793echo "configure:1794: checking for object suffix" >&5
    17011794if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then
    17021795  echo $ac_n "(cached) $ac_c" 1>&6
     
    17041797  rm -f conftest*
    17051798echo 'int i = 1;' > conftest.$ac_ext
    1706 if { (eval echo configure:1707: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1799if { (eval echo configure:1800: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    17071800  for ac_file in conftest.*; do
    17081801    case $ac_file in
     
    17211814ac_objext=$ac_cv_objext
    17221815
    1723 
    1724 
    1725 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
    1726 echo "configure:1727: checking for executable suffix" >&5
    1727 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
    1728   echo $ac_n "(cached) $ac_c" 1>&6
    1729 else
    1730   if test "$CYGWIN" = yes || test "$MINGW32" = yes; then
    1731   ac_cv_exeext=.exe
    1732 else
    1733   rm -f conftest*
    1734   echo 'int main () { return 0; }' > conftest.$ac_ext
    1735   ac_cv_exeext=
    1736   if { (eval echo configure:1737: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
    1737     for file in conftest.*; do
    1738       case $file in
    1739       *.c | *.o | *.obj | *.ilk | *.pdb) ;;
    1740       *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
    1741       esac
    1742     done
    1743   else
    1744     { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
    1745   fi
    1746   rm -f conftest*
    1747   test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
    1748 fi
    1749 fi
    1750 
    1751 EXEEXT=""
    1752 test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
    1753 echo "$ac_t""${ac_cv_exeext}" 1>&6
    1754 ac_exeext=$EXEEXT
    1755 
    17561816# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
    17571817
     
    17611821  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
    17621822    echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6
    1763 echo "configure:1764: checking for ${ac_tool_prefix}file" >&5
     1823echo "configure:1824: checking for ${ac_tool_prefix}file" >&5
    17641824if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
    17651825  echo $ac_n "(cached) $ac_c" 1>&6
     
    18231883  if test -n "$ac_tool_prefix"; then
    18241884    echo $ac_n "checking for file""... $ac_c" 1>&6
    1825 echo "configure:1826: checking for file" >&5
     1885echo "configure:1886: checking for file" >&5
    18261886if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
    18271887  echo $ac_n "(cached) $ac_c" 1>&6
     
    18941954set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    18951955echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1896 echo "configure:1897: checking for $ac_word" >&5
     1956echo "configure:1957: checking for $ac_word" >&5
    18971957if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    18981958  echo $ac_n "(cached) $ac_c" 1>&6
     
    19011961  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
    19021962else
    1903   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1963  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    19041964  ac_dummy="$PATH"
    19051965  for ac_dir in $ac_dummy; do
    19061966    test -z "$ac_dir" && ac_dir=.
    1907     if test -f $ac_dir/$ac_word; then
     1967    if test -f $ac_dir/$ac_word -o \
     1968            -f $ac_dir/$ac_word$ac_exeext ; then
    19081969      ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
    19091970      break
     
    19261987set dummy ranlib; ac_word=$2
    19271988echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1928 echo "configure:1929: checking for $ac_word" >&5
     1989echo "configure:1990: checking for $ac_word" >&5
    19291990if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    19301991  echo $ac_n "(cached) $ac_c" 1>&6
     
    19331994  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
    19341995else
    1935   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1996  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    19361997  ac_dummy="$PATH"
    19371998  for ac_dir in $ac_dummy; do
    19381999    test -z "$ac_dir" && ac_dir=.
    1939     if test -f $ac_dir/$ac_word; then
     2000    if test -f $ac_dir/$ac_word -o \
     2001            -f $ac_dir/$ac_word$ac_exeext ; then
    19402002      ac_cv_prog_RANLIB="ranlib"
    19412003      break
     
    19612023set dummy ${ac_tool_prefix}strip; ac_word=$2
    19622024echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1963 echo "configure:1964: checking for $ac_word" >&5
     2025echo "configure:2026: checking for $ac_word" >&5
    19642026if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
    19652027  echo $ac_n "(cached) $ac_c" 1>&6
     
    19682030  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
    19692031else
    1970   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     2032  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    19712033  ac_dummy="$PATH"
    19722034  for ac_dir in $ac_dummy; do
    19732035    test -z "$ac_dir" && ac_dir=.
    1974     if test -f $ac_dir/$ac_word; then
     2036    if test -f $ac_dir/$ac_word -o \
     2037            -f $ac_dir/$ac_word$ac_exeext ; then
    19752038      ac_cv_prog_STRIP="${ac_tool_prefix}strip"
    19762039      break
     
    19932056set dummy strip; ac_word=$2
    19942057echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1995 echo "configure:1996: checking for $ac_word" >&5
     2058echo "configure:2059: checking for $ac_word" >&5
    19962059if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
    19972060  echo $ac_n "(cached) $ac_c" 1>&6
     
    20002063  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
    20012064else
    2002   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     2065  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    20032066  ac_dummy="$PATH"
    20042067  for ac_dir in $ac_dummy; do
    20052068    test -z "$ac_dir" && ac_dir=.
    2006     if test -f $ac_dir/$ac_word; then
     2069    if test -f $ac_dir/$ac_word -o \
     2070            -f $ac_dir/$ac_word$ac_exeext ; then
    20072071      ac_cv_prog_STRIP="strip"
    20082072      break
     
    20602124*-*-irix6*)
    20612125  # Find out which ABI we are using.
    2062   echo '#line 2063 "configure"' > conftest.$ac_ext
    2063   if { (eval echo configure:2064: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2126  echo '#line 2127 "configure"' > conftest.$ac_ext
     2127  if { (eval echo configure:2128: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    20642128    case "`/usr/bin/file conftest.o`" in
    20652129    *32-bit*)
     
    20822146  CFLAGS="$CFLAGS -belf"
    20832147  echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6
    2084 echo "configure:2085: checking whether the C compiler needs -belf" >&5
     2148echo "configure:2149: checking whether the C compiler needs -belf" >&5
    20852149if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
    20862150  echo $ac_n "(cached) $ac_c" 1>&6
     
    20952159
    20962160     cat > conftest.$ac_ext <<EOF
    2097 #line 2098 "configure"
     2161#line 2162 "configure"
    20982162#include "confdefs.h"
    20992163
     
    21022166; return 0; }
    21032167EOF
    2104 if { (eval echo configure:2105: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2168if { (eval echo configure:2169: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    21052169  rm -rf conftest*
    21062170  lt_cv_cc_needs_belf=yes
     
    23122376
    23132377echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
    2314 echo "configure:2315: checking whether to enable maintainer-specific portions of Makefiles" >&5
     2378echo "configure:2379: checking whether to enable maintainer-specific portions of Makefiles" >&5
    23152379    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
    23162380if test "${enable_maintainer_mode+set}" = set; then
     
    23362400
    23372401
     2402
    23382403echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
    2339 echo "configure:2340: checking for executable suffix" >&5
     2404echo "configure:2405: checking for executable suffix" >&5
    23402405if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
    23412406  echo $ac_n "(cached) $ac_c" 1>&6
    23422407else
    2343   if test "$CYGWIN" = yes || test "$MINGW32" = yes; then
     2408  if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$EMXOS2" = yes; then
    23442409  ac_cv_exeext=.exe
    23452410else
     
    23472412  echo 'int main () { return 0; }' > conftest.$ac_ext
    23482413  ac_cv_exeext=
    2349   if { (eval echo configure:2350: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
     2414  if { (eval echo configure:2415: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
    23502415    for file in conftest.*; do
    23512416      case $file in
    2352       *.c | *.o | *.obj | *.ilk | *.pdb) ;;
     2417      *.c | *.o | *.obj) ;;
    23532418      *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
    23542419      esac
     
    23762441set dummy gcc; ac_word=$2
    23772442echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2378 echo "configure:2379: checking for $ac_word" >&5
     2443echo "configure:2444: checking for $ac_word" >&5
    23792444if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    23802445  echo $ac_n "(cached) $ac_c" 1>&6
     
    23832448  ac_cv_prog_CC="$CC" # Let the user override the test.
    23842449else
    2385   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     2450  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    23862451  ac_dummy="$PATH"
    23872452  for ac_dir in $ac_dummy; do
    23882453    test -z "$ac_dir" && ac_dir=.
    2389     if test -f $ac_dir/$ac_word; then
     2454    if test -f $ac_dir/$ac_word -o \
     2455            -f $ac_dir/$ac_word$ac_exeext ; then
    23902456      ac_cv_prog_CC="gcc"
    23912457      break
     
    24062472set dummy cc; ac_word=$2
    24072473echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2408 echo "configure:2409: checking for $ac_word" >&5
     2474echo "configure:2475: checking for $ac_word" >&5
    24092475if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    24102476  echo $ac_n "(cached) $ac_c" 1>&6
     
    24132479  ac_cv_prog_CC="$CC" # Let the user override the test.
    24142480else
    2415   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     2481  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    24162482  ac_prog_rejected=no
    24172483  ac_dummy="$PATH"
    24182484  for ac_dir in $ac_dummy; do
    24192485    test -z "$ac_dir" && ac_dir=.
    2420     if test -f $ac_dir/$ac_word; then
    2421       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
     2486    if test -f $ac_dir/$ac_word -o \
     2487            -f $ac_dir/$ac_word$ac_exeext ; then
     2488      if test "$ac_dir/$ac_word" = "/usr/ucb/cc" -o \
     2489               "$ac_dir/$ac_word$ac_exeext" = "/usr/ucb/cc" ; then
    24222490        ac_prog_rejected=yes
    24232491        continue
     
    24572525set dummy cl; ac_word=$2
    24582526echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2459 echo "configure:2460: checking for $ac_word" >&5
     2527echo "configure:2528: checking for $ac_word" >&5
    24602528if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    24612529  echo $ac_n "(cached) $ac_c" 1>&6
     
    24642532  ac_cv_prog_CC="$CC" # Let the user override the test.
    24652533else
    2466   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     2534  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    24672535  ac_dummy="$PATH"
    24682536  for ac_dir in $ac_dummy; do
    24692537    test -z "$ac_dir" && ac_dir=.
    2470     if test -f $ac_dir/$ac_word; then
     2538    if test -f $ac_dir/$ac_word -o \
     2539            -f $ac_dir/$ac_word$ac_exeext ; then
    24712540      ac_cv_prog_CC="cl"
    24722541      break
     
    24892558
    24902559echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    2491 echo "configure:2492: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     2560echo "configure:2561: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    24922561
    24932562ac_ext=c
     
    25002569cat > conftest.$ac_ext << EOF
    25012570
    2502 #line 2503 "configure"
     2571#line 2572 "configure"
    25032572#include "confdefs.h"
    25042573
    25052574main(){return(0);}
    25062575EOF
    2507 if { (eval echo configure:2508: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2576if { (eval echo configure:2577: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    25082577  ac_cv_prog_cc_works=yes
    25092578  # If we can't run a trivial program, we are probably using a cross compiler.
     
    25312600fi
    25322601echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    2533 echo "configure:2534: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     2602echo "configure:2603: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    25342603echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    25352604cross_compiling=$ac_cv_prog_cc_cross
    25362605
    25372606echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    2538 echo "configure:2539: checking whether we are using GNU C" >&5
     2607echo "configure:2608: checking whether we are using GNU C" >&5
    25392608if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    25402609  echo $ac_n "(cached) $ac_c" 1>&6
     
    25452614#endif
    25462615EOF
    2547 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2548: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     2616if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2617: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    25482617  ac_cv_prog_gcc=yes
    25492618else
     
    25642633CFLAGS=
    25652634echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    2566 echo "configure:2567: checking whether ${CC-cc} accepts -g" >&5
     2635echo "configure:2636: checking whether ${CC-cc} accepts -g" >&5
    25672636if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    25682637  echo $ac_n "(cached) $ac_c" 1>&6
     
    25982667ALL_LINGUAS=
    25992668echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    2600 echo "configure:2601: checking how to run the C preprocessor" >&5
     2669echo "configure:2670: checking how to run the C preprocessor" >&5
    26012670# On Suns, sometimes $CPP names a directory.
    26022671if test -n "$CPP" && test -d "$CPP"; then
     
    26132682  # not just through cpp.
    26142683  cat > conftest.$ac_ext <<EOF
    2615 #line 2616 "configure"
     2684#include <sys/types.h>
     2685#line 2686 "configure"
    26162686#include "confdefs.h"
    26172687#include <assert.h>
     
    26192689EOF
    26202690ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2621 { (eval echo configure:2622: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2691{ (eval echo configure:2692: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    26222692ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    26232693if test -z "$ac_err"; then
     
    26302700  CPP="${CC-cc} -E -traditional-cpp"
    26312701  cat > conftest.$ac_ext <<EOF
    2632 #line 2633 "configure"
     2702#include <sys/types.h>
     2703#line 2704 "configure"
    26332704#include "confdefs.h"
    26342705#include <assert.h>
     
    26362707EOF
    26372708ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2638 { (eval echo configure:2639: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2709{ (eval echo configure:2710: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    26392710ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    26402711if test -z "$ac_err"; then
     
    26472718  CPP="${CC-cc} -nologo -E"
    26482719  cat > conftest.$ac_ext <<EOF
    2649 #line 2650 "configure"
     2720#include <sys/types.h>
     2721#line 2722 "configure"
    26502722#include "confdefs.h"
    26512723#include <assert.h>
     
    26532725EOF
    26542726ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2655 { (eval echo configure:2656: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2727{ (eval echo configure:2728: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    26562728ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    26572729if test -z "$ac_err"; then
     
    26802752set dummy ranlib; ac_word=$2
    26812753echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2682 echo "configure:2683: checking for $ac_word" >&5
     2754echo "configure:2755: checking for $ac_word" >&5
    26832755if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    26842756  echo $ac_n "(cached) $ac_c" 1>&6
     
    26872759  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
    26882760else
    2689   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     2761  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    26902762  ac_dummy="$PATH"
    26912763  for ac_dir in $ac_dummy; do
    26922764    test -z "$ac_dir" && ac_dir=.
    2693     if test -f $ac_dir/$ac_word; then
     2765    if test -f $ac_dir/$ac_word -o \
     2766            -f $ac_dir/$ac_word$ac_exeext ; then
    26942767      ac_cv_prog_RANLIB="ranlib"
    26952768      break
     
    27082781
    27092782echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    2710 echo "configure:2711: checking for ANSI C header files" >&5
     2783echo "configure:2784: checking for ANSI C header files" >&5
    27112784if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    27122785  echo $ac_n "(cached) $ac_c" 1>&6
    27132786else
    27142787  cat > conftest.$ac_ext <<EOF
    2715 #line 2716 "configure"
     2788#include <sys/types.h>
     2789#line 2790 "configure"
    27162790#include "confdefs.h"
    27172791#include <stdlib.h>
     
    27212795EOF
    27222796ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2723 { (eval echo configure:2724: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2797{ (eval echo configure:2798: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    27242798ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    27252799if test -z "$ac_err"; then
     
    27382812  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    27392813cat > conftest.$ac_ext <<EOF
    2740 #line 2741 "configure"
     2814#line 2815 "configure"
    27412815#include "confdefs.h"
    27422816#include <string.h>
     
    27562830  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    27572831cat > conftest.$ac_ext <<EOF
    2758 #line 2759 "configure"
     2832#line 2833 "configure"
    27592833#include "confdefs.h"
    27602834#include <stdlib.h>
     
    27772851else
    27782852  cat > conftest.$ac_ext <<EOF
    2779 #line 2780 "configure"
     2853#line 2854 "configure"
    27802854#include "confdefs.h"
    27812855#include <ctype.h>
     
    27882862
    27892863EOF
    2790 if { (eval echo configure:2791: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2864if { (eval echo configure:2865: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    27912865then
    27922866  :
     
    28122886
    28132887echo $ac_n "checking for working const""... $ac_c" 1>&6
    2814 echo "configure:2815: checking for working const" >&5
     2888echo "configure:2889: checking for working const" >&5
    28152889if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
    28162890  echo $ac_n "(cached) $ac_c" 1>&6
    28172891else
    28182892  cat > conftest.$ac_ext <<EOF
    2819 #line 2820 "configure"
     2893#line 2894 "configure"
    28202894#include "confdefs.h"
    28212895
     
    28662940; return 0; }
    28672941EOF
    2868 if { (eval echo configure:2869: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2942if { (eval echo configure:2943: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    28692943  rm -rf conftest*
    28702944  ac_cv_c_const=yes
     
    28872961
    28882962echo $ac_n "checking for inline""... $ac_c" 1>&6
    2889 echo "configure:2890: checking for inline" >&5
     2963echo "configure:2964: checking for inline" >&5
    28902964if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
    28912965  echo $ac_n "(cached) $ac_c" 1>&6
     
    28942968for ac_kw in inline __inline__ __inline; do
    28952969  cat > conftest.$ac_ext <<EOF
    2896 #line 2897 "configure"
     2970#line 2971 "configure"
    28972971#include "confdefs.h"
    28982972
     
    29012975; return 0; }
    29022976EOF
    2903 if { (eval echo configure:2904: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2977if { (eval echo configure:2978: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    29042978  rm -rf conftest*
    29052979  ac_cv_c_inline=$ac_kw; break
     
    29273001
    29283002echo $ac_n "checking for off_t""... $ac_c" 1>&6
    2929 echo "configure:2930: checking for off_t" >&5
     3003echo "configure:3004: checking for off_t" >&5
    29303004if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
    29313005  echo $ac_n "(cached) $ac_c" 1>&6
    29323006else
    29333007  cat > conftest.$ac_ext <<EOF
    2934 #line 2935 "configure"
     3008#line 3009 "configure"
    29353009#include "confdefs.h"
    29363010#include <sys/types.h>
     
    29603034
    29613035echo $ac_n "checking for size_t""... $ac_c" 1>&6
    2962 echo "configure:2963: checking for size_t" >&5
     3036echo "configure:3037: checking for size_t" >&5
    29633037if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
    29643038  echo $ac_n "(cached) $ac_c" 1>&6
    29653039else
    29663040  cat > conftest.$ac_ext <<EOF
    2967 #line 2968 "configure"
     3041#line 3042 "configure"
    29683042#include "confdefs.h"
    29693043#include <sys/types.h>
     
    29953069# for constant arguments.  Useless!
    29963070echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
    2997 echo "configure:2998: checking for working alloca.h" >&5
     3071echo "configure:3072: checking for working alloca.h" >&5
    29983072if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
    29993073  echo $ac_n "(cached) $ac_c" 1>&6
    30003074else
    30013075  cat > conftest.$ac_ext <<EOF
    3002 #line 3003 "configure"
     3076#line 3077 "configure"
    30033077#include "confdefs.h"
    30043078#include <alloca.h>
     
    30073081; return 0; }
    30083082EOF
    3009 if { (eval echo configure:3010: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3083if { (eval echo configure:3084: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    30103084  rm -rf conftest*
    30113085  ac_cv_header_alloca_h=yes
     
    30283102
    30293103echo $ac_n "checking for alloca""... $ac_c" 1>&6
    3030 echo "configure:3031: checking for alloca" >&5
     3104echo "configure:3105: checking for alloca" >&5
    30313105if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
    30323106  echo $ac_n "(cached) $ac_c" 1>&6
    30333107else
    30343108  cat > conftest.$ac_ext <<EOF
    3035 #line 3036 "configure"
     3109#line 3110 "configure"
    30363110#include "confdefs.h"
    30373111
     
    30613135; return 0; }
    30623136EOF
    3063 if { (eval echo configure:3064: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3137if { (eval echo configure:3138: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    30643138  rm -rf conftest*
    30653139  ac_cv_func_alloca_works=yes
     
    30933167
    30943168echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
    3095 echo "configure:3096: checking whether alloca needs Cray hooks" >&5
     3169echo "configure:3170: checking whether alloca needs Cray hooks" >&5
    30963170if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
    30973171  echo $ac_n "(cached) $ac_c" 1>&6
    30983172else
    30993173  cat > conftest.$ac_ext <<EOF
    3100 #line 3101 "configure"
     3174#line 3175 "configure"
    31013175#include "confdefs.h"
    31023176#if defined(CRAY) && ! defined(CRAY2)
     
    31233197for ac_func in _getb67 GETB67 getb67; do
    31243198  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3125 echo "configure:3126: checking for $ac_func" >&5
     3199echo "configure:3200: checking for $ac_func" >&5
    31263200if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    31273201  echo $ac_n "(cached) $ac_c" 1>&6
    31283202else
    31293203  cat > conftest.$ac_ext <<EOF
    3130 #line 3131 "configure"
     3204#line 3205 "configure"
    31313205#include "confdefs.h"
    31323206/* System header to define __stub macros and hopefully few prototypes,
     
    31513225; return 0; }
    31523226EOF
    3153 if { (eval echo configure:3154: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3227if { (eval echo configure:3228: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    31543228  rm -rf conftest*
    31553229  eval "ac_cv_func_$ac_func=yes"
     
    31783252
    31793253echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
    3180 echo "configure:3181: checking stack direction for C alloca" >&5
     3254echo "configure:3255: checking stack direction for C alloca" >&5
    31813255if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
    31823256  echo $ac_n "(cached) $ac_c" 1>&6
     
    31863260else
    31873261  cat > conftest.$ac_ext <<EOF
    3188 #line 3189 "configure"
     3262#line 3263 "configure"
    31893263#include "confdefs.h"
    31903264find_stack_direction ()
     
    32053279}
    32063280EOF
    3207 if { (eval echo configure:3208: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3281if { (eval echo configure:3282: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    32083282then
    32093283  ac_cv_c_stack_direction=1
     
    32303304ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    32313305echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    3232 echo "configure:3233: checking for $ac_hdr" >&5
     3306echo "configure:3307: checking for $ac_hdr" >&5
    32333307if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    32343308  echo $ac_n "(cached) $ac_c" 1>&6
    32353309else
    32363310  cat > conftest.$ac_ext <<EOF
    3237 #line 3238 "configure"
     3311#include <sys/types.h>
     3312#line 3313 "configure"
    32383313#include "confdefs.h"
    32393314#include <$ac_hdr>
    32403315EOF
    32413316ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3242 { (eval echo configure:3243: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3317{ (eval echo configure:3318: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    32433318ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    32443319if test -z "$ac_err"; then
     
    32693344do
    32703345echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3271 echo "configure:3272: checking for $ac_func" >&5
     3346echo "configure:3347: checking for $ac_func" >&5
    32723347if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    32733348  echo $ac_n "(cached) $ac_c" 1>&6
    32743349else
    32753350  cat > conftest.$ac_ext <<EOF
    3276 #line 3277 "configure"
     3351#line 3352 "configure"
    32773352#include "confdefs.h"
    32783353/* System header to define __stub macros and hopefully few prototypes,
     
    32973372; return 0; }
    32983373EOF
    3299 if { (eval echo configure:3300: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3374if { (eval echo configure:3375: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    33003375  rm -rf conftest*
    33013376  eval "ac_cv_func_$ac_func=yes"
     
    33223397
    33233398echo $ac_n "checking for working mmap""... $ac_c" 1>&6
    3324 echo "configure:3325: checking for working mmap" >&5
     3399echo "configure:3400: checking for working mmap" >&5
    33253400if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
    33263401  echo $ac_n "(cached) $ac_c" 1>&6
     
    33303405else
    33313406  cat > conftest.$ac_ext <<EOF
    3332 #line 3333 "configure"
     3407#line 3408 "configure"
    33333408#include "confdefs.h"
    33343409
     
    34703545
    34713546EOF
    3472 if { (eval echo configure:3473: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3547if { (eval echo configure:3548: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    34733548then
    34743549  ac_cv_func_mmap_fixed_mapped=yes
     
    34983573ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    34993574echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    3500 echo "configure:3501: checking for $ac_hdr" >&5
     3575echo "configure:3576: checking for $ac_hdr" >&5
    35013576if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    35023577  echo $ac_n "(cached) $ac_c" 1>&6
    35033578else
    35043579  cat > conftest.$ac_ext <<EOF
    3505 #line 3506 "configure"
     3580#include <sys/types.h>
     3581#line 3582 "configure"
    35063582#include "confdefs.h"
    35073583#include <$ac_hdr>
    35083584EOF
    35093585ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3510 { (eval echo configure:3511: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3586{ (eval echo configure:3587: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    35113587ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    35123588if test -z "$ac_err"; then
     
    35383614do
    35393615echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3540 echo "configure:3541: checking for $ac_func" >&5
     3616echo "configure:3617: checking for $ac_func" >&5
    35413617if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    35423618  echo $ac_n "(cached) $ac_c" 1>&6
    35433619else
    35443620  cat > conftest.$ac_ext <<EOF
    3545 #line 3546 "configure"
     3621#line 3622 "configure"
    35463622#include "confdefs.h"
    35473623/* System header to define __stub macros and hopefully few prototypes,
     
    35663642; return 0; }
    35673643EOF
    3568 if { (eval echo configure:3569: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3644if { (eval echo configure:3645: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    35693645  rm -rf conftest*
    35703646  eval "ac_cv_func_$ac_func=yes"
     
    35953671do
    35963672echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3597 echo "configure:3598: checking for $ac_func" >&5
     3673echo "configure:3674: checking for $ac_func" >&5
    35983674if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    35993675  echo $ac_n "(cached) $ac_c" 1>&6
    36003676else
    36013677  cat > conftest.$ac_ext <<EOF
    3602 #line 3603 "configure"
     3678#line 3679 "configure"
    36033679#include "confdefs.h"
    36043680/* System header to define __stub macros and hopefully few prototypes,
     
    36233699; return 0; }
    36243700EOF
    3625 if { (eval echo configure:3626: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3701if { (eval echo configure:3702: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    36263702  rm -rf conftest*
    36273703  eval "ac_cv_func_$ac_func=yes"
     
    36573733   if test $ac_cv_header_locale_h = yes; then
    36583734    echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6
    3659 echo "configure:3660: checking for LC_MESSAGES" >&5
     3735echo "configure:3736: checking for LC_MESSAGES" >&5
    36603736if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then
    36613737  echo $ac_n "(cached) $ac_c" 1>&6
    36623738else
    36633739  cat > conftest.$ac_ext <<EOF
    3664 #line 3665 "configure"
     3740#line 3741 "configure"
    36653741#include "confdefs.h"
    36663742#include <locale.h>
     
    36693745; return 0; }
    36703746EOF
    3671 if { (eval echo configure:3672: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3747if { (eval echo configure:3748: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    36723748  rm -rf conftest*
    36733749  am_cv_val_LC_MESSAGES=yes
     
    36903766  fi
    36913767   echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6
    3692 echo "configure:3693: checking whether NLS is requested" >&5
     3768echo "configure:3769: checking whether NLS is requested" >&5
    36933769        # Check whether --enable-nls or --disable-nls was given.
    36943770if test "${enable_nls+set}" = set; then
     
    37103786
    37113787      echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6
    3712 echo "configure:3713: checking whether included gettext is requested" >&5
     3788echo "configure:3789: checking whether included gettext is requested" >&5
    37133789      # Check whether --with-included-gettext or --without-included-gettext was given.
    37143790if test "${with_included_gettext+set}" = set; then
     
    37293805        ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'`
    37303806echo $ac_n "checking for libintl.h""... $ac_c" 1>&6
    3731 echo "configure:3732: checking for libintl.h" >&5
     3807echo "configure:3808: checking for libintl.h" >&5
    37323808if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    37333809  echo $ac_n "(cached) $ac_c" 1>&6
    37343810else
    37353811  cat > conftest.$ac_ext <<EOF
    3736 #line 3737 "configure"
     3812#include <sys/types.h>
     3813#line 3814 "configure"
    37373814#include "confdefs.h"
    37383815#include <libintl.h>
    37393816EOF
    37403817ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3741 { (eval echo configure:3742: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3818{ (eval echo configure:3819: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    37423819ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    37433820if test -z "$ac_err"; then
     
    37563833  echo "$ac_t""yes" 1>&6
    37573834  echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6
    3758 echo "configure:3759: checking for gettext in libc" >&5
     3835echo "configure:3836: checking for gettext in libc" >&5
    37593836if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then
    37603837  echo $ac_n "(cached) $ac_c" 1>&6
    37613838else
    37623839  cat > conftest.$ac_ext <<EOF
    3763 #line 3764 "configure"
     3840#line 3841 "configure"
    37643841#include "confdefs.h"
    37653842#include <libintl.h>
     
    37683845; return 0; }
    37693846EOF
    3770 if { (eval echo configure:3771: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3847if { (eval echo configure:3848: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    37713848  rm -rf conftest*
    37723849  gt_cv_func_gettext_libc=yes
     
    37843861           if test "$gt_cv_func_gettext_libc" != "yes"; then
    37853862             echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6
    3786 echo "configure:3787: checking for bindtextdomain in -lintl" >&5
     3863echo "configure:3864: checking for bindtextdomain in -lintl" >&5
    37873864ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'`
    37883865if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    37923869LIBS="-lintl  $LIBS"
    37933870cat > conftest.$ac_ext <<EOF
    3794 #line 3795 "configure"
     3871#line 3872 "configure"
    37953872#include "confdefs.h"
    37963873/* Override any gcc2 internal prototype to avoid an error.  */
     
    38033880; return 0; }
    38043881EOF
    3805 if { (eval echo configure:3806: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3882if { (eval echo configure:3883: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    38063883  rm -rf conftest*
    38073884  eval "ac_cv_lib_$ac_lib_var=yes"
     
    38193896  echo "$ac_t""yes" 1>&6
    38203897  echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6
    3821 echo "configure:3822: checking for gettext in libintl" >&5
     3898echo "configure:3899: checking for gettext in libintl" >&5
    38223899if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then
    38233900  echo $ac_n "(cached) $ac_c" 1>&6
    38243901else
    38253902  cat > conftest.$ac_ext <<EOF
    3826 #line 3827 "configure"
     3903#line 3904 "configure"
    38273904#include "confdefs.h"
    38283905
     
    38313908; return 0; }
    38323909EOF
    3833 if { (eval echo configure:3834: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3910if { (eval echo configure:3911: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    38343911  rm -rf conftest*
    38353912  gt_cv_func_gettext_libintl=yes
     
    38593936set dummy msgfmt; ac_word=$2
    38603937echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3861 echo "configure:3862: checking for $ac_word" >&5
     3938echo "configure:3939: checking for $ac_word" >&5
    38623939if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
    38633940  echo $ac_n "(cached) $ac_c" 1>&6
     
    38683945  ;;
    38693946  *)
    3870   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     3947  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}"
    38713948  for ac_dir in $PATH; do
    38723949    test -z "$ac_dir" && ac_dir=.
     
    38933970do
    38943971echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3895 echo "configure:3896: checking for $ac_func" >&5
     3972echo "configure:3973: checking for $ac_func" >&5
    38963973if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    38973974  echo $ac_n "(cached) $ac_c" 1>&6
    38983975else
    38993976  cat > conftest.$ac_ext <<EOF
    3900 #line 3901 "configure"
     3977#line 3978 "configure"
    39013978#include "confdefs.h"
    39023979/* System header to define __stub macros and hopefully few prototypes,
     
    39213998; return 0; }
    39223999EOF
    3923 if { (eval echo configure:3924: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4000if { (eval echo configure:4001: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    39244001  rm -rf conftest*
    39254002  eval "ac_cv_func_$ac_func=yes"
     
    39484025set dummy gmsgfmt; ac_word=$2
    39494026echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3950 echo "configure:3951: checking for $ac_word" >&5
     4027echo "configure:4028: checking for $ac_word" >&5
    39514028if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
    39524029  echo $ac_n "(cached) $ac_c" 1>&6
    39534030else
    39544031  case "$GMSGFMT" in
    3955   /*)
     4032  /* | [a-zA-Z]:*)
    39564033  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
    39574034  ;;
    3958   ?:/*)                  
     4035  ?:/*)                 
    39594036  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path.
    39604037  ;;
    39614038  *)
    3962   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     4039  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    39634040  ac_dummy="$PATH"
    3964   for ac_dir in $ac_dummy; do 
     4041  for ac_dir in $ac_dummy; do
    39654042    test -z "$ac_dir" && ac_dir=.
    39664043    if test -f $ac_dir/$ac_word; then
    39674044      ac_cv_path_GMSGFMT="$ac_dir/$ac_word"
     4045      break
     4046    fi
     4047    if test -f $ac_dir/$ac_word$ac_exeext; then
     4048      ac_cv_path_GMSGFMT="$ac_dir/$ac_word$ac_exeext"
    39684049      break
    39694050    fi
     
    39844065set dummy xgettext; ac_word=$2
    39854066echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3986 echo "configure:3987: checking for $ac_word" >&5
     4067echo "configure:4068: checking for $ac_word" >&5
    39874068if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
    39884069  echo $ac_n "(cached) $ac_c" 1>&6
     
    39934074  ;;
    39944075  *)
    3995   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     4076  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}"
    39964077  for ac_dir in $PATH; do
    39974078    test -z "$ac_dir" && ac_dir=.
     
    40164097
    40174098                cat > conftest.$ac_ext <<EOF
    4018 #line 4019 "configure"
     4099#line 4100 "configure"
    40194100#include "confdefs.h"
    40204101
     
    40244105; return 0; }
    40254106EOF
    4026 if { (eval echo configure:4027: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4107if { (eval echo configure:4108: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    40274108  rm -rf conftest*
    40284109  CATOBJEXT=.gmo
     
    40564137set dummy msgfmt; ac_word=$2
    40574138echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    4058 echo "configure:4059: checking for $ac_word" >&5
     4139echo "configure:4140: checking for $ac_word" >&5
    40594140if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
    40604141  echo $ac_n "(cached) $ac_c" 1>&6
     
    40654146  ;;
    40664147  *)
    4067   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     4148  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}"
    40684149  for ac_dir in $PATH; do
    40694150    test -z "$ac_dir" && ac_dir=.
     
    40904171set dummy gmsgfmt; ac_word=$2
    40914172echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    4092 echo "configure:4093: checking for $ac_word" >&5
     4173echo "configure:4174: checking for $ac_word" >&5
    40934174if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
    40944175  echo $ac_n "(cached) $ac_c" 1>&6
    40954176else
    40964177  case "$GMSGFMT" in
    4097   /*)
     4178  /* | [a-zA-Z]:*)
    40984179  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
    40994180  ;;
    4100   ?:/*)                  
     4181  ?:/*)                 
    41014182  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path.
    41024183  ;;
    41034184  *)
    4104   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     4185  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    41054186  ac_dummy="$PATH"
    4106   for ac_dir in $ac_dummy; do 
     4187  for ac_dir in $ac_dummy; do
    41074188    test -z "$ac_dir" && ac_dir=.
    41084189    if test -f $ac_dir/$ac_word; then
    41094190      ac_cv_path_GMSGFMT="$ac_dir/$ac_word"
     4191      break
     4192    fi
     4193    if test -f $ac_dir/$ac_word$ac_exeext; then
     4194      ac_cv_path_GMSGFMT="$ac_dir/$ac_word$ac_exeext"
    41104195      break
    41114196    fi
     
    41264211set dummy xgettext; ac_word=$2
    41274212echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    4128 echo "configure:4129: checking for $ac_word" >&5
     4213echo "configure:4214: checking for $ac_word" >&5
    41294214if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
    41304215  echo $ac_n "(cached) $ac_c" 1>&6
     
    41354220  ;;
    41364221  *)
    4137   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     4222  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}"
    41384223  for ac_dir in $PATH; do
    41394224    test -z "$ac_dir" && ac_dir=.
     
    42164301     else
    42174302       echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6
    4218 echo "configure:4219: checking for catalogs to be installed" >&5
     4303echo "configure:4304: checking for catalogs to be installed" >&5
    42194304       NEW_LINGUAS=
    42204305       for lang in ${LINGUAS=$ALL_LINGUAS}; do
     
    42444329         ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'`
    42454330echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6
    4246 echo "configure:4247: checking for linux/version.h" >&5
     4331echo "configure:4332: checking for linux/version.h" >&5
    42474332if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    42484333  echo $ac_n "(cached) $ac_c" 1>&6
    42494334else
    42504335  cat > conftest.$ac_ext <<EOF
    4251 #line 4252 "configure"
     4336#include <sys/types.h>
     4337#line 4338 "configure"
    42524338#include "confdefs.h"
    42534339#include <linux/version.h>
    42544340EOF
    42554341ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4256 { (eval echo configure:4257: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4342{ (eval echo configure:4343: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    42574343ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    42584344if test -z "$ac_err"; then
     
    43024388      test -d po || mkdir po
    43034389      if test "x$srcdir" != "x."; then
    4304          if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
     4390                 if test "x`echo $srcdir | sed -e 's@.\:/.*@@'  -e 's@/.*@@' `" = "x"; then
    43054391            posrcprefix="$srcdir/"
    43064392         else
     
    43324418# ./install, which can be erroneously created by make from ./install.sh.
    43334419echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    4334 echo "configure:4335: checking for a BSD compatible install" >&5
     4420echo "configure:4421: checking for a BSD compatible install" >&5
    43354421if test -z "$INSTALL"; then
    43364422if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
    43374423  echo $ac_n "(cached) $ac_c" 1>&6
    43384424else
    4339     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
     4425    IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS="$PATH_IFS"
    43404426  for ac_dir in $PATH; do
    43414427    # Account for people who put trailing slashes in PATH elements.
    43424428    case "$ac_dir/" in
    43434429    /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
     4430    # We reject the install program from OS/2 or W3.1
     4431    */OS2|*/OS2/*|*/WINDOWS|*/WINDOWS/*) ;;
    43444432    *)
    43454433      # OSF1 and SCO ODT 3.0 have their own names for install.
     
    43474435      # by default.
    43484436      for ac_prog in ginstall scoinst install; do
    4349         if test -f $ac_dir/$ac_prog; then
     4437        if test -f $ac_dir/$ac_prog$ac_exeext; then
    43504438          if test $ac_prog = install &&
    43514439            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
     
    43534441            :
    43544442          else
    4355             ac_cv_path_install="$ac_dir/$ac_prog -c"
     4443            ac_cv_path_install="$ac_dir/$ac_prog$ac_exeext -c"
    43564444            break 2
    43574445          fi
     
    44154503else
    44164504  echo $ac_n "checking for build system executable suffix""... $ac_c" 1>&6
    4417 echo "configure:4418: checking for build system executable suffix" >&5
     4505echo "configure:4506: checking for build system executable suffix" >&5
    44184506if eval "test \"`echo '$''{'bfd_cv_build_exeext'+set}'`\" = set"; then
    44194507  echo $ac_n "(cached) $ac_c" 1>&6
     
    44434531ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    44444532echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    4445 echo "configure:4446: checking for $ac_hdr" >&5
     4533echo "configure:4534: checking for $ac_hdr" >&5
    44464534if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    44474535  echo $ac_n "(cached) $ac_c" 1>&6
    44484536else
    44494537  cat > conftest.$ac_ext <<EOF
    4450 #line 4451 "configure"
     4538#include <sys/types.h>
     4539#line 4540 "configure"
    44514540#include "confdefs.h"
    44524541#include <$ac_hdr>
    44534542EOF
    44544543ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4455 { (eval echo configure:4456: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4544{ (eval echo configure:4545: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    44564545ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    44574546if test -z "$ac_err"; then
     
    44834572ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    44844573echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    4485 echo "configure:4486: checking for $ac_hdr" >&5
     4574echo "configure:4575: checking for $ac_hdr" >&5
    44864575if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    44874576  echo $ac_n "(cached) $ac_c" 1>&6
    44884577else
    44894578  cat > conftest.$ac_ext <<EOF
    4490 #line 4491 "configure"
     4579#include <sys/types.h>
     4580#line 4581 "configure"
    44914581#include "confdefs.h"
    44924582#include <$ac_hdr>
    44934583EOF
    44944584ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4495 { (eval echo configure:4496: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4585{ (eval echo configure:4586: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    44964586ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    44974587if test -z "$ac_err"; then
     
    45204610
    45214611echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
    4522 echo "configure:4523: checking whether time.h and sys/time.h may both be included" >&5
     4612echo "configure:4613: checking whether time.h and sys/time.h may both be included" >&5
    45234613if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
    45244614  echo $ac_n "(cached) $ac_c" 1>&6
    45254615else
    45264616  cat > conftest.$ac_ext <<EOF
    4527 #line 4528 "configure"
     4617#line 4618 "configure"
    45284618#include "confdefs.h"
    45294619#include <sys/types.h>
     
    45344624; return 0; }
    45354625EOF
    4536 if { (eval echo configure:4537: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4626if { (eval echo configure:4627: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    45374627  rm -rf conftest*
    45384628  ac_cv_header_time=yes
     
    45594649ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    45604650echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
    4561 echo "configure:4562: checking for $ac_hdr that defines DIR" >&5
     4651echo "configure:4652: checking for $ac_hdr that defines DIR" >&5
    45624652if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
    45634653  echo $ac_n "(cached) $ac_c" 1>&6
    45644654else
    45654655  cat > conftest.$ac_ext <<EOF
    4566 #line 4567 "configure"
     4656#line 4657 "configure"
    45674657#include "confdefs.h"
    45684658#include <sys/types.h>
     
    45724662; return 0; }
    45734663EOF
    4574 if { (eval echo configure:4575: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4664if { (eval echo configure:4665: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    45754665  rm -rf conftest*
    45764666  eval "ac_cv_header_dirent_$ac_safe=yes"
     
    45974687if test $ac_header_dirent = dirent.h; then
    45984688echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
    4599 echo "configure:4600: checking for opendir in -ldir" >&5
     4689echo "configure:4690: checking for opendir in -ldir" >&5
    46004690ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
    46014691if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    46054695LIBS="-ldir  $LIBS"
    46064696cat > conftest.$ac_ext <<EOF
    4607 #line 4608 "configure"
     4697#line 4698 "configure"
    46084698#include "confdefs.h"
    46094699/* Override any gcc2 internal prototype to avoid an error.  */
     
    46164706; return 0; }
    46174707EOF
    4618 if { (eval echo configure:4619: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4708if { (eval echo configure:4709: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    46194709  rm -rf conftest*
    46204710  eval "ac_cv_lib_$ac_lib_var=yes"
     
    46384728else
    46394729echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
    4640 echo "configure:4641: checking for opendir in -lx" >&5
     4730echo "configure:4731: checking for opendir in -lx" >&5
    46414731ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
    46424732if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    46464736LIBS="-lx  $LIBS"
    46474737cat > conftest.$ac_ext <<EOF
    4648 #line 4649 "configure"
     4738#line 4739 "configure"
    46494739#include "confdefs.h"
    46504740/* Override any gcc2 internal prototype to avoid an error.  */
     
    46574747; return 0; }
    46584748EOF
    4659 if { (eval echo configure:4660: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4749if { (eval echo configure:4750: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    46604750  rm -rf conftest*
    46614751  eval "ac_cv_lib_$ac_lib_var=yes"
     
    46824772do
    46834773echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    4684 echo "configure:4685: checking for $ac_func" >&5
     4774echo "configure:4775: checking for $ac_func" >&5
    46854775if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    46864776  echo $ac_n "(cached) $ac_c" 1>&6
    46874777else
    46884778  cat > conftest.$ac_ext <<EOF
    4689 #line 4690 "configure"
     4779#line 4780 "configure"
    46904780#include "confdefs.h"
    46914781/* System header to define __stub macros and hopefully few prototypes,
     
    47104800; return 0; }
    47114801EOF
    4712 if { (eval echo configure:4713: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4802if { (eval echo configure:4803: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    47134803  rm -rf conftest*
    47144804  eval "ac_cv_func_$ac_func=yes"
     
    47454835
    47464836echo $ac_n "checking whether strstr must be declared""... $ac_c" 1>&6
    4747 echo "configure:4748: checking whether strstr must be declared" >&5
     4837echo "configure:4838: checking whether strstr must be declared" >&5
    47484838if eval "test \"`echo '$''{'bfd_cv_decl_needed_strstr'+set}'`\" = set"; then
    47494839  echo $ac_n "(cached) $ac_c" 1>&6
    47504840else
    47514841  cat > conftest.$ac_ext <<EOF
    4752 #line 4753 "configure"
     4842#line 4843 "configure"
    47534843#include "confdefs.h"
    47544844
     
    47714861; return 0; }
    47724862EOF
    4773 if { (eval echo configure:4774: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4863if { (eval echo configure:4864: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    47744864  rm -rf conftest*
    47754865  bfd_cv_decl_needed_strstr=no
     
    47924882
    47934883echo $ac_n "checking whether malloc must be declared""... $ac_c" 1>&6
    4794 echo "configure:4795: checking whether malloc must be declared" >&5
     4884echo "configure:4885: checking whether malloc must be declared" >&5
    47954885if eval "test \"`echo '$''{'bfd_cv_decl_needed_malloc'+set}'`\" = set"; then
    47964886  echo $ac_n "(cached) $ac_c" 1>&6
    47974887else
    47984888  cat > conftest.$ac_ext <<EOF
    4799 #line 4800 "configure"
     4889#line 4890 "configure"
    48004890#include "confdefs.h"
    48014891
     
    48184908; return 0; }
    48194909EOF
    4820 if { (eval echo configure:4821: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4910if { (eval echo configure:4911: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    48214911  rm -rf conftest*
    48224912  bfd_cv_decl_needed_malloc=no
     
    48394929
    48404930echo $ac_n "checking whether realloc must be declared""... $ac_c" 1>&6
    4841 echo "configure:4842: checking whether realloc must be declared" >&5
     4931echo "configure:4932: checking whether realloc must be declared" >&5
    48424932if eval "test \"`echo '$''{'bfd_cv_decl_needed_realloc'+set}'`\" = set"; then
    48434933  echo $ac_n "(cached) $ac_c" 1>&6
    48444934else
    48454935  cat > conftest.$ac_ext <<EOF
    4846 #line 4847 "configure"
     4936#line 4937 "configure"
    48474937#include "confdefs.h"
    48484938
     
    48654955; return 0; }
    48664956EOF
    4867 if { (eval echo configure:4868: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4957if { (eval echo configure:4958: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    48684958  rm -rf conftest*
    48694959  bfd_cv_decl_needed_realloc=no
     
    48864976
    48874977echo $ac_n "checking whether free must be declared""... $ac_c" 1>&6
    4888 echo "configure:4889: checking whether free must be declared" >&5
     4978echo "configure:4979: checking whether free must be declared" >&5
    48894979if eval "test \"`echo '$''{'bfd_cv_decl_needed_free'+set}'`\" = set"; then
    48904980  echo $ac_n "(cached) $ac_c" 1>&6
    48914981else
    48924982  cat > conftest.$ac_ext <<EOF
    4893 #line 4894 "configure"
     4983#line 4984 "configure"
    48944984#include "confdefs.h"
    48954985
     
    49125002; return 0; }
    49135003EOF
    4914 if { (eval echo configure:4915: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5004if { (eval echo configure:5005: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    49155005  rm -rf conftest*
    49165006  bfd_cv_decl_needed_free=no
     
    49335023
    49345024echo $ac_n "checking whether getenv must be declared""... $ac_c" 1>&6
    4935 echo "configure:4936: checking whether getenv must be declared" >&5
     5025echo "configure:5026: checking whether getenv must be declared" >&5
    49365026if eval "test \"`echo '$''{'bfd_cv_decl_needed_getenv'+set}'`\" = set"; then
    49375027  echo $ac_n "(cached) $ac_c" 1>&6
    49385028else
    49395029  cat > conftest.$ac_ext <<EOF
    4940 #line 4941 "configure"
     5030#line 5031 "configure"
    49415031#include "confdefs.h"
    49425032
     
    49595049; return 0; }
    49605050EOF
    4961 if { (eval echo configure:4962: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5051if { (eval echo configure:5052: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    49625052  rm -rf conftest*
    49635053  bfd_cv_decl_needed_getenv=no
     
    50485138  i[3456]86-*-isc*)     COREFILE=trad-core.lo ;;
    50495139  i[3456]86-*-aix*)     COREFILE=aix386-core.lo ;;
     5140  i[3456]86-*-os2*)
     5141        COREFILE=trad-core.lo
     5142        cat >> confdefs.h <<\EOF
     5143#define TRAD_HEADER "hosts/i386emx.h"
     5144EOF
     5145
     5146        ;;
    50505147  i860-*-mach3* | i860-*-osf1*)
    50515148        COREFILE=trad-core.lo
     
    51785275ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    51795276echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    5180 echo "configure:5181: checking for $ac_hdr" >&5
     5277echo "configure:5278: checking for $ac_hdr" >&5
    51815278if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    51825279  echo $ac_n "(cached) $ac_c" 1>&6
    51835280else
    51845281  cat > conftest.$ac_ext <<EOF
    5185 #line 5186 "configure"
     5282#include <sys/types.h>
     5283#line 5284 "configure"
    51865284#include "confdefs.h"
    51875285#include <$ac_hdr>
    51885286EOF
    51895287ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    5190 { (eval echo configure:5191: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     5288{ (eval echo configure:5289: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    51915289ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    51925290if test -z "$ac_err"; then
     
    52165314  if test "$ac_cv_header_sys_procfs_h" = yes; then
    52175315    echo $ac_n "checking for prstatus_t in sys/procfs.h""... $ac_c" 1>&6
    5218 echo "configure:5219: checking for prstatus_t in sys/procfs.h" >&5
     5316echo "configure:5317: checking for prstatus_t in sys/procfs.h" >&5
    52195317 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prstatus_t'+set}'`\" = set"; then
    52205318  echo $ac_n "(cached) $ac_c" 1>&6
    52215319else
    52225320  cat > conftest.$ac_ext <<EOF
    5223 #line 5224 "configure"
     5321#line 5322 "configure"
    52245322#include "confdefs.h"
    52255323
     
    52305328; return 0; }
    52315329EOF
    5232 if { (eval echo configure:5233: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5330if { (eval echo configure:5331: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    52335331  rm -rf conftest*
    52345332  bfd_cv_have_sys_procfs_type_prstatus_t=yes
     
    52525350
    52535351    echo $ac_n "checking for prstatus32_t in sys/procfs.h""... $ac_c" 1>&6
    5254 echo "configure:5255: checking for prstatus32_t in sys/procfs.h" >&5
     5352echo "configure:5353: checking for prstatus32_t in sys/procfs.h" >&5
    52555353 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prstatus32_t'+set}'`\" = set"; then
    52565354  echo $ac_n "(cached) $ac_c" 1>&6
    52575355else
    52585356  cat > conftest.$ac_ext <<EOF
    5259 #line 5260 "configure"
     5357#line 5358 "configure"
    52605358#include "confdefs.h"
    52615359
     
    52665364; return 0; }
    52675365EOF
    5268 if { (eval echo configure:5269: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5366if { (eval echo configure:5367: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    52695367  rm -rf conftest*
    52705368  bfd_cv_have_sys_procfs_type_prstatus32_t=yes
     
    52885386
    52895387    echo $ac_n "checking for prstatus_t.pr_who in sys/procfs.h""... $ac_c" 1>&6
    5290 echo "configure:5291: checking for prstatus_t.pr_who in sys/procfs.h" >&5
     5388echo "configure:5389: checking for prstatus_t.pr_who in sys/procfs.h" >&5
    52915389 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who'+set}'`\" = set"; then
    52925390  echo $ac_n "(cached) $ac_c" 1>&6
    52935391else
    52945392  cat > conftest.$ac_ext <<EOF
    5295 #line 5296 "configure"
     5393#line 5394 "configure"
    52965394#include "confdefs.h"
    52975395
     
    53025400; return 0; }
    53035401EOF
    5304 if { (eval echo configure:5305: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5402if { (eval echo configure:5403: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    53055403  rm -rf conftest*
    53065404  bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=yes
     
    53245422
    53255423    echo $ac_n "checking for prstatus32_t.pr_who in sys/procfs.h""... $ac_c" 1>&6
    5326 echo "configure:5327: checking for prstatus32_t.pr_who in sys/procfs.h" >&5
     5424echo "configure:5425: checking for prstatus32_t.pr_who in sys/procfs.h" >&5
    53275425 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who'+set}'`\" = set"; then
    53285426  echo $ac_n "(cached) $ac_c" 1>&6
    53295427else
    53305428  cat > conftest.$ac_ext <<EOF
    5331 #line 5332 "configure"
     5429#line 5430 "configure"
    53325430#include "confdefs.h"
    53335431
     
    53385436; return 0; }
    53395437EOF
    5340 if { (eval echo configure:5341: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5438if { (eval echo configure:5439: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    53415439  rm -rf conftest*
    53425440  bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=yes
     
    53605458
    53615459    echo $ac_n "checking for pstatus_t in sys/procfs.h""... $ac_c" 1>&6
    5362 echo "configure:5363: checking for pstatus_t in sys/procfs.h" >&5
     5460echo "configure:5461: checking for pstatus_t in sys/procfs.h" >&5
    53635461 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_pstatus_t'+set}'`\" = set"; then
    53645462  echo $ac_n "(cached) $ac_c" 1>&6
    53655463else
    53665464  cat > conftest.$ac_ext <<EOF
    5367 #line 5368 "configure"
     5465#line 5466 "configure"
    53685466#include "confdefs.h"
    53695467
     
    53745472; return 0; }
    53755473EOF
    5376 if { (eval echo configure:5377: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5474if { (eval echo configure:5475: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    53775475  rm -rf conftest*
    53785476  bfd_cv_have_sys_procfs_type_pstatus_t=yes
     
    53965494
    53975495    echo $ac_n "checking for pxstatus_t in sys/procfs.h""... $ac_c" 1>&6
    5398 echo "configure:5399: checking for pxstatus_t in sys/procfs.h" >&5
     5496echo "configure:5497: checking for pxstatus_t in sys/procfs.h" >&5
    53995497 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_pxstatus_t'+set}'`\" = set"; then
    54005498  echo $ac_n "(cached) $ac_c" 1>&6
    54015499else
    54025500  cat > conftest.$ac_ext <<EOF
    5403 #line 5404 "configure"
     5501#line 5502 "configure"
    54045502#include "confdefs.h"
    54055503
     
    54105508; return 0; }
    54115509EOF
    5412 if { (eval echo configure:5413: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5510if { (eval echo configure:5511: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    54135511  rm -rf conftest*
    54145512  bfd_cv_have_sys_procfs_type_pxstatus_t=yes
     
    54325530
    54335531    echo $ac_n "checking for pstatus32_t in sys/procfs.h""... $ac_c" 1>&6
    5434 echo "configure:5435: checking for pstatus32_t in sys/procfs.h" >&5
     5532echo "configure:5533: checking for pstatus32_t in sys/procfs.h" >&5
    54355533 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_pstatus32_t'+set}'`\" = set"; then
    54365534  echo $ac_n "(cached) $ac_c" 1>&6
    54375535else
    54385536  cat > conftest.$ac_ext <<EOF
    5439 #line 5440 "configure"
     5537#line 5538 "configure"
    54405538#include "confdefs.h"
    54415539
     
    54465544; return 0; }
    54475545EOF
    5448 if { (eval echo configure:5449: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5546if { (eval echo configure:5547: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    54495547  rm -rf conftest*
    54505548  bfd_cv_have_sys_procfs_type_pstatus32_t=yes
     
    54685566
    54695567    echo $ac_n "checking for prpsinfo_t in sys/procfs.h""... $ac_c" 1>&6
    5470 echo "configure:5471: checking for prpsinfo_t in sys/procfs.h" >&5
     5568echo "configure:5569: checking for prpsinfo_t in sys/procfs.h" >&5
    54715569 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prpsinfo_t'+set}'`\" = set"; then
    54725570  echo $ac_n "(cached) $ac_c" 1>&6
    54735571else
    54745572  cat > conftest.$ac_ext <<EOF
    5475 #line 5476 "configure"
     5573#line 5574 "configure"
    54765574#include "confdefs.h"
    54775575
     
    54825580; return 0; }
    54835581EOF
    5484 if { (eval echo configure:5485: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5582if { (eval echo configure:5583: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    54855583  rm -rf conftest*
    54865584  bfd_cv_have_sys_procfs_type_prpsinfo_t=yes
     
    55045602
    55055603    echo $ac_n "checking for prpsinfo32_t in sys/procfs.h""... $ac_c" 1>&6
    5506 echo "configure:5507: checking for prpsinfo32_t in sys/procfs.h" >&5
     5604echo "configure:5605: checking for prpsinfo32_t in sys/procfs.h" >&5
    55075605 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prpsinfo32_t'+set}'`\" = set"; then
    55085606  echo $ac_n "(cached) $ac_c" 1>&6
    55095607else
    55105608  cat > conftest.$ac_ext <<EOF
    5511 #line 5512 "configure"
     5609#line 5610 "configure"
    55125610#include "confdefs.h"
    55135611
     
    55185616; return 0; }
    55195617EOF
    5520 if { (eval echo configure:5521: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5618if { (eval echo configure:5619: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    55215619  rm -rf conftest*
    55225620  bfd_cv_have_sys_procfs_type_prpsinfo32_t=yes
     
    55405638
    55415639    echo $ac_n "checking for psinfo_t in sys/procfs.h""... $ac_c" 1>&6
    5542 echo "configure:5543: checking for psinfo_t in sys/procfs.h" >&5
     5640echo "configure:5641: checking for psinfo_t in sys/procfs.h" >&5
    55435641 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_psinfo_t'+set}'`\" = set"; then
    55445642  echo $ac_n "(cached) $ac_c" 1>&6
    55455643else
    55465644  cat > conftest.$ac_ext <<EOF
    5547 #line 5548 "configure"
     5645#line 5646 "configure"
    55485646#include "confdefs.h"
    55495647
     
    55545652; return 0; }
    55555653EOF
    5556 if { (eval echo configure:5557: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5654if { (eval echo configure:5655: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    55575655  rm -rf conftest*
    55585656  bfd_cv_have_sys_procfs_type_psinfo_t=yes
     
    55765674
    55775675    echo $ac_n "checking for psinfo32_t in sys/procfs.h""... $ac_c" 1>&6
    5578 echo "configure:5579: checking for psinfo32_t in sys/procfs.h" >&5
     5676echo "configure:5677: checking for psinfo32_t in sys/procfs.h" >&5
    55795677 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_psinfo32_t'+set}'`\" = set"; then
    55805678  echo $ac_n "(cached) $ac_c" 1>&6
    55815679else
    55825680  cat > conftest.$ac_ext <<EOF
    5583 #line 5584 "configure"
     5681#line 5682 "configure"
    55845682#include "confdefs.h"
    55855683
     
    55905688; return 0; }
    55915689EOF
    5592 if { (eval echo configure:5593: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5690if { (eval echo configure:5691: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    55935691  rm -rf conftest*
    55945692  bfd_cv_have_sys_procfs_type_psinfo32_t=yes
     
    56125710
    56135711    echo $ac_n "checking for lwpstatus_t in sys/procfs.h""... $ac_c" 1>&6
    5614 echo "configure:5615: checking for lwpstatus_t in sys/procfs.h" >&5
     5712echo "configure:5713: checking for lwpstatus_t in sys/procfs.h" >&5
    56155713 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_lwpstatus_t'+set}'`\" = set"; then
    56165714  echo $ac_n "(cached) $ac_c" 1>&6
    56175715else
    56185716  cat > conftest.$ac_ext <<EOF
    5619 #line 5620 "configure"
     5717#line 5718 "configure"
    56205718#include "confdefs.h"
    56215719
     
    56265724; return 0; }
    56275725EOF
    5628 if { (eval echo configure:5629: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5726if { (eval echo configure:5727: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    56295727  rm -rf conftest*
    56305728  bfd_cv_have_sys_procfs_type_lwpstatus_t=yes
     
    56485746
    56495747    echo $ac_n "checking for lwpxstatus_t in sys/procfs.h""... $ac_c" 1>&6
    5650 echo "configure:5651: checking for lwpxstatus_t in sys/procfs.h" >&5
     5748echo "configure:5749: checking for lwpxstatus_t in sys/procfs.h" >&5
    56515749 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_lwpxstatus_t'+set}'`\" = set"; then
    56525750  echo $ac_n "(cached) $ac_c" 1>&6
    56535751else
    56545752  cat > conftest.$ac_ext <<EOF
    5655 #line 5656 "configure"
     5753#line 5754 "configure"
    56565754#include "confdefs.h"
    56575755
     
    56625760; return 0; }
    56635761EOF
    5664 if { (eval echo configure:5665: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5762if { (eval echo configure:5763: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    56655763  rm -rf conftest*
    56665764  bfd_cv_have_sys_procfs_type_lwpxstatus_t=yes
     
    56845782
    56855783    echo $ac_n "checking for lwpstatus_t.pr_context in sys/procfs.h""... $ac_c" 1>&6
    5686 echo "configure:5687: checking for lwpstatus_t.pr_context in sys/procfs.h" >&5
     5784echo "configure:5785: checking for lwpstatus_t.pr_context in sys/procfs.h" >&5
    56875785 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context'+set}'`\" = set"; then
    56885786  echo $ac_n "(cached) $ac_c" 1>&6
    56895787else
    56905788  cat > conftest.$ac_ext <<EOF
    5691 #line 5692 "configure"
     5789#line 5790 "configure"
    56925790#include "confdefs.h"
    56935791
     
    56985796; return 0; }
    56995797EOF
    5700 if { (eval echo configure:5701: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5798if { (eval echo configure:5799: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    57015799  rm -rf conftest*
    57025800  bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=yes
     
    57205818
    57215819    echo $ac_n "checking for lwpstatus_t.pr_reg in sys/procfs.h""... $ac_c" 1>&6
    5722 echo "configure:5723: checking for lwpstatus_t.pr_reg in sys/procfs.h" >&5
     5820echo "configure:5821: checking for lwpstatus_t.pr_reg in sys/procfs.h" >&5
    57235821 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg'+set}'`\" = set"; then
    57245822  echo $ac_n "(cached) $ac_c" 1>&6
    57255823else
    57265824  cat > conftest.$ac_ext <<EOF
    5727 #line 5728 "configure"
     5825#line 5826 "configure"
    57285826#include "confdefs.h"
    57295827
     
    57345832; return 0; }
    57355833EOF
    5736 if { (eval echo configure:5737: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5834if { (eval echo configure:5835: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    57375835  rm -rf conftest*
    57385836  bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=yes
     
    57565854
    57575855    echo $ac_n "checking for win32_pstatus_t in sys/procfs.h""... $ac_c" 1>&6
    5758 echo "configure:5759: checking for win32_pstatus_t in sys/procfs.h" >&5
     5856echo "configure:5857: checking for win32_pstatus_t in sys/procfs.h" >&5
    57595857 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_win32_pstatus_t'+set}'`\" = set"; then
    57605858  echo $ac_n "(cached) $ac_c" 1>&6
    57615859else
    57625860  cat > conftest.$ac_ext <<EOF
    5763 #line 5764 "configure"
     5861#line 5862 "configure"
    57645862#include "confdefs.h"
    57655863
     
    57705868; return 0; }
    57715869EOF
    5772 if { (eval echo configure:5773: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5870if { (eval echo configure:5871: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    57735871  rm -rf conftest*
    57745872  bfd_cv_have_sys_procfs_type_win32_pstatus_t=yes
     
    60166114    i386netbsd_vec)             tb="$tb i386netbsd.lo aout32.lo" ;;
    60176115    i386os9k_vec)               tb="$tb i386os9k.lo aout32.lo" ;;
     6116    i386aout_emx_vec)           tb="$tb i386aoutemx.lo aout32.lo " ;;
    60186117    i860coff_vec)               tb="$tb coff-i860.lo cofflink.lo" ;;
    60196118    icoff_big_vec)              tb="$tb coff-i960.lo cofflink.lo" ;;
     
    61686267ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    61696268echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    6170 echo "configure:6171: checking for $ac_hdr" >&5
     6269echo "configure:6270: checking for $ac_hdr" >&5
    61716270if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    61726271  echo $ac_n "(cached) $ac_c" 1>&6
    61736272else
    61746273  cat > conftest.$ac_ext <<EOF
    6175 #line 6176 "configure"
     6274#include <sys/types.h>
     6275#line 6276 "configure"
    61766276#include "confdefs.h"
    61776277#include <$ac_hdr>
    61786278EOF
    61796279ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    6180 { (eval echo configure:6181: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     6280{ (eval echo configure:6281: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    61816281ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    61826282if test -z "$ac_err"; then
     
    62076307do
    62086308echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    6209 echo "configure:6210: checking for $ac_func" >&5
     6309echo "configure:6310: checking for $ac_func" >&5
    62106310if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    62116311  echo $ac_n "(cached) $ac_c" 1>&6
    62126312else
    62136313  cat > conftest.$ac_ext <<EOF
    6214 #line 6215 "configure"
     6314#line 6315 "configure"
    62156315#include "confdefs.h"
    62166316/* System header to define __stub macros and hopefully few prototypes,
     
    62356335; return 0; }
    62366336EOF
    6237 if { (eval echo configure:6238: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     6337if { (eval echo configure:6338: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    62386338  rm -rf conftest*
    62396339  eval "ac_cv_func_$ac_func=yes"
     
    62606360
    62616361echo $ac_n "checking for working mmap""... $ac_c" 1>&6
    6262 echo "configure:6263: checking for working mmap" >&5
     6362echo "configure:6363: checking for working mmap" >&5
    62636363if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
    62646364  echo $ac_n "(cached) $ac_c" 1>&6
     
    62686368else
    62696369  cat > conftest.$ac_ext <<EOF
    6270 #line 6271 "configure"
     6370#line 6371 "configure"
    62716371#include "confdefs.h"
    62726372
     
    64086508
    64096509EOF
    6410 if { (eval echo configure:6411: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     6510if { (eval echo configure:6511: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    64116511then
    64126512  ac_cv_func_mmap_fixed_mapped=yes
     
    64336533do
    64346534echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    6435 echo "configure:6436: checking for $ac_func" >&5
     6535echo "configure:6536: checking for $ac_func" >&5
    64366536if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    64376537  echo $ac_n "(cached) $ac_c" 1>&6
    64386538else
    64396539  cat > conftest.$ac_ext <<EOF
    6440 #line 6441 "configure"
     6540#line 6541 "configure"
    64416541#include "confdefs.h"
    64426542/* System header to define __stub macros and hopefully few prototypes,
     
    64616561; return 0; }
    64626562EOF
    6463 if { (eval echo configure:6464: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     6563if { (eval echo configure:6564: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    64646564  rm -rf conftest*
    64656565  eval "ac_cv_func_$ac_func=yes"
     
    65686668# Run this file to recreate the current configuration.
    65696669# This directory was configured as follows,
     6670EOF
     6671echo ': ${CONFIG_SHELL='"${CONFIG_SHELL-/bin/sh}"'}' >> $CONFIG_STATUS
     6672cat >> $CONFIG_STATUS <<EOF
    65706673# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
    65716674#
     
    65936696ac_given_srcdir=$srcdir
    65946697ac_given_INSTALL="$INSTALL"
     6698PATHIFS="$PATH_IFS"
    65956699
    65966700trap 'rm -fr `echo "Makefile doc/Makefile bfd-in3.h:bfd-in2.h po/Makefile.in:po/Make-in config.h:config.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
     
    66036707$ac_vpsub
    66046708$extrasub
     6709s,\([^a-zA-Z0-9:]\)/bin/sh\(.exe\),\1${CONFIG_SHELL-/bin/sh}\2,g
    66056710s%@SHELL@%$SHELL%g
    66066711s%@CFLAGS@%$CFLAGS%g
     
    66266731s%@infodir@%$infodir%g
    66276732s%@mandir@%$mandir%g
     6733s%@PATH_IFS@%$PATH_IFS%g
     6734s%@EXEEXT@%$EXEEXT%g
    66286735s%@host@%$host%g
    66296736s%@host_alias@%$host_alias%g
     
    66576764s%@LN_S@%$LN_S%g
    66586765s%@OBJEXT@%$OBJEXT%g
    6659 s%@EXEEXT@%$EXEEXT%g
    66606766s%@STRIP@%$STRIP%g
    66616767s%@LIBTOOL@%$LIBTOOL%g
     
    67736879      if test -z "$ac_dots"; then top_srcdir=.
    67746880      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
    6775   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
     6881  /* | [A-Za-z]:*)
     6882    srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
    67766883  *) # Relative path.
    67776884    srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
     
    67806887
    67816888  case "$ac_given_INSTALL" in
    6782   [/$]*) INSTALL="$ac_given_INSTALL" ;;
     6889  [/$]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;;
    67836890  *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
    67846891  esac
     
    67936900  esac
    67946901
    6795   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
     6902  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%$PATHIFS% $ac_given_srcdir/%g"`
    67966903  sed -e "$ac_comsub
    67976904s%@configure_input@%$configure_input%g
     
    68406947
    68416948  rm -f conftest.frag conftest.in conftest.out
    6842   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
     6949# kso the other way around might work better with drive letters and such.
     6950#  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
     6951  ac_file_inputs=`echo $ac_file_in|sed -e "s%:% $ac_given_srcdir/%g" -e "s%^%$ac_given_srcdir/%" `
    68436952  cat $ac_file_inputs > conftest.in
    68446953
Note: See TracChangeset for help on using the changeset viewer.