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

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r100 r101  
    5454silent=
    5555site=
    56 sitefile=
    5756srcdir=
    5857target=NONE
     
    169168  --no-create             do not create output files
    170169  --quiet, --silent       do not print \`checking...' messages
    171   --site-file=FILE        use FILE as the site file
    172170  --version               print the version of autoconf that created configure
    173171Directory and file names:
     
    340338    site="$ac_optarg" ;;
    341339
    342   -site-file | --site-file | --site-fil | --site-fi | --site-f)
    343     ac_prev=sitefile ;;
    344   -site-file=* | --site-file=* | --site-fil=* | --site-fi=* | --site-f=*)
    345     sitefile="$ac_optarg" ;;
    346 
    347340  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
    348341    ac_prev=srcdir ;;
     
    510503
    511504# Prefer explicitly selected file to automatically selected ones.
    512 if test -z "$sitefile"; then
    513   if test -z "$CONFIG_SITE"; then
    514     if test "x$prefix" != xNONE; then
    515       CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
    516     else
    517       CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
    518     fi
     505if test -z "$CONFIG_SITE"; then
     506  if test "x$prefix" != xNONE; then
     507    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
     508  else
     509    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
    519510  fi
    520 else
    521   CONFIG_SITE="$sitefile"
    522511fi
    523512for ac_site_file in $CONFIG_SITE; do
     
    557546fi
    558547
     548echo $ac_n "checking for path separator""... $ac_c" 1>&6
     549echo "configure:550: checking for path separator" >&5
     550# Filter path to get backslahes into forwardslashes
     551case "`uname -s 2> /dev/null`" in
     552OS/2)
     553  PATH=`echo -E "$PATH" | sed 's+\\\\+/+g'`
     554  PATH_IFS=';'
     555  ;;
     556*)
     557  PATH_IFS=':'
     558  ;;
     559esac
     560echo "$ac_t""${PATH_IFS}" 1>&6
     561
    559562echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
    560 echo "configure:561: checking for Cygwin environment" >&5
     563echo "configure:564: checking for Cygwin environment" >&5
    561564if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
    562565  echo $ac_n "(cached) $ac_c" 1>&6
    563566else
    564567  cat > conftest.$ac_ext <<EOF
    565 #line 566 "configure"
     568#line 569 "configure"
    566569#include "confdefs.h"
    567570
     
    574577; return 0; }
    575578EOF
    576 if { (eval echo configure:577: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     579if { (eval echo configure:580: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    577580  rm -rf conftest*
    578581  ac_cv_cygwin=yes
     
    591594test "$ac_cv_cygwin" = yes && CYGWIN=yes
    592595echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
    593 echo "configure:594: checking for mingw32 environment" >&5
     596echo "configure:597: checking for mingw32 environment" >&5
    594597if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
    595598  echo $ac_n "(cached) $ac_c" 1>&6
    596599else
    597600  cat > conftest.$ac_ext <<EOF
    598 #line 599 "configure"
     601#line 602 "configure"
    599602#include "confdefs.h"
    600603
     
    603606; return 0; }
    604607EOF
    605 if { (eval echo configure:606: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     608if { (eval echo configure:609: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    606609  rm -rf conftest*
    607610  ac_cv_mingw32=yes
     
    619622MINGW32=
    620623test "$ac_cv_mingw32" = yes && MINGW32=yes
     624echo $ac_n "checking for EMX/OS2 environment""... $ac_c" 1>&6
     625echo "configure:626: checking for EMX/OS2 environment" >&5
     626if eval "test \"`echo '$''{'ac_cv_emxos2'+set}'`\" = set"; then
     627  echo $ac_n "(cached) $ac_c" 1>&6
     628else
     629  : ${CC=gcc.exe}
     630cat > conftest.$ac_ext <<EOF
     631#line 632 "configure"
     632#include "confdefs.h"
     633
     634int main() {
     635return __EMX__;
     636; return 0; }
     637EOF
     638if { (eval echo configure:639: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     639  rm -rf conftest*
     640  ac_cv_emxos2=yes
     641else
     642  echo "configure: failed program was:" >&5
     643  cat conftest.$ac_ext >&5
     644  rm -rf conftest*
     645  ac_cv_emxos2=no
     646fi
     647rm -f conftest*
     648rm -f conftest*
     649fi
     650
     651echo "$ac_t""$ac_cv_emxos2" 1>&6
     652if eval "test \"`echo '$''{'ac_cv_libpre'+set}'`\" = set"; then
     653  echo $ac_n "(cached) $ac_c" 1>&6
     654else
     655  if test "$ac_cv_emxos2" = yes ; then
     656  ac_cv_libpre=
     657else
     658  ac_cv_libpre=lib
     659fi
     660
     661fi
     662
     663EMXOS2=
     664test "$ac_cv_emxos2" = yes && EMXOS2=yes
     665
     666
     667
     668echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
     669echo "configure:670: checking for executable suffix" >&5
     670if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
     671  echo $ac_n "(cached) $ac_c" 1>&6
     672else
     673  if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$EMXOS2" = yes; then
     674  ac_cv_exeext=.exe
     675else
     676  rm -f conftest*
     677  echo 'int main () { return 0; }' > conftest.$ac_ext
     678  ac_cv_exeext=
     679  if { (eval echo configure:680: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
     680    for file in conftest.*; do
     681      case $file in
     682      *.c | *.o | *.obj) ;;
     683      *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
     684      esac
     685    done
     686  else
     687    { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
     688  fi
     689  rm -f conftest*
     690  test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
     691fi
     692fi
     693
     694EXEEXT=""
     695test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
     696echo "$ac_t""${ac_cv_exeext}" 1>&6
     697ac_exeext=$EXEEXT
     698
    621699
    622700
     
    668746
    669747echo $ac_n "checking host system type""... $ac_c" 1>&6
    670 echo "configure:671: checking host system type" >&5
     748echo "configure:749: checking host system type" >&5
    671749
    672750host_alias=$host
     
    689767
    690768echo $ac_n "checking target system type""... $ac_c" 1>&6
    691 echo "configure:692: checking target system type" >&5
     769echo "configure:770: checking target system type" >&5
    692770
    693771target_alias=$target
     
    707785
    708786echo $ac_n "checking build system type""... $ac_c" 1>&6
    709 echo "configure:710: checking build system type" >&5
     787echo "configure:788: checking build system type" >&5
    710788
    711789build_alias=$build
     
    732810set dummy gcc; ac_word=$2
    733811echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    734 echo "configure:735: checking for $ac_word" >&5
     812echo "configure:813: checking for $ac_word" >&5
    735813if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    736814  echo $ac_n "(cached) $ac_c" 1>&6
     
    739817  ac_cv_prog_CC="$CC" # Let the user override the test.
    740818else
    741   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     819  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    742820  ac_dummy="$PATH"
    743821  for ac_dir in $ac_dummy; do
    744822    test -z "$ac_dir" && ac_dir=.
    745     if test -f $ac_dir/$ac_word; then
     823    if test -f $ac_dir/$ac_word -o \
     824            -f $ac_dir/$ac_word$ac_exeext ; then
    746825      ac_cv_prog_CC="gcc"
    747826      break
     
    762841set dummy cc; ac_word=$2
    763842echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    764 echo "configure:765: checking for $ac_word" >&5
     843echo "configure:844: checking for $ac_word" >&5
    765844if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    766845  echo $ac_n "(cached) $ac_c" 1>&6
     
    769848  ac_cv_prog_CC="$CC" # Let the user override the test.
    770849else
    771   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     850  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    772851  ac_prog_rejected=no
    773852  ac_dummy="$PATH"
    774853  for ac_dir in $ac_dummy; do
    775854    test -z "$ac_dir" && ac_dir=.
    776     if test -f $ac_dir/$ac_word; then
    777       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
     855    if test -f $ac_dir/$ac_word -o \
     856            -f $ac_dir/$ac_word$ac_exeext ; then
     857      if test "$ac_dir/$ac_word" = "/usr/ucb/cc" -o \
     858               "$ac_dir/$ac_word$ac_exeext" = "/usr/ucb/cc" ; then
    778859        ac_prog_rejected=yes
    779860        continue
     
    813894set dummy cl; ac_word=$2
    814895echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    815 echo "configure:816: checking for $ac_word" >&5
     896echo "configure:897: checking for $ac_word" >&5
    816897if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    817898  echo $ac_n "(cached) $ac_c" 1>&6
     
    820901  ac_cv_prog_CC="$CC" # Let the user override the test.
    821902else
    822   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     903  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    823904  ac_dummy="$PATH"
    824905  for ac_dir in $ac_dummy; do
    825906    test -z "$ac_dir" && ac_dir=.
    826     if test -f $ac_dir/$ac_word; then
     907    if test -f $ac_dir/$ac_word -o \
     908            -f $ac_dir/$ac_word$ac_exeext ; then
    827909      ac_cv_prog_CC="cl"
    828910      break
     
    845927
    846928echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    847 echo "configure:848: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     929echo "configure:930: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    848930
    849931ac_ext=c
     
    856938cat > conftest.$ac_ext << EOF
    857939
    858 #line 859 "configure"
     940#line 941 "configure"
    859941#include "confdefs.h"
    860942
    861943main(){return(0);}
    862944EOF
    863 if { (eval echo configure:864: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     945if { (eval echo configure:946: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    864946  ac_cv_prog_cc_works=yes
    865947  # If we can't run a trivial program, we are probably using a cross compiler.
     
    887969fi
    888970echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    889 echo "configure:890: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     971echo "configure:972: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    890972echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    891973cross_compiling=$ac_cv_prog_cc_cross
    892974
    893975echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    894 echo "configure:895: checking whether we are using GNU C" >&5
     976echo "configure:977: checking whether we are using GNU C" >&5
    895977if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    896978  echo $ac_n "(cached) $ac_c" 1>&6
     
    901983#endif
    902984EOF
    903 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:904: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     985if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:986: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    904986  ac_cv_prog_gcc=yes
    905987else
     
    9201002CFLAGS=
    9211003echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    922 echo "configure:923: checking whether ${CC-cc} accepts -g" >&5
     1004echo "configure:1005: checking whether ${CC-cc} accepts -g" >&5
    9231005if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    9241006  echo $ac_n "(cached) $ac_c" 1>&6
     
    9521034
    9531035echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6
    954 echo "configure:955: checking for POSIXized ISC" >&5
     1036echo "configure:1037: checking for POSIXized ISC" >&5
    9551037if test -d /etc/conf/kconfig.d &&
    9561038  grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
     
    9861068# ./install, which can be erroneously created by make from ./install.sh.
    9871069echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    988 echo "configure:989: checking for a BSD compatible install" >&5
     1070echo "configure:1071: checking for a BSD compatible install" >&5
    9891071if test -z "$INSTALL"; then
    9901072if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
    9911073  echo $ac_n "(cached) $ac_c" 1>&6
    9921074else
    993     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
     1075    IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS="$PATH_IFS"
    9941076  for ac_dir in $PATH; do
    9951077    # Account for people who put trailing slashes in PATH elements.
    9961078    case "$ac_dir/" in
    9971079    /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
     1080    # We reject the install program from OS/2 or W3.1
     1081    */OS2|*/OS2/*|*/WINDOWS|*/WINDOWS/*) ;;
    9981082    *)
    9991083      # OSF1 and SCO ODT 3.0 have their own names for install.
     
    10011085      # by default.
    10021086      for ac_prog in ginstall scoinst install; do
    1003         if test -f $ac_dir/$ac_prog; then
     1087        if test -f $ac_dir/$ac_prog$ac_exeext; then
    10041088          if test $ac_prog = install &&
    10051089            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
     
    10071091            :
    10081092          else
    1009             ac_cv_path_install="$ac_dir/$ac_prog -c"
     1093            ac_cv_path_install="$ac_dir/$ac_prog$ac_exeext -c"
    10101094            break 2
    10111095          fi
     
    10391123
    10401124echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
    1041 echo "configure:1042: checking whether build environment is sane" >&5
     1125echo "configure:1126: checking whether build environment is sane" >&5
    10421126# Just in case
    10431127sleep 1
     
    10961180
    10971181echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    1098 echo "configure:1099: checking whether ${MAKE-make} sets \${MAKE}" >&5
     1182echo "configure:1183: checking whether ${MAKE-make} sets \${MAKE}" >&5
    10991183set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    11001184if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    11421226missing_dir=`cd $ac_aux_dir && pwd`
    11431227echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
    1144 echo "configure:1145: checking for working aclocal" >&5
     1228echo "configure:1229: checking for working aclocal" >&5
    11451229# Run test in a subshell; some versions of sh will print an error if
    11461230# an executable is not found, even if stderr is redirected.
     
    11551239
    11561240echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
    1157 echo "configure:1158: checking for working autoconf" >&5
     1241echo "configure:1242: checking for working autoconf" >&5
    11581242# Run test in a subshell; some versions of sh will print an error if
    11591243# an executable is not found, even if stderr is redirected.
     
    11681252
    11691253echo $ac_n "checking for working automake""... $ac_c" 1>&6
    1170 echo "configure:1171: checking for working automake" >&5
     1254echo "configure:1255: checking for working automake" >&5
    11711255# Run test in a subshell; some versions of sh will print an error if
    11721256# an executable is not found, even if stderr is redirected.
     
    11811265
    11821266echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
    1183 echo "configure:1184: checking for working autoheader" >&5
     1267echo "configure:1268: checking for working autoheader" >&5
    11841268# Run test in a subshell; some versions of sh will print an error if
    11851269# an executable is not found, even if stderr is redirected.
     
    11941278
    11951279echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
    1196 echo "configure:1197: checking for working makeinfo" >&5
     1280echo "configure:1281: checking for working makeinfo" >&5
    11971281# Run test in a subshell; some versions of sh will print an error if
    11981282# an executable is not found, even if stderr is redirected.
     
    12891373  # Check if gcc -print-prog-name=ld gives a path.
    12901374  echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
    1291 echo "configure:1292: checking for ld used by GCC" >&5
     1375echo "configure:1376: checking for ld used by GCC" >&5
    12921376  case $host in
    12931377  *-*-mingw*)
     
    13191403elif test "$with_gnu_ld" = yes; then
    13201404  echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
    1321 echo "configure:1322: checking for GNU ld" >&5
     1405echo "configure:1406: checking for GNU ld" >&5
    13221406else
    13231407  echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
    1324 echo "configure:1325: checking for non-GNU ld" >&5
     1408echo "configure:1409: checking for non-GNU ld" >&5
    13251409fi
    13261410if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then
     
    13571441test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
    13581442echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
    1359 echo "configure:1360: checking if the linker ($LD) is GNU ld" >&5
     1443echo "configure:1444: checking if the linker ($LD) is GNU ld" >&5
    13601444if eval "test \"`echo '$''{'ac_cv_prog_gnu_ld'+set}'`\" = set"; then
    13611445  echo $ac_n "(cached) $ac_c" 1>&6
     
    13741458
    13751459echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6
    1376 echo "configure:1377: checking for $LD option to reload object files" >&5
     1460echo "configure:1461: checking for $LD option to reload object files" >&5
    13771461if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then
    13781462  echo $ac_n "(cached) $ac_c" 1>&6
     
    13861470
    13871471echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
    1388 echo "configure:1389: checking for BSD-compatible nm" >&5
     1472echo "configure:1473: checking for BSD-compatible nm" >&5
    13891473if eval "test \"`echo '$''{'ac_cv_path_NM'+set}'`\" = set"; then
    13901474  echo $ac_n "(cached) $ac_c" 1>&6
     
    14241508
    14251509echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    1426 echo "configure:1427: checking whether ln -s works" >&5
     1510echo "configure:1511: checking whether ln -s works" >&5
    14271511if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    14281512  echo $ac_n "(cached) $ac_c" 1>&6
     
    14341518  ac_cv_prog_LN_S="ln -s"
    14351519else
    1436   ac_cv_prog_LN_S=ln
    1437 fi
     1520  echo A > conftestdata;
     1521  if ln conftestdata conftestdata2 2>/dev/null; then
     1522    ac_cv_prog_LN_S=ln
     1523  else
     1524    ac_cv_prog_LN_S=cp
     1525  fi
     1526fi
     1527rm -f conftestdata*
    14381528fi
    14391529LN_S="$ac_cv_prog_LN_S"
     
    14451535
    14461536echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6
    1447 echo "configure:1448: checking how to recognise dependant libraries" >&5
     1537echo "configure:1538: checking how to recognise dependant libraries" >&5
    14481538if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then
    14491539  echo $ac_n "(cached) $ac_c" 1>&6
     
    15881678
    15891679echo $ac_n "checking for object suffix""... $ac_c" 1>&6
    1590 echo "configure:1591: checking for object suffix" >&5
     1680echo "configure:1681: checking for object suffix" >&5
    15911681if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then
    15921682  echo $ac_n "(cached) $ac_c" 1>&6
     
    15941684  rm -f conftest*
    15951685echo 'int i = 1;' > conftest.$ac_ext
    1596 if { (eval echo configure:1597: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1686if { (eval echo configure:1687: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    15971687  for ac_file in conftest.*; do
    15981688    case $ac_file in
     
    16111701ac_objext=$ac_cv_objext
    16121702
    1613 
    1614 
    1615 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
    1616 echo "configure:1617: checking for executable suffix" >&5
    1617 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
    1618   echo $ac_n "(cached) $ac_c" 1>&6
    1619 else
    1620   if test "$CYGWIN" = yes || test "$MINGW32" = yes; then
    1621   ac_cv_exeext=.exe
    1622 else
    1623   rm -f conftest*
    1624   echo 'int main () { return 0; }' > conftest.$ac_ext
    1625   ac_cv_exeext=
    1626   if { (eval echo configure:1627: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
    1627     for file in conftest.*; do
    1628       case $file in
    1629       *.c | *.o | *.obj | *.ilk | *.pdb) ;;
    1630       *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
    1631       esac
    1632     done
    1633   else
    1634     { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
    1635   fi
    1636   rm -f conftest*
    1637   test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
    1638 fi
    1639 fi
    1640 
    1641 EXEEXT=""
    1642 test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
    1643 echo "$ac_t""${ac_cv_exeext}" 1>&6
    1644 ac_exeext=$EXEEXT
    1645 
    16461703if test $host != $build; then
    16471704  ac_tool_prefix=${host_alias}-
     
    16571714  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
    16581715    echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6
    1659 echo "configure:1660: checking for ${ac_tool_prefix}file" >&5
     1716echo "configure:1717: checking for ${ac_tool_prefix}file" >&5
    16601717if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
    16611718  echo $ac_n "(cached) $ac_c" 1>&6
     
    17191776  if test -n "$ac_tool_prefix"; then
    17201777    echo $ac_n "checking for file""... $ac_c" 1>&6
    1721 echo "configure:1722: checking for file" >&5
     1778echo "configure:1779: checking for file" >&5
    17221779if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
    17231780  echo $ac_n "(cached) $ac_c" 1>&6
     
    17901847set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    17911848echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1792 echo "configure:1793: checking for $ac_word" >&5
     1849echo "configure:1850: checking for $ac_word" >&5
    17931850if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    17941851  echo $ac_n "(cached) $ac_c" 1>&6
     
    17971854  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
    17981855else
    1799   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1856  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    18001857  ac_dummy="$PATH"
    18011858  for ac_dir in $ac_dummy; do
    18021859    test -z "$ac_dir" && ac_dir=.
    1803     if test -f $ac_dir/$ac_word; then
     1860    if test -f $ac_dir/$ac_word -o \
     1861            -f $ac_dir/$ac_word$ac_exeext ; then
    18041862      ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
    18051863      break
     
    18221880set dummy ranlib; ac_word=$2
    18231881echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1824 echo "configure:1825: checking for $ac_word" >&5
     1882echo "configure:1883: checking for $ac_word" >&5
    18251883if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    18261884  echo $ac_n "(cached) $ac_c" 1>&6
     
    18291887  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
    18301888else
    1831   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1889  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    18321890  ac_dummy="$PATH"
    18331891  for ac_dir in $ac_dummy; do
    18341892    test -z "$ac_dir" && ac_dir=.
    1835     if test -f $ac_dir/$ac_word; then
     1893    if test -f $ac_dir/$ac_word -o \
     1894            -f $ac_dir/$ac_word$ac_exeext ; then
    18361895      ac_cv_prog_RANLIB="ranlib"
    18371896      break
     
    18571916set dummy ${ac_tool_prefix}strip; ac_word=$2
    18581917echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1859 echo "configure:1860: checking for $ac_word" >&5
     1918echo "configure:1919: checking for $ac_word" >&5
    18601919if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
    18611920  echo $ac_n "(cached) $ac_c" 1>&6
     
    18641923  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
    18651924else
    1866   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1925  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    18671926  ac_dummy="$PATH"
    18681927  for ac_dir in $ac_dummy; do
    18691928    test -z "$ac_dir" && ac_dir=.
    1870     if test -f $ac_dir/$ac_word; then
     1929    if test -f $ac_dir/$ac_word -o \
     1930            -f $ac_dir/$ac_word$ac_exeext ; then
    18711931      ac_cv_prog_STRIP="${ac_tool_prefix}strip"
    18721932      break
     
    18891949set dummy strip; ac_word=$2
    18901950echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1891 echo "configure:1892: checking for $ac_word" >&5
     1951echo "configure:1952: checking for $ac_word" >&5
    18921952if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
    18931953  echo $ac_n "(cached) $ac_c" 1>&6
     
    18961956  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
    18971957else
    1898   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1958  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    18991959  ac_dummy="$PATH"
    19001960  for ac_dir in $ac_dummy; do
    19011961    test -z "$ac_dir" && ac_dir=.
    1902     if test -f $ac_dir/$ac_word; then
     1962    if test -f $ac_dir/$ac_word -o \
     1963            -f $ac_dir/$ac_word$ac_exeext ; then
    19031964      ac_cv_prog_STRIP="strip"
    19041965      break
     
    19562017*-*-irix6*)
    19572018  # Find out which ABI we are using.
    1958   echo '#line 1959 "configure"' > conftest.$ac_ext
    1959   if { (eval echo configure:1960: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2019  echo '#line 2020 "configure"' > conftest.$ac_ext
     2020  if { (eval echo configure:2021: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    19602021    case "`/usr/bin/file conftest.o`" in
    19612022    *32-bit*)
     
    19782039  CFLAGS="$CFLAGS -belf"
    19792040  echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6
    1980 echo "configure:1981: checking whether the C compiler needs -belf" >&5
     2041echo "configure:2042: checking whether the C compiler needs -belf" >&5
    19812042if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
    19822043  echo $ac_n "(cached) $ac_c" 1>&6
     
    19912052
    19922053     cat > conftest.$ac_ext <<EOF
    1993 #line 1994 "configure"
     2054#line 2055 "configure"
    19942055#include "confdefs.h"
    19952056
     
    19982059; return 0; }
    19992060EOF
    2000 if { (eval echo configure:2001: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2061if { (eval echo configure:2062: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    20012062  rm -rf conftest*
    20022063  lt_cv_cc_needs_belf=yes
     
    21762237set dummy gcc; ac_word=$2
    21772238echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2178 echo "configure:2179: checking for $ac_word" >&5
     2239echo "configure:2240: checking for $ac_word" >&5
    21792240if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    21802241  echo $ac_n "(cached) $ac_c" 1>&6
     
    21832244  ac_cv_prog_CC="$CC" # Let the user override the test.
    21842245else
    2185   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     2246  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    21862247  ac_dummy="$PATH"
    21872248  for ac_dir in $ac_dummy; do
    21882249    test -z "$ac_dir" && ac_dir=.
    2189     if test -f $ac_dir/$ac_word; then
     2250    if test -f $ac_dir/$ac_word -o \
     2251            -f $ac_dir/$ac_word$ac_exeext ; then
    21902252      ac_cv_prog_CC="gcc"
    21912253      break
     
    22062268set dummy cc; ac_word=$2
    22072269echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2208 echo "configure:2209: checking for $ac_word" >&5
     2270echo "configure:2271: checking for $ac_word" >&5
    22092271if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    22102272  echo $ac_n "(cached) $ac_c" 1>&6
     
    22132275  ac_cv_prog_CC="$CC" # Let the user override the test.
    22142276else
    2215   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     2277  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    22162278  ac_prog_rejected=no
    22172279  ac_dummy="$PATH"
    22182280  for ac_dir in $ac_dummy; do
    22192281    test -z "$ac_dir" && ac_dir=.
    2220     if test -f $ac_dir/$ac_word; then
    2221       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
     2282    if test -f $ac_dir/$ac_word -o \
     2283            -f $ac_dir/$ac_word$ac_exeext ; then
     2284      if test "$ac_dir/$ac_word" = "/usr/ucb/cc" -o \
     2285               "$ac_dir/$ac_word$ac_exeext" = "/usr/ucb/cc" ; then
    22222286        ac_prog_rejected=yes
    22232287        continue
     
    22572321set dummy cl; ac_word=$2
    22582322echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2259 echo "configure:2260: checking for $ac_word" >&5
     2323echo "configure:2324: checking for $ac_word" >&5
    22602324if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    22612325  echo $ac_n "(cached) $ac_c" 1>&6
     
    22642328  ac_cv_prog_CC="$CC" # Let the user override the test.
    22652329else
    2266   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     2330  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    22672331  ac_dummy="$PATH"
    22682332  for ac_dir in $ac_dummy; do
    22692333    test -z "$ac_dir" && ac_dir=.
    2270     if test -f $ac_dir/$ac_word; then
     2334    if test -f $ac_dir/$ac_word -o \
     2335            -f $ac_dir/$ac_word$ac_exeext ; then
    22712336      ac_cv_prog_CC="cl"
    22722337      break
     
    22892354
    22902355echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    2291 echo "configure:2292: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     2356echo "configure:2357: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    22922357
    22932358ac_ext=c
     
    23002365cat > conftest.$ac_ext << EOF
    23012366
    2302 #line 2303 "configure"
     2367#line 2368 "configure"
    23032368#include "confdefs.h"
    23042369
    23052370main(){return(0);}
    23062371EOF
    2307 if { (eval echo configure:2308: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2372if { (eval echo configure:2373: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    23082373  ac_cv_prog_cc_works=yes
    23092374  # If we can't run a trivial program, we are probably using a cross compiler.
     
    23312396fi
    23322397echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    2333 echo "configure:2334: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     2398echo "configure:2399: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    23342399echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    23352400cross_compiling=$ac_cv_prog_cc_cross
    23362401
    23372402echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    2338 echo "configure:2339: checking whether we are using GNU C" >&5
     2403echo "configure:2404: checking whether we are using GNU C" >&5
    23392404if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    23402405  echo $ac_n "(cached) $ac_c" 1>&6
     
    23452410#endif
    23462411EOF
    2347 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2348: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     2412if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2413: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    23482413  ac_cv_prog_gcc=yes
    23492414else
     
    23642429CFLAGS=
    23652430echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    2366 echo "configure:2367: checking whether ${CC-cc} accepts -g" >&5
     2431echo "configure:2432: checking whether ${CC-cc} accepts -g" >&5
    23672432if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    23682433  echo $ac_n "(cached) $ac_c" 1>&6
     
    24072472# ./install, which can be erroneously created by make from ./install.sh.
    24082473echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    2409 echo "configure:2410: checking for a BSD compatible install" >&5
     2474echo "configure:2475: checking for a BSD compatible install" >&5
    24102475if test -z "$INSTALL"; then
    24112476if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
    24122477  echo $ac_n "(cached) $ac_c" 1>&6
    24132478else
    2414     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
     2479    IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS="$PATH_IFS"
    24152480  for ac_dir in $PATH; do
    24162481    # Account for people who put trailing slashes in PATH elements.
    24172482    case "$ac_dir/" in
    24182483    /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
     2484    # We reject the install program from OS/2 or W3.1
     2485    */OS2|*/OS2/*|*/WINDOWS|*/WINDOWS/*) ;;
    24192486    *)
    24202487      # OSF1 and SCO ODT 3.0 have their own names for install.
     
    24222489      # by default.
    24232490      for ac_prog in ginstall scoinst install; do
    2424         if test -f $ac_dir/$ac_prog; then
     2491        if test -f $ac_dir/$ac_prog$ac_exeext; then
    24252492          if test $ac_prog = install &&
    24262493            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
     
    24282495            :
    24292496          else
    2430             ac_cv_path_install="$ac_dir/$ac_prog -c"
     2497            ac_cv_path_install="$ac_dir/$ac_prog$ac_exeext -c"
    24312498            break 2
    24322499          fi
     
    24622529ALL_LINGUAS=
    24632530echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    2464 echo "configure:2465: checking how to run the C preprocessor" >&5
     2531echo "configure:2532: checking how to run the C preprocessor" >&5
    24652532# On Suns, sometimes $CPP names a directory.
    24662533if test -n "$CPP" && test -d "$CPP"; then
     
    24772544  # not just through cpp.
    24782545  cat > conftest.$ac_ext <<EOF
    2479 #line 2480 "configure"
     2546#include <sys/types.h>
     2547#line 2548 "configure"
    24802548#include "confdefs.h"
    24812549#include <assert.h>
     
    24832551EOF
    24842552ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2485 { (eval echo configure:2486: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2553{ (eval echo configure:2554: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    24862554ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    24872555if test -z "$ac_err"; then
     
    24942562  CPP="${CC-cc} -E -traditional-cpp"
    24952563  cat > conftest.$ac_ext <<EOF
    2496 #line 2497 "configure"
     2564#include <sys/types.h>
     2565#line 2566 "configure"
    24972566#include "confdefs.h"
    24982567#include <assert.h>
     
    25002569EOF
    25012570ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2502 { (eval echo configure:2503: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2571{ (eval echo configure:2572: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    25032572ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    25042573if test -z "$ac_err"; then
     
    25112580  CPP="${CC-cc} -nologo -E"
    25122581  cat > conftest.$ac_ext <<EOF
    2513 #line 2514 "configure"
     2582#include <sys/types.h>
     2583#line 2584 "configure"
    25142584#include "confdefs.h"
    25152585#include <assert.h>
     
    25172587EOF
    25182588ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2519 { (eval echo configure:2520: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2589{ (eval echo configure:2590: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    25202590ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    25212591if test -z "$ac_err"; then
     
    25442614set dummy ranlib; ac_word=$2
    25452615echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2546 echo "configure:2547: checking for $ac_word" >&5
     2616echo "configure:2617: checking for $ac_word" >&5
    25472617if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    25482618  echo $ac_n "(cached) $ac_c" 1>&6
     
    25512621  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
    25522622else
    2553   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     2623  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    25542624  ac_dummy="$PATH"
    25552625  for ac_dir in $ac_dummy; do
    25562626    test -z "$ac_dir" && ac_dir=.
    2557     if test -f $ac_dir/$ac_word; then
     2627    if test -f $ac_dir/$ac_word -o \
     2628            -f $ac_dir/$ac_word$ac_exeext ; then
    25582629      ac_cv_prog_RANLIB="ranlib"
    25592630      break
     
    25722643
    25732644echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    2574 echo "configure:2575: checking for ANSI C header files" >&5
     2645echo "configure:2646: checking for ANSI C header files" >&5
    25752646if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    25762647  echo $ac_n "(cached) $ac_c" 1>&6
    25772648else
    25782649  cat > conftest.$ac_ext <<EOF
    2579 #line 2580 "configure"
     2650#include <sys/types.h>
     2651#line 2652 "configure"
    25802652#include "confdefs.h"
    25812653#include <stdlib.h>
     
    25852657EOF
    25862658ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2587 { (eval echo configure:2588: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2659{ (eval echo configure:2660: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    25882660ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    25892661if test -z "$ac_err"; then
     
    26022674  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    26032675cat > conftest.$ac_ext <<EOF
    2604 #line 2605 "configure"
     2676#line 2677 "configure"
    26052677#include "confdefs.h"
    26062678#include <string.h>
     
    26202692  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    26212693cat > conftest.$ac_ext <<EOF
    2622 #line 2623 "configure"
     2694#line 2695 "configure"
    26232695#include "confdefs.h"
    26242696#include <stdlib.h>
     
    26412713else
    26422714  cat > conftest.$ac_ext <<EOF
    2643 #line 2644 "configure"
     2715#line 2716 "configure"
    26442716#include "confdefs.h"
    26452717#include <ctype.h>
     
    26522724
    26532725EOF
    2654 if { (eval echo configure:2655: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2726if { (eval echo configure:2727: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    26552727then
    26562728  :
     
    26762748
    26772749echo $ac_n "checking for working const""... $ac_c" 1>&6
    2678 echo "configure:2679: checking for working const" >&5
     2750echo "configure:2751: checking for working const" >&5
    26792751if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
    26802752  echo $ac_n "(cached) $ac_c" 1>&6
    26812753else
    26822754  cat > conftest.$ac_ext <<EOF
    2683 #line 2684 "configure"
     2755#line 2756 "configure"
    26842756#include "confdefs.h"
    26852757
     
    27302802; return 0; }
    27312803EOF
    2732 if { (eval echo configure:2733: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2804if { (eval echo configure:2805: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    27332805  rm -rf conftest*
    27342806  ac_cv_c_const=yes
     
    27512823
    27522824echo $ac_n "checking for inline""... $ac_c" 1>&6
    2753 echo "configure:2754: checking for inline" >&5
     2825echo "configure:2826: checking for inline" >&5
    27542826if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
    27552827  echo $ac_n "(cached) $ac_c" 1>&6
     
    27582830for ac_kw in inline __inline__ __inline; do
    27592831  cat > conftest.$ac_ext <<EOF
    2760 #line 2761 "configure"
     2832#line 2833 "configure"
    27612833#include "confdefs.h"
    27622834
     
    27652837; return 0; }
    27662838EOF
    2767 if { (eval echo configure:2768: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2839if { (eval echo configure:2840: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    27682840  rm -rf conftest*
    27692841  ac_cv_c_inline=$ac_kw; break
     
    27912863
    27922864echo $ac_n "checking for off_t""... $ac_c" 1>&6
    2793 echo "configure:2794: checking for off_t" >&5
     2865echo "configure:2866: checking for off_t" >&5
    27942866if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
    27952867  echo $ac_n "(cached) $ac_c" 1>&6
    27962868else
    27972869  cat > conftest.$ac_ext <<EOF
    2798 #line 2799 "configure"
     2870#line 2871 "configure"
    27992871#include "confdefs.h"
    28002872#include <sys/types.h>
     
    28242896
    28252897echo $ac_n "checking for size_t""... $ac_c" 1>&6
    2826 echo "configure:2827: checking for size_t" >&5
     2898echo "configure:2899: checking for size_t" >&5
    28272899if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
    28282900  echo $ac_n "(cached) $ac_c" 1>&6
    28292901else
    28302902  cat > conftest.$ac_ext <<EOF
    2831 #line 2832 "configure"
     2903#line 2904 "configure"
    28322904#include "confdefs.h"
    28332905#include <sys/types.h>
     
    28592931# for constant arguments.  Useless!
    28602932echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
    2861 echo "configure:2862: checking for working alloca.h" >&5
     2933echo "configure:2934: checking for working alloca.h" >&5
    28622934if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
    28632935  echo $ac_n "(cached) $ac_c" 1>&6
    28642936else
    28652937  cat > conftest.$ac_ext <<EOF
    2866 #line 2867 "configure"
     2938#line 2939 "configure"
    28672939#include "confdefs.h"
    28682940#include <alloca.h>
     
    28712943; return 0; }
    28722944EOF
    2873 if { (eval echo configure:2874: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2945if { (eval echo configure:2946: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    28742946  rm -rf conftest*
    28752947  ac_cv_header_alloca_h=yes
     
    28922964
    28932965echo $ac_n "checking for alloca""... $ac_c" 1>&6
    2894 echo "configure:2895: checking for alloca" >&5
     2966echo "configure:2967: checking for alloca" >&5
    28952967if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
    28962968  echo $ac_n "(cached) $ac_c" 1>&6
    28972969else
    28982970  cat > conftest.$ac_ext <<EOF
    2899 #line 2900 "configure"
     2971#line 2972 "configure"
    29002972#include "confdefs.h"
    29012973
     
    29252997; return 0; }
    29262998EOF
    2927 if { (eval echo configure:2928: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2999if { (eval echo configure:3000: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    29283000  rm -rf conftest*
    29293001  ac_cv_func_alloca_works=yes
     
    29573029
    29583030echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
    2959 echo "configure:2960: checking whether alloca needs Cray hooks" >&5
     3031echo "configure:3032: checking whether alloca needs Cray hooks" >&5
    29603032if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
    29613033  echo $ac_n "(cached) $ac_c" 1>&6
    29623034else
    29633035  cat > conftest.$ac_ext <<EOF
    2964 #line 2965 "configure"
     3036#line 3037 "configure"
    29653037#include "confdefs.h"
    29663038#if defined(CRAY) && ! defined(CRAY2)
     
    29873059for ac_func in _getb67 GETB67 getb67; do
    29883060  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2989 echo "configure:2990: checking for $ac_func" >&5
     3061echo "configure:3062: checking for $ac_func" >&5
    29903062if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    29913063  echo $ac_n "(cached) $ac_c" 1>&6
    29923064else
    29933065  cat > conftest.$ac_ext <<EOF
    2994 #line 2995 "configure"
     3066#line 3067 "configure"
    29953067#include "confdefs.h"
    29963068/* System header to define __stub macros and hopefully few prototypes,
     
    30153087; return 0; }
    30163088EOF
    3017 if { (eval echo configure:3018: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3089if { (eval echo configure:3090: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    30183090  rm -rf conftest*
    30193091  eval "ac_cv_func_$ac_func=yes"
     
    30423114
    30433115echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
    3044 echo "configure:3045: checking stack direction for C alloca" >&5
     3116echo "configure:3117: checking stack direction for C alloca" >&5
    30453117if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
    30463118  echo $ac_n "(cached) $ac_c" 1>&6
     
    30503122else
    30513123  cat > conftest.$ac_ext <<EOF
    3052 #line 3053 "configure"
     3124#line 3125 "configure"
    30533125#include "confdefs.h"
    30543126find_stack_direction ()
     
    30693141}
    30703142EOF
    3071 if { (eval echo configure:3072: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3143if { (eval echo configure:3144: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    30723144then
    30733145  ac_cv_c_stack_direction=1
     
    30943166ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    30953167echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    3096 echo "configure:3097: checking for $ac_hdr" >&5
     3168echo "configure:3169: checking for $ac_hdr" >&5
    30973169if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    30983170  echo $ac_n "(cached) $ac_c" 1>&6
    30993171else
    31003172  cat > conftest.$ac_ext <<EOF
    3101 #line 3102 "configure"
     3173#include <sys/types.h>
     3174#line 3175 "configure"
    31023175#include "confdefs.h"
    31033176#include <$ac_hdr>
    31043177EOF
    31053178ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3106 { (eval echo configure:3107: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3179{ (eval echo configure:3180: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    31073180ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    31083181if test -z "$ac_err"; then
     
    31333206do
    31343207echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3135 echo "configure:3136: checking for $ac_func" >&5
     3208echo "configure:3209: checking for $ac_func" >&5
    31363209if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    31373210  echo $ac_n "(cached) $ac_c" 1>&6
    31383211else
    31393212  cat > conftest.$ac_ext <<EOF
    3140 #line 3141 "configure"
     3213#line 3214 "configure"
    31413214#include "confdefs.h"
    31423215/* System header to define __stub macros and hopefully few prototypes,
     
    31613234; return 0; }
    31623235EOF
    3163 if { (eval echo configure:3164: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3236if { (eval echo configure:3237: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    31643237  rm -rf conftest*
    31653238  eval "ac_cv_func_$ac_func=yes"
     
    31863259
    31873260echo $ac_n "checking for working mmap""... $ac_c" 1>&6
    3188 echo "configure:3189: checking for working mmap" >&5
     3261echo "configure:3262: checking for working mmap" >&5
    31893262if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
    31903263  echo $ac_n "(cached) $ac_c" 1>&6
     
    31943267else
    31953268  cat > conftest.$ac_ext <<EOF
    3196 #line 3197 "configure"
     3269#line 3270 "configure"
    31973270#include "confdefs.h"
    31983271
     
    33343407
    33353408EOF
    3336 if { (eval echo configure:3337: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3409if { (eval echo configure:3410: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    33373410then
    33383411  ac_cv_func_mmap_fixed_mapped=yes
     
    33623435ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    33633436echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    3364 echo "configure:3365: checking for $ac_hdr" >&5
     3437echo "configure:3438: checking for $ac_hdr" >&5
    33653438if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    33663439  echo $ac_n "(cached) $ac_c" 1>&6
    33673440else
    33683441  cat > conftest.$ac_ext <<EOF
    3369 #line 3370 "configure"
     3442#include <sys/types.h>
     3443#line 3444 "configure"
    33703444#include "confdefs.h"
    33713445#include <$ac_hdr>
    33723446EOF
    33733447ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3374 { (eval echo configure:3375: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3448{ (eval echo configure:3449: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    33753449ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    33763450if test -z "$ac_err"; then
     
    34023476do
    34033477echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3404 echo "configure:3405: checking for $ac_func" >&5
     3478echo "configure:3479: checking for $ac_func" >&5
    34053479if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    34063480  echo $ac_n "(cached) $ac_c" 1>&6
    34073481else
    34083482  cat > conftest.$ac_ext <<EOF
    3409 #line 3410 "configure"
     3483#line 3484 "configure"
    34103484#include "confdefs.h"
    34113485/* System header to define __stub macros and hopefully few prototypes,
     
    34303504; return 0; }
    34313505EOF
    3432 if { (eval echo configure:3433: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3506if { (eval echo configure:3507: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    34333507  rm -rf conftest*
    34343508  eval "ac_cv_func_$ac_func=yes"
     
    34593533do
    34603534echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3461 echo "configure:3462: checking for $ac_func" >&5
     3535echo "configure:3536: checking for $ac_func" >&5
    34623536if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    34633537  echo $ac_n "(cached) $ac_c" 1>&6
    34643538else
    34653539  cat > conftest.$ac_ext <<EOF
    3466 #line 3467 "configure"
     3540#line 3541 "configure"
    34673541#include "confdefs.h"
    34683542/* System header to define __stub macros and hopefully few prototypes,
     
    34873561; return 0; }
    34883562EOF
    3489 if { (eval echo configure:3490: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3563if { (eval echo configure:3564: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    34903564  rm -rf conftest*
    34913565  eval "ac_cv_func_$ac_func=yes"
     
    35213595   if test $ac_cv_header_locale_h = yes; then
    35223596    echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6
    3523 echo "configure:3524: checking for LC_MESSAGES" >&5
     3597echo "configure:3598: checking for LC_MESSAGES" >&5
    35243598if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then
    35253599  echo $ac_n "(cached) $ac_c" 1>&6
    35263600else
    35273601  cat > conftest.$ac_ext <<EOF
    3528 #line 3529 "configure"
     3602#line 3603 "configure"
    35293603#include "confdefs.h"
    35303604#include <locale.h>
     
    35333607; return 0; }
    35343608EOF
    3535 if { (eval echo configure:3536: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3609if { (eval echo configure:3610: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    35363610  rm -rf conftest*
    35373611  am_cv_val_LC_MESSAGES=yes
     
    35543628  fi
    35553629   echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6
    3556 echo "configure:3557: checking whether NLS is requested" >&5
     3630echo "configure:3631: checking whether NLS is requested" >&5
    35573631        # Check whether --enable-nls or --disable-nls was given.
    35583632if test "${enable_nls+set}" = set; then
     
    35743648
    35753649      echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6
    3576 echo "configure:3577: checking whether included gettext is requested" >&5
     3650echo "configure:3651: checking whether included gettext is requested" >&5
    35773651      # Check whether --with-included-gettext or --without-included-gettext was given.
    35783652if test "${with_included_gettext+set}" = set; then
     
    35933667        ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'`
    35943668echo $ac_n "checking for libintl.h""... $ac_c" 1>&6
    3595 echo "configure:3596: checking for libintl.h" >&5
     3669echo "configure:3670: checking for libintl.h" >&5
    35963670if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    35973671  echo $ac_n "(cached) $ac_c" 1>&6
    35983672else
    35993673  cat > conftest.$ac_ext <<EOF
    3600 #line 3601 "configure"
     3674#include <sys/types.h>
     3675#line 3676 "configure"
    36013676#include "confdefs.h"
    36023677#include <libintl.h>
    36033678EOF
    36043679ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3605 { (eval echo configure:3606: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3680{ (eval echo configure:3681: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    36063681ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    36073682if test -z "$ac_err"; then
     
    36203695  echo "$ac_t""yes" 1>&6
    36213696  echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6
    3622 echo "configure:3623: checking for gettext in libc" >&5
     3697echo "configure:3698: checking for gettext in libc" >&5
    36233698if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then
    36243699  echo $ac_n "(cached) $ac_c" 1>&6
    36253700else
    36263701  cat > conftest.$ac_ext <<EOF
    3627 #line 3628 "configure"
     3702#line 3703 "configure"
    36283703#include "confdefs.h"
    36293704#include <libintl.h>
     
    36323707; return 0; }
    36333708EOF
    3634 if { (eval echo configure:3635: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3709if { (eval echo configure:3710: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    36353710  rm -rf conftest*
    36363711  gt_cv_func_gettext_libc=yes
     
    36483723           if test "$gt_cv_func_gettext_libc" != "yes"; then
    36493724             echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6
    3650 echo "configure:3651: checking for bindtextdomain in -lintl" >&5
     3725echo "configure:3726: checking for bindtextdomain in -lintl" >&5
    36513726ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'`
    36523727if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    36563731LIBS="-lintl  $LIBS"
    36573732cat > conftest.$ac_ext <<EOF
    3658 #line 3659 "configure"
     3733#line 3734 "configure"
    36593734#include "confdefs.h"
    36603735/* Override any gcc2 internal prototype to avoid an error.  */
     
    36673742; return 0; }
    36683743EOF
    3669 if { (eval echo configure:3670: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3744if { (eval echo configure:3745: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    36703745  rm -rf conftest*
    36713746  eval "ac_cv_lib_$ac_lib_var=yes"
     
    36833758  echo "$ac_t""yes" 1>&6
    36843759  echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6
    3685 echo "configure:3686: checking for gettext in libintl" >&5
     3760echo "configure:3761: checking for gettext in libintl" >&5
    36863761if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then
    36873762  echo $ac_n "(cached) $ac_c" 1>&6
    36883763else
    36893764  cat > conftest.$ac_ext <<EOF
    3690 #line 3691 "configure"
     3765#line 3766 "configure"
    36913766#include "confdefs.h"
    36923767
     
    36953770; return 0; }
    36963771EOF
    3697 if { (eval echo configure:3698: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3772if { (eval echo configure:3773: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    36983773  rm -rf conftest*
    36993774  gt_cv_func_gettext_libintl=yes
     
    37233798set dummy msgfmt; ac_word=$2
    37243799echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3725 echo "configure:3726: checking for $ac_word" >&5
     3800echo "configure:3801: checking for $ac_word" >&5
    37263801if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
    37273802  echo $ac_n "(cached) $ac_c" 1>&6
     
    37323807  ;;
    37333808  *)
    3734   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     3809  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}"
    37353810  for ac_dir in $PATH; do
    37363811    test -z "$ac_dir" && ac_dir=.
     
    37573832do
    37583833echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3759 echo "configure:3760: checking for $ac_func" >&5
     3834echo "configure:3835: checking for $ac_func" >&5
    37603835if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    37613836  echo $ac_n "(cached) $ac_c" 1>&6
    37623837else
    37633838  cat > conftest.$ac_ext <<EOF
    3764 #line 3765 "configure"
     3839#line 3840 "configure"
    37653840#include "confdefs.h"
    37663841/* System header to define __stub macros and hopefully few prototypes,
     
    37853860; return 0; }
    37863861EOF
    3787 if { (eval echo configure:3788: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3862if { (eval echo configure:3863: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    37883863  rm -rf conftest*
    37893864  eval "ac_cv_func_$ac_func=yes"
     
    38123887set dummy gmsgfmt; ac_word=$2
    38133888echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3814 echo "configure:3815: checking for $ac_word" >&5
     3889echo "configure:3890: checking for $ac_word" >&5
    38153890if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
    38163891  echo $ac_n "(cached) $ac_c" 1>&6
    38173892else
    38183893  case "$GMSGFMT" in
    3819   /*)
     3894  /* | [a-zA-Z]:*)
    38203895  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
    38213896  ;;
    3822   ?:/*)                  
     3897  ?:/*)                 
    38233898  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path.
    38243899  ;;
    38253900  *)
    3826   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     3901  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    38273902  ac_dummy="$PATH"
    3828   for ac_dir in $ac_dummy; do 
     3903  for ac_dir in $ac_dummy; do
    38293904    test -z "$ac_dir" && ac_dir=.
    38303905    if test -f $ac_dir/$ac_word; then
    38313906      ac_cv_path_GMSGFMT="$ac_dir/$ac_word"
     3907      break
     3908    fi
     3909    if test -f $ac_dir/$ac_word$ac_exeext; then
     3910      ac_cv_path_GMSGFMT="$ac_dir/$ac_word$ac_exeext"
    38323911      break
    38333912    fi
     
    38483927set dummy xgettext; ac_word=$2
    38493928echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3850 echo "configure:3851: checking for $ac_word" >&5
     3929echo "configure:3930: checking for $ac_word" >&5
    38513930if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
    38523931  echo $ac_n "(cached) $ac_c" 1>&6
     
    38573936  ;;
    38583937  *)
    3859   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     3938  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}"
    38603939  for ac_dir in $PATH; do
    38613940    test -z "$ac_dir" && ac_dir=.
     
    38803959
    38813960                cat > conftest.$ac_ext <<EOF
    3882 #line 3883 "configure"
     3961#line 3962 "configure"
    38833962#include "confdefs.h"
    38843963
     
    38883967; return 0; }
    38893968EOF
    3890 if { (eval echo configure:3891: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3969if { (eval echo configure:3970: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    38913970  rm -rf conftest*
    38923971  CATOBJEXT=.gmo
     
    39203999set dummy msgfmt; ac_word=$2
    39214000echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3922 echo "configure:3923: checking for $ac_word" >&5
     4001echo "configure:4002: checking for $ac_word" >&5
    39234002if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
    39244003  echo $ac_n "(cached) $ac_c" 1>&6
     
    39294008  ;;
    39304009  *)
    3931   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     4010  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}"
    39324011  for ac_dir in $PATH; do
    39334012    test -z "$ac_dir" && ac_dir=.
     
    39544033set dummy gmsgfmt; ac_word=$2
    39554034echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3956 echo "configure:3957: checking for $ac_word" >&5
     4035echo "configure:4036: checking for $ac_word" >&5
    39574036if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
    39584037  echo $ac_n "(cached) $ac_c" 1>&6
    39594038else
    39604039  case "$GMSGFMT" in
    3961   /*)
     4040  /* | [a-zA-Z]:*)
    39624041  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
    39634042  ;;
    3964   ?:/*)                  
     4043  ?:/*)                 
    39654044  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path.
    39664045  ;;
    39674046  *)
    3968   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     4047  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    39694048  ac_dummy="$PATH"
    3970   for ac_dir in $ac_dummy; do 
     4049  for ac_dir in $ac_dummy; do
    39714050    test -z "$ac_dir" && ac_dir=.
    39724051    if test -f $ac_dir/$ac_word; then
    39734052      ac_cv_path_GMSGFMT="$ac_dir/$ac_word"
     4053      break
     4054    fi
     4055    if test -f $ac_dir/$ac_word$ac_exeext; then
     4056      ac_cv_path_GMSGFMT="$ac_dir/$ac_word$ac_exeext"
    39744057      break
    39754058    fi
     
    39904073set dummy xgettext; ac_word=$2
    39914074echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3992 echo "configure:3993: checking for $ac_word" >&5
     4075echo "configure:4076: checking for $ac_word" >&5
    39934076if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
    39944077  echo $ac_n "(cached) $ac_c" 1>&6
     
    39994082  ;;
    40004083  *)
    4001   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     4084  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}"
    40024085  for ac_dir in $PATH; do
    40034086    test -z "$ac_dir" && ac_dir=.
     
    40804163     else
    40814164       echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6
    4082 echo "configure:4083: checking for catalogs to be installed" >&5
     4165echo "configure:4166: checking for catalogs to be installed" >&5
    40834166       NEW_LINGUAS=
    40844167       for lang in ${LINGUAS=$ALL_LINGUAS}; do
     
    41084191         ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'`
    41094192echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6
    4110 echo "configure:4111: checking for linux/version.h" >&5
     4193echo "configure:4194: checking for linux/version.h" >&5
    41114194if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    41124195  echo $ac_n "(cached) $ac_c" 1>&6
    41134196else
    41144197  cat > conftest.$ac_ext <<EOF
    4115 #line 4116 "configure"
     4198#include <sys/types.h>
     4199#line 4200 "configure"
    41164200#include "confdefs.h"
    41174201#include <linux/version.h>
    41184202EOF
    41194203ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4120 { (eval echo configure:4121: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4204{ (eval echo configure:4205: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    41214205ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    41224206if test -z "$ac_err"; then
     
    41664250      test -d po || mkdir po
    41674251      if test "x$srcdir" != "x."; then
    4168          if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
     4252                 if test "x`echo $srcdir | sed -e 's@.\:/.*@@'  -e 's@/.*@@' `" = "x"; then
    41694253            posrcprefix="$srcdir/"
    41704254         else
     
    41824266
    41834267
     4268
    41844269echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
    4185 echo "configure:4186: checking for executable suffix" >&5
     4270echo "configure:4271: checking for executable suffix" >&5
    41864271if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
    41874272  echo $ac_n "(cached) $ac_c" 1>&6
    41884273else
    4189   if test "$CYGWIN" = yes || test "$MINGW32" = yes; then
     4274  if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$EMXOS2" = yes; then
    41904275  ac_cv_exeext=.exe
    41914276else
     
    41934278  echo 'int main () { return 0; }' > conftest.$ac_ext
    41944279  ac_cv_exeext=
    4195   if { (eval echo configure:4196: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
     4280  if { (eval echo configure:4281: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
    41964281    for file in conftest.*; do
    41974282      case $file in
    4198       *.c | *.o | *.obj | *.ilk | *.pdb) ;;
     4283      *.c | *.o | *.obj) ;;
    41994284      *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
    42004285      esac
     
    42194304set dummy $ac_prog; ac_word=$2
    42204305echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    4221 echo "configure:4222: checking for $ac_word" >&5
     4306echo "configure:4307: checking for $ac_word" >&5
    42224307if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
    42234308  echo $ac_n "(cached) $ac_c" 1>&6
     
    42264311  ac_cv_prog_YACC="$YACC" # Let the user override the test.
    42274312else
    4228   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     4313  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    42294314  ac_dummy="$PATH"
    42304315  for ac_dir in $ac_dummy; do
    42314316    test -z "$ac_dir" && ac_dir=.
    4232     if test -f $ac_dir/$ac_word; then
     4317    if test -f $ac_dir/$ac_word -o \
     4318            -f $ac_dir/$ac_word$ac_exeext ; then
    42334319      ac_cv_prog_YACC="$ac_prog"
    42344320      break
     
    42554341set dummy $ac_prog; ac_word=$2
    42564342echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    4257 echo "configure:4258: checking for $ac_word" >&5
     4343echo "configure:4344: checking for $ac_word" >&5
    42584344if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
    42594345  echo $ac_n "(cached) $ac_c" 1>&6
     
    42624348  ac_cv_prog_LEX="$LEX" # Let the user override the test.
    42634349else
    4264   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     4350  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    42654351  ac_dummy="$PATH"
    42664352  for ac_dir in $ac_dummy; do
    42674353    test -z "$ac_dir" && ac_dir=.
    4268     if test -f $ac_dir/$ac_word; then
     4354    if test -f $ac_dir/$ac_word -o \
     4355            -f $ac_dir/$ac_word$ac_exeext ; then
    42694356      ac_cv_prog_LEX="$ac_prog"
    42704357      break
     
    42884375set dummy flex; ac_word=$2
    42894376echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    4290 echo "configure:4291: checking for $ac_word" >&5
     4377echo "configure:4378: checking for $ac_word" >&5
    42914378if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
    42924379  echo $ac_n "(cached) $ac_c" 1>&6
     
    42954382  ac_cv_prog_LEX="$LEX" # Let the user override the test.
    42964383else
    4297   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     4384  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    42984385  ac_dummy="$PATH"
    42994386  for ac_dir in $ac_dummy; do
    43004387    test -z "$ac_dir" && ac_dir=.
    4301     if test -f $ac_dir/$ac_word; then
     4388    if test -f $ac_dir/$ac_word -o \
     4389            -f $ac_dir/$ac_word$ac_exeext ; then
    43024390      ac_cv_prog_LEX="flex"
    43034391      break
     
    43224410  esac
    43234411  echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
    4324 echo "configure:4325: checking for yywrap in -l$ac_lib" >&5
     4412echo "configure:4413: checking for yywrap in -l$ac_lib" >&5
    43254413ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
    43264414if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    43304418LIBS="-l$ac_lib  $LIBS"
    43314419cat > conftest.$ac_ext <<EOF
    4332 #line 4333 "configure"
     4420#line 4421 "configure"
    43334421#include "confdefs.h"
    43344422/* Override any gcc2 internal prototype to avoid an error.  */
     
    43414429; return 0; }
    43424430EOF
    4343 if { (eval echo configure:4344: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4431if { (eval echo configure:4432: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    43444432  rm -rf conftest*
    43454433  eval "ac_cv_lib_$ac_lib_var=yes"
     
    43644452
    43654453echo $ac_n "checking lex output file root""... $ac_c" 1>&6
    4366 echo "configure:4367: checking lex output file root" >&5
     4454echo "configure:4455: checking lex output file root" >&5
    43674455if eval "test \"`echo '$''{'ac_cv_prog_lex_root'+set}'`\" = set"; then
    43684456  echo $ac_n "(cached) $ac_c" 1>&6
     
    43854473
    43864474echo $ac_n "checking whether yytext is a pointer""... $ac_c" 1>&6
    4387 echo "configure:4388: checking whether yytext is a pointer" >&5
     4475echo "configure:4476: checking whether yytext is a pointer" >&5
    43884476if eval "test \"`echo '$''{'ac_cv_prog_lex_yytext_pointer'+set}'`\" = set"; then
    43894477  echo $ac_n "(cached) $ac_c" 1>&6
     
    43974485LIBS="$LIBS $LEXLIB"
    43984486cat > conftest.$ac_ext <<EOF
    4399 #line 4400 "configure"
     4487#line 4488 "configure"
    44004488#include "confdefs.h"
    44014489`cat $LEX_OUTPUT_ROOT.c`
     
    44044492; return 0; }
    44054493EOF
    4406 if { (eval echo configure:4407: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4494if { (eval echo configure:4495: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    44074495  rm -rf conftest*
    44084496  ac_cv_prog_lex_yytext_pointer=yes
     
    44274515
    44284516echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
    4429 echo "configure:4430: checking whether to enable maintainer-specific portions of Makefiles" >&5
     4517echo "configure:4518: checking whether to enable maintainer-specific portions of Makefiles" >&5
    44304518    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
    44314519if test "${enable_maintainer_mode+set}" = set; then
     
    44614549ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    44624550echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    4463 echo "configure:4464: checking for $ac_hdr" >&5
     4551echo "configure:4552: checking for $ac_hdr" >&5
    44644552if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    44654553  echo $ac_n "(cached) $ac_c" 1>&6
    44664554else
    44674555  cat > conftest.$ac_ext <<EOF
    4468 #line 4469 "configure"
     4556#include <sys/types.h>
     4557#line 4558 "configure"
    44694558#include "confdefs.h"
    44704559#include <$ac_hdr>
    44714560EOF
    44724561ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4473 { (eval echo configure:4474: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4562{ (eval echo configure:4563: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    44744563ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    44754564if test -z "$ac_err"; then
     
    45004589do
    45014590echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    4502 echo "configure:4503: checking for $ac_func" >&5
     4591echo "configure:4592: checking for $ac_func" >&5
    45034592if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    45044593  echo $ac_n "(cached) $ac_c" 1>&6
    45054594else
    45064595  cat > conftest.$ac_ext <<EOF
    4507 #line 4508 "configure"
     4596#line 4597 "configure"
    45084597#include "confdefs.h"
    45094598/* System header to define __stub macros and hopefully few prototypes,
     
    45284617; return 0; }
    45294618EOF
    4530 if { (eval echo configure:4531: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4619if { (eval echo configure:4620: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    45314620  rm -rf conftest*
    45324621  eval "ac_cv_func_$ac_func=yes"
     
    45574646ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    45584647echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
    4559 echo "configure:4560: checking for $ac_hdr that defines DIR" >&5
     4648echo "configure:4649: checking for $ac_hdr that defines DIR" >&5
    45604649if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
    45614650  echo $ac_n "(cached) $ac_c" 1>&6
    45624651else
    45634652  cat > conftest.$ac_ext <<EOF
    4564 #line 4565 "configure"
     4653#line 4654 "configure"
    45654654#include "confdefs.h"
    45664655#include <sys/types.h>
     
    45704659; return 0; }
    45714660EOF
    4572 if { (eval echo configure:4573: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4661if { (eval echo configure:4662: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    45734662  rm -rf conftest*
    45744663  eval "ac_cv_header_dirent_$ac_safe=yes"
     
    45954684if test $ac_header_dirent = dirent.h; then
    45964685echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
    4597 echo "configure:4598: checking for opendir in -ldir" >&5
     4686echo "configure:4687: checking for opendir in -ldir" >&5
    45984687ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
    45994688if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    46034692LIBS="-ldir  $LIBS"
    46044693cat > conftest.$ac_ext <<EOF
    4605 #line 4606 "configure"
     4694#line 4695 "configure"
    46064695#include "confdefs.h"
    46074696/* Override any gcc2 internal prototype to avoid an error.  */
     
    46144703; return 0; }
    46154704EOF
    4616 if { (eval echo configure:4617: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4705if { (eval echo configure:4706: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    46174706  rm -rf conftest*
    46184707  eval "ac_cv_lib_$ac_lib_var=yes"
     
    46364725else
    46374726echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
    4638 echo "configure:4639: checking for opendir in -lx" >&5
     4727echo "configure:4728: checking for opendir in -lx" >&5
    46394728ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
    46404729if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    46444733LIBS="-lx  $LIBS"
    46454734cat > conftest.$ac_ext <<EOF
    4646 #line 4647 "configure"
     4735#line 4736 "configure"
    46474736#include "confdefs.h"
    46484737/* Override any gcc2 internal prototype to avoid an error.  */
     
    46554744; return 0; }
    46564745EOF
    4657 if { (eval echo configure:4658: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4746if { (eval echo configure:4747: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    46584747  rm -rf conftest*
    46594748  eval "ac_cv_lib_$ac_lib_var=yes"
     
    46804769
    46814770case "${host}" in
    4682 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
     4771*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows* | *-*-os2*)
    46834772  cat >> confdefs.h <<\EOF
    46844773#define USE_BINARY_FOPEN 1
     
    46884777
    46894778echo $ac_n "checking whether strstr must be declared""... $ac_c" 1>&6
    4690 echo "configure:4691: checking whether strstr must be declared" >&5
     4779echo "configure:4780: checking whether strstr must be declared" >&5
    46914780if eval "test \"`echo '$''{'bfd_cv_decl_needed_strstr'+set}'`\" = set"; then
    46924781  echo $ac_n "(cached) $ac_c" 1>&6
    46934782else
    46944783  cat > conftest.$ac_ext <<EOF
    4695 #line 4696 "configure"
     4784#line 4785 "configure"
    46964785#include "confdefs.h"
    46974786
     
    47144803; return 0; }
    47154804EOF
    4716 if { (eval echo configure:4717: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4805if { (eval echo configure:4806: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    47174806  rm -rf conftest*
    47184807  bfd_cv_decl_needed_strstr=no
     
    47354824
    47364825echo $ac_n "checking whether free must be declared""... $ac_c" 1>&6
    4737 echo "configure:4738: checking whether free must be declared" >&5
     4826echo "configure:4827: checking whether free must be declared" >&5
    47384827if eval "test \"`echo '$''{'bfd_cv_decl_needed_free'+set}'`\" = set"; then
    47394828  echo $ac_n "(cached) $ac_c" 1>&6
    47404829else
    47414830  cat > conftest.$ac_ext <<EOF
    4742 #line 4743 "configure"
     4831#line 4832 "configure"
    47434832#include "confdefs.h"
    47444833
     
    47614850; return 0; }
    47624851EOF
    4763 if { (eval echo configure:4764: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4852if { (eval echo configure:4853: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    47644853  rm -rf conftest*
    47654854  bfd_cv_decl_needed_free=no
     
    47824871
    47834872echo $ac_n "checking whether sbrk must be declared""... $ac_c" 1>&6
    4784 echo "configure:4785: checking whether sbrk must be declared" >&5
     4873echo "configure:4874: checking whether sbrk must be declared" >&5
    47854874if eval "test \"`echo '$''{'bfd_cv_decl_needed_sbrk'+set}'`\" = set"; then
    47864875  echo $ac_n "(cached) $ac_c" 1>&6
    47874876else
    47884877  cat > conftest.$ac_ext <<EOF
    4789 #line 4790 "configure"
     4878#line 4879 "configure"
    47904879#include "confdefs.h"
    47914880
     
    48084897; return 0; }
    48094898EOF
    4810 if { (eval echo configure:4811: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4899if { (eval echo configure:4900: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    48114900  rm -rf conftest*
    48124901  bfd_cv_decl_needed_sbrk=no
     
    48294918
    48304919echo $ac_n "checking whether getenv must be declared""... $ac_c" 1>&6
    4831 echo "configure:4832: checking whether getenv must be declared" >&5
     4920echo "configure:4921: checking whether getenv must be declared" >&5
    48324921if eval "test \"`echo '$''{'bfd_cv_decl_needed_getenv'+set}'`\" = set"; then
    48334922  echo $ac_n "(cached) $ac_c" 1>&6
    48344923else
    48354924  cat > conftest.$ac_ext <<EOF
    4836 #line 4837 "configure"
     4925#line 4926 "configure"
    48374926#include "confdefs.h"
    48384927
     
    48554944; return 0; }
    48564945EOF
    4857 if { (eval echo configure:4858: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4946if { (eval echo configure:4947: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    48584947  rm -rf conftest*
    48594948  bfd_cv_decl_needed_getenv=no
     
    48764965
    48774966echo $ac_n "checking whether environ must be declared""... $ac_c" 1>&6
    4878 echo "configure:4879: checking whether environ must be declared" >&5
     4967echo "configure:4968: checking whether environ must be declared" >&5
    48794968if eval "test \"`echo '$''{'bfd_cv_decl_needed_environ'+set}'`\" = set"; then
    48804969  echo $ac_n "(cached) $ac_c" 1>&6
    48814970else
    48824971  cat > conftest.$ac_ext <<EOF
    4883 #line 4884 "configure"
     4972#line 4973 "configure"
    48844973#include "confdefs.h"
    48854974
     
    49024991; return 0; }
    49034992EOF
    4904 if { (eval echo configure:4905: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4993if { (eval echo configure:4994: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    49054994  rm -rf conftest*
    49064995  bfd_cv_decl_needed_environ=no
     
    49305019# support string concatenation.
    49315020echo $ac_n "checking whether ANSI C string concatenation works""... $ac_c" 1>&6
    4932 echo "configure:4933: checking whether ANSI C string concatenation works" >&5
     5021echo "configure:5022: checking whether ANSI C string concatenation works" >&5
    49335022if eval "test \"`echo '$''{'ld_cv_string_concatenation'+set}'`\" = set"; then
    49345023  echo $ac_n "(cached) $ac_c" 1>&6
    49355024else
    49365025  cat > conftest.$ac_ext <<EOF
    4937 #line 4938 "configure"
     5026#line 5027 "configure"
    49385027#include "confdefs.h"
    49395028
     
    49425031; return 0; }
    49435032EOF
    4944 if { (eval echo configure:4945: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5033if { (eval echo configure:5034: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    49455034  rm -rf conftest*
    49465035  ld_cv_string_concatenation=yes
     
    51435232# Run this file to recreate the current configuration.
    51445233# This directory was configured as follows,
     5234EOF
     5235echo ': ${CONFIG_SHELL='"${CONFIG_SHELL-/bin/sh}"'}' >> $CONFIG_STATUS
     5236cat >> $CONFIG_STATUS <<EOF
    51455237# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
    51465238#
     
    51685260ac_given_srcdir=$srcdir
    51695261ac_given_INSTALL="$INSTALL"
     5262PATHIFS="$PATH_IFS"
    51705263
    51715264trap 'rm -fr `echo "Makefile po/Makefile.in:po/Make-in config.h:config.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
     
    51785271$ac_vpsub
    51795272$extrasub
     5273s,\([^a-zA-Z0-9:]\)/bin/sh\(.exe\),\1${CONFIG_SHELL-/bin/sh}\2,g
    51805274s%@SHELL@%$SHELL%g
    51815275s%@CFLAGS@%$CFLAGS%g
     
    52015295s%@infodir@%$infodir%g
    52025296s%@mandir@%$mandir%g
     5297s%@PATH_IFS@%$PATH_IFS%g
     5298s%@EXEEXT@%$EXEEXT%g
    52035299s%@host@%$host%g
    52045300s%@host_alias@%$host_alias%g
     
    52305326s%@LN_S@%$LN_S%g
    52315327s%@OBJEXT@%$OBJEXT%g
    5232 s%@EXEEXT@%$EXEEXT%g
    52335328s%@RANLIB@%$RANLIB%g
    52345329s%@STRIP@%$STRIP%g
     
    53465441      if test -z "$ac_dots"; then top_srcdir=.
    53475442      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
    5348   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
     5443  /* | [A-Za-z]:*)
     5444    srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
    53495445  *) # Relative path.
    53505446    srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
     
    53535449
    53545450  case "$ac_given_INSTALL" in
    5355   [/$]*) INSTALL="$ac_given_INSTALL" ;;
     5451  [/$]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;;
    53565452  *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
    53575453  esac
     
    53665462  esac
    53675463
    5368   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
     5464  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%$PATHIFS% $ac_given_srcdir/%g"`
    53695465  sed -e "$ac_comsub
    53705466s%@configure_input@%$configure_input%g
     
    54135509
    54145510  rm -f conftest.frag conftest.in conftest.out
    5415   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
     5511# kso the other way around might work better with drive letters and such.
     5512#  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
     5513  ac_file_inputs=`echo $ac_file_in|sed -e "s%:% $ac_given_srcdir/%g" -e "s%^%$ac_given_srcdir/%" `
    54165514  cat $ac_file_inputs > conftest.in
    54175515
Note: See TracChangeset for help on using the changeset viewer.