Changeset 101 for trunk/src/binutils


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

Regenerated configure scripts.

Location:
trunk/src/binutils
Files:
9 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
  • trunk/src/binutils/binutils/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
     
    21722233set dummy gcc; ac_word=$2
    21732234echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2174 echo "configure:2175: checking for $ac_word" >&5
     2235echo "configure:2236: checking for $ac_word" >&5
    21752236if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    21762237  echo $ac_n "(cached) $ac_c" 1>&6
     
    21792240  ac_cv_prog_CC="$CC" # Let the user override the test.
    21802241else
    2181   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     2242  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    21822243  ac_dummy="$PATH"
    21832244  for ac_dir in $ac_dummy; do
    21842245    test -z "$ac_dir" && ac_dir=.
    2185     if test -f $ac_dir/$ac_word; then
     2246    if test -f $ac_dir/$ac_word -o \
     2247            -f $ac_dir/$ac_word$ac_exeext ; then
    21862248      ac_cv_prog_CC="gcc"
    21872249      break
     
    22022264set dummy cc; ac_word=$2
    22032265echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2204 echo "configure:2205: checking for $ac_word" >&5
     2266echo "configure:2267: checking for $ac_word" >&5
    22052267if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    22062268  echo $ac_n "(cached) $ac_c" 1>&6
     
    22092271  ac_cv_prog_CC="$CC" # Let the user override the test.
    22102272else
    2211   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     2273  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    22122274  ac_prog_rejected=no
    22132275  ac_dummy="$PATH"
    22142276  for ac_dir in $ac_dummy; do
    22152277    test -z "$ac_dir" && ac_dir=.
    2216     if test -f $ac_dir/$ac_word; then
    2217       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
     2278    if test -f $ac_dir/$ac_word -o \
     2279            -f $ac_dir/$ac_word$ac_exeext ; then
     2280      if test "$ac_dir/$ac_word" = "/usr/ucb/cc" -o \
     2281               "$ac_dir/$ac_word$ac_exeext" = "/usr/ucb/cc" ; then
    22182282        ac_prog_rejected=yes
    22192283        continue
     
    22532317set dummy cl; ac_word=$2
    22542318echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2255 echo "configure:2256: checking for $ac_word" >&5
     2319echo "configure:2320: checking for $ac_word" >&5
    22562320if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    22572321  echo $ac_n "(cached) $ac_c" 1>&6
     
    22602324  ac_cv_prog_CC="$CC" # Let the user override the test.
    22612325else
    2262   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     2326  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    22632327  ac_dummy="$PATH"
    22642328  for ac_dir in $ac_dummy; do
    22652329    test -z "$ac_dir" && ac_dir=.
    2266     if test -f $ac_dir/$ac_word; then
     2330    if test -f $ac_dir/$ac_word -o \
     2331            -f $ac_dir/$ac_word$ac_exeext ; then
    22672332      ac_cv_prog_CC="cl"
    22682333      break
     
    22852350
    22862351echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    2287 echo "configure:2288: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     2352echo "configure:2353: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    22882353
    22892354ac_ext=c
     
    22962361cat > conftest.$ac_ext << EOF
    22972362
    2298 #line 2299 "configure"
     2363#line 2364 "configure"
    22992364#include "confdefs.h"
    23002365
    23012366main(){return(0);}
    23022367EOF
    2303 if { (eval echo configure:2304: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2368if { (eval echo configure:2369: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    23042369  ac_cv_prog_cc_works=yes
    23052370  # If we can't run a trivial program, we are probably using a cross compiler.
     
    23272392fi
    23282393echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    2329 echo "configure:2330: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     2394echo "configure:2395: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    23302395echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    23312396cross_compiling=$ac_cv_prog_cc_cross
    23322397
    23332398echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    2334 echo "configure:2335: checking whether we are using GNU C" >&5
     2399echo "configure:2400: checking whether we are using GNU C" >&5
    23352400if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    23362401  echo $ac_n "(cached) $ac_c" 1>&6
     
    23412406#endif
    23422407EOF
    2343 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2344: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     2408if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2409: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    23442409  ac_cv_prog_gcc=yes
    23452410else
     
    23602425CFLAGS=
    23612426echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    2362 echo "configure:2363: checking whether ${CC-cc} accepts -g" >&5
     2427echo "configure:2428: checking whether ${CC-cc} accepts -g" >&5
    23632428if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    23642429  echo $ac_n "(cached) $ac_c" 1>&6
     
    23972462set dummy $ac_prog; ac_word=$2
    23982463echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2399 echo "configure:2400: checking for $ac_word" >&5
     2464echo "configure:2465: checking for $ac_word" >&5
    24002465if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
    24012466  echo $ac_n "(cached) $ac_c" 1>&6
     
    24042469  ac_cv_prog_YACC="$YACC" # Let the user override the test.
    24052470else
    2406   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     2471  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    24072472  ac_dummy="$PATH"
    24082473  for ac_dir in $ac_dummy; do
    24092474    test -z "$ac_dir" && ac_dir=.
    2410     if test -f $ac_dir/$ac_word; then
     2475    if test -f $ac_dir/$ac_word -o \
     2476            -f $ac_dir/$ac_word$ac_exeext ; then
    24112477      ac_cv_prog_YACC="$ac_prog"
    24122478      break
     
    24282494
    24292495echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    2430 echo "configure:2431: checking how to run the C preprocessor" >&5
     2496echo "configure:2497: checking how to run the C preprocessor" >&5
    24312497# On Suns, sometimes $CPP names a directory.
    24322498if test -n "$CPP" && test -d "$CPP"; then
     
    24432509  # not just through cpp.
    24442510  cat > conftest.$ac_ext <<EOF
    2445 #line 2446 "configure"
     2511#include <sys/types.h>
     2512#line 2513 "configure"
    24462513#include "confdefs.h"
    24472514#include <assert.h>
     
    24492516EOF
    24502517ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2451 { (eval echo configure:2452: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2518{ (eval echo configure:2519: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    24522519ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    24532520if test -z "$ac_err"; then
     
    24602527  CPP="${CC-cc} -E -traditional-cpp"
    24612528  cat > conftest.$ac_ext <<EOF
    2462 #line 2463 "configure"
     2529#include <sys/types.h>
     2530#line 2531 "configure"
    24632531#include "confdefs.h"
    24642532#include <assert.h>
     
    24662534EOF
    24672535ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2468 { (eval echo configure:2469: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2536{ (eval echo configure:2537: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    24692537ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    24702538if test -z "$ac_err"; then
     
    24772545  CPP="${CC-cc} -nologo -E"
    24782546  cat > conftest.$ac_ext <<EOF
    2479 #line 2480 "configure"
     2547#include <sys/types.h>
     2548#line 2549 "configure"
    24802549#include "confdefs.h"
    24812550#include <assert.h>
     
    24832552EOF
    24842553ac_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; }
     2554{ (eval echo configure:2555: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    24862555ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    24872556if test -z "$ac_err"; then
     
    25132582set dummy $ac_prog; ac_word=$2
    25142583echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2515 echo "configure:2516: checking for $ac_word" >&5
     2584echo "configure:2585: checking for $ac_word" >&5
    25162585if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
    25172586  echo $ac_n "(cached) $ac_c" 1>&6
     
    25202589  ac_cv_prog_LEX="$LEX" # Let the user override the test.
    25212590else
    2522   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     2591  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    25232592  ac_dummy="$PATH"
    25242593  for ac_dir in $ac_dummy; do
    25252594    test -z "$ac_dir" && ac_dir=.
    2526     if test -f $ac_dir/$ac_word; then
     2595    if test -f $ac_dir/$ac_word -o \
     2596            -f $ac_dir/$ac_word$ac_exeext ; then
    25272597      ac_cv_prog_LEX="$ac_prog"
    25282598      break
     
    25462616set dummy flex; ac_word=$2
    25472617echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2548 echo "configure:2549: checking for $ac_word" >&5
     2618echo "configure:2619: checking for $ac_word" >&5
    25492619if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
    25502620  echo $ac_n "(cached) $ac_c" 1>&6
     
    25532623  ac_cv_prog_LEX="$LEX" # Let the user override the test.
    25542624else
    2555   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     2625  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    25562626  ac_dummy="$PATH"
    25572627  for ac_dir in $ac_dummy; do
    25582628    test -z "$ac_dir" && ac_dir=.
    2559     if test -f $ac_dir/$ac_word; then
     2629    if test -f $ac_dir/$ac_word -o \
     2630            -f $ac_dir/$ac_word$ac_exeext ; then
    25602631      ac_cv_prog_LEX="flex"
    25612632      break
     
    25802651  esac
    25812652  echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
    2582 echo "configure:2583: checking for yywrap in -l$ac_lib" >&5
     2653echo "configure:2654: checking for yywrap in -l$ac_lib" >&5
    25832654ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
    25842655if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    25882659LIBS="-l$ac_lib  $LIBS"
    25892660cat > conftest.$ac_ext <<EOF
    2590 #line 2591 "configure"
     2661#line 2662 "configure"
    25912662#include "confdefs.h"
    25922663/* Override any gcc2 internal prototype to avoid an error.  */
     
    25992670; return 0; }
    26002671EOF
    2601 if { (eval echo configure:2602: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2672if { (eval echo configure:2673: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    26022673  rm -rf conftest*
    26032674  eval "ac_cv_lib_$ac_lib_var=yes"
     
    26222693
    26232694echo $ac_n "checking lex output file root""... $ac_c" 1>&6
    2624 echo "configure:2625: checking lex output file root" >&5
     2695echo "configure:2696: checking lex output file root" >&5
    26252696if eval "test \"`echo '$''{'ac_cv_prog_lex_root'+set}'`\" = set"; then
    26262697  echo $ac_n "(cached) $ac_c" 1>&6
     
    26432714
    26442715echo $ac_n "checking whether yytext is a pointer""... $ac_c" 1>&6
    2645 echo "configure:2646: checking whether yytext is a pointer" >&5
     2716echo "configure:2717: checking whether yytext is a pointer" >&5
    26462717if eval "test \"`echo '$''{'ac_cv_prog_lex_yytext_pointer'+set}'`\" = set"; then
    26472718  echo $ac_n "(cached) $ac_c" 1>&6
     
    26552726LIBS="$LIBS $LEXLIB"
    26562727cat > conftest.$ac_ext <<EOF
    2657 #line 2658 "configure"
     2728#line 2729 "configure"
    26582729#include "confdefs.h"
    26592730`cat $LEX_OUTPUT_ROOT.c`
     
    26622733; return 0; }
    26632734EOF
    2664 if { (eval echo configure:2665: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2735if { (eval echo configure:2736: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    26652736  rm -rf conftest*
    26662737  ac_cv_prog_lex_yytext_pointer=yes
     
    26882759set dummy ranlib; ac_word=$2
    26892760echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2690 echo "configure:2691: checking for $ac_word" >&5
     2761echo "configure:2762: checking for $ac_word" >&5
    26912762if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    26922763  echo $ac_n "(cached) $ac_c" 1>&6
     
    26952766  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
    26962767else
    2697   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     2768  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    26982769  ac_dummy="$PATH"
    26992770  for ac_dir in $ac_dummy; do
    27002771    test -z "$ac_dir" && ac_dir=.
    2701     if test -f $ac_dir/$ac_word; then
     2772    if test -f $ac_dir/$ac_word -o \
     2773            -f $ac_dir/$ac_word$ac_exeext ; then
    27022774      ac_cv_prog_RANLIB="ranlib"
    27032775      break
     
    27162788
    27172789echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    2718 echo "configure:2719: checking for ANSI C header files" >&5
     2790echo "configure:2791: checking for ANSI C header files" >&5
    27192791if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    27202792  echo $ac_n "(cached) $ac_c" 1>&6
    27212793else
    27222794  cat > conftest.$ac_ext <<EOF
    2723 #line 2724 "configure"
     2795#include <sys/types.h>
     2796#line 2797 "configure"
    27242797#include "confdefs.h"
    27252798#include <stdlib.h>
     
    27292802EOF
    27302803ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2731 { (eval echo configure:2732: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2804{ (eval echo configure:2805: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    27322805ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    27332806if test -z "$ac_err"; then
     
    27462819  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    27472820cat > conftest.$ac_ext <<EOF
    2748 #line 2749 "configure"
     2821#line 2822 "configure"
    27492822#include "confdefs.h"
    27502823#include <string.h>
     
    27642837  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    27652838cat > conftest.$ac_ext <<EOF
    2766 #line 2767 "configure"
     2839#line 2840 "configure"
    27672840#include "confdefs.h"
    27682841#include <stdlib.h>
     
    27852858else
    27862859  cat > conftest.$ac_ext <<EOF
    2787 #line 2788 "configure"
     2860#line 2861 "configure"
    27882861#include "confdefs.h"
    27892862#include <ctype.h>
     
    27962869
    27972870EOF
    2798 if { (eval echo configure:2799: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2871if { (eval echo configure:2872: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    27992872then
    28002873  :
     
    28202893
    28212894echo $ac_n "checking for working const""... $ac_c" 1>&6
    2822 echo "configure:2823: checking for working const" >&5
     2895echo "configure:2896: checking for working const" >&5
    28232896if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
    28242897  echo $ac_n "(cached) $ac_c" 1>&6
    28252898else
    28262899  cat > conftest.$ac_ext <<EOF
    2827 #line 2828 "configure"
     2900#line 2901 "configure"
    28282901#include "confdefs.h"
    28292902
     
    28742947; return 0; }
    28752948EOF
    2876 if { (eval echo configure:2877: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2949if { (eval echo configure:2950: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    28772950  rm -rf conftest*
    28782951  ac_cv_c_const=yes
     
    28952968
    28962969echo $ac_n "checking for inline""... $ac_c" 1>&6
    2897 echo "configure:2898: checking for inline" >&5
     2970echo "configure:2971: checking for inline" >&5
    28982971if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
    28992972  echo $ac_n "(cached) $ac_c" 1>&6
     
    29022975for ac_kw in inline __inline__ __inline; do
    29032976  cat > conftest.$ac_ext <<EOF
    2904 #line 2905 "configure"
     2977#line 2978 "configure"
    29052978#include "confdefs.h"
    29062979
     
    29092982; return 0; }
    29102983EOF
    2911 if { (eval echo configure:2912: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2984if { (eval echo configure:2985: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    29122985  rm -rf conftest*
    29132986  ac_cv_c_inline=$ac_kw; break
     
    29353008
    29363009echo $ac_n "checking for off_t""... $ac_c" 1>&6
    2937 echo "configure:2938: checking for off_t" >&5
     3010echo "configure:3011: checking for off_t" >&5
    29383011if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
    29393012  echo $ac_n "(cached) $ac_c" 1>&6
    29403013else
    29413014  cat > conftest.$ac_ext <<EOF
    2942 #line 2943 "configure"
     3015#line 3016 "configure"
    29433016#include "confdefs.h"
    29443017#include <sys/types.h>
     
    29683041
    29693042echo $ac_n "checking for size_t""... $ac_c" 1>&6
    2970 echo "configure:2971: checking for size_t" >&5
     3043echo "configure:3044: checking for size_t" >&5
    29713044if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
    29723045  echo $ac_n "(cached) $ac_c" 1>&6
    29733046else
    29743047  cat > conftest.$ac_ext <<EOF
    2975 #line 2976 "configure"
     3048#line 3049 "configure"
    29763049#include "confdefs.h"
    29773050#include <sys/types.h>
     
    30033076# for constant arguments.  Useless!
    30043077echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
    3005 echo "configure:3006: checking for working alloca.h" >&5
     3078echo "configure:3079: checking for working alloca.h" >&5
    30063079if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
    30073080  echo $ac_n "(cached) $ac_c" 1>&6
    30083081else
    30093082  cat > conftest.$ac_ext <<EOF
    3010 #line 3011 "configure"
     3083#line 3084 "configure"
    30113084#include "confdefs.h"
    30123085#include <alloca.h>
     
    30153088; return 0; }
    30163089EOF
    3017 if { (eval echo configure:3018: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3090if { (eval echo configure:3091: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    30183091  rm -rf conftest*
    30193092  ac_cv_header_alloca_h=yes
     
    30363109
    30373110echo $ac_n "checking for alloca""... $ac_c" 1>&6
    3038 echo "configure:3039: checking for alloca" >&5
     3111echo "configure:3112: checking for alloca" >&5
    30393112if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
    30403113  echo $ac_n "(cached) $ac_c" 1>&6
    30413114else
    30423115  cat > conftest.$ac_ext <<EOF
    3043 #line 3044 "configure"
     3116#line 3117 "configure"
    30443117#include "confdefs.h"
    30453118
     
    30693142; return 0; }
    30703143EOF
    3071 if { (eval echo configure:3072: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3144if { (eval echo configure:3145: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    30723145  rm -rf conftest*
    30733146  ac_cv_func_alloca_works=yes
     
    31013174
    31023175echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
    3103 echo "configure:3104: checking whether alloca needs Cray hooks" >&5
     3176echo "configure:3177: checking whether alloca needs Cray hooks" >&5
    31043177if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
    31053178  echo $ac_n "(cached) $ac_c" 1>&6
    31063179else
    31073180  cat > conftest.$ac_ext <<EOF
    3108 #line 3109 "configure"
     3181#line 3182 "configure"
    31093182#include "confdefs.h"
    31103183#if defined(CRAY) && ! defined(CRAY2)
     
    31313204for ac_func in _getb67 GETB67 getb67; do
    31323205  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3133 echo "configure:3134: checking for $ac_func" >&5
     3206echo "configure:3207: checking for $ac_func" >&5
    31343207if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    31353208  echo $ac_n "(cached) $ac_c" 1>&6
    31363209else
    31373210  cat > conftest.$ac_ext <<EOF
    3138 #line 3139 "configure"
     3211#line 3212 "configure"
    31393212#include "confdefs.h"
    31403213/* System header to define __stub macros and hopefully few prototypes,
     
    31593232; return 0; }
    31603233EOF
    3161 if { (eval echo configure:3162: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3234if { (eval echo configure:3235: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    31623235  rm -rf conftest*
    31633236  eval "ac_cv_func_$ac_func=yes"
     
    31863259
    31873260echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
    3188 echo "configure:3189: checking stack direction for C alloca" >&5
     3261echo "configure:3262: checking stack direction for C alloca" >&5
    31893262if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+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"
    31983271find_stack_direction ()
     
    32133286}
    32143287EOF
    3215 if { (eval echo configure:3216: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3288if { (eval echo configure:3289: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    32163289then
    32173290  ac_cv_c_stack_direction=1
     
    32383311ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    32393312echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    3240 echo "configure:3241: checking for $ac_hdr" >&5
     3313echo "configure:3314: checking for $ac_hdr" >&5
    32413314if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    32423315  echo $ac_n "(cached) $ac_c" 1>&6
    32433316else
    32443317  cat > conftest.$ac_ext <<EOF
    3245 #line 3246 "configure"
     3318#include <sys/types.h>
     3319#line 3320 "configure"
    32463320#include "confdefs.h"
    32473321#include <$ac_hdr>
    32483322EOF
    32493323ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3250 { (eval echo configure:3251: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3324{ (eval echo configure:3325: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    32513325ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    32523326if test -z "$ac_err"; then
     
    32773351do
    32783352echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3279 echo "configure:3280: checking for $ac_func" >&5
     3353echo "configure:3354: checking for $ac_func" >&5
    32803354if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    32813355  echo $ac_n "(cached) $ac_c" 1>&6
    32823356else
    32833357  cat > conftest.$ac_ext <<EOF
    3284 #line 3285 "configure"
     3358#line 3359 "configure"
    32853359#include "confdefs.h"
    32863360/* System header to define __stub macros and hopefully few prototypes,
     
    33053379; return 0; }
    33063380EOF
    3307 if { (eval echo configure:3308: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3381if { (eval echo configure:3382: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    33083382  rm -rf conftest*
    33093383  eval "ac_cv_func_$ac_func=yes"
     
    33303404
    33313405echo $ac_n "checking for working mmap""... $ac_c" 1>&6
    3332 echo "configure:3333: checking for working mmap" >&5
     3406echo "configure:3407: checking for working mmap" >&5
    33333407if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
    33343408  echo $ac_n "(cached) $ac_c" 1>&6
     
    33383412else
    33393413  cat > conftest.$ac_ext <<EOF
    3340 #line 3341 "configure"
     3414#line 3415 "configure"
    33413415#include "confdefs.h"
    33423416
     
    34783552
    34793553EOF
    3480 if { (eval echo configure:3481: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3554if { (eval echo configure:3555: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    34813555then
    34823556  ac_cv_func_mmap_fixed_mapped=yes
     
    35063580ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    35073581echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    3508 echo "configure:3509: checking for $ac_hdr" >&5
     3582echo "configure:3583: checking for $ac_hdr" >&5
    35093583if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    35103584  echo $ac_n "(cached) $ac_c" 1>&6
    35113585else
    35123586  cat > conftest.$ac_ext <<EOF
    3513 #line 3514 "configure"
     3587#include <sys/types.h>
     3588#line 3589 "configure"
    35143589#include "confdefs.h"
    35153590#include <$ac_hdr>
    35163591EOF
    35173592ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3518 { (eval echo configure:3519: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3593{ (eval echo configure:3594: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    35193594ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    35203595if test -z "$ac_err"; then
     
    35463621do
    35473622echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3548 echo "configure:3549: checking for $ac_func" >&5
     3623echo "configure:3624: checking for $ac_func" >&5
    35493624if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    35503625  echo $ac_n "(cached) $ac_c" 1>&6
    35513626else
    35523627  cat > conftest.$ac_ext <<EOF
    3553 #line 3554 "configure"
     3628#line 3629 "configure"
    35543629#include "confdefs.h"
    35553630/* System header to define __stub macros and hopefully few prototypes,
     
    35743649; return 0; }
    35753650EOF
    3576 if { (eval echo configure:3577: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3651if { (eval echo configure:3652: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    35773652  rm -rf conftest*
    35783653  eval "ac_cv_func_$ac_func=yes"
     
    36033678do
    36043679echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3605 echo "configure:3606: checking for $ac_func" >&5
     3680echo "configure:3681: checking for $ac_func" >&5
    36063681if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    36073682  echo $ac_n "(cached) $ac_c" 1>&6
    36083683else
    36093684  cat > conftest.$ac_ext <<EOF
    3610 #line 3611 "configure"
     3685#line 3686 "configure"
    36113686#include "confdefs.h"
    36123687/* System header to define __stub macros and hopefully few prototypes,
     
    36313706; return 0; }
    36323707EOF
    3633 if { (eval echo configure:3634: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3708if { (eval echo configure:3709: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    36343709  rm -rf conftest*
    36353710  eval "ac_cv_func_$ac_func=yes"
     
    36653740   if test $ac_cv_header_locale_h = yes; then
    36663741    echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6
    3667 echo "configure:3668: checking for LC_MESSAGES" >&5
     3742echo "configure:3743: checking for LC_MESSAGES" >&5
    36683743if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then
    36693744  echo $ac_n "(cached) $ac_c" 1>&6
    36703745else
    36713746  cat > conftest.$ac_ext <<EOF
    3672 #line 3673 "configure"
     3747#line 3748 "configure"
    36733748#include "confdefs.h"
    36743749#include <locale.h>
     
    36773752; return 0; }
    36783753EOF
    3679 if { (eval echo configure:3680: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3754if { (eval echo configure:3755: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    36803755  rm -rf conftest*
    36813756  am_cv_val_LC_MESSAGES=yes
     
    36983773  fi
    36993774   echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6
    3700 echo "configure:3701: checking whether NLS is requested" >&5
     3775echo "configure:3776: checking whether NLS is requested" >&5
    37013776        # Check whether --enable-nls or --disable-nls was given.
    37023777if test "${enable_nls+set}" = set; then
     
    37183793
    37193794      echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6
    3720 echo "configure:3721: checking whether included gettext is requested" >&5
     3795echo "configure:3796: checking whether included gettext is requested" >&5
    37213796      # Check whether --with-included-gettext or --without-included-gettext was given.
    37223797if test "${with_included_gettext+set}" = set; then
     
    37373812        ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'`
    37383813echo $ac_n "checking for libintl.h""... $ac_c" 1>&6
    3739 echo "configure:3740: checking for libintl.h" >&5
     3814echo "configure:3815: checking for libintl.h" >&5
    37403815if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    37413816  echo $ac_n "(cached) $ac_c" 1>&6
    37423817else
    37433818  cat > conftest.$ac_ext <<EOF
    3744 #line 3745 "configure"
     3819#include <sys/types.h>
     3820#line 3821 "configure"
    37453821#include "confdefs.h"
    37463822#include <libintl.h>
    37473823EOF
    37483824ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3749 { (eval echo configure:3750: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3825{ (eval echo configure:3826: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    37503826ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    37513827if test -z "$ac_err"; then
     
    37643840  echo "$ac_t""yes" 1>&6
    37653841  echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6
    3766 echo "configure:3767: checking for gettext in libc" >&5
     3842echo "configure:3843: checking for gettext in libc" >&5
    37673843if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then
    37683844  echo $ac_n "(cached) $ac_c" 1>&6
    37693845else
    37703846  cat > conftest.$ac_ext <<EOF
    3771 #line 3772 "configure"
     3847#line 3848 "configure"
    37723848#include "confdefs.h"
    37733849#include <libintl.h>
     
    37763852; return 0; }
    37773853EOF
    3778 if { (eval echo configure:3779: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3854if { (eval echo configure:3855: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    37793855  rm -rf conftest*
    37803856  gt_cv_func_gettext_libc=yes
     
    37923868           if test "$gt_cv_func_gettext_libc" != "yes"; then
    37933869             echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6
    3794 echo "configure:3795: checking for bindtextdomain in -lintl" >&5
     3870echo "configure:3871: checking for bindtextdomain in -lintl" >&5
    37953871ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'`
    37963872if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    38003876LIBS="-lintl  $LIBS"
    38013877cat > conftest.$ac_ext <<EOF
    3802 #line 3803 "configure"
     3878#line 3879 "configure"
    38033879#include "confdefs.h"
    38043880/* Override any gcc2 internal prototype to avoid an error.  */
     
    38113887; return 0; }
    38123888EOF
    3813 if { (eval echo configure:3814: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3889if { (eval echo configure:3890: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    38143890  rm -rf conftest*
    38153891  eval "ac_cv_lib_$ac_lib_var=yes"
     
    38273903  echo "$ac_t""yes" 1>&6
    38283904  echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6
    3829 echo "configure:3830: checking for gettext in libintl" >&5
     3905echo "configure:3906: checking for gettext in libintl" >&5
    38303906if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then
    38313907  echo $ac_n "(cached) $ac_c" 1>&6
    38323908else
    38333909  cat > conftest.$ac_ext <<EOF
    3834 #line 3835 "configure"
     3910#line 3911 "configure"
    38353911#include "confdefs.h"
    38363912
     
    38393915; return 0; }
    38403916EOF
    3841 if { (eval echo configure:3842: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3917if { (eval echo configure:3918: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    38423918  rm -rf conftest*
    38433919  gt_cv_func_gettext_libintl=yes
     
    38673943set dummy msgfmt; ac_word=$2
    38683944echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3869 echo "configure:3870: checking for $ac_word" >&5
     3945echo "configure:3946: checking for $ac_word" >&5
    38703946if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
    38713947  echo $ac_n "(cached) $ac_c" 1>&6
     
    38763952  ;;
    38773953  *)
    3878   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     3954  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}"
    38793955  for ac_dir in $PATH; do
    38803956    test -z "$ac_dir" && ac_dir=.
     
    39013977do
    39023978echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3903 echo "configure:3904: checking for $ac_func" >&5
     3979echo "configure:3980: checking for $ac_func" >&5
    39043980if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    39053981  echo $ac_n "(cached) $ac_c" 1>&6
    39063982else
    39073983  cat > conftest.$ac_ext <<EOF
    3908 #line 3909 "configure"
     3984#line 3985 "configure"
    39093985#include "confdefs.h"
    39103986/* System header to define __stub macros and hopefully few prototypes,
     
    39294005; return 0; }
    39304006EOF
    3931 if { (eval echo configure:3932: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4007if { (eval echo configure:4008: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    39324008  rm -rf conftest*
    39334009  eval "ac_cv_func_$ac_func=yes"
     
    39564032set dummy gmsgfmt; ac_word=$2
    39574033echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3958 echo "configure:3959: checking for $ac_word" >&5
     4034echo "configure:4035: checking for $ac_word" >&5
    39594035if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
    39604036  echo $ac_n "(cached) $ac_c" 1>&6
    39614037else
    39624038  case "$GMSGFMT" in
    3963   /*)
     4039  /* | [a-zA-Z]:*)
    39644040  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
    39654041  ;;
    3966   ?:/*)                  
     4042  ?:/*)                 
    39674043  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path.
    39684044  ;;
    39694045  *)
    3970   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     4046  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    39714047  ac_dummy="$PATH"
    3972   for ac_dir in $ac_dummy; do 
     4048  for ac_dir in $ac_dummy; do
    39734049    test -z "$ac_dir" && ac_dir=.
    39744050    if test -f $ac_dir/$ac_word; then
    39754051      ac_cv_path_GMSGFMT="$ac_dir/$ac_word"
     4052      break
     4053    fi
     4054    if test -f $ac_dir/$ac_word$ac_exeext; then
     4055      ac_cv_path_GMSGFMT="$ac_dir/$ac_word$ac_exeext"
    39764056      break
    39774057    fi
     
    39924072set dummy xgettext; ac_word=$2
    39934073echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3994 echo "configure:3995: checking for $ac_word" >&5
     4074echo "configure:4075: checking for $ac_word" >&5
    39954075if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
    39964076  echo $ac_n "(cached) $ac_c" 1>&6
     
    40014081  ;;
    40024082  *)
    4003   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     4083  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}"
    40044084  for ac_dir in $PATH; do
    40054085    test -z "$ac_dir" && ac_dir=.
     
    40244104
    40254105                cat > conftest.$ac_ext <<EOF
    4026 #line 4027 "configure"
     4106#line 4107 "configure"
    40274107#include "confdefs.h"
    40284108
     
    40324112; return 0; }
    40334113EOF
    4034 if { (eval echo configure:4035: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4114if { (eval echo configure:4115: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    40354115  rm -rf conftest*
    40364116  CATOBJEXT=.gmo
     
    40644144set dummy msgfmt; ac_word=$2
    40654145echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    4066 echo "configure:4067: checking for $ac_word" >&5
     4146echo "configure:4147: checking for $ac_word" >&5
    40674147if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
    40684148  echo $ac_n "(cached) $ac_c" 1>&6
     
    40734153  ;;
    40744154  *)
    4075   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     4155  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}"
    40764156  for ac_dir in $PATH; do
    40774157    test -z "$ac_dir" && ac_dir=.
     
    40984178set dummy gmsgfmt; ac_word=$2
    40994179echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    4100 echo "configure:4101: checking for $ac_word" >&5
     4180echo "configure:4181: checking for $ac_word" >&5
    41014181if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
    41024182  echo $ac_n "(cached) $ac_c" 1>&6
    41034183else
    41044184  case "$GMSGFMT" in
    4105   /*)
     4185  /* | [a-zA-Z]:*)
    41064186  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
    41074187  ;;
    4108   ?:/*)                  
     4188  ?:/*)                 
    41094189  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path.
    41104190  ;;
    41114191  *)
    4112   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     4192  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    41134193  ac_dummy="$PATH"
    4114   for ac_dir in $ac_dummy; do 
     4194  for ac_dir in $ac_dummy; do
    41154195    test -z "$ac_dir" && ac_dir=.
    41164196    if test -f $ac_dir/$ac_word; then
    41174197      ac_cv_path_GMSGFMT="$ac_dir/$ac_word"
     4198      break
     4199    fi
     4200    if test -f $ac_dir/$ac_word$ac_exeext; then
     4201      ac_cv_path_GMSGFMT="$ac_dir/$ac_word$ac_exeext"
    41184202      break
    41194203    fi
     
    41344218set dummy xgettext; ac_word=$2
    41354219echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    4136 echo "configure:4137: checking for $ac_word" >&5
     4220echo "configure:4221: checking for $ac_word" >&5
    41374221if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
    41384222  echo $ac_n "(cached) $ac_c" 1>&6
     
    41434227  ;;
    41444228  *)
    4145   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     4229  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}"
    41464230  for ac_dir in $PATH; do
    41474231    test -z "$ac_dir" && ac_dir=.
     
    42244308     else
    42254309       echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6
    4226 echo "configure:4227: checking for catalogs to be installed" >&5
     4310echo "configure:4311: checking for catalogs to be installed" >&5
    42274311       NEW_LINGUAS=
    42284312       for lang in ${LINGUAS=$ALL_LINGUAS}; do
     
    42524336         ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'`
    42534337echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6
    4254 echo "configure:4255: checking for linux/version.h" >&5
     4338echo "configure:4339: checking for linux/version.h" >&5
    42554339if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    42564340  echo $ac_n "(cached) $ac_c" 1>&6
    42574341else
    42584342  cat > conftest.$ac_ext <<EOF
    4259 #line 4260 "configure"
     4343#include <sys/types.h>
     4344#line 4345 "configure"
    42604345#include "confdefs.h"
    42614346#include <linux/version.h>
    42624347EOF
    42634348ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4264 { (eval echo configure:4265: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4349{ (eval echo configure:4350: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    42654350ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    42664351if test -z "$ac_err"; then
     
    43104395      test -d po || mkdir po
    43114396      if test "x$srcdir" != "x."; then
    4312          if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
     4397                 if test "x`echo $srcdir | sed -e 's@.\:/.*@@'  -e 's@/.*@@' `" = "x"; then
    43134398            posrcprefix="$srcdir/"
    43144399         else
     
    43254410
    43264411echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
    4327 echo "configure:4328: checking whether to enable maintainer-specific portions of Makefiles" >&5
     4412echo "configure:4413: checking whether to enable maintainer-specific portions of Makefiles" >&5
    43284413    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
    43294414if test "${enable_maintainer_mode+set}" = set; then
     
    43494434
    43504435
     4436
    43514437echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
    4352 echo "configure:4353: checking for executable suffix" >&5
     4438echo "configure:4439: checking for executable suffix" >&5
    43534439if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
    43544440  echo $ac_n "(cached) $ac_c" 1>&6
    43554441else
    4356   if test "$CYGWIN" = yes || test "$MINGW32" = yes; then
     4442  if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$EMXOS2" = yes; then
    43574443  ac_cv_exeext=.exe
    43584444else
     
    43604446  echo 'int main () { return 0; }' > conftest.$ac_ext
    43614447  ac_cv_exeext=
    4362   if { (eval echo configure:4363: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
     4448  if { (eval echo configure:4449: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
    43634449    for file in conftest.*; do
    43644450      case $file in
    4365       *.c | *.o | *.obj | *.ilk | *.pdb) ;;
     4451      *.c | *.o | *.obj) ;;
    43664452      *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
    43674453      esac
     
    44034489set dummy ranlib; ac_word=$2
    44044490echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    4405 echo "configure:4406: checking for $ac_word" >&5
     4491echo "configure:4492: checking for $ac_word" >&5
    44064492if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    44074493  echo $ac_n "(cached) $ac_c" 1>&6
     
    44104496  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
    44114497else
    4412   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     4498  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    44134499  ac_dummy="$PATH"
    44144500  for ac_dir in $ac_dummy; do
    44154501    test -z "$ac_dir" && ac_dir=.
    4416     if test -f $ac_dir/$ac_word; then
     4502    if test -f $ac_dir/$ac_word -o \
     4503            -f $ac_dir/$ac_word$ac_exeext ; then
    44174504      ac_cv_prog_RANLIB="ranlib"
    44184505      break
     
    44424529# ./install, which can be erroneously created by make from ./install.sh.
    44434530echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    4444 echo "configure:4445: checking for a BSD compatible install" >&5
     4531echo "configure:4532: checking for a BSD compatible install" >&5
    44454532if test -z "$INSTALL"; then
    44464533if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
    44474534  echo $ac_n "(cached) $ac_c" 1>&6
    44484535else
    4449     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
     4536    IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS="$PATH_IFS"
    44504537  for ac_dir in $PATH; do
    44514538    # Account for people who put trailing slashes in PATH elements.
    44524539    case "$ac_dir/" in
    44534540    /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
     4541    # We reject the install program from OS/2 or W3.1
     4542    */OS2|*/OS2/*|*/WINDOWS|*/WINDOWS/*) ;;
    44544543    *)
    44554544      # OSF1 and SCO ODT 3.0 have their own names for install.
     
    44574546      # by default.
    44584547      for ac_prog in ginstall scoinst install; do
    4459         if test -f $ac_dir/$ac_prog; then
     4548        if test -f $ac_dir/$ac_prog$ac_exeext; then
    44604549          if test $ac_prog = install &&
    44614550            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
     
    44634552            :
    44644553          else
    4465             ac_cv_path_install="$ac_dir/$ac_prog -c"
     4554            ac_cv_path_install="$ac_dir/$ac_prog$ac_exeext -c"
    44664555            break 2
    44674556          fi
     
    45094598else
    45104599  echo $ac_n "checking for build system executable suffix""... $ac_c" 1>&6
    4511 echo "configure:4512: checking for build system executable suffix" >&5
     4600echo "configure:4601: checking for build system executable suffix" >&5
    45124601if eval "test \"`echo '$''{'bfd_cv_build_exeext'+set}'`\" = set"; then
    45134602  echo $ac_n "(cached) $ac_c" 1>&6
     
    45444633ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    45454634echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    4546 echo "configure:4547: checking for $ac_hdr" >&5
     4635echo "configure:4636: checking for $ac_hdr" >&5
    45474636if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    45484637  echo $ac_n "(cached) $ac_c" 1>&6
    45494638else
    45504639  cat > conftest.$ac_ext <<EOF
    4551 #line 4552 "configure"
     4640#include <sys/types.h>
     4641#line 4642 "configure"
    45524642#include "confdefs.h"
    45534643#include <$ac_hdr>
    45544644EOF
    45554645ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4556 { (eval echo configure:4557: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4646{ (eval echo configure:4647: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    45574647ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    45584648if test -z "$ac_err"; then
     
    45814671
    45824672echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6
    4583 echo "configure:4584: checking for sys/wait.h that is POSIX.1 compatible" >&5
     4673echo "configure:4674: checking for sys/wait.h that is POSIX.1 compatible" >&5
    45844674if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then
    45854675  echo $ac_n "(cached) $ac_c" 1>&6
    45864676else
    45874677  cat > conftest.$ac_ext <<EOF
    4588 #line 4589 "configure"
     4678#line 4679 "configure"
    45894679#include "confdefs.h"
    45904680#include <sys/types.h>
     
    46024692; return 0; }
    46034693EOF
    4604 if { (eval echo configure:4605: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4694if { (eval echo configure:4695: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    46054695  rm -rf conftest*
    46064696  ac_cv_header_sys_wait_h=yes
     
    46254715# for constant arguments.  Useless!
    46264716echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
    4627 echo "configure:4628: checking for working alloca.h" >&5
     4717echo "configure:4718: checking for working alloca.h" >&5
    46284718if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
    46294719  echo $ac_n "(cached) $ac_c" 1>&6
    46304720else
    46314721  cat > conftest.$ac_ext <<EOF
    4632 #line 4633 "configure"
     4722#line 4723 "configure"
    46334723#include "confdefs.h"
    46344724#include <alloca.h>
     
    46374727; return 0; }
    46384728EOF
    4639 if { (eval echo configure:4640: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4729if { (eval echo configure:4730: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    46404730  rm -rf conftest*
    46414731  ac_cv_header_alloca_h=yes
     
    46584748
    46594749echo $ac_n "checking for alloca""... $ac_c" 1>&6
    4660 echo "configure:4661: checking for alloca" >&5
     4750echo "configure:4751: checking for alloca" >&5
    46614751if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
    46624752  echo $ac_n "(cached) $ac_c" 1>&6
    46634753else
    46644754  cat > conftest.$ac_ext <<EOF
    4665 #line 4666 "configure"
     4755#line 4756 "configure"
    46664756#include "confdefs.h"
    46674757
     
    46914781; return 0; }
    46924782EOF
    4693 if { (eval echo configure:4694: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4783if { (eval echo configure:4784: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    46944784  rm -rf conftest*
    46954785  ac_cv_func_alloca_works=yes
     
    47234813
    47244814echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
    4725 echo "configure:4726: checking whether alloca needs Cray hooks" >&5
     4815echo "configure:4816: checking whether alloca needs Cray hooks" >&5
    47264816if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
    47274817  echo $ac_n "(cached) $ac_c" 1>&6
    47284818else
    47294819  cat > conftest.$ac_ext <<EOF
    4730 #line 4731 "configure"
     4820#line 4821 "configure"
    47314821#include "confdefs.h"
    47324822#if defined(CRAY) && ! defined(CRAY2)
     
    47534843for ac_func in _getb67 GETB67 getb67; do
    47544844  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    4755 echo "configure:4756: checking for $ac_func" >&5
     4845echo "configure:4846: checking for $ac_func" >&5
    47564846if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    47574847  echo $ac_n "(cached) $ac_c" 1>&6
    47584848else
    47594849  cat > conftest.$ac_ext <<EOF
    4760 #line 4761 "configure"
     4850#line 4851 "configure"
    47614851#include "confdefs.h"
    47624852/* System header to define __stub macros and hopefully few prototypes,
     
    47814871; return 0; }
    47824872EOF
    4783 if { (eval echo configure:4784: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4873if { (eval echo configure:4874: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    47844874  rm -rf conftest*
    47854875  eval "ac_cv_func_$ac_func=yes"
     
    48084898
    48094899echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
    4810 echo "configure:4811: checking stack direction for C alloca" >&5
     4900echo "configure:4901: checking stack direction for C alloca" >&5
    48114901if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
    48124902  echo $ac_n "(cached) $ac_c" 1>&6
     
    48164906else
    48174907  cat > conftest.$ac_ext <<EOF
    4818 #line 4819 "configure"
     4908#line 4909 "configure"
    48194909#include "confdefs.h"
    48204910find_stack_direction ()
     
    48354925}
    48364926EOF
    4837 if { (eval echo configure:4838: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     4927if { (eval echo configure:4928: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    48384928then
    48394929  ac_cv_c_stack_direction=1
     
    48594949do
    48604950echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    4861 echo "configure:4862: checking for $ac_func" >&5
     4951echo "configure:4952: checking for $ac_func" >&5
    48624952if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    48634953  echo $ac_n "(cached) $ac_c" 1>&6
    48644954else
    48654955  cat > conftest.$ac_ext <<EOF
    4866 #line 4867 "configure"
     4956#line 4957 "configure"
    48674957#include "confdefs.h"
    48684958/* System header to define __stub macros and hopefully few prototypes,
     
    48874977; return 0; }
    48884978EOF
    4889 if { (eval echo configure:4890: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4979if { (eval echo configure:4980: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    48904980  rm -rf conftest*
    48914981  eval "ac_cv_func_$ac_func=yes"
     
    49155005
    49165006echo $ac_n "checking for library containing frexp""... $ac_c" 1>&6
    4917 echo "configure:4918: checking for library containing frexp" >&5
     5007echo "configure:5008: checking for library containing frexp" >&5
    49185008if eval "test \"`echo '$''{'ac_cv_search_frexp'+set}'`\" = set"; then
    49195009  echo $ac_n "(cached) $ac_c" 1>&6
     
    49225012ac_cv_search_frexp="no"
    49235013cat > conftest.$ac_ext <<EOF
    4924 #line 4925 "configure"
     5014#line 5015 "configure"
    49255015#include "confdefs.h"
    49265016/* Override any gcc2 internal prototype to avoid an error.  */
     
    49335023; return 0; }
    49345024EOF
    4935 if { (eval echo configure:4936: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5025if { (eval echo configure:5026: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    49365026  rm -rf conftest*
    49375027  ac_cv_search_frexp="none required"
     
    49445034LIBS="-l$i  $ac_func_search_save_LIBS"
    49455035cat > conftest.$ac_ext <<EOF
    4946 #line 4947 "configure"
     5036#line 5037 "configure"
    49475037#include "confdefs.h"
    49485038/* Override any gcc2 internal prototype to avoid an error.  */
     
    49555045; return 0; }
    49565046EOF
    4957 if { (eval echo configure:4958: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5047if { (eval echo configure:5048: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    49585048  rm -rf conftest*
    49595049  ac_cv_search_frexp="-l$i"
     
    49775067
    49785068echo $ac_n "checking for time_t in time.h""... $ac_c" 1>&6
    4979 echo "configure:4980: checking for time_t in time.h" >&5
     5069echo "configure:5070: checking for time_t in time.h" >&5
    49805070if eval "test \"`echo '$''{'bu_cv_decl_time_t_time_h'+set}'`\" = set"; then
    49815071  echo $ac_n "(cached) $ac_c" 1>&6
    49825072else
    49835073  cat > conftest.$ac_ext <<EOF
    4984 #line 4985 "configure"
     5074#line 5075 "configure"
    49855075#include "confdefs.h"
    49865076#include <time.h>
     
    49895079; return 0; }
    49905080EOF
    4991 if { (eval echo configure:4992: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5081if { (eval echo configure:5082: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    49925082  rm -rf conftest*
    49935083  bu_cv_decl_time_t_time_h=yes
     
    50105100
    50115101echo $ac_n "checking for time_t in sys/types.h""... $ac_c" 1>&6
    5012 echo "configure:5013: checking for time_t in sys/types.h" >&5
     5102echo "configure:5103: checking for time_t in sys/types.h" >&5
    50135103if eval "test \"`echo '$''{'bu_cv_decl_time_t_types_h'+set}'`\" = set"; then
    50145104  echo $ac_n "(cached) $ac_c" 1>&6
    50155105else
    50165106  cat > conftest.$ac_ext <<EOF
    5017 #line 5018 "configure"
     5107#line 5108 "configure"
    50185108#include "confdefs.h"
    50195109#include <sys/types.h>
     
    50225112; return 0; }
    50235113EOF
    5024 if { (eval echo configure:5025: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5114if { (eval echo configure:5115: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    50255115  rm -rf conftest*
    50265116  bu_cv_decl_time_t_types_h=yes
     
    50455135# by default.
    50465136echo $ac_n "checking for utime.h""... $ac_c" 1>&6
    5047 echo "configure:5048: checking for utime.h" >&5
     5137echo "configure:5138: checking for utime.h" >&5
    50485138if eval "test \"`echo '$''{'bu_cv_header_utime_h'+set}'`\" = set"; then
    50495139  echo $ac_n "(cached) $ac_c" 1>&6
    50505140else
    50515141  cat > conftest.$ac_ext <<EOF
    5052 #line 5053 "configure"
     5142#line 5143 "configure"
    50535143#include "confdefs.h"
    50545144#include <sys/types.h>
     
    50615151; return 0; }
    50625152EOF
    5063 if { (eval echo configure:5064: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5153if { (eval echo configure:5154: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    50645154  rm -rf conftest*
    50655155  bu_cv_header_utime_h=yes
     
    50825172
    50835173echo $ac_n "checking whether fprintf must be declared""... $ac_c" 1>&6
    5084 echo "configure:5085: checking whether fprintf must be declared" >&5
     5174echo "configure:5175: checking whether fprintf must be declared" >&5
    50855175if eval "test \"`echo '$''{'bfd_cv_decl_needed_fprintf'+set}'`\" = set"; then
    50865176  echo $ac_n "(cached) $ac_c" 1>&6
    50875177else
    50885178  cat > conftest.$ac_ext <<EOF
    5089 #line 5090 "configure"
     5179#line 5180 "configure"
    50905180#include "confdefs.h"
    50915181
     
    51085198; return 0; }
    51095199EOF
    5110 if { (eval echo configure:5111: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5200if { (eval echo configure:5201: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    51115201  rm -rf conftest*
    51125202  bfd_cv_decl_needed_fprintf=no
     
    51295219
    51305220echo $ac_n "checking whether strstr must be declared""... $ac_c" 1>&6
    5131 echo "configure:5132: checking whether strstr must be declared" >&5
     5221echo "configure:5222: checking whether strstr must be declared" >&5
    51325222if eval "test \"`echo '$''{'bfd_cv_decl_needed_strstr'+set}'`\" = set"; then
    51335223  echo $ac_n "(cached) $ac_c" 1>&6
    51345224else
    51355225  cat > conftest.$ac_ext <<EOF
    5136 #line 5137 "configure"
     5226#line 5227 "configure"
    51375227#include "confdefs.h"
    51385228
     
    51555245; return 0; }
    51565246EOF
    5157 if { (eval echo configure:5158: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5247if { (eval echo configure:5248: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    51585248  rm -rf conftest*
    51595249  bfd_cv_decl_needed_strstr=no
     
    51765266
    51775267echo $ac_n "checking whether sbrk must be declared""... $ac_c" 1>&6
    5178 echo "configure:5179: checking whether sbrk must be declared" >&5
     5268echo "configure:5269: checking whether sbrk must be declared" >&5
    51795269if eval "test \"`echo '$''{'bfd_cv_decl_needed_sbrk'+set}'`\" = set"; then
    51805270  echo $ac_n "(cached) $ac_c" 1>&6
    51815271else
    51825272  cat > conftest.$ac_ext <<EOF
    5183 #line 5184 "configure"
     5273#line 5274 "configure"
    51845274#include "confdefs.h"
    51855275
     
    52025292; return 0; }
    52035293EOF
    5204 if { (eval echo configure:5205: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5294if { (eval echo configure:5295: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    52055295  rm -rf conftest*
    52065296  bfd_cv_decl_needed_sbrk=no
     
    52235313
    52245314echo $ac_n "checking whether getenv must be declared""... $ac_c" 1>&6
    5225 echo "configure:5226: checking whether getenv must be declared" >&5
     5315echo "configure:5316: checking whether getenv must be declared" >&5
    52265316if eval "test \"`echo '$''{'bfd_cv_decl_needed_getenv'+set}'`\" = set"; then
    52275317  echo $ac_n "(cached) $ac_c" 1>&6
    52285318else
    52295319  cat > conftest.$ac_ext <<EOF
    5230 #line 5231 "configure"
     5320#line 5321 "configure"
    52315321#include "confdefs.h"
    52325322
     
    52495339; return 0; }
    52505340EOF
    5251 if { (eval echo configure:5252: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5341if { (eval echo configure:5342: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    52525342  rm -rf conftest*
    52535343  bfd_cv_decl_needed_getenv=no
     
    52705360
    52715361echo $ac_n "checking whether environ must be declared""... $ac_c" 1>&6
    5272 echo "configure:5273: checking whether environ must be declared" >&5
     5362echo "configure:5363: checking whether environ must be declared" >&5
    52735363if eval "test \"`echo '$''{'bfd_cv_decl_needed_environ'+set}'`\" = set"; then
    52745364  echo $ac_n "(cached) $ac_c" 1>&6
    52755365else
    52765366  cat > conftest.$ac_ext <<EOF
    5277 #line 5278 "configure"
     5367#line 5368 "configure"
    52785368#include "confdefs.h"
    52795369
     
    52965386; return 0; }
    52975387EOF
    5298 if { (eval echo configure:5299: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5388if { (eval echo configure:5389: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    52995389  rm -rf conftest*
    53005390  bfd_cv_decl_needed_environ=no
     
    53195409
    53205410case "${host}" in
    5321 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
     5411*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows* | *-*-os2*)
    53225412  cat >> confdefs.h <<\EOF
    53235413#define USE_BINARY_FOPEN 1
     
    55385628# Run this file to recreate the current configuration.
    55395629# This directory was configured as follows,
     5630EOF
     5631echo ': ${CONFIG_SHELL='"${CONFIG_SHELL-/bin/sh}"'}' >> $CONFIG_STATUS
     5632cat >> $CONFIG_STATUS <<EOF
    55405633# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
    55415634#
     
    55635656ac_given_srcdir=$srcdir
    55645657ac_given_INSTALL="$INSTALL"
     5658PATHIFS="$PATH_IFS"
    55655659
    55665660trap 'rm -fr `echo "Makefile po/Makefile.in:po/Make-in config.h:config.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
     
    55735667$ac_vpsub
    55745668$extrasub
     5669s,\([^a-zA-Z0-9:]\)/bin/sh\(.exe\),\1${CONFIG_SHELL-/bin/sh}\2,g
    55755670s%@SHELL@%$SHELL%g
    55765671s%@CFLAGS@%$CFLAGS%g
     
    55965691s%@infodir@%$infodir%g
    55975692s%@mandir@%$mandir%g
     5693s%@PATH_IFS@%$PATH_IFS%g
     5694s%@EXEEXT@%$EXEEXT%g
    55985695s%@host@%$host%g
    55995696s%@host_alias@%$host_alias%g
     
    56255722s%@LN_S@%$LN_S%g
    56265723s%@OBJEXT@%$OBJEXT%g
    5627 s%@EXEEXT@%$EXEEXT%g
    56285724s%@RANLIB@%$RANLIB%g
    56295725s%@STRIP@%$STRIP%g
     
    57445840      if test -z "$ac_dots"; then top_srcdir=.
    57455841      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
    5746   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
     5842  /* | [A-Za-z]:*)
     5843    srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
    57475844  *) # Relative path.
    57485845    srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
     
    57515848
    57525849  case "$ac_given_INSTALL" in
    5753   [/$]*) INSTALL="$ac_given_INSTALL" ;;
     5850  [/$]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;;
    57545851  *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
    57555852  esac
     
    57645861  esac
    57655862
    5766   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
     5863  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%$PATHIFS% $ac_given_srcdir/%g"`
    57675864  sed -e "$ac_comsub
    57685865s%@configure_input@%$configure_input%g
     
    58115908
    58125909  rm -f conftest.frag conftest.in conftest.out
    5813   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
     5910# kso the other way around might work better with drive letters and such.
     5911#  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
     5912  ac_file_inputs=`echo $ac_file_in|sed -e "s%:% $ac_given_srcdir/%g" -e "s%^%$ac_given_srcdir/%" `
    58145913  cat $ac_file_inputs > conftest.in
    58155914
  • trunk/src/binutils/etc/configure

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r100 r101  
    22
    33# Guess values for system-dependent variables and create Makefiles.
    4 # Generated automatically using autoconf version 2.12.1
     4# Generated automatically using autoconf version 2.13
    55# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
    66#
     
    334334
    335335  -version | --version | --versio | --versi | --vers)
    336     echo "configure generated by autoconf version 2.12.1"
     336    echo "configure generated by autoconf version 2.13"
    337337    exit 0 ;;
    338338
     
    504504ac_cpp='$CPP $CPPFLAGS'
    505505ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
    506 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
     506ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
    507507cross_compiling=$ac_cv_prog_cc_cross
    508508
     509ac_exeext=
     510ac_objext=o
    509511if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
    510512  # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
     
    518520  ac_n= ac_c='\c' ac_t=
    519521fi
     522
     523echo $ac_n "checking for path separator""... $ac_c" 1>&6
     524echo "configure:525: checking for path separator" >&5
     525# Filter path to get backslahes into forwardslashes
     526case "`uname -s 2> /dev/null`" in
     527OS/2)
     528  PATH=`echo -E "$PATH" | sed 's+\\\\+/+g'`
     529  PATH_IFS=';'
     530  ;;
     531*)
     532  PATH_IFS=':'
     533  ;;
     534esac
     535echo "$ac_t""${PATH_IFS}" 1>&6
     536
     537echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
     538echo "configure:539: checking for Cygwin environment" >&5
     539if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
     540  echo $ac_n "(cached) $ac_c" 1>&6
     541else
     542  cat > conftest.$ac_ext <<EOF
     543#line 544 "configure"
     544#include "confdefs.h"
     545
     546int main() {
     547
     548#ifndef __CYGWIN__
     549#define __CYGWIN__ __CYGWIN32__
     550#endif
     551return __CYGWIN__;
     552; return 0; }
     553EOF
     554if { (eval echo configure:555: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     555  rm -rf conftest*
     556  ac_cv_cygwin=yes
     557else
     558  echo "configure: failed program was:" >&5
     559  cat conftest.$ac_ext >&5
     560  rm -rf conftest*
     561  ac_cv_cygwin=no
     562fi
     563rm -f conftest*
     564rm -f conftest*
     565fi
     566
     567echo "$ac_t""$ac_cv_cygwin" 1>&6
     568CYGWIN=
     569test "$ac_cv_cygwin" = yes && CYGWIN=yes
     570echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
     571echo "configure:572: checking for mingw32 environment" >&5
     572if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
     573  echo $ac_n "(cached) $ac_c" 1>&6
     574else
     575  cat > conftest.$ac_ext <<EOF
     576#line 577 "configure"
     577#include "confdefs.h"
     578
     579int main() {
     580return __MINGW32__;
     581; return 0; }
     582EOF
     583if { (eval echo configure:584: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     584  rm -rf conftest*
     585  ac_cv_mingw32=yes
     586else
     587  echo "configure: failed program was:" >&5
     588  cat conftest.$ac_ext >&5
     589  rm -rf conftest*
     590  ac_cv_mingw32=no
     591fi
     592rm -f conftest*
     593rm -f conftest*
     594fi
     595
     596echo "$ac_t""$ac_cv_mingw32" 1>&6
     597MINGW32=
     598test "$ac_cv_mingw32" = yes && MINGW32=yes
     599echo $ac_n "checking for EMX/OS2 environment""... $ac_c" 1>&6
     600echo "configure:601: checking for EMX/OS2 environment" >&5
     601if eval "test \"`echo '$''{'ac_cv_emxos2'+set}'`\" = set"; then
     602  echo $ac_n "(cached) $ac_c" 1>&6
     603else
     604  : ${CC=gcc.exe}
     605cat > conftest.$ac_ext <<EOF
     606#line 607 "configure"
     607#include "confdefs.h"
     608
     609int main() {
     610return __EMX__;
     611; return 0; }
     612EOF
     613if { (eval echo configure:614: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     614  rm -rf conftest*
     615  ac_cv_emxos2=yes
     616else
     617  echo "configure: failed program was:" >&5
     618  cat conftest.$ac_ext >&5
     619  rm -rf conftest*
     620  ac_cv_emxos2=no
     621fi
     622rm -f conftest*
     623rm -f conftest*
     624fi
     625
     626echo "$ac_t""$ac_cv_emxos2" 1>&6
     627if eval "test \"`echo '$''{'ac_cv_libpre'+set}'`\" = set"; then
     628  echo $ac_n "(cached) $ac_c" 1>&6
     629else
     630  if test "$ac_cv_emxos2" = yes ; then
     631  ac_cv_libpre=
     632else
     633  ac_cv_libpre=lib
     634fi
     635
     636fi
     637
     638EMXOS2=
     639test "$ac_cv_emxos2" = yes && EMXOS2=yes
     640
     641
     642
     643echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
     644echo "configure:645: checking for executable suffix" >&5
     645if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
     646  echo $ac_n "(cached) $ac_c" 1>&6
     647else
     648  if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$EMXOS2" = yes; then
     649  ac_cv_exeext=.exe
     650else
     651  rm -f conftest*
     652  echo 'int main () { return 0; }' > conftest.$ac_ext
     653  ac_cv_exeext=
     654  if { (eval echo configure:655: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
     655    for file in conftest.*; do
     656      case $file in
     657      *.c | *.o | *.obj) ;;
     658      *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
     659      esac
     660    done
     661  else
     662    { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
     663  fi
     664  rm -f conftest*
     665  test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
     666fi
     667fi
     668
     669EXEEXT=""
     670test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
     671echo "$ac_t""${ac_cv_exeext}" 1>&6
     672ac_exeext=$EXEEXT
    520673
    521674
     
    552705# ./install, which can be erroneously created by make from ./install.sh.
    553706echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    554 echo "configure:555: checking for a BSD compatible install" >&5
     707echo "configure:708: checking for a BSD compatible install" >&5
    555708if test -z "$INSTALL"; then
    556709if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
    557710  echo $ac_n "(cached) $ac_c" 1>&6
    558711else
    559     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS="${IFS}:"
     712    IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS="$PATH_IFS"
    560713  for ac_dir in $PATH; do
    561714    # Account for people who put trailing slashes in PATH elements.
    562715    case "$ac_dir/" in
    563716    /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
     717    # We reject the install program from OS/2 or W3.1
     718    */OS2|*/OS2/*|*/WINDOWS|*/WINDOWS/*) ;;
    564719    *)
    565720      # OSF1 and SCO ODT 3.0 have their own names for install.
     
    567722      # by default.
    568723      for ac_prog in ginstall scoinst install; do
    569         if test -f $ac_dir/$ac_prog; then
     724        if test -f $ac_dir/$ac_prog$ac_exeext; then
    570725          if test $ac_prog = install &&
    571726            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
     
    573728            :
    574729          else
    575             ac_cv_path_install="$ac_dir/$ac_prog -c"
     730            ac_cv_path_install="$ac_dir/$ac_prog$ac_exeext -c"
    576731            break 2
    577732          fi
     
    599754# It thinks the first close brace ends the variable substitution.
    600755test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
     756
     757test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
    601758
    602759test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
     
    626783# and sets the high bit in the cache file unless we assign to the vars.
    627784(set) 2>&1 |
    628   case `(ac_space=' '; set) 2>&1 | grep ac_space` in
     785  case `(ac_space=' '; set | grep ac_space) 2>&1` in
    629786  *ac_space=\ *)
    630787    # `set' does not quote correctly, so add quotes (double-quote substitution
     
    676833s%\$%$$%g
    677834EOF
    678 DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
     835DEFS=`sed -f conftest.defs confdefs.h | tr '\012\015' ' '`
    679836rm -f conftest.defs
    680837
     
    690847# Run this file to recreate the current configuration.
    691848# This directory was configured as follows,
     849EOF
     850echo ': ${CONFIG_SHELL='"${CONFIG_SHELL-/bin/sh}"'}' >> $CONFIG_STATUS
     851cat >> $CONFIG_STATUS <<EOF
    692852# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
    693853#
     
    705865    exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
    706866  -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
    707     echo "$CONFIG_STATUS generated by autoconf version 2.12.1"
     867    echo "$CONFIG_STATUS generated by autoconf version 2.13"
    708868    exit 0 ;;
    709869  -help | --help | --hel | --he | --h)
     
    715875ac_given_srcdir=$srcdir
    716876ac_given_INSTALL="$INSTALL"
     877PATHIFS="$PATH_IFS"
    717878
    718879trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
     
    725886$ac_vpsub
    726887$extrasub
     888s,\([^a-zA-Z0-9:]\)/bin/sh\(.exe\),\1${CONFIG_SHELL-/bin/sh}\2,g
    727889s%@SHELL@%$SHELL%g
    728890s%@CFLAGS@%$CFLAGS%g
    729891s%@CPPFLAGS@%$CPPFLAGS%g
    730892s%@CXXFLAGS@%$CXXFLAGS%g
     893s%@FFLAGS@%$FFLAGS%g
    731894s%@DEFS@%$DEFS%g
    732895s%@LDFLAGS@%$LDFLAGS%g
     
    747910s%@infodir@%$infodir%g
    748911s%@mandir@%$mandir%g
     912s%@PATH_IFS@%$PATH_IFS%g
     913s%@EXEEXT@%$EXEEXT%g
    749914s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
     915s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
    750916s%@INSTALL_DATA@%$INSTALL_DATA%g
    751917
     
    819985      if test -z "$ac_dots"; then top_srcdir=.
    820986      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
    821   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
     987  /* | [A-Za-z]:*)
     988    srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
    822989  *) # Relative path.
    823990    srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
     
    826993
    827994  case "$ac_given_INSTALL" in
    828   [/$]*) INSTALL="$ac_given_INSTALL" ;;
     995  [/$]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;;
    829996  *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
    830997  esac
     
    8391006  esac
    8401007
    841   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
     1008  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%$PATHIFS% $ac_given_srcdir/%g"`
    8421009  sed -e "$ac_comsub
    8431010s%@configure_input@%$configure_input%g
  • trunk/src/binutils/gas/configure

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r100 r101  
    5656silent=
    5757site=
    58 sitefile=
    5958srcdir=
    6059target=NONE
     
    171170  --no-create             do not create output files
    172171  --quiet, --silent       do not print \`checking...' messages
    173   --site-file=FILE        use FILE as the site file
    174172  --version               print the version of autoconf that created configure
    175173Directory and file names:
     
    342340    site="$ac_optarg" ;;
    343341
    344   -site-file | --site-file | --site-fil | --site-fi | --site-f)
    345     ac_prev=sitefile ;;
    346   -site-file=* | --site-file=* | --site-fil=* | --site-fi=* | --site-f=*)
    347     sitefile="$ac_optarg" ;;
    348 
    349342  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
    350343    ac_prev=srcdir ;;
     
    512505
    513506# Prefer explicitly selected file to automatically selected ones.
    514 if test -z "$sitefile"; then
    515   if test -z "$CONFIG_SITE"; then
    516     if test "x$prefix" != xNONE; then
    517       CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
    518     else
    519       CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
    520     fi
     507if test -z "$CONFIG_SITE"; then
     508  if test "x$prefix" != xNONE; then
     509    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
     510  else
     511    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
    521512  fi
    522 else
    523   CONFIG_SITE="$sitefile"
    524513fi
    525514for ac_site_file in $CONFIG_SITE; do
     
    559548fi
    560549
     550echo $ac_n "checking for path separator""... $ac_c" 1>&6
     551echo "configure:552: checking for path separator" >&5
     552# Filter path to get backslahes into forwardslashes
     553case "`uname -s 2> /dev/null`" in
     554OS/2)
     555  PATH=`echo -E "$PATH" | sed 's+\\\\+/+g'`
     556  PATH_IFS=';'
     557  ;;
     558*)
     559  PATH_IFS=':'
     560  ;;
     561esac
     562echo "$ac_t""${PATH_IFS}" 1>&6
     563
    561564echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
    562 echo "configure:563: checking for Cygwin environment" >&5
     565echo "configure:566: checking for Cygwin environment" >&5
    563566if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
    564567  echo $ac_n "(cached) $ac_c" 1>&6
    565568else
    566569  cat > conftest.$ac_ext <<EOF
    567 #line 568 "configure"
     570#line 571 "configure"
    568571#include "confdefs.h"
    569572
     
    576579; return 0; }
    577580EOF
    578 if { (eval echo configure:579: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     581if { (eval echo configure:582: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    579582  rm -rf conftest*
    580583  ac_cv_cygwin=yes
     
    593596test "$ac_cv_cygwin" = yes && CYGWIN=yes
    594597echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
    595 echo "configure:596: checking for mingw32 environment" >&5
     598echo "configure:599: checking for mingw32 environment" >&5
    596599if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
    597600  echo $ac_n "(cached) $ac_c" 1>&6
    598601else
    599602  cat > conftest.$ac_ext <<EOF
    600 #line 601 "configure"
     603#line 604 "configure"
    601604#include "confdefs.h"
    602605
     
    605608; return 0; }
    606609EOF
    607 if { (eval echo configure:608: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     610if { (eval echo configure:611: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    608611  rm -rf conftest*
    609612  ac_cv_mingw32=yes
     
    621624MINGW32=
    622625test "$ac_cv_mingw32" = yes && MINGW32=yes
     626echo $ac_n "checking for EMX/OS2 environment""... $ac_c" 1>&6
     627echo "configure:628: checking for EMX/OS2 environment" >&5
     628if eval "test \"`echo '$''{'ac_cv_emxos2'+set}'`\" = set"; then
     629  echo $ac_n "(cached) $ac_c" 1>&6
     630else
     631  : ${CC=gcc.exe}
     632cat > conftest.$ac_ext <<EOF
     633#line 634 "configure"
     634#include "confdefs.h"
     635
     636int main() {
     637return __EMX__;
     638; return 0; }
     639EOF
     640if { (eval echo configure:641: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     641  rm -rf conftest*
     642  ac_cv_emxos2=yes
     643else
     644  echo "configure: failed program was:" >&5
     645  cat conftest.$ac_ext >&5
     646  rm -rf conftest*
     647  ac_cv_emxos2=no
     648fi
     649rm -f conftest*
     650rm -f conftest*
     651fi
     652
     653echo "$ac_t""$ac_cv_emxos2" 1>&6
     654if eval "test \"`echo '$''{'ac_cv_libpre'+set}'`\" = set"; then
     655  echo $ac_n "(cached) $ac_c" 1>&6
     656else
     657  if test "$ac_cv_emxos2" = yes ; then
     658  ac_cv_libpre=
     659else
     660  ac_cv_libpre=lib
     661fi
     662
     663fi
     664
     665EMXOS2=
     666test "$ac_cv_emxos2" = yes && EMXOS2=yes
     667
     668
     669
     670echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
     671echo "configure:672: checking for executable suffix" >&5
     672if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
     673  echo $ac_n "(cached) $ac_c" 1>&6
     674else
     675  if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$EMXOS2" = yes; then
     676  ac_cv_exeext=.exe
     677else
     678  rm -f conftest*
     679  echo 'int main () { return 0; }' > conftest.$ac_ext
     680  ac_cv_exeext=
     681  if { (eval echo configure:682: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
     682    for file in conftest.*; do
     683      case $file in
     684      *.c | *.o | *.obj) ;;
     685      *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
     686      esac
     687    done
     688  else
     689    { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
     690  fi
     691  rm -f conftest*
     692  test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
     693fi
     694fi
     695
     696EXEEXT=""
     697test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
     698echo "$ac_t""${ac_cv_exeext}" 1>&6
     699ac_exeext=$EXEEXT
     700
    623701
    624702
     
    670748
    671749echo $ac_n "checking host system type""... $ac_c" 1>&6
    672 echo "configure:673: checking host system type" >&5
     750echo "configure:751: checking host system type" >&5
    673751
    674752host_alias=$host
     
    691769
    692770echo $ac_n "checking target system type""... $ac_c" 1>&6
    693 echo "configure:694: checking target system type" >&5
     771echo "configure:772: checking target system type" >&5
    694772
    695773target_alias=$target
     
    709787
    710788echo $ac_n "checking build system type""... $ac_c" 1>&6
    711 echo "configure:712: checking build system type" >&5
     789echo "configure:790: checking build system type" >&5
    712790
    713791build_alias=$build
     
    734812set dummy gcc; ac_word=$2
    735813echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    736 echo "configure:737: checking for $ac_word" >&5
     814echo "configure:815: checking for $ac_word" >&5
    737815if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    738816  echo $ac_n "(cached) $ac_c" 1>&6
     
    741819  ac_cv_prog_CC="$CC" # Let the user override the test.
    742820else
    743   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     821  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    744822  ac_dummy="$PATH"
    745823  for ac_dir in $ac_dummy; do
    746824    test -z "$ac_dir" && ac_dir=.
    747     if test -f $ac_dir/$ac_word; then
     825    if test -f $ac_dir/$ac_word -o \
     826            -f $ac_dir/$ac_word$ac_exeext ; then
    748827      ac_cv_prog_CC="gcc"
    749828      break
     
    764843set dummy cc; ac_word=$2
    765844echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    766 echo "configure:767: checking for $ac_word" >&5
     845echo "configure:846: checking for $ac_word" >&5
    767846if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    768847  echo $ac_n "(cached) $ac_c" 1>&6
     
    771850  ac_cv_prog_CC="$CC" # Let the user override the test.
    772851else
    773   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     852  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    774853  ac_prog_rejected=no
    775854  ac_dummy="$PATH"
    776855  for ac_dir in $ac_dummy; do
    777856    test -z "$ac_dir" && ac_dir=.
    778     if test -f $ac_dir/$ac_word; then
    779       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
     857    if test -f $ac_dir/$ac_word -o \
     858            -f $ac_dir/$ac_word$ac_exeext ; then
     859      if test "$ac_dir/$ac_word" = "/usr/ucb/cc" -o \
     860               "$ac_dir/$ac_word$ac_exeext" = "/usr/ucb/cc" ; then
    780861        ac_prog_rejected=yes
    781862        continue
     
    815896set dummy cl; ac_word=$2
    816897echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    817 echo "configure:818: checking for $ac_word" >&5
     898echo "configure:899: checking for $ac_word" >&5
    818899if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    819900  echo $ac_n "(cached) $ac_c" 1>&6
     
    822903  ac_cv_prog_CC="$CC" # Let the user override the test.
    823904else
    824   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     905  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    825906  ac_dummy="$PATH"
    826907  for ac_dir in $ac_dummy; do
    827908    test -z "$ac_dir" && ac_dir=.
    828     if test -f $ac_dir/$ac_word; then
     909    if test -f $ac_dir/$ac_word -o \
     910            -f $ac_dir/$ac_word$ac_exeext ; then
    829911      ac_cv_prog_CC="cl"
    830912      break
     
    847929
    848930echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    849 echo "configure:850: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     931echo "configure:932: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    850932
    851933ac_ext=c
     
    858940cat > conftest.$ac_ext << EOF
    859941
    860 #line 861 "configure"
     942#line 943 "configure"
    861943#include "confdefs.h"
    862944
    863945main(){return(0);}
    864946EOF
    865 if { (eval echo configure:866: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     947if { (eval echo configure:948: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    866948  ac_cv_prog_cc_works=yes
    867949  # If we can't run a trivial program, we are probably using a cross compiler.
     
    889971fi
    890972echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    891 echo "configure:892: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     973echo "configure:974: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    892974echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    893975cross_compiling=$ac_cv_prog_cc_cross
    894976
    895977echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    896 echo "configure:897: checking whether we are using GNU C" >&5
     978echo "configure:979: checking whether we are using GNU C" >&5
    897979if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    898980  echo $ac_n "(cached) $ac_c" 1>&6
     
    903985#endif
    904986EOF
    905 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:906: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     987if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:988: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    906988  ac_cv_prog_gcc=yes
    907989else
     
    9221004CFLAGS=
    9231005echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    924 echo "configure:925: checking whether ${CC-cc} accepts -g" >&5
     1006echo "configure:1007: checking whether ${CC-cc} accepts -g" >&5
    9251007if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    9261008  echo $ac_n "(cached) $ac_c" 1>&6
     
    9541036
    9551037echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6
    956 echo "configure:957: checking for POSIXized ISC" >&5
     1038echo "configure:1039: checking for POSIXized ISC" >&5
    9571039if test -d /etc/conf/kconfig.d &&
    9581040  grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
     
    9881070# ./install, which can be erroneously created by make from ./install.sh.
    9891071echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    990 echo "configure:991: checking for a BSD compatible install" >&5
     1072echo "configure:1073: checking for a BSD compatible install" >&5
    9911073if test -z "$INSTALL"; then
    9921074if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
    9931075  echo $ac_n "(cached) $ac_c" 1>&6
    9941076else
    995     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
     1077    IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS="$PATH_IFS"
    9961078  for ac_dir in $PATH; do
    9971079    # Account for people who put trailing slashes in PATH elements.
    9981080    case "$ac_dir/" in
    9991081    /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
     1082    # We reject the install program from OS/2 or W3.1
     1083    */OS2|*/OS2/*|*/WINDOWS|*/WINDOWS/*) ;;
    10001084    *)
    10011085      # OSF1 and SCO ODT 3.0 have their own names for install.
     
    10031087      # by default.
    10041088      for ac_prog in ginstall scoinst install; do
    1005         if test -f $ac_dir/$ac_prog; then
     1089        if test -f $ac_dir/$ac_prog$ac_exeext; then
    10061090          if test $ac_prog = install &&
    10071091            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
     
    10091093            :
    10101094          else
    1011             ac_cv_path_install="$ac_dir/$ac_prog -c"
     1095            ac_cv_path_install="$ac_dir/$ac_prog$ac_exeext -c"
    10121096            break 2
    10131097          fi
     
    10411125
    10421126echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
    1043 echo "configure:1044: checking whether build environment is sane" >&5
     1127echo "configure:1128: checking whether build environment is sane" >&5
    10441128# Just in case
    10451129sleep 1
     
    10981182
    10991183echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    1100 echo "configure:1101: checking whether ${MAKE-make} sets \${MAKE}" >&5
     1184echo "configure:1185: checking whether ${MAKE-make} sets \${MAKE}" >&5
    11011185set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    11021186if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    11441228missing_dir=`cd $ac_aux_dir && pwd`
    11451229echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
    1146 echo "configure:1147: checking for working aclocal" >&5
     1230echo "configure:1231: checking for working aclocal" >&5
    11471231# Run test in a subshell; some versions of sh will print an error if
    11481232# an executable is not found, even if stderr is redirected.
     
    11571241
    11581242echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
    1159 echo "configure:1160: checking for working autoconf" >&5
     1243echo "configure:1244: checking for working autoconf" >&5
    11601244# Run test in a subshell; some versions of sh will print an error if
    11611245# an executable is not found, even if stderr is redirected.
     
    11701254
    11711255echo $ac_n "checking for working automake""... $ac_c" 1>&6
    1172 echo "configure:1173: checking for working automake" >&5
     1256echo "configure:1257: checking for working automake" >&5
    11731257# Run test in a subshell; some versions of sh will print an error if
    11741258# an executable is not found, even if stderr is redirected.
     
    11831267
    11841268echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
    1185 echo "configure:1186: checking for working autoheader" >&5
     1269echo "configure:1270: checking for working autoheader" >&5
    11861270# Run test in a subshell; some versions of sh will print an error if
    11871271# an executable is not found, even if stderr is redirected.
     
    11961280
    11971281echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
    1198 echo "configure:1199: checking for working makeinfo" >&5
     1282echo "configure:1283: checking for working makeinfo" >&5
    11991283# Run test in a subshell; some versions of sh will print an error if
    12001284# an executable is not found, even if stderr is redirected.
     
    12911375  # Check if gcc -print-prog-name=ld gives a path.
    12921376  echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
    1293 echo "configure:1294: checking for ld used by GCC" >&5
     1377echo "configure:1378: checking for ld used by GCC" >&5
    12941378  case $host in
    12951379  *-*-mingw*)
     
    13211405elif test "$with_gnu_ld" = yes; then
    13221406  echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
    1323 echo "configure:1324: checking for GNU ld" >&5
     1407echo "configure:1408: checking for GNU ld" >&5
    13241408else
    13251409  echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
    1326 echo "configure:1327: checking for non-GNU ld" >&5
     1410echo "configure:1411: checking for non-GNU ld" >&5
    13271411fi
    13281412if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then
     
    13591443test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
    13601444echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
    1361 echo "configure:1362: checking if the linker ($LD) is GNU ld" >&5
     1445echo "configure:1446: checking if the linker ($LD) is GNU ld" >&5
    13621446if eval "test \"`echo '$''{'ac_cv_prog_gnu_ld'+set}'`\" = set"; then
    13631447  echo $ac_n "(cached) $ac_c" 1>&6
     
    13761460
    13771461echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6
    1378 echo "configure:1379: checking for $LD option to reload object files" >&5
     1462echo "configure:1463: checking for $LD option to reload object files" >&5
    13791463if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then
    13801464  echo $ac_n "(cached) $ac_c" 1>&6
     
    13881472
    13891473echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
    1390 echo "configure:1391: checking for BSD-compatible nm" >&5
     1474echo "configure:1475: checking for BSD-compatible nm" >&5
    13911475if eval "test \"`echo '$''{'ac_cv_path_NM'+set}'`\" = set"; then
    13921476  echo $ac_n "(cached) $ac_c" 1>&6
     
    14261510
    14271511echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    1428 echo "configure:1429: checking whether ln -s works" >&5
     1512echo "configure:1513: checking whether ln -s works" >&5
    14291513if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    14301514  echo $ac_n "(cached) $ac_c" 1>&6
     
    14361520  ac_cv_prog_LN_S="ln -s"
    14371521else
    1438   ac_cv_prog_LN_S=ln
    1439 fi
     1522  echo A > conftestdata;
     1523  if ln conftestdata conftestdata2 2>/dev/null; then
     1524    ac_cv_prog_LN_S=ln
     1525  else
     1526    ac_cv_prog_LN_S=cp
     1527  fi
     1528fi
     1529rm -f conftestdata*
    14401530fi
    14411531LN_S="$ac_cv_prog_LN_S"
     
    14471537
    14481538echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6
    1449 echo "configure:1450: checking how to recognise dependant libraries" >&5
     1539echo "configure:1540: checking how to recognise dependant libraries" >&5
    14501540if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then
    14511541  echo $ac_n "(cached) $ac_c" 1>&6
     
    15901680
    15911681echo $ac_n "checking for object suffix""... $ac_c" 1>&6
    1592 echo "configure:1593: checking for object suffix" >&5
     1682echo "configure:1683: checking for object suffix" >&5
    15931683if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then
    15941684  echo $ac_n "(cached) $ac_c" 1>&6
     
    15961686  rm -f conftest*
    15971687echo 'int i = 1;' > conftest.$ac_ext
    1598 if { (eval echo configure:1599: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1688if { (eval echo configure:1689: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    15991689  for ac_file in conftest.*; do
    16001690    case $ac_file in
     
    16131703ac_objext=$ac_cv_objext
    16141704
    1615 
    1616 
    1617 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
    1618 echo "configure:1619: checking for executable suffix" >&5
    1619 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
    1620   echo $ac_n "(cached) $ac_c" 1>&6
    1621 else
    1622   if test "$CYGWIN" = yes || test "$MINGW32" = yes; then
    1623   ac_cv_exeext=.exe
    1624 else
    1625   rm -f conftest*
    1626   echo 'int main () { return 0; }' > conftest.$ac_ext
    1627   ac_cv_exeext=
    1628   if { (eval echo configure:1629: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
    1629     for file in conftest.*; do
    1630       case $file in
    1631       *.c | *.o | *.obj | *.ilk | *.pdb) ;;
    1632       *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
    1633       esac
    1634     done
    1635   else
    1636     { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
    1637   fi
    1638   rm -f conftest*
    1639   test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
    1640 fi
    1641 fi
    1642 
    1643 EXEEXT=""
    1644 test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
    1645 echo "$ac_t""${ac_cv_exeext}" 1>&6
    1646 ac_exeext=$EXEEXT
    1647 
    16481705if test $host != $build; then
    16491706  ac_tool_prefix=${host_alias}-
     
    16591716  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
    16601717    echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6
    1661 echo "configure:1662: checking for ${ac_tool_prefix}file" >&5
     1718echo "configure:1719: checking for ${ac_tool_prefix}file" >&5
    16621719if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
    16631720  echo $ac_n "(cached) $ac_c" 1>&6
     
    17211778  if test -n "$ac_tool_prefix"; then
    17221779    echo $ac_n "checking for file""... $ac_c" 1>&6
    1723 echo "configure:1724: checking for file" >&5
     1780echo "configure:1781: checking for file" >&5
    17241781if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
    17251782  echo $ac_n "(cached) $ac_c" 1>&6
     
    17921849set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    17931850echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1794 echo "configure:1795: checking for $ac_word" >&5
     1851echo "configure:1852: checking for $ac_word" >&5
    17951852if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    17961853  echo $ac_n "(cached) $ac_c" 1>&6
     
    17991856  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
    18001857else
    1801   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1858  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    18021859  ac_dummy="$PATH"
    18031860  for ac_dir in $ac_dummy; do
    18041861    test -z "$ac_dir" && ac_dir=.
    1805     if test -f $ac_dir/$ac_word; then
     1862    if test -f $ac_dir/$ac_word -o \
     1863            -f $ac_dir/$ac_word$ac_exeext ; then
    18061864      ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
    18071865      break
     
    18241882set dummy ranlib; ac_word=$2
    18251883echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1826 echo "configure:1827: checking for $ac_word" >&5
     1884echo "configure:1885: checking for $ac_word" >&5
    18271885if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    18281886  echo $ac_n "(cached) $ac_c" 1>&6
     
    18311889  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
    18321890else
    1833   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1891  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    18341892  ac_dummy="$PATH"
    18351893  for ac_dir in $ac_dummy; do
    18361894    test -z "$ac_dir" && ac_dir=.
    1837     if test -f $ac_dir/$ac_word; then
     1895    if test -f $ac_dir/$ac_word -o \
     1896            -f $ac_dir/$ac_word$ac_exeext ; then
    18381897      ac_cv_prog_RANLIB="ranlib"
    18391898      break
     
    18591918set dummy ${ac_tool_prefix}strip; ac_word=$2
    18601919echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1861 echo "configure:1862: checking for $ac_word" >&5
     1920echo "configure:1921: checking for $ac_word" >&5
    18621921if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
    18631922  echo $ac_n "(cached) $ac_c" 1>&6
     
    18661925  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
    18671926else
    1868   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1927  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    18691928  ac_dummy="$PATH"
    18701929  for ac_dir in $ac_dummy; do
    18711930    test -z "$ac_dir" && ac_dir=.
    1872     if test -f $ac_dir/$ac_word; then
     1931    if test -f $ac_dir/$ac_word -o \
     1932            -f $ac_dir/$ac_word$ac_exeext ; then
    18731933      ac_cv_prog_STRIP="${ac_tool_prefix}strip"
    18741934      break
     
    18911951set dummy strip; ac_word=$2
    18921952echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1893 echo "configure:1894: checking for $ac_word" >&5
     1953echo "configure:1954: checking for $ac_word" >&5
    18941954if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
    18951955  echo $ac_n "(cached) $ac_c" 1>&6
     
    18981958  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
    18991959else
    1900   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1960  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    19011961  ac_dummy="$PATH"
    19021962  for ac_dir in $ac_dummy; do
    19031963    test -z "$ac_dir" && ac_dir=.
    1904     if test -f $ac_dir/$ac_word; then
     1964    if test -f $ac_dir/$ac_word -o \
     1965            -f $ac_dir/$ac_word$ac_exeext ; then
    19051966      ac_cv_prog_STRIP="strip"
    19061967      break
     
    19582019*-*-irix6*)
    19592020  # Find out which ABI we are using.
    1960   echo '#line 1961 "configure"' > conftest.$ac_ext
    1961   if { (eval echo configure:1962: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2021  echo '#line 2022 "configure"' > conftest.$ac_ext
     2022  if { (eval echo configure:2023: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    19622023    case "`/usr/bin/file conftest.o`" in
    19632024    *32-bit*)
     
    19802041  CFLAGS="$CFLAGS -belf"
    19812042  echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6
    1982 echo "configure:1983: checking whether the C compiler needs -belf" >&5
     2043echo "configure:2044: checking whether the C compiler needs -belf" >&5
    19832044if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
    19842045  echo $ac_n "(cached) $ac_c" 1>&6
     
    19932054
    19942055     cat > conftest.$ac_ext <<EOF
    1995 #line 1996 "configure"
     2056#line 2057 "configure"
    19962057#include "confdefs.h"
    19972058
     
    20002061; return 0; }
    20012062EOF
    2002 if { (eval echo configure:2003: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2063if { (eval echo configure:2064: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    20032064  rm -rf conftest*
    20042065  lt_cv_cc_needs_belf=yes
     
    23992460      i386-*-mingw32*)      fmt=coff em=pe bfd_gas=yes ;;
    24002461      i386-*-*nt*)          fmt=coff em=pe bfd_gas=yes ;;
     2462      i386-*-os2*)          fmt=aout em=emx bfd_gas=yes ;;
    24012463      i386-*-vxworks*)      fmt=aout ;;
    24022464      i386-*-chaos)         fmt=elf ;;
     
    30713133set dummy gcc; ac_word=$2
    30723134echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3073 echo "configure:3074: checking for $ac_word" >&5
     3135echo "configure:3136: checking for $ac_word" >&5
    30743136if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    30753137  echo $ac_n "(cached) $ac_c" 1>&6
     
    30783140  ac_cv_prog_CC="$CC" # Let the user override the test.
    30793141else
    3080   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     3142  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    30813143  ac_dummy="$PATH"
    30823144  for ac_dir in $ac_dummy; do
    30833145    test -z "$ac_dir" && ac_dir=.
    3084     if test -f $ac_dir/$ac_word; then
     3146    if test -f $ac_dir/$ac_word -o \
     3147            -f $ac_dir/$ac_word$ac_exeext ; then
    30853148      ac_cv_prog_CC="gcc"
    30863149      break
     
    31013164set dummy cc; ac_word=$2
    31023165echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3103 echo "configure:3104: checking for $ac_word" >&5
     3166echo "configure:3167: checking for $ac_word" >&5
    31043167if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    31053168  echo $ac_n "(cached) $ac_c" 1>&6
     
    31083171  ac_cv_prog_CC="$CC" # Let the user override the test.
    31093172else
    3110   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     3173  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    31113174  ac_prog_rejected=no
    31123175  ac_dummy="$PATH"
    31133176  for ac_dir in $ac_dummy; do
    31143177    test -z "$ac_dir" && ac_dir=.
    3115     if test -f $ac_dir/$ac_word; then
    3116       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
     3178    if test -f $ac_dir/$ac_word -o \
     3179            -f $ac_dir/$ac_word$ac_exeext ; then
     3180      if test "$ac_dir/$ac_word" = "/usr/ucb/cc" -o \
     3181               "$ac_dir/$ac_word$ac_exeext" = "/usr/ucb/cc" ; then
    31173182        ac_prog_rejected=yes
    31183183        continue
     
    31523217set dummy cl; ac_word=$2
    31533218echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3154 echo "configure:3155: checking for $ac_word" >&5
     3219echo "configure:3220: checking for $ac_word" >&5
    31553220if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    31563221  echo $ac_n "(cached) $ac_c" 1>&6
     
    31593224  ac_cv_prog_CC="$CC" # Let the user override the test.
    31603225else
    3161   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     3226  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    31623227  ac_dummy="$PATH"
    31633228  for ac_dir in $ac_dummy; do
    31643229    test -z "$ac_dir" && ac_dir=.
    3165     if test -f $ac_dir/$ac_word; then
     3230    if test -f $ac_dir/$ac_word -o \
     3231            -f $ac_dir/$ac_word$ac_exeext ; then
    31663232      ac_cv_prog_CC="cl"
    31673233      break
     
    31843250
    31853251echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    3186 echo "configure:3187: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     3252echo "configure:3253: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    31873253
    31883254ac_ext=c
     
    31953261cat > conftest.$ac_ext << EOF
    31963262
    3197 #line 3198 "configure"
     3263#line 3264 "configure"
    31983264#include "confdefs.h"
    31993265
    32003266main(){return(0);}
    32013267EOF
    3202 if { (eval echo configure:3203: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3268if { (eval echo configure:3269: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    32033269  ac_cv_prog_cc_works=yes
    32043270  # If we can't run a trivial program, we are probably using a cross compiler.
     
    32263292fi
    32273293echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    3228 echo "configure:3229: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     3294echo "configure:3295: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    32293295echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    32303296cross_compiling=$ac_cv_prog_cc_cross
    32313297
    32323298echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    3233 echo "configure:3234: checking whether we are using GNU C" >&5
     3299echo "configure:3300: checking whether we are using GNU C" >&5
    32343300if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    32353301  echo $ac_n "(cached) $ac_c" 1>&6
     
    32403306#endif
    32413307EOF
    3242 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:3243: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     3308if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:3309: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    32433309  ac_cv_prog_gcc=yes
    32443310else
     
    32593325CFLAGS=
    32603326echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    3261 echo "configure:3262: checking whether ${CC-cc} accepts -g" >&5
     3327echo "configure:3328: checking whether ${CC-cc} accepts -g" >&5
    32623328if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    32633329  echo $ac_n "(cached) $ac_c" 1>&6
     
    32963362set dummy $ac_prog; ac_word=$2
    32973363echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3298 echo "configure:3299: checking for $ac_word" >&5
     3364echo "configure:3365: checking for $ac_word" >&5
    32993365if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
    33003366  echo $ac_n "(cached) $ac_c" 1>&6
     
    33033369  ac_cv_prog_YACC="$YACC" # Let the user override the test.
    33043370else
    3305   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     3371  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    33063372  ac_dummy="$PATH"
    33073373  for ac_dir in $ac_dummy; do
    33083374    test -z "$ac_dir" && ac_dir=.
    3309     if test -f $ac_dir/$ac_word; then
     3375    if test -f $ac_dir/$ac_word -o \
     3376            -f $ac_dir/$ac_word$ac_exeext ; then
    33103377      ac_cv_prog_YACC="$ac_prog"
    33113378      break
     
    33273394
    33283395echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    3329 echo "configure:3330: checking how to run the C preprocessor" >&5
     3396echo "configure:3397: checking how to run the C preprocessor" >&5
    33303397# On Suns, sometimes $CPP names a directory.
    33313398if test -n "$CPP" && test -d "$CPP"; then
     
    33423409  # not just through cpp.
    33433410  cat > conftest.$ac_ext <<EOF
    3344 #line 3345 "configure"
     3411#include <sys/types.h>
     3412#line 3413 "configure"
    33453413#include "confdefs.h"
    33463414#include <assert.h>
     
    33483416EOF
    33493417ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3350 { (eval echo configure:3351: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3418{ (eval echo configure:3419: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    33513419ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    33523420if test -z "$ac_err"; then
     
    33593427  CPP="${CC-cc} -E -traditional-cpp"
    33603428  cat > conftest.$ac_ext <<EOF
    3361 #line 3362 "configure"
     3429#include <sys/types.h>
     3430#line 3431 "configure"
    33623431#include "confdefs.h"
    33633432#include <assert.h>
     
    33653434EOF
    33663435ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3367 { (eval echo configure:3368: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3436{ (eval echo configure:3437: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    33683437ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    33693438if test -z "$ac_err"; then
     
    33763445  CPP="${CC-cc} -nologo -E"
    33773446  cat > conftest.$ac_ext <<EOF
    3378 #line 3379 "configure"
     3447#include <sys/types.h>
     3448#line 3449 "configure"
    33793449#include "confdefs.h"
    33803450#include <assert.h>
     
    33823452EOF
    33833453ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3384 { (eval echo configure:3385: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3454{ (eval echo configure:3455: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    33853455ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    33863456if test -z "$ac_err"; then
     
    34123482set dummy $ac_prog; ac_word=$2
    34133483echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3414 echo "configure:3415: checking for $ac_word" >&5
     3484echo "configure:3485: checking for $ac_word" >&5
    34153485if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
    34163486  echo $ac_n "(cached) $ac_c" 1>&6
     
    34193489  ac_cv_prog_LEX="$LEX" # Let the user override the test.
    34203490else
    3421   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     3491  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    34223492  ac_dummy="$PATH"
    34233493  for ac_dir in $ac_dummy; do
    34243494    test -z "$ac_dir" && ac_dir=.
    3425     if test -f $ac_dir/$ac_word; then
     3495    if test -f $ac_dir/$ac_word -o \
     3496            -f $ac_dir/$ac_word$ac_exeext ; then
    34263497      ac_cv_prog_LEX="$ac_prog"
    34273498      break
     
    34453516set dummy flex; ac_word=$2
    34463517echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3447 echo "configure:3448: checking for $ac_word" >&5
     3518echo "configure:3519: checking for $ac_word" >&5
    34483519if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
    34493520  echo $ac_n "(cached) $ac_c" 1>&6
     
    34523523  ac_cv_prog_LEX="$LEX" # Let the user override the test.
    34533524else
    3454   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     3525  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    34553526  ac_dummy="$PATH"
    34563527  for ac_dir in $ac_dummy; do
    34573528    test -z "$ac_dir" && ac_dir=.
    3458     if test -f $ac_dir/$ac_word; then
     3529    if test -f $ac_dir/$ac_word -o \
     3530            -f $ac_dir/$ac_word$ac_exeext ; then
    34593531      ac_cv_prog_LEX="flex"
    34603532      break
     
    34793551  esac
    34803552  echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
    3481 echo "configure:3482: checking for yywrap in -l$ac_lib" >&5
     3553echo "configure:3554: checking for yywrap in -l$ac_lib" >&5
    34823554ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
    34833555if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    34873559LIBS="-l$ac_lib  $LIBS"
    34883560cat > conftest.$ac_ext <<EOF
    3489 #line 3490 "configure"
     3561#line 3562 "configure"
    34903562#include "confdefs.h"
    34913563/* Override any gcc2 internal prototype to avoid an error.  */
     
    34983570; return 0; }
    34993571EOF
    3500 if { (eval echo configure:3501: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3572if { (eval echo configure:3573: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    35013573  rm -rf conftest*
    35023574  eval "ac_cv_lib_$ac_lib_var=yes"
     
    35213593
    35223594echo $ac_n "checking lex output file root""... $ac_c" 1>&6
    3523 echo "configure:3524: checking lex output file root" >&5
     3595echo "configure:3596: checking lex output file root" >&5
    35243596if eval "test \"`echo '$''{'ac_cv_prog_lex_root'+set}'`\" = set"; then
    35253597  echo $ac_n "(cached) $ac_c" 1>&6
     
    35423614
    35433615echo $ac_n "checking whether yytext is a pointer""... $ac_c" 1>&6
    3544 echo "configure:3545: checking whether yytext is a pointer" >&5
     3616echo "configure:3617: checking whether yytext is a pointer" >&5
    35453617if eval "test \"`echo '$''{'ac_cv_prog_lex_yytext_pointer'+set}'`\" = set"; then
    35463618  echo $ac_n "(cached) $ac_c" 1>&6
     
    35543626LIBS="$LIBS $LEXLIB"
    35553627cat > conftest.$ac_ext <<EOF
    3556 #line 3557 "configure"
     3628#line 3629 "configure"
    35573629#include "confdefs.h"
    35583630`cat $LEX_OUTPUT_ROOT.c`
     
    35613633; return 0; }
    35623634EOF
    3563 if { (eval echo configure:3564: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3635if { (eval echo configure:3636: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    35643636  rm -rf conftest*
    35653637  ac_cv_prog_lex_yytext_pointer=yes
     
    35873659set dummy ranlib; ac_word=$2
    35883660echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3589 echo "configure:3590: checking for $ac_word" >&5
     3661echo "configure:3662: checking for $ac_word" >&5
    35903662if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    35913663  echo $ac_n "(cached) $ac_c" 1>&6
     
    35943666  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
    35953667else
    3596   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     3668  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    35973669  ac_dummy="$PATH"
    35983670  for ac_dir in $ac_dummy; do
    35993671    test -z "$ac_dir" && ac_dir=.
    3600     if test -f $ac_dir/$ac_word; then
     3672    if test -f $ac_dir/$ac_word -o \
     3673            -f $ac_dir/$ac_word$ac_exeext ; then
    36013674      ac_cv_prog_RANLIB="ranlib"
    36023675      break
     
    36153688
    36163689echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    3617 echo "configure:3618: checking for ANSI C header files" >&5
     3690echo "configure:3691: checking for ANSI C header files" >&5
    36183691if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    36193692  echo $ac_n "(cached) $ac_c" 1>&6
    36203693else
    36213694  cat > conftest.$ac_ext <<EOF
    3622 #line 3623 "configure"
     3695#include <sys/types.h>
     3696#line 3697 "configure"
    36233697#include "confdefs.h"
    36243698#include <stdlib.h>
     
    36283702EOF
    36293703ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3630 { (eval echo configure:3631: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3704{ (eval echo configure:3705: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    36313705ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    36323706if test -z "$ac_err"; then
     
    36453719  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    36463720cat > conftest.$ac_ext <<EOF
    3647 #line 3648 "configure"
     3721#line 3722 "configure"
    36483722#include "confdefs.h"
    36493723#include <string.h>
     
    36633737  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    36643738cat > conftest.$ac_ext <<EOF
    3665 #line 3666 "configure"
     3739#line 3740 "configure"
    36663740#include "confdefs.h"
    36673741#include <stdlib.h>
     
    36843758else
    36853759  cat > conftest.$ac_ext <<EOF
    3686 #line 3687 "configure"
     3760#line 3761 "configure"
    36873761#include "confdefs.h"
    36883762#include <ctype.h>
     
    36953769
    36963770EOF
    3697 if { (eval echo configure:3698: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3771if { (eval echo configure:3772: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    36983772then
    36993773  :
     
    37193793
    37203794echo $ac_n "checking for working const""... $ac_c" 1>&6
    3721 echo "configure:3722: checking for working const" >&5
     3795echo "configure:3796: checking for working const" >&5
    37223796if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
    37233797  echo $ac_n "(cached) $ac_c" 1>&6
    37243798else
    37253799  cat > conftest.$ac_ext <<EOF
    3726 #line 3727 "configure"
     3800#line 3801 "configure"
    37273801#include "confdefs.h"
    37283802
     
    37733847; return 0; }
    37743848EOF
    3775 if { (eval echo configure:3776: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3849if { (eval echo configure:3850: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    37763850  rm -rf conftest*
    37773851  ac_cv_c_const=yes
     
    37943868
    37953869echo $ac_n "checking for inline""... $ac_c" 1>&6
    3796 echo "configure:3797: checking for inline" >&5
     3870echo "configure:3871: checking for inline" >&5
    37973871if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
    37983872  echo $ac_n "(cached) $ac_c" 1>&6
     
    38013875for ac_kw in inline __inline__ __inline; do
    38023876  cat > conftest.$ac_ext <<EOF
    3803 #line 3804 "configure"
     3877#line 3878 "configure"
    38043878#include "confdefs.h"
    38053879
     
    38083882; return 0; }
    38093883EOF
    3810 if { (eval echo configure:3811: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3884if { (eval echo configure:3885: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    38113885  rm -rf conftest*
    38123886  ac_cv_c_inline=$ac_kw; break
     
    38343908
    38353909echo $ac_n "checking for off_t""... $ac_c" 1>&6
    3836 echo "configure:3837: checking for off_t" >&5
     3910echo "configure:3911: checking for off_t" >&5
    38373911if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
    38383912  echo $ac_n "(cached) $ac_c" 1>&6
    38393913else
    38403914  cat > conftest.$ac_ext <<EOF
    3841 #line 3842 "configure"
     3915#line 3916 "configure"
    38423916#include "confdefs.h"
    38433917#include <sys/types.h>
     
    38673941
    38683942echo $ac_n "checking for size_t""... $ac_c" 1>&6
    3869 echo "configure:3870: checking for size_t" >&5
     3943echo "configure:3944: checking for size_t" >&5
    38703944if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
    38713945  echo $ac_n "(cached) $ac_c" 1>&6
    38723946else
    38733947  cat > conftest.$ac_ext <<EOF
    3874 #line 3875 "configure"
     3948#line 3949 "configure"
    38753949#include "confdefs.h"
    38763950#include <sys/types.h>
     
    39023976# for constant arguments.  Useless!
    39033977echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
    3904 echo "configure:3905: checking for working alloca.h" >&5
     3978echo "configure:3979: checking for working alloca.h" >&5
    39053979if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
    39063980  echo $ac_n "(cached) $ac_c" 1>&6
    39073981else
    39083982  cat > conftest.$ac_ext <<EOF
    3909 #line 3910 "configure"
     3983#line 3984 "configure"
    39103984#include "confdefs.h"
    39113985#include <alloca.h>
     
    39143988; return 0; }
    39153989EOF
    3916 if { (eval echo configure:3917: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3990if { (eval echo configure:3991: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    39173991  rm -rf conftest*
    39183992  ac_cv_header_alloca_h=yes
     
    39354009
    39364010echo $ac_n "checking for alloca""... $ac_c" 1>&6
    3937 echo "configure:3938: checking for alloca" >&5
     4011echo "configure:4012: checking for alloca" >&5
    39384012if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
    39394013  echo $ac_n "(cached) $ac_c" 1>&6
    39404014else
    39414015  cat > conftest.$ac_ext <<EOF
    3942 #line 3943 "configure"
     4016#line 4017 "configure"
    39434017#include "confdefs.h"
    39444018
     
    39684042; return 0; }
    39694043EOF
    3970 if { (eval echo configure:3971: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4044if { (eval echo configure:4045: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    39714045  rm -rf conftest*
    39724046  ac_cv_func_alloca_works=yes
     
    40004074
    40014075echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
    4002 echo "configure:4003: checking whether alloca needs Cray hooks" >&5
     4076echo "configure:4077: checking whether alloca needs Cray hooks" >&5
    40034077if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
    40044078  echo $ac_n "(cached) $ac_c" 1>&6
    40054079else
    40064080  cat > conftest.$ac_ext <<EOF
    4007 #line 4008 "configure"
     4081#line 4082 "configure"
    40084082#include "confdefs.h"
    40094083#if defined(CRAY) && ! defined(CRAY2)
     
    40304104for ac_func in _getb67 GETB67 getb67; do
    40314105  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    4032 echo "configure:4033: checking for $ac_func" >&5
     4106echo "configure:4107: checking for $ac_func" >&5
    40334107if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    40344108  echo $ac_n "(cached) $ac_c" 1>&6
    40354109else
    40364110  cat > conftest.$ac_ext <<EOF
    4037 #line 4038 "configure"
     4111#line 4112 "configure"
    40384112#include "confdefs.h"
    40394113/* System header to define __stub macros and hopefully few prototypes,
     
    40584132; return 0; }
    40594133EOF
    4060 if { (eval echo configure:4061: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4134if { (eval echo configure:4135: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    40614135  rm -rf conftest*
    40624136  eval "ac_cv_func_$ac_func=yes"
     
    40854159
    40864160echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
    4087 echo "configure:4088: checking stack direction for C alloca" >&5
     4161echo "configure:4162: checking stack direction for C alloca" >&5
    40884162if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
    40894163  echo $ac_n "(cached) $ac_c" 1>&6
     
    40934167else
    40944168  cat > conftest.$ac_ext <<EOF
    4095 #line 4096 "configure"
     4169#line 4170 "configure"
    40964170#include "confdefs.h"
    40974171find_stack_direction ()
     
    41124186}
    41134187EOF
    4114 if { (eval echo configure:4115: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     4188if { (eval echo configure:4189: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    41154189then
    41164190  ac_cv_c_stack_direction=1
     
    41374211ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    41384212echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    4139 echo "configure:4140: checking for $ac_hdr" >&5
     4213echo "configure:4214: checking for $ac_hdr" >&5
    41404214if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    41414215  echo $ac_n "(cached) $ac_c" 1>&6
    41424216else
    41434217  cat > conftest.$ac_ext <<EOF
    4144 #line 4145 "configure"
     4218#include <sys/types.h>
     4219#line 4220 "configure"
    41454220#include "confdefs.h"
    41464221#include <$ac_hdr>
    41474222EOF
    41484223ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4149 { (eval echo configure:4150: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4224{ (eval echo configure:4225: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    41504225ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    41514226if test -z "$ac_err"; then
     
    41764251do
    41774252echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    4178 echo "configure:4179: checking for $ac_func" >&5
     4253echo "configure:4254: checking for $ac_func" >&5
    41794254if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    41804255  echo $ac_n "(cached) $ac_c" 1>&6
    41814256else
    41824257  cat > conftest.$ac_ext <<EOF
    4183 #line 4184 "configure"
     4258#line 4259 "configure"
    41844259#include "confdefs.h"
    41854260/* System header to define __stub macros and hopefully few prototypes,
     
    42044279; return 0; }
    42054280EOF
    4206 if { (eval echo configure:4207: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4281if { (eval echo configure:4282: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    42074282  rm -rf conftest*
    42084283  eval "ac_cv_func_$ac_func=yes"
     
    42294304
    42304305echo $ac_n "checking for working mmap""... $ac_c" 1>&6
    4231 echo "configure:4232: checking for working mmap" >&5
     4306echo "configure:4307: checking for working mmap" >&5
    42324307if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
    42334308  echo $ac_n "(cached) $ac_c" 1>&6
     
    42374312else
    42384313  cat > conftest.$ac_ext <<EOF
    4239 #line 4240 "configure"
     4314#line 4315 "configure"
    42404315#include "confdefs.h"
    42414316
     
    43774452
    43784453EOF
    4379 if { (eval echo configure:4380: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     4454if { (eval echo configure:4455: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    43804455then
    43814456  ac_cv_func_mmap_fixed_mapped=yes
     
    44054480ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    44064481echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    4407 echo "configure:4408: checking for $ac_hdr" >&5
     4482echo "configure:4483: checking for $ac_hdr" >&5
    44084483if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    44094484  echo $ac_n "(cached) $ac_c" 1>&6
    44104485else
    44114486  cat > conftest.$ac_ext <<EOF
    4412 #line 4413 "configure"
     4487#include <sys/types.h>
     4488#line 4489 "configure"
    44134489#include "confdefs.h"
    44144490#include <$ac_hdr>
    44154491EOF
    44164492ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4417 { (eval echo configure:4418: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4493{ (eval echo configure:4494: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    44184494ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    44194495if test -z "$ac_err"; then
     
    44454521do
    44464522echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    4447 echo "configure:4448: checking for $ac_func" >&5
     4523echo "configure:4524: checking for $ac_func" >&5
    44484524if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    44494525  echo $ac_n "(cached) $ac_c" 1>&6
    44504526else
    44514527  cat > conftest.$ac_ext <<EOF
    4452 #line 4453 "configure"
     4528#line 4529 "configure"
    44534529#include "confdefs.h"
    44544530/* System header to define __stub macros and hopefully few prototypes,
     
    44734549; return 0; }
    44744550EOF
    4475 if { (eval echo configure:4476: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4551if { (eval echo configure:4552: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    44764552  rm -rf conftest*
    44774553  eval "ac_cv_func_$ac_func=yes"
     
    45024578do
    45034579echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    4504 echo "configure:4505: checking for $ac_func" >&5
     4580echo "configure:4581: checking for $ac_func" >&5
    45054581if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    45064582  echo $ac_n "(cached) $ac_c" 1>&6
    45074583else
    45084584  cat > conftest.$ac_ext <<EOF
    4509 #line 4510 "configure"
     4585#line 4586 "configure"
    45104586#include "confdefs.h"
    45114587/* System header to define __stub macros and hopefully few prototypes,
     
    45304606; return 0; }
    45314607EOF
    4532 if { (eval echo configure:4533: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4608if { (eval echo configure:4609: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    45334609  rm -rf conftest*
    45344610  eval "ac_cv_func_$ac_func=yes"
     
    45644640   if test $ac_cv_header_locale_h = yes; then
    45654641    echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6
    4566 echo "configure:4567: checking for LC_MESSAGES" >&5
     4642echo "configure:4643: checking for LC_MESSAGES" >&5
    45674643if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then
    45684644  echo $ac_n "(cached) $ac_c" 1>&6
    45694645else
    45704646  cat > conftest.$ac_ext <<EOF
    4571 #line 4572 "configure"
     4647#line 4648 "configure"
    45724648#include "confdefs.h"
    45734649#include <locale.h>
     
    45764652; return 0; }
    45774653EOF
    4578 if { (eval echo configure:4579: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4654if { (eval echo configure:4655: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    45794655  rm -rf conftest*
    45804656  am_cv_val_LC_MESSAGES=yes
     
    45974673  fi
    45984674   echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6
    4599 echo "configure:4600: checking whether NLS is requested" >&5
     4675echo "configure:4676: checking whether NLS is requested" >&5
    46004676        # Check whether --enable-nls or --disable-nls was given.
    46014677if test "${enable_nls+set}" = set; then
     
    46174693
    46184694      echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6
    4619 echo "configure:4620: checking whether included gettext is requested" >&5
     4695echo "configure:4696: checking whether included gettext is requested" >&5
    46204696      # Check whether --with-included-gettext or --without-included-gettext was given.
    46214697if test "${with_included_gettext+set}" = set; then
     
    46364712        ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'`
    46374713echo $ac_n "checking for libintl.h""... $ac_c" 1>&6
    4638 echo "configure:4639: checking for libintl.h" >&5
     4714echo "configure:4715: checking for libintl.h" >&5
    46394715if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    46404716  echo $ac_n "(cached) $ac_c" 1>&6
    46414717else
    46424718  cat > conftest.$ac_ext <<EOF
    4643 #line 4644 "configure"
     4719#include <sys/types.h>
     4720#line 4721 "configure"
    46444721#include "confdefs.h"
    46454722#include <libintl.h>
    46464723EOF
    46474724ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4648 { (eval echo configure:4649: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4725{ (eval echo configure:4726: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    46494726ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    46504727if test -z "$ac_err"; then
     
    46634740  echo "$ac_t""yes" 1>&6
    46644741  echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6
    4665 echo "configure:4666: checking for gettext in libc" >&5
     4742echo "configure:4743: checking for gettext in libc" >&5
    46664743if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then
    46674744  echo $ac_n "(cached) $ac_c" 1>&6
    46684745else
    46694746  cat > conftest.$ac_ext <<EOF
    4670 #line 4671 "configure"
     4747#line 4748 "configure"
    46714748#include "confdefs.h"
    46724749#include <libintl.h>
     
    46754752; return 0; }
    46764753EOF
    4677 if { (eval echo configure:4678: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4754if { (eval echo configure:4755: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    46784755  rm -rf conftest*
    46794756  gt_cv_func_gettext_libc=yes
     
    46914768           if test "$gt_cv_func_gettext_libc" != "yes"; then
    46924769             echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6
    4693 echo "configure:4694: checking for bindtextdomain in -lintl" >&5
     4770echo "configure:4771: checking for bindtextdomain in -lintl" >&5
    46944771ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'`
    46954772if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    46994776LIBS="-lintl  $LIBS"
    47004777cat > conftest.$ac_ext <<EOF
    4701 #line 4702 "configure"
     4778#line 4779 "configure"
    47024779#include "confdefs.h"
    47034780/* Override any gcc2 internal prototype to avoid an error.  */
     
    47104787; return 0; }
    47114788EOF
    4712 if { (eval echo configure:4713: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4789if { (eval echo configure:4790: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    47134790  rm -rf conftest*
    47144791  eval "ac_cv_lib_$ac_lib_var=yes"
     
    47264803  echo "$ac_t""yes" 1>&6
    47274804  echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6
    4728 echo "configure:4729: checking for gettext in libintl" >&5
     4805echo "configure:4806: checking for gettext in libintl" >&5
    47294806if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then
    47304807  echo $ac_n "(cached) $ac_c" 1>&6
    47314808else
    47324809  cat > conftest.$ac_ext <<EOF
    4733 #line 4734 "configure"
     4810#line 4811 "configure"
    47344811#include "confdefs.h"
    47354812
     
    47384815; return 0; }
    47394816EOF
    4740 if { (eval echo configure:4741: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4817if { (eval echo configure:4818: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    47414818  rm -rf conftest*
    47424819  gt_cv_func_gettext_libintl=yes
     
    47664843set dummy msgfmt; ac_word=$2
    47674844echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    4768 echo "configure:4769: checking for $ac_word" >&5
     4845echo "configure:4846: checking for $ac_word" >&5
    47694846if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
    47704847  echo $ac_n "(cached) $ac_c" 1>&6
     
    47754852  ;;
    47764853  *)
    4777   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     4854  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}"
    47784855  for ac_dir in $PATH; do
    47794856    test -z "$ac_dir" && ac_dir=.
     
    48004877do
    48014878echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    4802 echo "configure:4803: checking for $ac_func" >&5
     4879echo "configure:4880: checking for $ac_func" >&5
    48034880if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    48044881  echo $ac_n "(cached) $ac_c" 1>&6
    48054882else
    48064883  cat > conftest.$ac_ext <<EOF
    4807 #line 4808 "configure"
     4884#line 4885 "configure"
    48084885#include "confdefs.h"
    48094886/* System header to define __stub macros and hopefully few prototypes,
     
    48284905; return 0; }
    48294906EOF
    4830 if { (eval echo configure:4831: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4907if { (eval echo configure:4908: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    48314908  rm -rf conftest*
    48324909  eval "ac_cv_func_$ac_func=yes"
     
    48554932set dummy gmsgfmt; ac_word=$2
    48564933echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    4857 echo "configure:4858: checking for $ac_word" >&5
     4934echo "configure:4935: checking for $ac_word" >&5
    48584935if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
    48594936  echo $ac_n "(cached) $ac_c" 1>&6
    48604937else
    48614938  case "$GMSGFMT" in
    4862   /*)
     4939  /* | [a-zA-Z]:*)
    48634940  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
    48644941  ;;
    4865   ?:/*)                  
     4942  ?:/*)                 
    48664943  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path.
    48674944  ;;
    48684945  *)
    4869   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     4946  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    48704947  ac_dummy="$PATH"
    4871   for ac_dir in $ac_dummy; do 
     4948  for ac_dir in $ac_dummy; do
    48724949    test -z "$ac_dir" && ac_dir=.
    48734950    if test -f $ac_dir/$ac_word; then
    48744951      ac_cv_path_GMSGFMT="$ac_dir/$ac_word"
     4952      break
     4953    fi
     4954    if test -f $ac_dir/$ac_word$ac_exeext; then
     4955      ac_cv_path_GMSGFMT="$ac_dir/$ac_word$ac_exeext"
    48754956      break
    48764957    fi
     
    48914972set dummy xgettext; ac_word=$2
    48924973echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    4893 echo "configure:4894: checking for $ac_word" >&5
     4974echo "configure:4975: checking for $ac_word" >&5
    48944975if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
    48954976  echo $ac_n "(cached) $ac_c" 1>&6
     
    49004981  ;;
    49014982  *)
    4902   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     4983  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}"
    49034984  for ac_dir in $PATH; do
    49044985    test -z "$ac_dir" && ac_dir=.
     
    49235004
    49245005                cat > conftest.$ac_ext <<EOF
    4925 #line 4926 "configure"
     5006#line 5007 "configure"
    49265007#include "confdefs.h"
    49275008
     
    49315012; return 0; }
    49325013EOF
    4933 if { (eval echo configure:4934: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5014if { (eval echo configure:5015: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    49345015  rm -rf conftest*
    49355016  CATOBJEXT=.gmo
     
    49635044set dummy msgfmt; ac_word=$2
    49645045echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    4965 echo "configure:4966: checking for $ac_word" >&5
     5046echo "configure:5047: checking for $ac_word" >&5
    49665047if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
    49675048  echo $ac_n "(cached) $ac_c" 1>&6
     
    49725053  ;;
    49735054  *)
    4974   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     5055  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}"
    49755056  for ac_dir in $PATH; do
    49765057    test -z "$ac_dir" && ac_dir=.
     
    49975078set dummy gmsgfmt; ac_word=$2
    49985079echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    4999 echo "configure:5000: checking for $ac_word" >&5
     5080echo "configure:5081: checking for $ac_word" >&5
    50005081if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
    50015082  echo $ac_n "(cached) $ac_c" 1>&6
    50025083else
    50035084  case "$GMSGFMT" in
    5004   /*)
     5085  /* | [a-zA-Z]:*)
    50055086  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
    50065087  ;;
    5007   ?:/*)                  
     5088  ?:/*)                 
    50085089  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path.
    50095090  ;;
    50105091  *)
    5011   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     5092  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    50125093  ac_dummy="$PATH"
    5013   for ac_dir in $ac_dummy; do 
     5094  for ac_dir in $ac_dummy; do
    50145095    test -z "$ac_dir" && ac_dir=.
    50155096    if test -f $ac_dir/$ac_word; then
    50165097      ac_cv_path_GMSGFMT="$ac_dir/$ac_word"
     5098      break
     5099    fi
     5100    if test -f $ac_dir/$ac_word$ac_exeext; then
     5101      ac_cv_path_GMSGFMT="$ac_dir/$ac_word$ac_exeext"
    50175102      break
    50185103    fi
     
    50335118set dummy xgettext; ac_word=$2
    50345119echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    5035 echo "configure:5036: checking for $ac_word" >&5
     5120echo "configure:5121: checking for $ac_word" >&5
    50365121if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
    50375122  echo $ac_n "(cached) $ac_c" 1>&6
     
    50425127  ;;
    50435128  *)
    5044   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     5129  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}"
    50455130  for ac_dir in $PATH; do
    50465131    test -z "$ac_dir" && ac_dir=.
     
    51235208     else
    51245209       echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6
    5125 echo "configure:5126: checking for catalogs to be installed" >&5
     5210echo "configure:5211: checking for catalogs to be installed" >&5
    51265211       NEW_LINGUAS=
    51275212       for lang in ${LINGUAS=$ALL_LINGUAS}; do
     
    51515236         ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'`
    51525237echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6
    5153 echo "configure:5154: checking for linux/version.h" >&5
     5238echo "configure:5239: checking for linux/version.h" >&5
    51545239if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    51555240  echo $ac_n "(cached) $ac_c" 1>&6
    51565241else
    51575242  cat > conftest.$ac_ext <<EOF
    5158 #line 5159 "configure"
     5243#include <sys/types.h>
     5244#line 5245 "configure"
    51595245#include "confdefs.h"
    51605246#include <linux/version.h>
    51615247EOF
    51625248ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    5163 { (eval echo configure:5164: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     5249{ (eval echo configure:5250: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    51645250ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    51655251if test -z "$ac_err"; then
     
    52095295      test -d po || mkdir po
    52105296      if test "x$srcdir" != "x."; then
    5211          if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
     5297                 if test "x`echo $srcdir | sed -e 's@.\:/.*@@'  -e 's@/.*@@' `" = "x"; then
    52125298            posrcprefix="$srcdir/"
    52135299         else
     
    52245310
    52255311echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
    5226 echo "configure:5227: checking whether to enable maintainer-specific portions of Makefiles" >&5
     5312echo "configure:5313: checking whether to enable maintainer-specific portions of Makefiles" >&5
    52275313    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
    52285314if test "${enable_maintainer_mode+set}" = set; then
     
    52485334
    52495335
     5336
    52505337echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
    5251 echo "configure:5252: checking for executable suffix" >&5
     5338echo "configure:5339: checking for executable suffix" >&5
    52525339if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
    52535340  echo $ac_n "(cached) $ac_c" 1>&6
    52545341else
    5255   if test "$CYGWIN" = yes || test "$MINGW32" = yes; then
     5342  if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$EMXOS2" = yes; then
    52565343  ac_cv_exeext=.exe
    52575344else
     
    52595346  echo 'int main () { return 0; }' > conftest.$ac_ext
    52605347  ac_cv_exeext=
    5261   if { (eval echo configure:5262: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
     5348  if { (eval echo configure:5349: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
    52625349    for file in conftest.*; do
    52635350      case $file in
    5264       *.c | *.o | *.obj | *.ilk | *.pdb) ;;
     5351      *.c | *.o | *.obj) ;;
    52655352      *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
    52665353      esac
     
    52845371ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    52855372echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    5286 echo "configure:5287: checking for $ac_hdr" >&5
     5373echo "configure:5374: checking for $ac_hdr" >&5
    52875374if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    52885375  echo $ac_n "(cached) $ac_c" 1>&6
    52895376else
    52905377  cat > conftest.$ac_ext <<EOF
    5291 #line 5292 "configure"
     5378#include <sys/types.h>
     5379#line 5380 "configure"
    52925380#include "confdefs.h"
    52935381#include <$ac_hdr>
    52945382EOF
    52955383ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    5296 { (eval echo configure:5297: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     5384{ (eval echo configure:5385: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    52975385ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    52985386if test -z "$ac_err"; then
     
    53245412# people who are not cross-compiling but are compiling cross-assemblers.
    53255413echo $ac_n "checking whether compiling a cross-assembler""... $ac_c" 1>&6
    5326 echo "configure:5327: checking whether compiling a cross-assembler" >&5
     5414echo "configure:5415: checking whether compiling a cross-assembler" >&5
    53275415if test "${host}" = "${target}"; then
    53285416  cross_gas=no
     
    53395427# for constant arguments.  Useless!
    53405428echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
    5341 echo "configure:5342: checking for working alloca.h" >&5
     5429echo "configure:5430: checking for working alloca.h" >&5
    53425430if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
    53435431  echo $ac_n "(cached) $ac_c" 1>&6
    53445432else
    53455433  cat > conftest.$ac_ext <<EOF
    5346 #line 5347 "configure"
     5434#line 5435 "configure"
    53475435#include "confdefs.h"
    53485436#include <alloca.h>
     
    53515439; return 0; }
    53525440EOF
    5353 if { (eval echo configure:5354: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5441if { (eval echo configure:5442: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    53545442  rm -rf conftest*
    53555443  ac_cv_header_alloca_h=yes
     
    53725460
    53735461echo $ac_n "checking for alloca""... $ac_c" 1>&6
    5374 echo "configure:5375: checking for alloca" >&5
     5462echo "configure:5463: checking for alloca" >&5
    53755463if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
    53765464  echo $ac_n "(cached) $ac_c" 1>&6
    53775465else
    53785466  cat > conftest.$ac_ext <<EOF
    5379 #line 5380 "configure"
     5467#line 5468 "configure"
    53805468#include "confdefs.h"
    53815469
     
    54055493; return 0; }
    54065494EOF
    5407 if { (eval echo configure:5408: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5495if { (eval echo configure:5496: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    54085496  rm -rf conftest*
    54095497  ac_cv_func_alloca_works=yes
     
    54375525
    54385526echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
    5439 echo "configure:5440: checking whether alloca needs Cray hooks" >&5
     5527echo "configure:5528: checking whether alloca needs Cray hooks" >&5
    54405528if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
    54415529  echo $ac_n "(cached) $ac_c" 1>&6
    54425530else
    54435531  cat > conftest.$ac_ext <<EOF
    5444 #line 5445 "configure"
     5532#line 5533 "configure"
    54455533#include "confdefs.h"
    54465534#if defined(CRAY) && ! defined(CRAY2)
     
    54675555for ac_func in _getb67 GETB67 getb67; do
    54685556  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    5469 echo "configure:5470: checking for $ac_func" >&5
     5557echo "configure:5558: checking for $ac_func" >&5
    54705558if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    54715559  echo $ac_n "(cached) $ac_c" 1>&6
    54725560else
    54735561  cat > conftest.$ac_ext <<EOF
    5474 #line 5475 "configure"
     5562#line 5563 "configure"
    54755563#include "confdefs.h"
    54765564/* System header to define __stub macros and hopefully few prototypes,
     
    54955583; return 0; }
    54965584EOF
    5497 if { (eval echo configure:5498: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5585if { (eval echo configure:5586: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    54985586  rm -rf conftest*
    54995587  eval "ac_cv_func_$ac_func=yes"
     
    55225610
    55235611echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
    5524 echo "configure:5525: checking stack direction for C alloca" >&5
     5612echo "configure:5613: checking stack direction for C alloca" >&5
    55255613if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
    55265614  echo $ac_n "(cached) $ac_c" 1>&6
     
    55305618else
    55315619  cat > conftest.$ac_ext <<EOF
    5532 #line 5533 "configure"
     5620#line 5621 "configure"
    55335621#include "confdefs.h"
    55345622find_stack_direction ()
     
    55495637}
    55505638EOF
    5551 if { (eval echo configure:5552: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     5639if { (eval echo configure:5640: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    55525640then
    55535641  ac_cv_c_stack_direction=1
     
    55715659
    55725660echo $ac_n "checking for inline""... $ac_c" 1>&6
    5573 echo "configure:5574: checking for inline" >&5
     5661echo "configure:5662: checking for inline" >&5
    55745662if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
    55755663  echo $ac_n "(cached) $ac_c" 1>&6
     
    55785666for ac_kw in inline __inline__ __inline; do
    55795667  cat > conftest.$ac_ext <<EOF
    5580 #line 5581 "configure"
     5668#line 5669 "configure"
    55815669#include "confdefs.h"
    55825670
     
    55855673; return 0; }
    55865674EOF
    5587 if { (eval echo configure:5588: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5675if { (eval echo configure:5676: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    55885676  rm -rf conftest*
    55895677  ac_cv_c_inline=$ac_kw; break
     
    56155703do
    56165704echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    5617 echo "configure:5618: checking for $ac_func" >&5
     5705echo "configure:5706: checking for $ac_func" >&5
    56185706if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    56195707  echo $ac_n "(cached) $ac_c" 1>&6
    56205708else
    56215709  cat > conftest.$ac_ext <<EOF
    5622 #line 5623 "configure"
     5710#line 5711 "configure"
    56235711#include "confdefs.h"
    56245712/* System header to define __stub macros and hopefully few prototypes,
     
    56435731; return 0; }
    56445732EOF
    5645 if { (eval echo configure:5646: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5733if { (eval echo configure:5734: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    56465734  rm -rf conftest*
    56475735  eval "ac_cv_func_$ac_func=yes"
     
    56725760do
    56735761echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    5674 echo "configure:5675: checking for $ac_func" >&5
     5762echo "configure:5763: checking for $ac_func" >&5
    56755763if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    56765764  echo $ac_n "(cached) $ac_c" 1>&6
    56775765else
    56785766  cat > conftest.$ac_ext <<EOF
    5679 #line 5680 "configure"
     5767#line 5768 "configure"
    56805768#include "confdefs.h"
    56815769/* System header to define __stub macros and hopefully few prototypes,
     
    57005788; return 0; }
    57015789EOF
    5702 if { (eval echo configure:5703: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5790if { (eval echo configure:5791: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    57035791  rm -rf conftest*
    57045792  eval "ac_cv_func_$ac_func=yes"
     
    57355823*-ncr-sysv4.3*)
    57365824  echo $ac_n "checking for _mwvalidcheckl in -lmw""... $ac_c" 1>&6
    5737 echo "configure:5738: checking for _mwvalidcheckl in -lmw" >&5
     5825echo "configure:5826: checking for _mwvalidcheckl in -lmw" >&5
    57385826ac_lib_var=`echo mw'_'_mwvalidcheckl | sed 'y%./+-%__p_%'`
    57395827if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    57435831LIBS="-lmw  $LIBS"
    57445832cat > conftest.$ac_ext <<EOF
    5745 #line 5746 "configure"
     5833#line 5834 "configure"
    57465834#include "confdefs.h"
    57475835/* Override any gcc2 internal prototype to avoid an error.  */
     
    57545842; return 0; }
    57555843EOF
    5756 if { (eval echo configure:5757: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5844if { (eval echo configure:5845: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    57575845  rm -rf conftest*
    57585846  eval "ac_cv_lib_$ac_lib_var=yes"
     
    57755863
    57765864  echo $ac_n "checking for main in -lm""... $ac_c" 1>&6
    5777 echo "configure:5778: checking for main in -lm" >&5
     5865echo "configure:5866: checking for main in -lm" >&5
    57785866ac_lib_var=`echo m'_'main | sed 'y%./+-%__p_%'`
    57795867if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    57835871LIBS="-lm  $LIBS"
    57845872cat > conftest.$ac_ext <<EOF
    5785 #line 5786 "configure"
     5873#line 5874 "configure"
    57865874#include "confdefs.h"
    57875875
     
    57905878; return 0; }
    57915879EOF
    5792 if { (eval echo configure:5793: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5880if { (eval echo configure:5881: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    57935881  rm -rf conftest*
    57945882  eval "ac_cv_lib_$ac_lib_var=yes"
     
    58135901*)
    58145902  echo $ac_n "checking for main in -lm""... $ac_c" 1>&6
    5815 echo "configure:5816: checking for main in -lm" >&5
     5903echo "configure:5904: checking for main in -lm" >&5
    58165904ac_lib_var=`echo m'_'main | sed 'y%./+-%__p_%'`
    58175905if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    58215909LIBS="-lm  $LIBS"
    58225910cat > conftest.$ac_ext <<EOF
    5823 #line 5824 "configure"
     5911#line 5912 "configure"
    58245912#include "confdefs.h"
    58255913
     
    58285916; return 0; }
    58295917EOF
    5830 if { (eval echo configure:5831: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5918if { (eval echo configure:5919: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    58315919  rm -rf conftest*
    58325920  eval "ac_cv_lib_$ac_lib_var=yes"
     
    58595947# working properly!
    58605948echo $ac_n "checking for working assert macro""... $ac_c" 1>&6
    5861 echo "configure:5862: checking for working assert macro" >&5
     5949echo "configure:5950: checking for working assert macro" >&5
    58625950if eval "test \"`echo '$''{'gas_cv_assert_ok'+set}'`\" = set"; then
    58635951  echo $ac_n "(cached) $ac_c" 1>&6
    58645952else
    58655953  cat > conftest.$ac_ext <<EOF
    5866 #line 5867 "configure"
     5954#line 5955 "configure"
    58675955#include "confdefs.h"
    58685956#include <assert.h>
     
    58805968; return 0; }
    58815969EOF
    5882 if { (eval echo configure:5883: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5970if { (eval echo configure:5971: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    58835971  rm -rf conftest*
    58845972  gas_cv_assert_ok=yes
     
    59216009
    59226010echo $ac_n "checking whether declaration is required for strstr""... $ac_c" 1>&6
    5923 echo "configure:5924: checking whether declaration is required for strstr" >&5
     6011echo "configure:6012: checking whether declaration is required for strstr" >&5
    59246012if eval "test \"`echo '$''{'gas_cv_decl_needed_strstr'+set}'`\" = set"; then
    59256013  echo $ac_n "(cached) $ac_c" 1>&6
    59266014else
    59276015  cat > conftest.$ac_ext <<EOF
    5928 #line 5929 "configure"
     6016#line 6017 "configure"
    59296017#include "confdefs.h"
    59306018$gas_test_headers
     
    59376025; return 0; }
    59386026EOF
    5939 if { (eval echo configure:5940: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     6027if { (eval echo configure:6028: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    59406028  rm -rf conftest*
    59416029  gas_cv_decl_needed_strstr=no
     
    59586046
    59596047echo $ac_n "checking whether declaration is required for malloc""... $ac_c" 1>&6
    5960 echo "configure:5961: checking whether declaration is required for malloc" >&5
     6048echo "configure:6049: checking whether declaration is required for malloc" >&5
    59616049if eval "test \"`echo '$''{'gas_cv_decl_needed_malloc'+set}'`\" = set"; then
    59626050  echo $ac_n "(cached) $ac_c" 1>&6
    59636051else
    59646052  cat > conftest.$ac_ext <<EOF
    5965 #line 5966 "configure"
     6053#line 6054 "configure"
    59666054#include "confdefs.h"
    59676055$gas_test_headers
     
    59746062; return 0; }
    59756063EOF
    5976 if { (eval echo configure:5977: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     6064if { (eval echo configure:6065: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    59776065  rm -rf conftest*
    59786066  gas_cv_decl_needed_malloc=no
     
    59956083
    59966084echo $ac_n "checking whether declaration is required for free""... $ac_c" 1>&6
    5997 echo "configure:5998: checking whether declaration is required for free" >&5
     6085echo "configure:6086: checking whether declaration is required for free" >&5
    59986086if eval "test \"`echo '$''{'gas_cv_decl_needed_free'+set}'`\" = set"; then
    59996087  echo $ac_n "(cached) $ac_c" 1>&6
    60006088else
    60016089  cat > conftest.$ac_ext <<EOF
    6002 #line 6003 "configure"
     6090#line 6091 "configure"
    60036091#include "confdefs.h"
    60046092$gas_test_headers
     
    60116099; return 0; }
    60126100EOF
    6013 if { (eval echo configure:6014: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     6101if { (eval echo configure:6102: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    60146102  rm -rf conftest*
    60156103  gas_cv_decl_needed_free=no
     
    60326120
    60336121echo $ac_n "checking whether declaration is required for sbrk""... $ac_c" 1>&6
    6034 echo "configure:6035: checking whether declaration is required for sbrk" >&5
     6122echo "configure:6123: checking whether declaration is required for sbrk" >&5
    60356123if eval "test \"`echo '$''{'gas_cv_decl_needed_sbrk'+set}'`\" = set"; then
    60366124  echo $ac_n "(cached) $ac_c" 1>&6
    60376125else
    60386126  cat > conftest.$ac_ext <<EOF
    6039 #line 6040 "configure"
     6127#line 6128 "configure"
    60406128#include "confdefs.h"
    60416129$gas_test_headers
     
    60486136; return 0; }
    60496137EOF
    6050 if { (eval echo configure:6051: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     6138if { (eval echo configure:6139: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    60516139  rm -rf conftest*
    60526140  gas_cv_decl_needed_sbrk=no
     
    60696157
    60706158echo $ac_n "checking whether declaration is required for environ""... $ac_c" 1>&6
    6071 echo "configure:6072: checking whether declaration is required for environ" >&5
     6159echo "configure:6160: checking whether declaration is required for environ" >&5
    60726160if eval "test \"`echo '$''{'gas_cv_decl_needed_environ'+set}'`\" = set"; then
    60736161  echo $ac_n "(cached) $ac_c" 1>&6
    60746162else
    60756163  cat > conftest.$ac_ext <<EOF
    6076 #line 6077 "configure"
     6164#line 6165 "configure"
    60776165#include "confdefs.h"
    60786166$gas_test_headers
     
    60856173; return 0; }
    60866174EOF
    6087 if { (eval echo configure:6088: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     6175if { (eval echo configure:6176: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    60886176  rm -rf conftest*
    60896177  gas_cv_decl_needed_environ=no
     
    61096197
    61106198echo $ac_n "checking whether declaration is required for errno""... $ac_c" 1>&6
    6111 echo "configure:6112: checking whether declaration is required for errno" >&5
     6199echo "configure:6200: checking whether declaration is required for errno" >&5
    61126200if eval "test \"`echo '$''{'gas_cv_decl_needed_errno'+set}'`\" = set"; then
    61136201  echo $ac_n "(cached) $ac_c" 1>&6
    61146202else
    61156203  cat > conftest.$ac_ext <<EOF
    6116 #line 6117 "configure"
     6204#line 6205 "configure"
    61176205#include "confdefs.h"
    61186206
     
    61296217; return 0; }
    61306218EOF
    6131 if { (eval echo configure:6132: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     6219if { (eval echo configure:6220: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    61326220  rm -rf conftest*
    61336221  gas_cv_decl_needed_errno=no
     
    62266314# Run this file to recreate the current configuration.
    62276315# This directory was configured as follows,
     6316EOF
     6317echo ': ${CONFIG_SHELL='"${CONFIG_SHELL-/bin/sh}"'}' >> $CONFIG_STATUS
     6318cat >> $CONFIG_STATUS <<EOF
    62286319# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
    62296320#
     
    62516342ac_given_srcdir=$srcdir
    62526343ac_given_INSTALL="$INSTALL"
     6344PATHIFS="$PATH_IFS"
    62536345
    62546346trap 'rm -fr `echo "Makefile doc/Makefile ${GDBINIT}:gdbinit.in po/Makefile.in:po/Make-in config.h:config.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
     
    62616353$ac_vpsub
    62626354$extrasub
     6355s,\([^a-zA-Z0-9:]\)/bin/sh\(.exe\),\1${CONFIG_SHELL-/bin/sh}\2,g
    62636356s%@SHELL@%$SHELL%g
    62646357s%@CFLAGS@%$CFLAGS%g
     
    62846377s%@infodir@%$infodir%g
    62856378s%@mandir@%$mandir%g
     6379s%@PATH_IFS@%$PATH_IFS%g
     6380s%@EXEEXT@%$EXEEXT%g
    62866381s%@host@%$host%g
    62876382s%@host_alias@%$host_alias%g
     
    63136408s%@LN_S@%$LN_S%g
    63146409s%@OBJEXT@%$OBJEXT%g
    6315 s%@EXEEXT@%$EXEEXT%g
    63166410s%@RANLIB@%$RANLIB%g
    63176411s%@STRIP@%$STRIP%g
     
    64296523      if test -z "$ac_dots"; then top_srcdir=.
    64306524      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
    6431   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
     6525  /* | [A-Za-z]:*)
     6526    srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
    64326527  *) # Relative path.
    64336528    srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
     
    64366531
    64376532  case "$ac_given_INSTALL" in
    6438   [/$]*) INSTALL="$ac_given_INSTALL" ;;
     6533  [/$]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;;
    64396534  *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
    64406535  esac
     
    64496544  esac
    64506545
    6451   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
     6546  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%$PATHIFS% $ac_given_srcdir/%g"`
    64526547  sed -e "$ac_comsub
    64536548s%@configure_input@%$configure_input%g
     
    64966591
    64976592  rm -f conftest.frag conftest.in conftest.out
    6498   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
     6593# kso the other way around might work better with drive letters and such.
     6594#  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
     6595  ac_file_inputs=`echo $ac_file_in|sed -e "s%:% $ac_given_srcdir/%g" -e "s%^%$ac_given_srcdir/%" `
    64996596  cat $ac_file_inputs > conftest.in
    65006597
  • trunk/src/binutils/gprof/configure

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r100 r101  
    5050silent=
    5151site=
    52 sitefile=
    5352srcdir=
    5453target=NONE
     
    165164  --no-create             do not create output files
    166165  --quiet, --silent       do not print \`checking...' messages
    167   --site-file=FILE        use FILE as the site file
    168166  --version               print the version of autoconf that created configure
    169167Directory and file names:
     
    336334    site="$ac_optarg" ;;
    337335
    338   -site-file | --site-file | --site-fil | --site-fi | --site-f)
    339     ac_prev=sitefile ;;
    340   -site-file=* | --site-file=* | --site-fil=* | --site-fi=* | --site-f=*)
    341     sitefile="$ac_optarg" ;;
    342 
    343336  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
    344337    ac_prev=srcdir ;;
     
    506499
    507500# Prefer explicitly selected file to automatically selected ones.
    508 if test -z "$sitefile"; then
    509   if 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"
    514     fi
     501if test -z "$CONFIG_SITE"; then
     502  if test "x$prefix" != xNONE; then
     503    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
     504  else
     505    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
    515506  fi
    516 else
    517   CONFIG_SITE="$sitefile"
    518507fi
    519508for ac_site_file in $CONFIG_SITE; do
     
    553542fi
    554543
     544echo $ac_n "checking for path separator""... $ac_c" 1>&6
     545echo "configure:546: checking for path separator" >&5
     546# Filter path to get backslahes into forwardslashes
     547case "`uname -s 2> /dev/null`" in
     548OS/2)
     549  PATH=`echo -E "$PATH" | sed 's+\\\\+/+g'`
     550  PATH_IFS=';'
     551  ;;
     552*)
     553  PATH_IFS=':'
     554  ;;
     555esac
     556echo "$ac_t""${PATH_IFS}" 1>&6
     557
    555558echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
    556 echo "configure:557: checking for Cygwin environment" >&5
     559echo "configure:560: checking for Cygwin environment" >&5
    557560if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
    558561  echo $ac_n "(cached) $ac_c" 1>&6
    559562else
    560563  cat > conftest.$ac_ext <<EOF
    561 #line 562 "configure"
     564#line 565 "configure"
    562565#include "confdefs.h"
    563566
     
    570573; return 0; }
    571574EOF
    572 if { (eval echo configure:573: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     575if { (eval echo configure:576: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    573576  rm -rf conftest*
    574577  ac_cv_cygwin=yes
     
    587590test "$ac_cv_cygwin" = yes && CYGWIN=yes
    588591echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
    589 echo "configure:590: checking for mingw32 environment" >&5
     592echo "configure:593: checking for mingw32 environment" >&5
    590593if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
    591594  echo $ac_n "(cached) $ac_c" 1>&6
    592595else
    593596  cat > conftest.$ac_ext <<EOF
    594 #line 595 "configure"
     597#line 598 "configure"
    595598#include "confdefs.h"
    596599
     
    599602; return 0; }
    600603EOF
    601 if { (eval echo configure:602: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     604if { (eval echo configure:605: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    602605  rm -rf conftest*
    603606  ac_cv_mingw32=yes
     
    615618MINGW32=
    616619test "$ac_cv_mingw32" = yes && MINGW32=yes
     620echo $ac_n "checking for EMX/OS2 environment""... $ac_c" 1>&6
     621echo "configure:622: checking for EMX/OS2 environment" >&5
     622if eval "test \"`echo '$''{'ac_cv_emxos2'+set}'`\" = set"; then
     623  echo $ac_n "(cached) $ac_c" 1>&6
     624else
     625  : ${CC=gcc.exe}
     626cat > conftest.$ac_ext <<EOF
     627#line 628 "configure"
     628#include "confdefs.h"
     629
     630int main() {
     631return __EMX__;
     632; return 0; }
     633EOF
     634if { (eval echo configure:635: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     635  rm -rf conftest*
     636  ac_cv_emxos2=yes
     637else
     638  echo "configure: failed program was:" >&5
     639  cat conftest.$ac_ext >&5
     640  rm -rf conftest*
     641  ac_cv_emxos2=no
     642fi
     643rm -f conftest*
     644rm -f conftest*
     645fi
     646
     647echo "$ac_t""$ac_cv_emxos2" 1>&6
     648if eval "test \"`echo '$''{'ac_cv_libpre'+set}'`\" = set"; then
     649  echo $ac_n "(cached) $ac_c" 1>&6
     650else
     651  if test "$ac_cv_emxos2" = yes ; then
     652  ac_cv_libpre=
     653else
     654  ac_cv_libpre=lib
     655fi
     656
     657fi
     658
     659EMXOS2=
     660test "$ac_cv_emxos2" = yes && EMXOS2=yes
     661
     662
     663
     664echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
     665echo "configure:666: checking for executable suffix" >&5
     666if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
     667  echo $ac_n "(cached) $ac_c" 1>&6
     668else
     669  if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$EMXOS2" = yes; then
     670  ac_cv_exeext=.exe
     671else
     672  rm -f conftest*
     673  echo 'int main () { return 0; }' > conftest.$ac_ext
     674  ac_cv_exeext=
     675  if { (eval echo configure:676: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
     676    for file in conftest.*; do
     677      case $file in
     678      *.c | *.o | *.obj) ;;
     679      *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
     680      esac
     681    done
     682  else
     683    { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
     684  fi
     685  rm -f conftest*
     686  test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
     687fi
     688fi
     689
     690EXEEXT=""
     691test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
     692echo "$ac_t""${ac_cv_exeext}" 1>&6
     693ac_exeext=$EXEEXT
     694
    617695
    618696
     
    664742
    665743echo $ac_n "checking host system type""... $ac_c" 1>&6
    666 echo "configure:667: checking host system type" >&5
     744echo "configure:745: checking host system type" >&5
    667745
    668746host_alias=$host
     
    685763
    686764echo $ac_n "checking target system type""... $ac_c" 1>&6
    687 echo "configure:688: checking target system type" >&5
     765echo "configure:766: checking target system type" >&5
    688766
    689767target_alias=$target
     
    703781
    704782echo $ac_n "checking build system type""... $ac_c" 1>&6
    705 echo "configure:706: checking build system type" >&5
     783echo "configure:784: checking build system type" >&5
    706784
    707785build_alias=$build
     
    728806set dummy gcc; ac_word=$2
    729807echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    730 echo "configure:731: checking for $ac_word" >&5
     808echo "configure:809: checking for $ac_word" >&5
    731809if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    732810  echo $ac_n "(cached) $ac_c" 1>&6
     
    735813  ac_cv_prog_CC="$CC" # Let the user override the test.
    736814else
    737   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     815  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    738816  ac_dummy="$PATH"
    739817  for ac_dir in $ac_dummy; do
    740818    test -z "$ac_dir" && ac_dir=.
    741     if test -f $ac_dir/$ac_word; then
     819    if test -f $ac_dir/$ac_word -o \
     820            -f $ac_dir/$ac_word$ac_exeext ; then
    742821      ac_cv_prog_CC="gcc"
    743822      break
     
    758837set dummy cc; ac_word=$2
    759838echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    760 echo "configure:761: checking for $ac_word" >&5
     839echo "configure:840: checking for $ac_word" >&5
    761840if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    762841  echo $ac_n "(cached) $ac_c" 1>&6
     
    765844  ac_cv_prog_CC="$CC" # Let the user override the test.
    766845else
    767   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     846  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    768847  ac_prog_rejected=no
    769848  ac_dummy="$PATH"
    770849  for ac_dir in $ac_dummy; do
    771850    test -z "$ac_dir" && ac_dir=.
    772     if test -f $ac_dir/$ac_word; then
    773       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
     851    if test -f $ac_dir/$ac_word -o \
     852            -f $ac_dir/$ac_word$ac_exeext ; then
     853      if test "$ac_dir/$ac_word" = "/usr/ucb/cc" -o \
     854               "$ac_dir/$ac_word$ac_exeext" = "/usr/ucb/cc" ; then
    774855        ac_prog_rejected=yes
    775856        continue
     
    809890set dummy cl; ac_word=$2
    810891echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    811 echo "configure:812: checking for $ac_word" >&5
     892echo "configure:893: checking for $ac_word" >&5
    812893if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    813894  echo $ac_n "(cached) $ac_c" 1>&6
     
    816897  ac_cv_prog_CC="$CC" # Let the user override the test.
    817898else
    818   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     899  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    819900  ac_dummy="$PATH"
    820901  for ac_dir in $ac_dummy; do
    821902    test -z "$ac_dir" && ac_dir=.
    822     if test -f $ac_dir/$ac_word; then
     903    if test -f $ac_dir/$ac_word -o \
     904            -f $ac_dir/$ac_word$ac_exeext ; then
    823905      ac_cv_prog_CC="cl"
    824906      break
     
    841923
    842924echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    843 echo "configure:844: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     925echo "configure:926: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    844926
    845927ac_ext=c
     
    852934cat > conftest.$ac_ext << EOF
    853935
    854 #line 855 "configure"
     936#line 937 "configure"
    855937#include "confdefs.h"
    856938
    857939main(){return(0);}
    858940EOF
    859 if { (eval echo configure:860: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     941if { (eval echo configure:942: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    860942  ac_cv_prog_cc_works=yes
    861943  # If we can't run a trivial program, we are probably using a cross compiler.
     
    883965fi
    884966echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    885 echo "configure:886: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     967echo "configure:968: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    886968echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    887969cross_compiling=$ac_cv_prog_cc_cross
    888970
    889971echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    890 echo "configure:891: checking whether we are using GNU C" >&5
     972echo "configure:973: checking whether we are using GNU C" >&5
    891973if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    892974  echo $ac_n "(cached) $ac_c" 1>&6
     
    897979#endif
    898980EOF
    899 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:900: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     981if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:982: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    900982  ac_cv_prog_gcc=yes
    901983else
     
    916998CFLAGS=
    917999echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    918 echo "configure:919: checking whether ${CC-cc} accepts -g" >&5
     1000echo "configure:1001: checking whether ${CC-cc} accepts -g" >&5
    9191001if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    9201002  echo $ac_n "(cached) $ac_c" 1>&6
     
    9481030
    9491031echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6
    950 echo "configure:951: checking for POSIXized ISC" >&5
     1032echo "configure:1033: checking for POSIXized ISC" >&5
    9511033if test -d /etc/conf/kconfig.d &&
    9521034  grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
     
    9821064# ./install, which can be erroneously created by make from ./install.sh.
    9831065echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    984 echo "configure:985: checking for a BSD compatible install" >&5
     1066echo "configure:1067: checking for a BSD compatible install" >&5
    9851067if test -z "$INSTALL"; then
    9861068if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
    9871069  echo $ac_n "(cached) $ac_c" 1>&6
    9881070else
    989     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
     1071    IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS="$PATH_IFS"
    9901072  for ac_dir in $PATH; do
    9911073    # Account for people who put trailing slashes in PATH elements.
    9921074    case "$ac_dir/" in
    9931075    /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
     1076    # We reject the install program from OS/2 or W3.1
     1077    */OS2|*/OS2/*|*/WINDOWS|*/WINDOWS/*) ;;
    9941078    *)
    9951079      # OSF1 and SCO ODT 3.0 have their own names for install.
     
    9971081      # by default.
    9981082      for ac_prog in ginstall scoinst install; do
    999         if test -f $ac_dir/$ac_prog; then
     1083        if test -f $ac_dir/$ac_prog$ac_exeext; then
    10001084          if test $ac_prog = install &&
    10011085            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
     
    10031087            :
    10041088          else
    1005             ac_cv_path_install="$ac_dir/$ac_prog -c"
     1089            ac_cv_path_install="$ac_dir/$ac_prog$ac_exeext -c"
    10061090            break 2
    10071091          fi
     
    10351119
    10361120echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
    1037 echo "configure:1038: checking whether build environment is sane" >&5
     1121echo "configure:1122: checking whether build environment is sane" >&5
    10381122# Just in case
    10391123sleep 1
     
    10921176
    10931177echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    1094 echo "configure:1095: checking whether ${MAKE-make} sets \${MAKE}" >&5
     1178echo "configure:1179: checking whether ${MAKE-make} sets \${MAKE}" >&5
    10951179set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    10961180if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    11381222missing_dir=`cd $ac_aux_dir && pwd`
    11391223echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
    1140 echo "configure:1141: checking for working aclocal" >&5
     1224echo "configure:1225: checking for working aclocal" >&5
    11411225# Run test in a subshell; some versions of sh will print an error if
    11421226# an executable is not found, even if stderr is redirected.
     
    11511235
    11521236echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
    1153 echo "configure:1154: checking for working autoconf" >&5
     1237echo "configure:1238: checking for working autoconf" >&5
    11541238# Run test in a subshell; some versions of sh will print an error if
    11551239# an executable is not found, even if stderr is redirected.
     
    11641248
    11651249echo $ac_n "checking for working automake""... $ac_c" 1>&6
    1166 echo "configure:1167: checking for working automake" >&5
     1250echo "configure:1251: checking for working automake" >&5
    11671251# Run test in a subshell; some versions of sh will print an error if
    11681252# an executable is not found, even if stderr is redirected.
     
    11771261
    11781262echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
    1179 echo "configure:1180: checking for working autoheader" >&5
     1263echo "configure:1264: checking for working autoheader" >&5
    11801264# Run test in a subshell; some versions of sh will print an error if
    11811265# an executable is not found, even if stderr is redirected.
     
    11901274
    11911275echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
    1192 echo "configure:1193: checking for working makeinfo" >&5
     1276echo "configure:1277: checking for working makeinfo" >&5
    11931277# Run test in a subshell; some versions of sh will print an error if
    11941278# an executable is not found, even if stderr is redirected.
     
    12851369  # Check if gcc -print-prog-name=ld gives a path.
    12861370  echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
    1287 echo "configure:1288: checking for ld used by GCC" >&5
     1371echo "configure:1372: checking for ld used by GCC" >&5
    12881372  case $host in
    12891373  *-*-mingw*)
     
    13151399elif test "$with_gnu_ld" = yes; then
    13161400  echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
    1317 echo "configure:1318: checking for GNU ld" >&5
     1401echo "configure:1402: checking for GNU ld" >&5
    13181402else
    13191403  echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
    1320 echo "configure:1321: checking for non-GNU ld" >&5
     1404echo "configure:1405: checking for non-GNU ld" >&5
    13211405fi
    13221406if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then
     
    13531437test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
    13541438echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
    1355 echo "configure:1356: checking if the linker ($LD) is GNU ld" >&5
     1439echo "configure:1440: checking if the linker ($LD) is GNU ld" >&5
    13561440if eval "test \"`echo '$''{'ac_cv_prog_gnu_ld'+set}'`\" = set"; then
    13571441  echo $ac_n "(cached) $ac_c" 1>&6
     
    13701454
    13711455echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6
    1372 echo "configure:1373: checking for $LD option to reload object files" >&5
     1456echo "configure:1457: checking for $LD option to reload object files" >&5
    13731457if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then
    13741458  echo $ac_n "(cached) $ac_c" 1>&6
     
    13821466
    13831467echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
    1384 echo "configure:1385: checking for BSD-compatible nm" >&5
     1468echo "configure:1469: checking for BSD-compatible nm" >&5
    13851469if eval "test \"`echo '$''{'ac_cv_path_NM'+set}'`\" = set"; then
    13861470  echo $ac_n "(cached) $ac_c" 1>&6
     
    14201504
    14211505echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    1422 echo "configure:1423: checking whether ln -s works" >&5
     1506echo "configure:1507: checking whether ln -s works" >&5
    14231507if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    14241508  echo $ac_n "(cached) $ac_c" 1>&6
     
    14301514  ac_cv_prog_LN_S="ln -s"
    14311515else
    1432   ac_cv_prog_LN_S=ln
    1433 fi
     1516  echo A > conftestdata;
     1517  if ln conftestdata conftestdata2 2>/dev/null; then
     1518    ac_cv_prog_LN_S=ln
     1519  else
     1520    ac_cv_prog_LN_S=cp
     1521  fi
     1522fi
     1523rm -f conftestdata*
    14341524fi
    14351525LN_S="$ac_cv_prog_LN_S"
     
    14411531
    14421532echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6
    1443 echo "configure:1444: checking how to recognise dependant libraries" >&5
     1533echo "configure:1534: checking how to recognise dependant libraries" >&5
    14441534if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then
    14451535  echo $ac_n "(cached) $ac_c" 1>&6
     
    15841674
    15851675echo $ac_n "checking for object suffix""... $ac_c" 1>&6
    1586 echo "configure:1587: checking for object suffix" >&5
     1676echo "configure:1677: checking for object suffix" >&5
    15871677if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then
    15881678  echo $ac_n "(cached) $ac_c" 1>&6
     
    15901680  rm -f conftest*
    15911681echo 'int i = 1;' > conftest.$ac_ext
    1592 if { (eval echo configure:1593: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1682if { (eval echo configure:1683: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    15931683  for ac_file in conftest.*; do
    15941684    case $ac_file in
     
    16071697ac_objext=$ac_cv_objext
    16081698
    1609 
    1610 
    1611 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
    1612 echo "configure:1613: checking for executable suffix" >&5
    1613 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
    1614   echo $ac_n "(cached) $ac_c" 1>&6
    1615 else
    1616   if test "$CYGWIN" = yes || test "$MINGW32" = yes; then
    1617   ac_cv_exeext=.exe
    1618 else
    1619   rm -f conftest*
    1620   echo 'int main () { return 0; }' > conftest.$ac_ext
    1621   ac_cv_exeext=
    1622   if { (eval echo configure:1623: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
    1623     for file in conftest.*; do
    1624       case $file in
    1625       *.c | *.o | *.obj | *.ilk | *.pdb) ;;
    1626       *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
    1627       esac
    1628     done
    1629   else
    1630     { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
    1631   fi
    1632   rm -f conftest*
    1633   test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
    1634 fi
    1635 fi
    1636 
    1637 EXEEXT=""
    1638 test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
    1639 echo "$ac_t""${ac_cv_exeext}" 1>&6
    1640 ac_exeext=$EXEEXT
    1641 
    16421699if test $host != $build; then
    16431700  ac_tool_prefix=${host_alias}-
     
    16531710  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
    16541711    echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6
    1655 echo "configure:1656: checking for ${ac_tool_prefix}file" >&5
     1712echo "configure:1713: checking for ${ac_tool_prefix}file" >&5
    16561713if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
    16571714  echo $ac_n "(cached) $ac_c" 1>&6
     
    17151772  if test -n "$ac_tool_prefix"; then
    17161773    echo $ac_n "checking for file""... $ac_c" 1>&6
    1717 echo "configure:1718: checking for file" >&5
     1774echo "configure:1775: checking for file" >&5
    17181775if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
    17191776  echo $ac_n "(cached) $ac_c" 1>&6
     
    17861843set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    17871844echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1788 echo "configure:1789: checking for $ac_word" >&5
     1845echo "configure:1846: checking for $ac_word" >&5
    17891846if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    17901847  echo $ac_n "(cached) $ac_c" 1>&6
     
    17931850  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
    17941851else
    1795   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1852  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    17961853  ac_dummy="$PATH"
    17971854  for ac_dir in $ac_dummy; do
    17981855    test -z "$ac_dir" && ac_dir=.
    1799     if test -f $ac_dir/$ac_word; then
     1856    if test -f $ac_dir/$ac_word -o \
     1857            -f $ac_dir/$ac_word$ac_exeext ; then
    18001858      ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
    18011859      break
     
    18181876set dummy ranlib; ac_word=$2
    18191877echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1820 echo "configure:1821: checking for $ac_word" >&5
     1878echo "configure:1879: checking for $ac_word" >&5
    18211879if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    18221880  echo $ac_n "(cached) $ac_c" 1>&6
     
    18251883  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
    18261884else
    1827   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1885  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    18281886  ac_dummy="$PATH"
    18291887  for ac_dir in $ac_dummy; do
    18301888    test -z "$ac_dir" && ac_dir=.
    1831     if test -f $ac_dir/$ac_word; then
     1889    if test -f $ac_dir/$ac_word -o \
     1890            -f $ac_dir/$ac_word$ac_exeext ; then
    18321891      ac_cv_prog_RANLIB="ranlib"
    18331892      break
     
    18531912set dummy ${ac_tool_prefix}strip; ac_word=$2
    18541913echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1855 echo "configure:1856: checking for $ac_word" >&5
     1914echo "configure:1915: checking for $ac_word" >&5
    18561915if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
    18571916  echo $ac_n "(cached) $ac_c" 1>&6
     
    18601919  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
    18611920else
    1862   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1921  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    18631922  ac_dummy="$PATH"
    18641923  for ac_dir in $ac_dummy; do
    18651924    test -z "$ac_dir" && ac_dir=.
    1866     if test -f $ac_dir/$ac_word; then
     1925    if test -f $ac_dir/$ac_word -o \
     1926            -f $ac_dir/$ac_word$ac_exeext ; then
    18671927      ac_cv_prog_STRIP="${ac_tool_prefix}strip"
    18681928      break
     
    18851945set dummy strip; ac_word=$2
    18861946echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1887 echo "configure:1888: checking for $ac_word" >&5
     1947echo "configure:1948: checking for $ac_word" >&5
    18881948if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
    18891949  echo $ac_n "(cached) $ac_c" 1>&6
     
    18921952  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
    18931953else
    1894   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1954  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    18951955  ac_dummy="$PATH"
    18961956  for ac_dir in $ac_dummy; do
    18971957    test -z "$ac_dir" && ac_dir=.
    1898     if test -f $ac_dir/$ac_word; then
     1958    if test -f $ac_dir/$ac_word -o \
     1959            -f $ac_dir/$ac_word$ac_exeext ; then
    18991960      ac_cv_prog_STRIP="strip"
    19001961      break
     
    19522013*-*-irix6*)
    19532014  # Find out which ABI we are using.
    1954   echo '#line 1955 "configure"' > conftest.$ac_ext
    1955   if { (eval echo configure:1956: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2015  echo '#line 2016 "configure"' > conftest.$ac_ext
     2016  if { (eval echo configure:2017: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    19562017    case "`/usr/bin/file conftest.o`" in
    19572018    *32-bit*)
     
    19742035  CFLAGS="$CFLAGS -belf"
    19752036  echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6
    1976 echo "configure:1977: checking whether the C compiler needs -belf" >&5
     2037echo "configure:2038: checking whether the C compiler needs -belf" >&5
    19772038if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
    19782039  echo $ac_n "(cached) $ac_c" 1>&6
     
    19872048
    19882049     cat > conftest.$ac_ext <<EOF
    1989 #line 1990 "configure"
     2050#line 2051 "configure"
    19902051#include "confdefs.h"
    19912052
     
    19942055; return 0; }
    19952056EOF
    1996 if { (eval echo configure:1997: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2057if { (eval echo configure:2058: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    19972058  rm -rf conftest*
    19982059  lt_cv_cc_needs_belf=yes
     
    21182179set dummy gcc; ac_word=$2
    21192180echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2120 echo "configure:2121: checking for $ac_word" >&5
     2181echo "configure:2182: checking for $ac_word" >&5
    21212182if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    21222183  echo $ac_n "(cached) $ac_c" 1>&6
     
    21252186  ac_cv_prog_CC="$CC" # Let the user override the test.
    21262187else
    2127   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     2188  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    21282189  ac_dummy="$PATH"
    21292190  for ac_dir in $ac_dummy; do
    21302191    test -z "$ac_dir" && ac_dir=.
    2131     if test -f $ac_dir/$ac_word; then
     2192    if test -f $ac_dir/$ac_word -o \
     2193            -f $ac_dir/$ac_word$ac_exeext ; then
    21322194      ac_cv_prog_CC="gcc"
    21332195      break
     
    21482210set dummy cc; ac_word=$2
    21492211echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2150 echo "configure:2151: checking for $ac_word" >&5
     2212echo "configure:2213: checking for $ac_word" >&5
    21512213if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    21522214  echo $ac_n "(cached) $ac_c" 1>&6
     
    21552217  ac_cv_prog_CC="$CC" # Let the user override the test.
    21562218else
    2157   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     2219  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    21582220  ac_prog_rejected=no
    21592221  ac_dummy="$PATH"
    21602222  for ac_dir in $ac_dummy; do
    21612223    test -z "$ac_dir" && ac_dir=.
    2162     if test -f $ac_dir/$ac_word; then
    2163       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
     2224    if test -f $ac_dir/$ac_word -o \
     2225            -f $ac_dir/$ac_word$ac_exeext ; then
     2226      if test "$ac_dir/$ac_word" = "/usr/ucb/cc" -o \
     2227               "$ac_dir/$ac_word$ac_exeext" = "/usr/ucb/cc" ; then
    21642228        ac_prog_rejected=yes
    21652229        continue
     
    21992263set dummy cl; ac_word=$2
    22002264echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2201 echo "configure:2202: checking for $ac_word" >&5
     2265echo "configure:2266: checking for $ac_word" >&5
    22022266if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    22032267  echo $ac_n "(cached) $ac_c" 1>&6
     
    22062270  ac_cv_prog_CC="$CC" # Let the user override the test.
    22072271else
    2208   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     2272  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    22092273  ac_dummy="$PATH"
    22102274  for ac_dir in $ac_dummy; do
    22112275    test -z "$ac_dir" && ac_dir=.
    2212     if test -f $ac_dir/$ac_word; then
     2276    if test -f $ac_dir/$ac_word -o \
     2277            -f $ac_dir/$ac_word$ac_exeext ; then
    22132278      ac_cv_prog_CC="cl"
    22142279      break
     
    22312296
    22322297echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    2233 echo "configure:2234: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     2298echo "configure:2299: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    22342299
    22352300ac_ext=c
     
    22422307cat > conftest.$ac_ext << EOF
    22432308
    2244 #line 2245 "configure"
     2309#line 2310 "configure"
    22452310#include "confdefs.h"
    22462311
    22472312main(){return(0);}
    22482313EOF
    2249 if { (eval echo configure:2250: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2314if { (eval echo configure:2315: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    22502315  ac_cv_prog_cc_works=yes
    22512316  # If we can't run a trivial program, we are probably using a cross compiler.
     
    22732338fi
    22742339echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    2275 echo "configure:2276: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     2340echo "configure:2341: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    22762341echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    22772342cross_compiling=$ac_cv_prog_cc_cross
    22782343
    22792344echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    2280 echo "configure:2281: checking whether we are using GNU C" >&5
     2345echo "configure:2346: checking whether we are using GNU C" >&5
    22812346if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    22822347  echo $ac_n "(cached) $ac_c" 1>&6
     
    22872352#endif
    22882353EOF
    2289 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2290: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     2354if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2355: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    22902355  ac_cv_prog_gcc=yes
    22912356else
     
    23062371CFLAGS=
    23072372echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    2308 echo "configure:2309: checking whether ${CC-cc} accepts -g" >&5
     2373echo "configure:2374: checking whether ${CC-cc} accepts -g" >&5
    23092374if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    23102375  echo $ac_n "(cached) $ac_c" 1>&6
     
    23492414# ./install, which can be erroneously created by make from ./install.sh.
    23502415echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    2351 echo "configure:2352: checking for a BSD compatible install" >&5
     2416echo "configure:2417: checking for a BSD compatible install" >&5
    23522417if test -z "$INSTALL"; then
    23532418if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
    23542419  echo $ac_n "(cached) $ac_c" 1>&6
    23552420else
    2356     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
     2421    IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS="$PATH_IFS"
    23572422  for ac_dir in $PATH; do
    23582423    # Account for people who put trailing slashes in PATH elements.
    23592424    case "$ac_dir/" in
    23602425    /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
     2426    # We reject the install program from OS/2 or W3.1
     2427    */OS2|*/OS2/*|*/WINDOWS|*/WINDOWS/*) ;;
    23612428    *)
    23622429      # OSF1 and SCO ODT 3.0 have their own names for install.
     
    23642431      # by default.
    23652432      for ac_prog in ginstall scoinst install; do
    2366         if test -f $ac_dir/$ac_prog; then
     2433        if test -f $ac_dir/$ac_prog$ac_exeext; then
    23672434          if test $ac_prog = install &&
    23682435            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
     
    23702437            :
    23712438          else
    2372             ac_cv_path_install="$ac_dir/$ac_prog -c"
     2439            ac_cv_path_install="$ac_dir/$ac_prog$ac_exeext -c"
    23732440            break 2
    23742441          fi
     
    24052472do
    24062473echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2407 echo "configure:2408: checking for $ac_func" >&5
     2474echo "configure:2475: checking for $ac_func" >&5
    24082475if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    24092476  echo $ac_n "(cached) $ac_c" 1>&6
    24102477else
    24112478  cat > conftest.$ac_ext <<EOF
    2412 #line 2413 "configure"
     2479#line 2480 "configure"
    24132480#include "confdefs.h"
    24142481/* System header to define __stub macros and hopefully few prototypes,
     
    24332500; return 0; }
    24342501EOF
    2435 if { (eval echo configure:2436: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2502if { (eval echo configure:2503: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    24362503  rm -rf conftest*
    24372504  eval "ac_cv_func_$ac_func=yes"
     
    24602527ALL_LINGUAS=
    24612528echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    2462 echo "configure:2463: checking how to run the C preprocessor" >&5
     2529echo "configure:2530: checking how to run the C preprocessor" >&5
    24632530# On Suns, sometimes $CPP names a directory.
    24642531if test -n "$CPP" && test -d "$CPP"; then
     
    24752542  # not just through cpp.
    24762543  cat > conftest.$ac_ext <<EOF
    2477 #line 2478 "configure"
     2544#include <sys/types.h>
     2545#line 2546 "configure"
    24782546#include "confdefs.h"
    24792547#include <assert.h>
     
    24812549EOF
    24822550ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2483 { (eval echo configure:2484: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2551{ (eval echo configure:2552: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    24842552ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    24852553if test -z "$ac_err"; then
     
    24922560  CPP="${CC-cc} -E -traditional-cpp"
    24932561  cat > conftest.$ac_ext <<EOF
    2494 #line 2495 "configure"
     2562#include <sys/types.h>
     2563#line 2564 "configure"
    24952564#include "confdefs.h"
    24962565#include <assert.h>
     
    24982567EOF
    24992568ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2500 { (eval echo configure:2501: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2569{ (eval echo configure:2570: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    25012570ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    25022571if test -z "$ac_err"; then
     
    25092578  CPP="${CC-cc} -nologo -E"
    25102579  cat > conftest.$ac_ext <<EOF
    2511 #line 2512 "configure"
     2580#include <sys/types.h>
     2581#line 2582 "configure"
    25122582#include "confdefs.h"
    25132583#include <assert.h>
     
    25152585EOF
    25162586ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2517 { (eval echo configure:2518: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2587{ (eval echo configure:2588: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    25182588ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    25192589if test -z "$ac_err"; then
     
    25422612set dummy ranlib; ac_word=$2
    25432613echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2544 echo "configure:2545: checking for $ac_word" >&5
     2614echo "configure:2615: checking for $ac_word" >&5
    25452615if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    25462616  echo $ac_n "(cached) $ac_c" 1>&6
     
    25492619  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
    25502620else
    2551   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     2621  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    25522622  ac_dummy="$PATH"
    25532623  for ac_dir in $ac_dummy; do
    25542624    test -z "$ac_dir" && ac_dir=.
    2555     if test -f $ac_dir/$ac_word; then
     2625    if test -f $ac_dir/$ac_word -o \
     2626            -f $ac_dir/$ac_word$ac_exeext ; then
    25562627      ac_cv_prog_RANLIB="ranlib"
    25572628      break
     
    25702641
    25712642echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    2572 echo "configure:2573: checking for ANSI C header files" >&5
     2643echo "configure:2644: checking for ANSI C header files" >&5
    25732644if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    25742645  echo $ac_n "(cached) $ac_c" 1>&6
    25752646else
    25762647  cat > conftest.$ac_ext <<EOF
    2577 #line 2578 "configure"
     2648#include <sys/types.h>
     2649#line 2650 "configure"
    25782650#include "confdefs.h"
    25792651#include <stdlib.h>
     
    25832655EOF
    25842656ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2585 { (eval echo configure:2586: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2657{ (eval echo configure:2658: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    25862658ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    25872659if test -z "$ac_err"; then
     
    26002672  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    26012673cat > conftest.$ac_ext <<EOF
    2602 #line 2603 "configure"
     2674#line 2675 "configure"
    26032675#include "confdefs.h"
    26042676#include <string.h>
     
    26182690  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    26192691cat > conftest.$ac_ext <<EOF
    2620 #line 2621 "configure"
     2692#line 2693 "configure"
    26212693#include "confdefs.h"
    26222694#include <stdlib.h>
     
    26392711else
    26402712  cat > conftest.$ac_ext <<EOF
    2641 #line 2642 "configure"
     2713#line 2714 "configure"
    26422714#include "confdefs.h"
    26432715#include <ctype.h>
     
    26502722
    26512723EOF
    2652 if { (eval echo configure:2653: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2724if { (eval echo configure:2725: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    26532725then
    26542726  :
     
    26742746
    26752747echo $ac_n "checking for working const""... $ac_c" 1>&6
    2676 echo "configure:2677: checking for working const" >&5
     2748echo "configure:2749: checking for working const" >&5
    26772749if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
    26782750  echo $ac_n "(cached) $ac_c" 1>&6
    26792751else
    26802752  cat > conftest.$ac_ext <<EOF
    2681 #line 2682 "configure"
     2753#line 2754 "configure"
    26822754#include "confdefs.h"
    26832755
     
    27282800; return 0; }
    27292801EOF
    2730 if { (eval echo configure:2731: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2802if { (eval echo configure:2803: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    27312803  rm -rf conftest*
    27322804  ac_cv_c_const=yes
     
    27492821
    27502822echo $ac_n "checking for inline""... $ac_c" 1>&6
    2751 echo "configure:2752: checking for inline" >&5
     2823echo "configure:2824: checking for inline" >&5
    27522824if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
    27532825  echo $ac_n "(cached) $ac_c" 1>&6
     
    27562828for ac_kw in inline __inline__ __inline; do
    27572829  cat > conftest.$ac_ext <<EOF
    2758 #line 2759 "configure"
     2830#line 2831 "configure"
    27592831#include "confdefs.h"
    27602832
     
    27632835; return 0; }
    27642836EOF
    2765 if { (eval echo configure:2766: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2837if { (eval echo configure:2838: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    27662838  rm -rf conftest*
    27672839  ac_cv_c_inline=$ac_kw; break
     
    27892861
    27902862echo $ac_n "checking for off_t""... $ac_c" 1>&6
    2791 echo "configure:2792: checking for off_t" >&5
     2863echo "configure:2864: checking for off_t" >&5
    27922864if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
    27932865  echo $ac_n "(cached) $ac_c" 1>&6
    27942866else
    27952867  cat > conftest.$ac_ext <<EOF
    2796 #line 2797 "configure"
     2868#line 2869 "configure"
    27972869#include "confdefs.h"
    27982870#include <sys/types.h>
     
    28222894
    28232895echo $ac_n "checking for size_t""... $ac_c" 1>&6
    2824 echo "configure:2825: checking for size_t" >&5
     2896echo "configure:2897: checking for size_t" >&5
    28252897if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
    28262898  echo $ac_n "(cached) $ac_c" 1>&6
    28272899else
    28282900  cat > conftest.$ac_ext <<EOF
    2829 #line 2830 "configure"
     2901#line 2902 "configure"
    28302902#include "confdefs.h"
    28312903#include <sys/types.h>
     
    28572929# for constant arguments.  Useless!
    28582930echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
    2859 echo "configure:2860: checking for working alloca.h" >&5
     2931echo "configure:2932: checking for working alloca.h" >&5
    28602932if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
    28612933  echo $ac_n "(cached) $ac_c" 1>&6
    28622934else
    28632935  cat > conftest.$ac_ext <<EOF
    2864 #line 2865 "configure"
     2936#line 2937 "configure"
    28652937#include "confdefs.h"
    28662938#include <alloca.h>
     
    28692941; return 0; }
    28702942EOF
    2871 if { (eval echo configure:2872: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2943if { (eval echo configure:2944: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    28722944  rm -rf conftest*
    28732945  ac_cv_header_alloca_h=yes
     
    28902962
    28912963echo $ac_n "checking for alloca""... $ac_c" 1>&6
    2892 echo "configure:2893: checking for alloca" >&5
     2964echo "configure:2965: checking for alloca" >&5
    28932965if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
    28942966  echo $ac_n "(cached) $ac_c" 1>&6
    28952967else
    28962968  cat > conftest.$ac_ext <<EOF
    2897 #line 2898 "configure"
     2969#line 2970 "configure"
    28982970#include "confdefs.h"
    28992971
     
    29232995; return 0; }
    29242996EOF
    2925 if { (eval echo configure:2926: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2997if { (eval echo configure:2998: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    29262998  rm -rf conftest*
    29272999  ac_cv_func_alloca_works=yes
     
    29553027
    29563028echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
    2957 echo "configure:2958: checking whether alloca needs Cray hooks" >&5
     3029echo "configure:3030: checking whether alloca needs Cray hooks" >&5
    29583030if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
    29593031  echo $ac_n "(cached) $ac_c" 1>&6
    29603032else
    29613033  cat > conftest.$ac_ext <<EOF
    2962 #line 2963 "configure"
     3034#line 3035 "configure"
    29633035#include "confdefs.h"
    29643036#if defined(CRAY) && ! defined(CRAY2)
     
    29853057for ac_func in _getb67 GETB67 getb67; do
    29863058  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2987 echo "configure:2988: checking for $ac_func" >&5
     3059echo "configure:3060: checking for $ac_func" >&5
    29883060if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    29893061  echo $ac_n "(cached) $ac_c" 1>&6
    29903062else
    29913063  cat > conftest.$ac_ext <<EOF
    2992 #line 2993 "configure"
     3064#line 3065 "configure"
    29933065#include "confdefs.h"
    29943066/* System header to define __stub macros and hopefully few prototypes,
     
    30133085; return 0; }
    30143086EOF
    3015 if { (eval echo configure:3016: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3087if { (eval echo configure:3088: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    30163088  rm -rf conftest*
    30173089  eval "ac_cv_func_$ac_func=yes"
     
    30403112
    30413113echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
    3042 echo "configure:3043: checking stack direction for C alloca" >&5
     3114echo "configure:3115: checking stack direction for C alloca" >&5
    30433115if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
    30443116  echo $ac_n "(cached) $ac_c" 1>&6
     
    30483120else
    30493121  cat > conftest.$ac_ext <<EOF
    3050 #line 3051 "configure"
     3122#line 3123 "configure"
    30513123#include "confdefs.h"
    30523124find_stack_direction ()
     
    30673139}
    30683140EOF
    3069 if { (eval echo configure:3070: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3141if { (eval echo configure:3142: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    30703142then
    30713143  ac_cv_c_stack_direction=1
     
    30923164ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    30933165echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    3094 echo "configure:3095: checking for $ac_hdr" >&5
     3166echo "configure:3167: checking for $ac_hdr" >&5
    30953167if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    30963168  echo $ac_n "(cached) $ac_c" 1>&6
    30973169else
    30983170  cat > conftest.$ac_ext <<EOF
    3099 #line 3100 "configure"
     3171#include <sys/types.h>
     3172#line 3173 "configure"
    31003173#include "confdefs.h"
    31013174#include <$ac_hdr>
    31023175EOF
    31033176ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3104 { (eval echo configure:3105: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3177{ (eval echo configure:3178: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    31053178ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    31063179if test -z "$ac_err"; then
     
    31313204do
    31323205echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3133 echo "configure:3134: checking for $ac_func" >&5
     3206echo "configure:3207: checking for $ac_func" >&5
    31343207if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    31353208  echo $ac_n "(cached) $ac_c" 1>&6
    31363209else
    31373210  cat > conftest.$ac_ext <<EOF
    3138 #line 3139 "configure"
     3211#line 3212 "configure"
    31393212#include "confdefs.h"
    31403213/* System header to define __stub macros and hopefully few prototypes,
     
    31593232; return 0; }
    31603233EOF
    3161 if { (eval echo configure:3162: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3234if { (eval echo configure:3235: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    31623235  rm -rf conftest*
    31633236  eval "ac_cv_func_$ac_func=yes"
     
    31843257
    31853258echo $ac_n "checking for working mmap""... $ac_c" 1>&6
    3186 echo "configure:3187: checking for working mmap" >&5
     3259echo "configure:3260: checking for working mmap" >&5
    31873260if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
    31883261  echo $ac_n "(cached) $ac_c" 1>&6
     
    31923265else
    31933266  cat > conftest.$ac_ext <<EOF
    3194 #line 3195 "configure"
     3267#line 3268 "configure"
    31953268#include "confdefs.h"
    31963269
     
    33323405
    33333406EOF
    3334 if { (eval echo configure:3335: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3407if { (eval echo configure:3408: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    33353408then
    33363409  ac_cv_func_mmap_fixed_mapped=yes
     
    33603433ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    33613434echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    3362 echo "configure:3363: checking for $ac_hdr" >&5
     3435echo "configure:3436: checking for $ac_hdr" >&5
    33633436if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    33643437  echo $ac_n "(cached) $ac_c" 1>&6
    33653438else
    33663439  cat > conftest.$ac_ext <<EOF
    3367 #line 3368 "configure"
     3440#include <sys/types.h>
     3441#line 3442 "configure"
    33683442#include "confdefs.h"
    33693443#include <$ac_hdr>
    33703444EOF
    33713445ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3372 { (eval echo configure:3373: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3446{ (eval echo configure:3447: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    33733447ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    33743448if test -z "$ac_err"; then
     
    34003474do
    34013475echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3402 echo "configure:3403: checking for $ac_func" >&5
     3476echo "configure:3477: checking for $ac_func" >&5
    34033477if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    34043478  echo $ac_n "(cached) $ac_c" 1>&6
    34053479else
    34063480  cat > conftest.$ac_ext <<EOF
    3407 #line 3408 "configure"
     3481#line 3482 "configure"
    34083482#include "confdefs.h"
    34093483/* System header to define __stub macros and hopefully few prototypes,
     
    34283502; return 0; }
    34293503EOF
    3430 if { (eval echo configure:3431: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3504if { (eval echo configure:3505: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    34313505  rm -rf conftest*
    34323506  eval "ac_cv_func_$ac_func=yes"
     
    34573531do
    34583532echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3459 echo "configure:3460: checking for $ac_func" >&5
     3533echo "configure:3534: checking for $ac_func" >&5
    34603534if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    34613535  echo $ac_n "(cached) $ac_c" 1>&6
    34623536else
    34633537  cat > conftest.$ac_ext <<EOF
    3464 #line 3465 "configure"
     3538#line 3539 "configure"
    34653539#include "confdefs.h"
    34663540/* System header to define __stub macros and hopefully few prototypes,
     
    34853559; return 0; }
    34863560EOF
    3487 if { (eval echo configure:3488: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3561if { (eval echo configure:3562: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    34883562  rm -rf conftest*
    34893563  eval "ac_cv_func_$ac_func=yes"
     
    35193593   if test $ac_cv_header_locale_h = yes; then
    35203594    echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6
    3521 echo "configure:3522: checking for LC_MESSAGES" >&5
     3595echo "configure:3596: checking for LC_MESSAGES" >&5
    35223596if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then
    35233597  echo $ac_n "(cached) $ac_c" 1>&6
    35243598else
    35253599  cat > conftest.$ac_ext <<EOF
    3526 #line 3527 "configure"
     3600#line 3601 "configure"
    35273601#include "confdefs.h"
    35283602#include <locale.h>
     
    35313605; return 0; }
    35323606EOF
    3533 if { (eval echo configure:3534: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3607if { (eval echo configure:3608: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    35343608  rm -rf conftest*
    35353609  am_cv_val_LC_MESSAGES=yes
     
    35523626  fi
    35533627   echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6
    3554 echo "configure:3555: checking whether NLS is requested" >&5
     3628echo "configure:3629: checking whether NLS is requested" >&5
    35553629        # Check whether --enable-nls or --disable-nls was given.
    35563630if test "${enable_nls+set}" = set; then
     
    35723646
    35733647      echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6
    3574 echo "configure:3575: checking whether included gettext is requested" >&5
     3648echo "configure:3649: checking whether included gettext is requested" >&5
    35753649      # Check whether --with-included-gettext or --without-included-gettext was given.
    35763650if test "${with_included_gettext+set}" = set; then
     
    35913665        ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'`
    35923666echo $ac_n "checking for libintl.h""... $ac_c" 1>&6
    3593 echo "configure:3594: checking for libintl.h" >&5
     3667echo "configure:3668: checking for libintl.h" >&5
    35943668if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    35953669  echo $ac_n "(cached) $ac_c" 1>&6
    35963670else
    35973671  cat > conftest.$ac_ext <<EOF
    3598 #line 3599 "configure"
     3672#include <sys/types.h>
     3673#line 3674 "configure"
    35993674#include "confdefs.h"
    36003675#include <libintl.h>
    36013676EOF
    36023677ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3603 { (eval echo configure:3604: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3678{ (eval echo configure:3679: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    36043679ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    36053680if test -z "$ac_err"; then
     
    36183693  echo "$ac_t""yes" 1>&6
    36193694  echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6
    3620 echo "configure:3621: checking for gettext in libc" >&5
     3695echo "configure:3696: checking for gettext in libc" >&5
    36213696if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then
    36223697  echo $ac_n "(cached) $ac_c" 1>&6
    36233698else
    36243699  cat > conftest.$ac_ext <<EOF
    3625 #line 3626 "configure"
     3700#line 3701 "configure"
    36263701#include "confdefs.h"
    36273702#include <libintl.h>
     
    36303705; return 0; }
    36313706EOF
    3632 if { (eval echo configure:3633: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3707if { (eval echo configure:3708: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    36333708  rm -rf conftest*
    36343709  gt_cv_func_gettext_libc=yes
     
    36463721           if test "$gt_cv_func_gettext_libc" != "yes"; then
    36473722             echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6
    3648 echo "configure:3649: checking for bindtextdomain in -lintl" >&5
     3723echo "configure:3724: checking for bindtextdomain in -lintl" >&5
    36493724ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'`
    36503725if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    36543729LIBS="-lintl  $LIBS"
    36553730cat > conftest.$ac_ext <<EOF
    3656 #line 3657 "configure"
     3731#line 3732 "configure"
    36573732#include "confdefs.h"
    36583733/* Override any gcc2 internal prototype to avoid an error.  */
     
    36653740; return 0; }
    36663741EOF
    3667 if { (eval echo configure:3668: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3742if { (eval echo configure:3743: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    36683743  rm -rf conftest*
    36693744  eval "ac_cv_lib_$ac_lib_var=yes"
     
    36813756  echo "$ac_t""yes" 1>&6
    36823757  echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6
    3683 echo "configure:3684: checking for gettext in libintl" >&5
     3758echo "configure:3759: checking for gettext in libintl" >&5
    36843759if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then
    36853760  echo $ac_n "(cached) $ac_c" 1>&6
    36863761else
    36873762  cat > conftest.$ac_ext <<EOF
    3688 #line 3689 "configure"
     3763#line 3764 "configure"
    36893764#include "confdefs.h"
    36903765
     
    36933768; return 0; }
    36943769EOF
    3695 if { (eval echo configure:3696: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3770if { (eval echo configure:3771: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    36963771  rm -rf conftest*
    36973772  gt_cv_func_gettext_libintl=yes
     
    37213796set dummy msgfmt; ac_word=$2
    37223797echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3723 echo "configure:3724: checking for $ac_word" >&5
     3798echo "configure:3799: checking for $ac_word" >&5
    37243799if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
    37253800  echo $ac_n "(cached) $ac_c" 1>&6
     
    37303805  ;;
    37313806  *)
    3732   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     3807  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}"
    37333808  for ac_dir in $PATH; do
    37343809    test -z "$ac_dir" && ac_dir=.
     
    37553830do
    37563831echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3757 echo "configure:3758: checking for $ac_func" >&5
     3832echo "configure:3833: checking for $ac_func" >&5
    37583833if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    37593834  echo $ac_n "(cached) $ac_c" 1>&6
    37603835else
    37613836  cat > conftest.$ac_ext <<EOF
    3762 #line 3763 "configure"
     3837#line 3838 "configure"
    37633838#include "confdefs.h"
    37643839/* System header to define __stub macros and hopefully few prototypes,
     
    37833858; return 0; }
    37843859EOF
    3785 if { (eval echo configure:3786: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3860if { (eval echo configure:3861: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    37863861  rm -rf conftest*
    37873862  eval "ac_cv_func_$ac_func=yes"
     
    38103885set dummy gmsgfmt; ac_word=$2
    38113886echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3812 echo "configure:3813: checking for $ac_word" >&5
     3887echo "configure:3888: checking for $ac_word" >&5
    38133888if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
    38143889  echo $ac_n "(cached) $ac_c" 1>&6
    38153890else
    38163891  case "$GMSGFMT" in
    3817   /*)
     3892  /* | [a-zA-Z]:*)
    38183893  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
    38193894  ;;
    3820   ?:/*)                  
     3895  ?:/*)                 
    38213896  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path.
    38223897  ;;
    38233898  *)
    3824   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     3899  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    38253900  ac_dummy="$PATH"
    3826   for ac_dir in $ac_dummy; do 
     3901  for ac_dir in $ac_dummy; do
    38273902    test -z "$ac_dir" && ac_dir=.
    38283903    if test -f $ac_dir/$ac_word; then
    38293904      ac_cv_path_GMSGFMT="$ac_dir/$ac_word"
     3905      break
     3906    fi
     3907    if test -f $ac_dir/$ac_word$ac_exeext; then
     3908      ac_cv_path_GMSGFMT="$ac_dir/$ac_word$ac_exeext"
    38303909      break
    38313910    fi
     
    38463925set dummy xgettext; ac_word=$2
    38473926echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3848 echo "configure:3849: checking for $ac_word" >&5
     3927echo "configure:3928: checking for $ac_word" >&5
    38493928if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
    38503929  echo $ac_n "(cached) $ac_c" 1>&6
     
    38553934  ;;
    38563935  *)
    3857   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     3936  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}"
    38583937  for ac_dir in $PATH; do
    38593938    test -z "$ac_dir" && ac_dir=.
     
    38783957
    38793958                cat > conftest.$ac_ext <<EOF
    3880 #line 3881 "configure"
     3959#line 3960 "configure"
    38813960#include "confdefs.h"
    38823961
     
    38863965; return 0; }
    38873966EOF
    3888 if { (eval echo configure:3889: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3967if { (eval echo configure:3968: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    38893968  rm -rf conftest*
    38903969  CATOBJEXT=.gmo
     
    39183997set dummy msgfmt; ac_word=$2
    39193998echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3920 echo "configure:3921: checking for $ac_word" >&5
     3999echo "configure:4000: checking for $ac_word" >&5
    39214000if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
    39224001  echo $ac_n "(cached) $ac_c" 1>&6
     
    39274006  ;;
    39284007  *)
    3929   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     4008  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}"
    39304009  for ac_dir in $PATH; do
    39314010    test -z "$ac_dir" && ac_dir=.
     
    39524031set dummy gmsgfmt; ac_word=$2
    39534032echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3954 echo "configure:3955: checking for $ac_word" >&5
     4033echo "configure:4034: checking for $ac_word" >&5
    39554034if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
    39564035  echo $ac_n "(cached) $ac_c" 1>&6
    39574036else
    39584037  case "$GMSGFMT" in
    3959   /*)
     4038  /* | [a-zA-Z]:*)
    39604039  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
    39614040  ;;
    3962   ?:/*)                  
     4041  ?:/*)                 
    39634042  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path.
    39644043  ;;
    39654044  *)
    3966   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     4045  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    39674046  ac_dummy="$PATH"
    3968   for ac_dir in $ac_dummy; do 
     4047  for ac_dir in $ac_dummy; do
    39694048    test -z "$ac_dir" && ac_dir=.
    39704049    if test -f $ac_dir/$ac_word; then
    39714050      ac_cv_path_GMSGFMT="$ac_dir/$ac_word"
     4051      break
     4052    fi
     4053    if test -f $ac_dir/$ac_word$ac_exeext; then
     4054      ac_cv_path_GMSGFMT="$ac_dir/$ac_word$ac_exeext"
    39724055      break
    39734056    fi
     
    39884071set dummy xgettext; ac_word=$2
    39894072echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3990 echo "configure:3991: checking for $ac_word" >&5
     4073echo "configure:4074: checking for $ac_word" >&5
    39914074if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
    39924075  echo $ac_n "(cached) $ac_c" 1>&6
     
    39974080  ;;
    39984081  *)
    3999   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     4082  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}"
    40004083  for ac_dir in $PATH; do
    40014084    test -z "$ac_dir" && ac_dir=.
     
    40784161     else
    40794162       echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6
    4080 echo "configure:4081: checking for catalogs to be installed" >&5
     4163echo "configure:4164: checking for catalogs to be installed" >&5
    40814164       NEW_LINGUAS=
    40824165       for lang in ${LINGUAS=$ALL_LINGUAS}; do
     
    41064189         ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'`
    41074190echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6
    4108 echo "configure:4109: checking for linux/version.h" >&5
     4191echo "configure:4192: checking for linux/version.h" >&5
    41094192if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    41104193  echo $ac_n "(cached) $ac_c" 1>&6
    41114194else
    41124195  cat > conftest.$ac_ext <<EOF
    4113 #line 4114 "configure"
     4196#include <sys/types.h>
     4197#line 4198 "configure"
    41144198#include "confdefs.h"
    41154199#include <linux/version.h>
    41164200EOF
    41174201ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4118 { (eval echo configure:4119: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4202{ (eval echo configure:4203: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    41194203ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    41204204if test -z "$ac_err"; then
     
    41644248      test -d po || mkdir po
    41654249      if test "x$srcdir" != "x."; then
    4166          if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
     4250                 if test "x`echo $srcdir | sed -e 's@.\:/.*@@'  -e 's@/.*@@' `" = "x"; then
    41674251            posrcprefix="$srcdir/"
    41684252         else
     
    41794263
    41804264echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
    4181 echo "configure:4182: checking whether to enable maintainer-specific portions of Makefiles" >&5
     4265echo "configure:4266: checking whether to enable maintainer-specific portions of Makefiles" >&5
    41824266    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
    41834267if test "${enable_maintainer_mode+set}" = set; then
     
    42034287
    42044288
     4289
    42054290echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
    4206 echo "configure:4207: checking for executable suffix" >&5
     4291echo "configure:4292: checking for executable suffix" >&5
    42074292if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
    42084293  echo $ac_n "(cached) $ac_c" 1>&6
    42094294else
    4210   if test "$CYGWIN" = yes || test "$MINGW32" = yes; then
     4295  if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$EMXOS2" = yes; then
    42114296  ac_cv_exeext=.exe
    42124297else
     
    42144299  echo 'int main () { return 0; }' > conftest.$ac_ext
    42154300  ac_cv_exeext=
    4216   if { (eval echo configure:4217: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
     4301  if { (eval echo configure:4302: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
    42174302    for file in conftest.*; do
    42184303      case $file in
    4219       *.c | *.o | *.obj | *.ilk | *.pdb) ;;
     4304      *.c | *.o | *.obj) ;;
    42204305      *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
    42214306      esac
     
    42394324ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    42404325echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    4241 echo "configure:4242: checking for $ac_hdr" >&5
     4326echo "configure:4327: checking for $ac_hdr" >&5
    42424327if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    42434328  echo $ac_n "(cached) $ac_c" 1>&6
    42444329else
    42454330  cat > conftest.$ac_ext <<EOF
    4246 #line 4247 "configure"
     4331#include <sys/types.h>
     4332#line 4333 "configure"
    42474333#include "confdefs.h"
    42484334#include <$ac_hdr>
    42494335EOF
    42504336ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4251 { (eval echo configure:4252: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4337{ (eval echo configure:4338: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    42524338ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    42534339if test -z "$ac_err"; then
     
    42774363
    42784364echo $ac_n "checking the size of gmon pointers""... $ac_c" 1>&6
    4279 echo "configure:4280: checking the size of gmon pointers" >&5
     4365echo "configure:4366: checking the size of gmon pointers" >&5
    42804366if test "$cross_compiling" = yes; then
    42814367  gmon_ptr_size=4
    42824368else
    42834369  cat > conftest.$ac_ext <<EOF
    4284 #line 4285 "configure"
     4370#line 4371 "configure"
    42854371#include "confdefs.h"
    42864372#include <stdio.h>
     
    43054391}
    43064392EOF
    4307 if { (eval echo configure:4308: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     4393if { (eval echo configure:4394: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    43084394then
    43094395  gmon_ptr_size=`cat conftestval`
     
    44224508# Run this file to recreate the current configuration.
    44234509# This directory was configured as follows,
     4510EOF
     4511echo ': ${CONFIG_SHELL='"${CONFIG_SHELL-/bin/sh}"'}' >> $CONFIG_STATUS
     4512cat >> $CONFIG_STATUS <<EOF
    44244513# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
    44254514#
     
    44474536ac_given_srcdir=$srcdir
    44484537ac_given_INSTALL="$INSTALL"
     4538PATHIFS="$PATH_IFS"
    44494539
    44504540trap 'rm -fr `echo "Makefile po/Makefile.in:po/Make-in gconfig.h:gconfig.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
     
    44574547$ac_vpsub
    44584548$extrasub
     4549s,\([^a-zA-Z0-9:]\)/bin/sh\(.exe\),\1${CONFIG_SHELL-/bin/sh}\2,g
    44594550s%@SHELL@%$SHELL%g
    44604551s%@CFLAGS@%$CFLAGS%g
     
    44804571s%@infodir@%$infodir%g
    44814572s%@mandir@%$mandir%g
     4573s%@PATH_IFS@%$PATH_IFS%g
     4574s%@EXEEXT@%$EXEEXT%g
    44824575s%@host@%$host%g
    44834576s%@host_alias@%$host_alias%g
     
    45094602s%@LN_S@%$LN_S%g
    45104603s%@OBJEXT@%$OBJEXT%g
    4511 s%@EXEEXT@%$EXEEXT%g
    45124604s%@RANLIB@%$RANLIB%g
    45134605s%@STRIP@%$STRIP%g
     
    46094701      if test -z "$ac_dots"; then top_srcdir=.
    46104702      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
    4611   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
     4703  /* | [A-Za-z]:*)
     4704    srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
    46124705  *) # Relative path.
    46134706    srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
     
    46164709
    46174710  case "$ac_given_INSTALL" in
    4618   [/$]*) INSTALL="$ac_given_INSTALL" ;;
     4711  [/$]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;;
    46194712  *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
    46204713  esac
     
    46294722  esac
    46304723
    4631   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
     4724  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%$PATHIFS% $ac_given_srcdir/%g"`
    46324725  sed -e "$ac_comsub
    46334726s%@configure_input@%$configure_input%g
     
    46764769
    46774770  rm -f conftest.frag conftest.in conftest.out
    4678   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
     4771# kso the other way around might work better with drive letters and such.
     4772#  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
     4773  ac_file_inputs=`echo $ac_file_in|sed -e "s%:% $ac_given_srcdir/%g" -e "s%^%$ac_given_srcdir/%" `
    46794774  cat $ac_file_inputs > conftest.in
    46804775
  • trunk/src/binutils/intl/configure

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r100 r101  
    22
    33# Guess values for system-dependent variables and create Makefiles.
    4 # Generated automatically using autoconf version 2.12.1
     4# Generated automatically using autoconf version 2.13
    55# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
    66#
     
    338338
    339339  -version | --version | --versio | --versi | --vers)
    340     echo "configure generated by autoconf version 2.12.1"
     340    echo "configure generated by autoconf version 2.13"
    341341    exit 0 ;;
    342342
     
    508508ac_cpp='$CPP $CPPFLAGS'
    509509ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
    510 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
     510ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
    511511cross_compiling=$ac_cv_prog_cc_cross
    512512
     513ac_exeext=
     514ac_objext=o
    513515if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
    514516  # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
     
    522524  ac_n= ac_c='\c' ac_t=
    523525fi
     526
     527echo $ac_n "checking for path separator""... $ac_c" 1>&6
     528echo "configure:529: checking for path separator" >&5
     529# Filter path to get backslahes into forwardslashes
     530case "`uname -s 2> /dev/null`" in
     531OS/2)
     532  PATH=`echo -E "$PATH" | sed 's+\\\\+/+g'`
     533  PATH_IFS=';'
     534  ;;
     535*)
     536  PATH_IFS=':'
     537  ;;
     538esac
     539echo "$ac_t""${PATH_IFS}" 1>&6
     540
     541echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
     542echo "configure:543: checking for Cygwin environment" >&5
     543if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
     544  echo $ac_n "(cached) $ac_c" 1>&6
     545else
     546  cat > conftest.$ac_ext <<EOF
     547#line 548 "configure"
     548#include "confdefs.h"
     549
     550int main() {
     551
     552#ifndef __CYGWIN__
     553#define __CYGWIN__ __CYGWIN32__
     554#endif
     555return __CYGWIN__;
     556; return 0; }
     557EOF
     558if { (eval echo configure:559: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     559  rm -rf conftest*
     560  ac_cv_cygwin=yes
     561else
     562  echo "configure: failed program was:" >&5
     563  cat conftest.$ac_ext >&5
     564  rm -rf conftest*
     565  ac_cv_cygwin=no
     566fi
     567rm -f conftest*
     568rm -f conftest*
     569fi
     570
     571echo "$ac_t""$ac_cv_cygwin" 1>&6
     572CYGWIN=
     573test "$ac_cv_cygwin" = yes && CYGWIN=yes
     574echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
     575echo "configure:576: checking for mingw32 environment" >&5
     576if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
     577  echo $ac_n "(cached) $ac_c" 1>&6
     578else
     579  cat > conftest.$ac_ext <<EOF
     580#line 581 "configure"
     581#include "confdefs.h"
     582
     583int main() {
     584return __MINGW32__;
     585; return 0; }
     586EOF
     587if { (eval echo configure:588: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     588  rm -rf conftest*
     589  ac_cv_mingw32=yes
     590else
     591  echo "configure: failed program was:" >&5
     592  cat conftest.$ac_ext >&5
     593  rm -rf conftest*
     594  ac_cv_mingw32=no
     595fi
     596rm -f conftest*
     597rm -f conftest*
     598fi
     599
     600echo "$ac_t""$ac_cv_mingw32" 1>&6
     601MINGW32=
     602test "$ac_cv_mingw32" = yes && MINGW32=yes
     603echo $ac_n "checking for EMX/OS2 environment""... $ac_c" 1>&6
     604echo "configure:605: checking for EMX/OS2 environment" >&5
     605if eval "test \"`echo '$''{'ac_cv_emxos2'+set}'`\" = set"; then
     606  echo $ac_n "(cached) $ac_c" 1>&6
     607else
     608  : ${CC=gcc.exe}
     609cat > conftest.$ac_ext <<EOF
     610#line 611 "configure"
     611#include "confdefs.h"
     612
     613int main() {
     614return __EMX__;
     615; return 0; }
     616EOF
     617if { (eval echo configure:618: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     618  rm -rf conftest*
     619  ac_cv_emxos2=yes
     620else
     621  echo "configure: failed program was:" >&5
     622  cat conftest.$ac_ext >&5
     623  rm -rf conftest*
     624  ac_cv_emxos2=no
     625fi
     626rm -f conftest*
     627rm -f conftest*
     628fi
     629
     630echo "$ac_t""$ac_cv_emxos2" 1>&6
     631if eval "test \"`echo '$''{'ac_cv_libpre'+set}'`\" = set"; then
     632  echo $ac_n "(cached) $ac_c" 1>&6
     633else
     634  if test "$ac_cv_emxos2" = yes ; then
     635  ac_cv_libpre=
     636else
     637  ac_cv_libpre=lib
     638fi
     639
     640fi
     641
     642EMXOS2=
     643test "$ac_cv_emxos2" = yes && EMXOS2=yes
     644
     645
     646
     647echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
     648echo "configure:649: checking for executable suffix" >&5
     649if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
     650  echo $ac_n "(cached) $ac_c" 1>&6
     651else
     652  if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$EMXOS2" = yes; then
     653  ac_cv_exeext=.exe
     654else
     655  rm -f conftest*
     656  echo 'int main () { return 0; }' > conftest.$ac_ext
     657  ac_cv_exeext=
     658  if { (eval echo configure:659: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
     659    for file in conftest.*; do
     660      case $file in
     661      *.c | *.o | *.obj) ;;
     662      *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
     663      esac
     664    done
     665  else
     666    { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
     667  fi
     668  rm -f conftest*
     669  test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
     670fi
     671fi
     672
     673EXEEXT=""
     674test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
     675echo "$ac_t""${ac_cv_exeext}" 1>&6
     676ac_exeext=$EXEEXT
    524677
    525678
     
    559712# ./install, which can be erroneously created by make from ./install.sh.
    560713echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    561 echo "configure:562: checking for a BSD compatible install" >&5
     714echo "configure:715: checking for a BSD compatible install" >&5
    562715if test -z "$INSTALL"; then
    563716if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
    564717  echo $ac_n "(cached) $ac_c" 1>&6
    565718else
    566     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS="${IFS}:"
     719    IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS="$PATH_IFS"
    567720  for ac_dir in $PATH; do
    568721    # Account for people who put trailing slashes in PATH elements.
    569722    case "$ac_dir/" in
    570723    /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
     724    # We reject the install program from OS/2 or W3.1
     725    */OS2|*/OS2/*|*/WINDOWS|*/WINDOWS/*) ;;
    571726    *)
    572727      # OSF1 and SCO ODT 3.0 have their own names for install.
     
    574729      # by default.
    575730      for ac_prog in ginstall scoinst install; do
    576         if test -f $ac_dir/$ac_prog; then
     731        if test -f $ac_dir/$ac_prog$ac_exeext; then
    577732          if test $ac_prog = install &&
    578733            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
     
    580735            :
    581736          else
    582             ac_cv_path_install="$ac_dir/$ac_prog -c"
     737            ac_cv_path_install="$ac_dir/$ac_prog$ac_exeext -c"
    583738            break 2
    584739          fi
     
    607762test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
    608763
     764test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
     765
    609766test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
    610767
     
    613770
    614771echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    615 echo "configure:616: checking how to run the C preprocessor" >&5
     772echo "configure:773: checking how to run the C preprocessor" >&5
    616773# On Suns, sometimes $CPP names a directory.
    617774if test -n "$CPP" && test -d "$CPP"; then
     
    628785  # not just through cpp.
    629786  cat > conftest.$ac_ext <<EOF
    630 #line 631 "configure"
     787#include <sys/types.h>
     788#line 789 "configure"
    631789#include "confdefs.h"
    632790#include <assert.h>
     
    634792EOF
    635793ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    636 { (eval echo configure:637: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    637 ac_err=`grep -v '^ *+' conftest.out`
     794{ (eval echo configure:795: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     795ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    638796if test -z "$ac_err"; then
    639797  :
     
    645803  CPP="${CC-cc} -E -traditional-cpp"
    646804  cat > conftest.$ac_ext <<EOF
    647 #line 648 "configure"
     805#include <sys/types.h>
     806#line 807 "configure"
    648807#include "confdefs.h"
    649808#include <assert.h>
     
    651810EOF
    652811ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    653 { (eval echo configure:654: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    654 ac_err=`grep -v '^ *+' conftest.out`
     812{ (eval echo configure:813: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     813ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    655814if test -z "$ac_err"; then
    656815  :
     
    660819  cat conftest.$ac_ext >&5
    661820  rm -rf conftest*
     821  CPP="${CC-cc} -nologo -E"
     822  cat > conftest.$ac_ext <<EOF
     823#include <sys/types.h>
     824#line 825 "configure"
     825#include "confdefs.h"
     826#include <assert.h>
     827Syntax Error
     828EOF
     829ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
     830{ (eval echo configure:831: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     831ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
     832if test -z "$ac_err"; then
     833  :
     834else
     835  echo "$ac_err" >&5
     836  echo "configure: failed program was:" >&5
     837  cat conftest.$ac_ext >&5
     838  rm -rf conftest*
    662839  CPP=/lib/cpp
    663840fi
     
    665842fi
    666843rm -f conftest*
     844fi
     845rm -f conftest*
    667846  ac_cv_prog_CPP="$CPP"
    668847fi
     
    674853
    675854echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    676 echo "configure:677: checking whether ${MAKE-make} sets \${MAKE}" >&5
     855echo "configure:856: checking whether ${MAKE-make} sets \${MAKE}" >&5
    677856set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    678857if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    703882set dummy gcc; ac_word=$2
    704883echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    705 echo "configure:706: checking for $ac_word" >&5
     884echo "configure:885: checking for $ac_word" >&5
    706885if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    707886  echo $ac_n "(cached) $ac_c" 1>&6
     
    710889  ac_cv_prog_CC="$CC" # Let the user override the test.
    711890else
    712   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
    713   for ac_dir in $PATH; do
     891  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
     892  ac_dummy="$PATH"
     893  for ac_dir in $ac_dummy; do
    714894    test -z "$ac_dir" && ac_dir=.
    715     if test -f $ac_dir/$ac_word; then
     895    if test -f $ac_dir/$ac_word -o \
     896            -f $ac_dir/$ac_word$ac_exeext ; then
    716897      ac_cv_prog_CC="gcc"
    717898      break
     
    732913set dummy cc; ac_word=$2
    733914echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    734 echo "configure:735: checking for $ac_word" >&5
     915echo "configure:916: checking for $ac_word" >&5
    735916if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    736917  echo $ac_n "(cached) $ac_c" 1>&6
     
    739920  ac_cv_prog_CC="$CC" # Let the user override the test.
    740921else
    741   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     922  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    742923  ac_prog_rejected=no
    743   for ac_dir in $PATH; do
     924  ac_dummy="$PATH"
     925  for ac_dir in $ac_dummy; do
    744926    test -z "$ac_dir" && ac_dir=.
    745     if test -f $ac_dir/$ac_word; then
    746       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
     927    if test -f $ac_dir/$ac_word -o \
     928            -f $ac_dir/$ac_word$ac_exeext ; then
     929      if test "$ac_dir/$ac_word" = "/usr/ucb/cc" -o \
     930               "$ac_dir/$ac_word$ac_exeext" = "/usr/ucb/cc" ; then
    747931        ac_prog_rejected=yes
    748932        continue
     
    776960fi
    777961
     962  if test -z "$CC"; then
     963    case "`uname -s`" in
     964    *win32* | *WIN32*)
     965      # Extract the first word of "cl", so it can be a program name with args.
     966set dummy cl; ac_word=$2
     967echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
     968echo "configure:969: checking for $ac_word" >&5
     969if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
     970  echo $ac_n "(cached) $ac_c" 1>&6
     971else
     972  if test -n "$CC"; then
     973  ac_cv_prog_CC="$CC" # Let the user override the test.
     974else
     975  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
     976  ac_dummy="$PATH"
     977  for ac_dir in $ac_dummy; do
     978    test -z "$ac_dir" && ac_dir=.
     979    if test -f $ac_dir/$ac_word -o \
     980            -f $ac_dir/$ac_word$ac_exeext ; then
     981      ac_cv_prog_CC="cl"
     982      break
     983    fi
     984  done
     985  IFS="$ac_save_ifs"
     986fi
     987fi
     988CC="$ac_cv_prog_CC"
     989if test -n "$CC"; then
     990  echo "$ac_t""$CC" 1>&6
     991else
     992  echo "$ac_t""no" 1>&6
     993fi
     994 ;;
     995    esac
     996  fi
    778997  test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
    779998fi
    780999
    7811000echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    782 echo "configure:783: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     1001echo "configure:1002: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    7831002
    7841003ac_ext=c
     
    7861005ac_cpp='$CPP $CPPFLAGS'
    7871006ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
    788 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
     1007ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
    7891008cross_compiling=$ac_cv_prog_cc_cross
    7901009
    791 cat > conftest.$ac_ext <<EOF
    792 #line 793 "configure"
    793 #include "confdefs.h"
     1010cat > conftest.$ac_ext << EOF
     1011
     1012#line 1013 "configure"
     1013#include "confdefs.h"
     1014
    7941015main(){return(0);}
    7951016EOF
    796 if { (eval echo configure:797: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1017if { (eval echo configure:1018: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    7971018  ac_cv_prog_cc_works=yes
    7981019  # If we can't run a trivial program, we are probably using a cross compiler.
     
    8081029fi
    8091030rm -fr conftest*
     1031ac_ext=c
     1032# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
     1033ac_cpp='$CPP $CPPFLAGS'
     1034ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
     1035ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
     1036cross_compiling=$ac_cv_prog_cc_cross
    8101037
    8111038echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
     
    8141041fi
    8151042echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    816 echo "configure:817: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     1043echo "configure:1044: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    8171044echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    8181045cross_compiling=$ac_cv_prog_cc_cross
    8191046
    8201047echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    821 echo "configure:822: checking whether we are using GNU C" >&5
     1048echo "configure:1049: checking whether we are using GNU C" >&5
    8221049if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    8231050  echo $ac_n "(cached) $ac_c" 1>&6
     
    8281055#endif
    8291056EOF
    830 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:831: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     1057if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1058: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    8311058  ac_cv_prog_gcc=yes
    8321059else
     
    8391066if test $ac_cv_prog_gcc = yes; then
    8401067  GCC=yes
    841   ac_test_CFLAGS="${CFLAGS+set}"
    842   ac_save_CFLAGS="$CFLAGS"
    843   CFLAGS=
    844   echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    845 echo "configure:846: checking whether ${CC-cc} accepts -g" >&5
     1068else
     1069  GCC=
     1070fi
     1071
     1072ac_test_CFLAGS="${CFLAGS+set}"
     1073ac_save_CFLAGS="$CFLAGS"
     1074CFLAGS=
     1075echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
     1076echo "configure:1077: checking whether ${CC-cc} accepts -g" >&5
    8461077if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    8471078  echo $ac_n "(cached) $ac_c" 1>&6
     
    8581089
    8591090echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
    860   if test "$ac_test_CFLAGS" = set; then
    861     CFLAGS="$ac_save_CFLAGS"
    862   elif test $ac_cv_prog_cc_g = yes; then
     1091if test "$ac_test_CFLAGS" = set; then
     1092  CFLAGS="$ac_save_CFLAGS"
     1093elif test $ac_cv_prog_cc_g = yes; then
     1094  if test "$GCC" = yes; then
    8631095    CFLAGS="-g -O2"
    8641096  else
     1097    CFLAGS="-g"
     1098  fi
     1099else
     1100  if test "$GCC" = yes; then
    8651101    CFLAGS="-O2"
     1102  else
     1103    CFLAGS=
    8661104  fi
    867 else
    868   GCC=
    869   test "${CFLAGS+set}" = set || CFLAGS="-g"
    8701105fi
    8711106
     
    8731108set dummy ranlib; ac_word=$2
    8741109echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    875 echo "configure:876: checking for $ac_word" >&5
     1110echo "configure:1111: checking for $ac_word" >&5
    8761111if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    8771112  echo $ac_n "(cached) $ac_c" 1>&6
     
    8801115  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
    8811116else
    882   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
    883   for ac_dir in $PATH; do
     1117  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
     1118  ac_dummy="$PATH"
     1119  for ac_dir in $ac_dummy; do
    8841120    test -z "$ac_dir" && ac_dir=.
    885     if test -f $ac_dir/$ac_word; then
     1121    if test -f $ac_dir/$ac_word -o \
     1122            -f $ac_dir/$ac_word$ac_exeext ; then
    8861123      ac_cv_prog_RANLIB="ranlib"
    8871124      break
     
    9001137
    9011138echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6
    902 echo "configure:903: checking for POSIXized ISC" >&5
     1139echo "configure:1140: checking for POSIXized ISC" >&5
    9031140if test -d /etc/conf/kconfig.d &&
    9041141  grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
     
    9211158
    9221159echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    923 echo "configure:924: checking for ANSI C header files" >&5
     1160echo "configure:1161: checking for ANSI C header files" >&5
    9241161if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    9251162  echo $ac_n "(cached) $ac_c" 1>&6
    9261163else
    9271164  cat > conftest.$ac_ext <<EOF
    928 #line 929 "configure"
     1165#include <sys/types.h>
     1166#line 1167 "configure"
    9291167#include "confdefs.h"
    9301168#include <stdlib.h>
     
    9341172EOF
    9351173ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    936 { (eval echo configure:937: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    937 ac_err=`grep -v '^ *+' conftest.out`
     1174{ (eval echo configure:1175: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1175ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    9381176if test -z "$ac_err"; then
    9391177  rm -rf conftest*
     
    9511189  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    9521190cat > conftest.$ac_ext <<EOF
    953 #line 954 "configure"
     1191#line 1192 "configure"
    9541192#include "confdefs.h"
    9551193#include <string.h>
     
    9691207  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    9701208cat > conftest.$ac_ext <<EOF
    971 #line 972 "configure"
     1209#line 1210 "configure"
    9721210#include "confdefs.h"
    9731211#include <stdlib.h>
     
    9901228else
    9911229  cat > conftest.$ac_ext <<EOF
    992 #line 993 "configure"
     1230#line 1231 "configure"
    9931231#include "confdefs.h"
    9941232#include <ctype.h>
     
    10011239
    10021240EOF
    1003 if { (eval echo configure:1004: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
     1241if { (eval echo configure:1242: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    10041242then
    10051243  :
     
    10251263
    10261264echo $ac_n "checking for working const""... $ac_c" 1>&6
    1027 echo "configure:1028: checking for working const" >&5
     1265echo "configure:1266: checking for working const" >&5
    10281266if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
    10291267  echo $ac_n "(cached) $ac_c" 1>&6
    10301268else
    10311269  cat > conftest.$ac_ext <<EOF
    1032 #line 1033 "configure"
     1270#line 1271 "configure"
    10331271#include "confdefs.h"
    10341272
     
    10791317; return 0; }
    10801318EOF
    1081 if { (eval echo configure:1082: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1319if { (eval echo configure:1320: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    10821320  rm -rf conftest*
    10831321  ac_cv_c_const=yes
     
    11001338
    11011339echo $ac_n "checking for inline""... $ac_c" 1>&6
    1102 echo "configure:1103: checking for inline" >&5
     1340echo "configure:1341: checking for inline" >&5
    11031341if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
    11041342  echo $ac_n "(cached) $ac_c" 1>&6
     
    11071345for ac_kw in inline __inline__ __inline; do
    11081346  cat > conftest.$ac_ext <<EOF
    1109 #line 1110 "configure"
     1347#line 1348 "configure"
    11101348#include "confdefs.h"
    11111349
     
    11141352; return 0; }
    11151353EOF
    1116 if { (eval echo configure:1117: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1354if { (eval echo configure:1355: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    11171355  rm -rf conftest*
    11181356  ac_cv_c_inline=$ac_kw; break
     
    11401378
    11411379echo $ac_n "checking for off_t""... $ac_c" 1>&6
    1142 echo "configure:1143: checking for off_t" >&5
     1380echo "configure:1381: checking for off_t" >&5
    11431381if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
    11441382  echo $ac_n "(cached) $ac_c" 1>&6
    11451383else
    11461384  cat > conftest.$ac_ext <<EOF
    1147 #line 1148 "configure"
     1385#line 1386 "configure"
    11481386#include "confdefs.h"
    11491387#include <sys/types.h>
     
    11541392EOF
    11551393if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
    1156   egrep "off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
     1394  egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
    11571395  rm -rf conftest*
    11581396  ac_cv_type_off_t=yes
     
    11731411
    11741412echo $ac_n "checking for size_t""... $ac_c" 1>&6
    1175 echo "configure:1176: checking for size_t" >&5
     1413echo "configure:1414: checking for size_t" >&5
    11761414if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
    11771415  echo $ac_n "(cached) $ac_c" 1>&6
    11781416else
    11791417  cat > conftest.$ac_ext <<EOF
    1180 #line 1181 "configure"
     1418#line 1419 "configure"
    11811419#include "confdefs.h"
    11821420#include <sys/types.h>
     
    11871425EOF
    11881426if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
    1189   egrep "size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
     1427  egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
    11901428  rm -rf conftest*
    11911429  ac_cv_type_size_t=yes
     
    12081446# for constant arguments.  Useless!
    12091447echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
    1210 echo "configure:1211: checking for working alloca.h" >&5
     1448echo "configure:1449: checking for working alloca.h" >&5
    12111449if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
    12121450  echo $ac_n "(cached) $ac_c" 1>&6
    12131451else
    12141452  cat > conftest.$ac_ext <<EOF
    1215 #line 1216 "configure"
     1453#line 1454 "configure"
    12161454#include "confdefs.h"
    12171455#include <alloca.h>
     
    12201458; return 0; }
    12211459EOF
    1222 if { (eval echo configure:1223: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1460if { (eval echo configure:1461: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    12231461  rm -rf conftest*
    12241462  ac_cv_header_alloca_h=yes
     
    12411479
    12421480echo $ac_n "checking for alloca""... $ac_c" 1>&6
    1243 echo "configure:1244: checking for alloca" >&5
     1481echo "configure:1482: checking for alloca" >&5
    12441482if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
    12451483  echo $ac_n "(cached) $ac_c" 1>&6
    12461484else
    12471485  cat > conftest.$ac_ext <<EOF
    1248 #line 1249 "configure"
     1486#line 1487 "configure"
    12491487#include "confdefs.h"
    12501488
     
    12521490# define alloca __builtin_alloca
    12531491#else
    1254 # if HAVE_ALLOCA_H
    1255 #  include <alloca.h>
     1492# ifdef _MSC_VER
     1493#  include <malloc.h>
     1494#  define alloca _alloca
    12561495# else
    1257 #  ifdef _AIX
     1496#  if HAVE_ALLOCA_H
     1497#   include <alloca.h>
     1498#  else
     1499#   ifdef _AIX
    12581500 #pragma alloca
    1259 else
    1260 #   ifndef alloca /* predefined by HP cc +Olibcalls */
     1501 else
     1502#    ifndef alloca /* predefined by HP cc +Olibcalls */
    12611503char *alloca ();
     1504#    endif
    12621505#   endif
    12631506#  endif
     
    12691512; return 0; }
    12701513EOF
    1271 if { (eval echo configure:1272: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1514if { (eval echo configure:1515: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    12721515  rm -rf conftest*
    12731516  ac_cv_func_alloca_works=yes
     
    12941537  # contain a buggy version.  If you still want to use their alloca,
    12951538  # use ar to extract alloca.o from them instead of compiling alloca.c.
    1296   ALLOCA=alloca.o
     1539  ALLOCA=alloca.${ac_objext}
    12971540  cat >> confdefs.h <<\EOF
    12981541#define C_ALLOCA 1
     
    13011544
    13021545echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
    1303 echo "configure:1304: checking whether alloca needs Cray hooks" >&5
     1546echo "configure:1547: checking whether alloca needs Cray hooks" >&5
    13041547if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
    13051548  echo $ac_n "(cached) $ac_c" 1>&6
    13061549else
    13071550  cat > conftest.$ac_ext <<EOF
    1308 #line 1309 "configure"
     1551#line 1552 "configure"
    13091552#include "confdefs.h"
    13101553#if defined(CRAY) && ! defined(CRAY2)
     
    13311574for ac_func in _getb67 GETB67 getb67; do
    13321575  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    1333 echo "configure:1334: checking for $ac_func" >&5
     1576echo "configure:1577: checking for $ac_func" >&5
    13341577if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    13351578  echo $ac_n "(cached) $ac_c" 1>&6
    13361579else
    13371580  cat > conftest.$ac_ext <<EOF
    1338 #line 1339 "configure"
     1581#line 1582 "configure"
    13391582#include "confdefs.h"
    13401583/* System header to define __stub macros and hopefully few prototypes,
     
    13591602; return 0; }
    13601603EOF
    1361 if { (eval echo configure:1362: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1604if { (eval echo configure:1605: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    13621605  rm -rf conftest*
    13631606  eval "ac_cv_func_$ac_func=yes"
     
    13861629
    13871630echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
    1388 echo "configure:1389: checking stack direction for C alloca" >&5
     1631echo "configure:1632: checking stack direction for C alloca" >&5
    13891632if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
    13901633  echo $ac_n "(cached) $ac_c" 1>&6
     
    13941637else
    13951638  cat > conftest.$ac_ext <<EOF
    1396 #line 1397 "configure"
     1639#line 1640 "configure"
    13971640#include "confdefs.h"
    13981641find_stack_direction ()
     
    14131656}
    14141657EOF
    1415 if { (eval echo configure:1416: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
     1658if { (eval echo configure:1659: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    14161659then
    14171660  ac_cv_c_stack_direction=1
     
    14381681ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    14391682echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    1440 echo "configure:1441: checking for $ac_hdr" >&5
     1683echo "configure:1684: checking for $ac_hdr" >&5
    14411684if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    14421685  echo $ac_n "(cached) $ac_c" 1>&6
    14431686else
    14441687  cat > conftest.$ac_ext <<EOF
    1445 #line 1446 "configure"
     1688#include <sys/types.h>
     1689#line 1690 "configure"
    14461690#include "confdefs.h"
    14471691#include <$ac_hdr>
    14481692EOF
    14491693ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1450 { (eval echo configure:1451: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    1451 ac_err=`grep -v '^ *+' conftest.out`
     1694{ (eval echo configure:1695: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1695ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    14521696if test -z "$ac_err"; then
    14531697  rm -rf conftest*
     
    14771721do
    14781722echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    1479 echo "configure:1480: checking for $ac_func" >&5
     1723echo "configure:1724: checking for $ac_func" >&5
    14801724if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    14811725  echo $ac_n "(cached) $ac_c" 1>&6
    14821726else
    14831727  cat > conftest.$ac_ext <<EOF
    1484 #line 1485 "configure"
     1728#line 1729 "configure"
    14851729#include "confdefs.h"
    14861730/* System header to define __stub macros and hopefully few prototypes,
     
    15051749; return 0; }
    15061750EOF
    1507 if { (eval echo configure:1508: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1751if { (eval echo configure:1752: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    15081752  rm -rf conftest*
    15091753  eval "ac_cv_func_$ac_func=yes"
     
    15301774
    15311775echo $ac_n "checking for working mmap""... $ac_c" 1>&6
    1532 echo "configure:1533: checking for working mmap" >&5
     1776echo "configure:1777: checking for working mmap" >&5
    15331777if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
    15341778  echo $ac_n "(cached) $ac_c" 1>&6
     
    15381782else
    15391783  cat > conftest.$ac_ext <<EOF
    1540 #line 1541 "configure"
     1784#line 1785 "configure"
    15411785#include "confdefs.h"
    15421786
     
    16781922
    16791923EOF
    1680 if { (eval echo configure:1681: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
     1924if { (eval echo configure:1925: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    16811925then
    16821926  ac_cv_func_mmap_fixed_mapped=yes
     
    17061950ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    17071951echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    1708 echo "configure:1709: checking for $ac_hdr" >&5
     1952echo "configure:1953: checking for $ac_hdr" >&5
    17091953if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    17101954  echo $ac_n "(cached) $ac_c" 1>&6
    17111955else
    17121956  cat > conftest.$ac_ext <<EOF
    1713 #line 1714 "configure"
     1957#include <sys/types.h>
     1958#line 1959 "configure"
    17141959#include "confdefs.h"
    17151960#include <$ac_hdr>
    17161961EOF
    17171962ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1718 { (eval echo configure:1719: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    1719 ac_err=`grep -v '^ *+' conftest.out`
     1963{ (eval echo configure:1964: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1964ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    17201965if test -z "$ac_err"; then
    17211966  rm -rf conftest*
     
    17461991do
    17471992echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    1748 echo "configure:1749: checking for $ac_func" >&5
     1993echo "configure:1994: checking for $ac_func" >&5
    17491994if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    17501995  echo $ac_n "(cached) $ac_c" 1>&6
    17511996else
    17521997  cat > conftest.$ac_ext <<EOF
    1753 #line 1754 "configure"
     1998#line 1999 "configure"
    17541999#include "confdefs.h"
    17552000/* System header to define __stub macros and hopefully few prototypes,
     
    17742019; return 0; }
    17752020EOF
    1776 if { (eval echo configure:1777: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     2021if { (eval echo configure:2022: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    17772022  rm -rf conftest*
    17782023  eval "ac_cv_func_$ac_func=yes"
     
    18032048do
    18042049echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    1805 echo "configure:1806: checking for $ac_func" >&5
     2050echo "configure:2051: checking for $ac_func" >&5
    18062051if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    18072052  echo $ac_n "(cached) $ac_c" 1>&6
    18082053else
    18092054  cat > conftest.$ac_ext <<EOF
    1810 #line 1811 "configure"
     2055#line 2056 "configure"
    18112056#include "confdefs.h"
    18122057/* System header to define __stub macros and hopefully few prototypes,
     
    18312076; return 0; }
    18322077EOF
    1833 if { (eval echo configure:1834: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     2078if { (eval echo configure:2079: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    18342079  rm -rf conftest*
    18352080  eval "ac_cv_func_$ac_func=yes"
     
    18652110   if test $ac_cv_header_locale_h = yes; then
    18662111    echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6
    1867 echo "configure:1868: checking for LC_MESSAGES" >&5
     2112echo "configure:2113: checking for LC_MESSAGES" >&5
    18682113if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then
    18692114  echo $ac_n "(cached) $ac_c" 1>&6
    18702115else
    18712116  cat > conftest.$ac_ext <<EOF
    1872 #line 1873 "configure"
     2117#line 2118 "configure"
    18732118#include "confdefs.h"
    18742119#include <locale.h>
     
    18772122; return 0; }
    18782123EOF
    1879 if { (eval echo configure:1880: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     2124if { (eval echo configure:2125: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    18802125  rm -rf conftest*
    18812126  am_cv_val_LC_MESSAGES=yes
     
    18982143  fi
    18992144   echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6
    1900 echo "configure:1901: checking whether NLS is requested" >&5
     2145echo "configure:2146: checking whether NLS is requested" >&5
    19012146        # Check whether --enable-nls or --disable-nls was given.
    19022147if test "${enable_nls+set}" = set; then
     
    19182163
    19192164      echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6
    1920 echo "configure:1921: checking whether included gettext is requested" >&5
     2165echo "configure:2166: checking whether included gettext is requested" >&5
    19212166      # Check whether --with-included-gettext or --without-included-gettext was given.
    19222167if test "${with_included_gettext+set}" = set; then
     
    19372182        ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'`
    19382183echo $ac_n "checking for libintl.h""... $ac_c" 1>&6
    1939 echo "configure:1940: checking for libintl.h" >&5
     2184echo "configure:2185: checking for libintl.h" >&5
    19402185if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    19412186  echo $ac_n "(cached) $ac_c" 1>&6
    19422187else
    19432188  cat > conftest.$ac_ext <<EOF
    1944 #line 1945 "configure"
     2189#include <sys/types.h>
     2190#line 2191 "configure"
    19452191#include "confdefs.h"
    19462192#include <libintl.h>
    19472193EOF
    19482194ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1949 { (eval echo configure:1950: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    1950 ac_err=`grep -v '^ *+' conftest.out`
     2195{ (eval echo configure:2196: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2196ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    19512197if test -z "$ac_err"; then
    19522198  rm -rf conftest*
     
    19642210  echo "$ac_t""yes" 1>&6
    19652211  echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6
    1966 echo "configure:1967: checking for gettext in libc" >&5
     2212echo "configure:2213: checking for gettext in libc" >&5
    19672213if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then
    19682214  echo $ac_n "(cached) $ac_c" 1>&6
    19692215else
    19702216  cat > conftest.$ac_ext <<EOF
    1971 #line 1972 "configure"
     2217#line 2218 "configure"
    19722218#include "confdefs.h"
    19732219#include <libintl.h>
     
    19762222; return 0; }
    19772223EOF
    1978 if { (eval echo configure:1979: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     2224if { (eval echo configure:2225: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    19792225  rm -rf conftest*
    19802226  gt_cv_func_gettext_libc=yes
     
    19922238           if test "$gt_cv_func_gettext_libc" != "yes"; then
    19932239             echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6
    1994 echo "configure:1995: checking for bindtextdomain in -lintl" >&5
     2240echo "configure:2241: checking for bindtextdomain in -lintl" >&5
    19952241ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'`
    19962242if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    20002246LIBS="-lintl  $LIBS"
    20012247cat > conftest.$ac_ext <<EOF
    2002 #line 2003 "configure"
     2248#line 2249 "configure"
    20032249#include "confdefs.h"
    20042250/* Override any gcc2 internal prototype to avoid an error.  */
     
    20112257; return 0; }
    20122258EOF
    2013 if { (eval echo configure:2014: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     2259if { (eval echo configure:2260: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    20142260  rm -rf conftest*
    20152261  eval "ac_cv_lib_$ac_lib_var=yes"
     
    20272273  echo "$ac_t""yes" 1>&6
    20282274  echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6
    2029 echo "configure:2030: checking for gettext in libintl" >&5
     2275echo "configure:2276: checking for gettext in libintl" >&5
    20302276if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then
    20312277  echo $ac_n "(cached) $ac_c" 1>&6
    20322278else
    20332279  cat > conftest.$ac_ext <<EOF
    2034 #line 2035 "configure"
     2280#line 2281 "configure"
    20352281#include "confdefs.h"
    20362282
     
    20392285; return 0; }
    20402286EOF
    2041 if { (eval echo configure:2042: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     2287if { (eval echo configure:2288: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    20422288  rm -rf conftest*
    20432289  gt_cv_func_gettext_libintl=yes
     
    20672313set dummy msgfmt; ac_word=$2
    20682314echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2069 echo "configure:2070: checking for $ac_word" >&5
     2315echo "configure:2316: checking for $ac_word" >&5
    20702316if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
    20712317  echo $ac_n "(cached) $ac_c" 1>&6
     
    20762322  ;;
    20772323  *)
    2078   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     2324  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}"
    20792325  for ac_dir in $PATH; do
    20802326    test -z "$ac_dir" && ac_dir=.
     
    21012347do
    21022348echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2103 echo "configure:2104: checking for $ac_func" >&5
     2349echo "configure:2350: checking for $ac_func" >&5
    21042350if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    21052351  echo $ac_n "(cached) $ac_c" 1>&6
    21062352else
    21072353  cat > conftest.$ac_ext <<EOF
    2108 #line 2109 "configure"
     2354#line 2355 "configure"
    21092355#include "confdefs.h"
    21102356/* System header to define __stub macros and hopefully few prototypes,
     
    21292375; return 0; }
    21302376EOF
    2131 if { (eval echo configure:2132: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     2377if { (eval echo configure:2378: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    21322378  rm -rf conftest*
    21332379  eval "ac_cv_func_$ac_func=yes"
     
    21562402set dummy gmsgfmt; ac_word=$2
    21572403echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2158 echo "configure:2159: checking for $ac_word" >&5
     2404echo "configure:2405: checking for $ac_word" >&5
    21592405if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
    21602406  echo $ac_n "(cached) $ac_c" 1>&6
    21612407else
    21622408  case "$GMSGFMT" in
    2163   /*)
     2409  /* | [a-zA-Z]:*)
    21642410  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
    21652411  ;;
    2166   ?:/*)                  
     2412  ?:/*)                 
    21672413  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path.
    21682414  ;;
    21692415  *)
    2170   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
    2171   for ac_dir in $PATH; do
     2416  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
     2417  ac_dummy="$PATH"
     2418  for ac_dir in $ac_dummy; do
    21722419    test -z "$ac_dir" && ac_dir=.
    21732420    if test -f $ac_dir/$ac_word; then
    21742421      ac_cv_path_GMSGFMT="$ac_dir/$ac_word"
     2422      break
     2423    fi
     2424    if test -f $ac_dir/$ac_word$ac_exeext; then
     2425      ac_cv_path_GMSGFMT="$ac_dir/$ac_word$ac_exeext"
    21752426      break
    21762427    fi
     
    21912442set dummy xgettext; ac_word=$2
    21922443echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2193 echo "configure:2194: checking for $ac_word" >&5
     2444echo "configure:2445: checking for $ac_word" >&5
    21942445if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
    21952446  echo $ac_n "(cached) $ac_c" 1>&6
     
    22002451  ;;
    22012452  *)
    2202   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     2453  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}"
    22032454  for ac_dir in $PATH; do
    22042455    test -z "$ac_dir" && ac_dir=.
     
    22232474
    22242475                cat > conftest.$ac_ext <<EOF
    2225 #line 2226 "configure"
     2476#line 2477 "configure"
    22262477#include "confdefs.h"
    22272478
     
    22312482; return 0; }
    22322483EOF
    2233 if { (eval echo configure:2234: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     2484if { (eval echo configure:2485: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    22342485  rm -rf conftest*
    22352486  CATOBJEXT=.gmo
     
    22632514set dummy msgfmt; ac_word=$2
    22642515echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2265 echo "configure:2266: checking for $ac_word" >&5
     2516echo "configure:2517: checking for $ac_word" >&5
    22662517if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
    22672518  echo $ac_n "(cached) $ac_c" 1>&6
     
    22722523  ;;
    22732524  *)
    2274   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     2525  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}"
    22752526  for ac_dir in $PATH; do
    22762527    test -z "$ac_dir" && ac_dir=.
     
    22972548set dummy gmsgfmt; ac_word=$2
    22982549echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2299 echo "configure:2300: checking for $ac_word" >&5
     2550echo "configure:2551: checking for $ac_word" >&5
    23002551if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
    23012552  echo $ac_n "(cached) $ac_c" 1>&6
    23022553else
    23032554  case "$GMSGFMT" in
    2304   /*)
     2555  /* | [a-zA-Z]:*)
    23052556  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
    23062557  ;;
    2307   ?:/*)                  
     2558  ?:/*)                 
    23082559  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path.
    23092560  ;;
    23102561  *)
    2311   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
    2312   for ac_dir in $PATH; do
     2562  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
     2563  ac_dummy="$PATH"
     2564  for ac_dir in $ac_dummy; do
    23132565    test -z "$ac_dir" && ac_dir=.
    23142566    if test -f $ac_dir/$ac_word; then
    23152567      ac_cv_path_GMSGFMT="$ac_dir/$ac_word"
     2568      break
     2569    fi
     2570    if test -f $ac_dir/$ac_word$ac_exeext; then
     2571      ac_cv_path_GMSGFMT="$ac_dir/$ac_word$ac_exeext"
    23162572      break
    23172573    fi
     
    23322588set dummy xgettext; ac_word=$2
    23332589echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2334 echo "configure:2335: checking for $ac_word" >&5
     2590echo "configure:2591: checking for $ac_word" >&5
    23352591if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
    23362592  echo $ac_n "(cached) $ac_c" 1>&6
     
    23412597  ;;
    23422598  *)
    2343   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     2599  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}"
    23442600  for ac_dir in $PATH; do
    23452601    test -z "$ac_dir" && ac_dir=.
     
    24222678     else
    24232679       echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6
    2424 echo "configure:2425: checking for catalogs to be installed" >&5
     2680echo "configure:2681: checking for catalogs to be installed" >&5
    24252681       NEW_LINGUAS=
    24262682       for lang in ${LINGUAS=$ALL_LINGUAS}; do
     
    24502706         ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'`
    24512707echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6
    2452 echo "configure:2453: checking for linux/version.h" >&5
     2708echo "configure:2709: checking for linux/version.h" >&5
    24532709if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    24542710  echo $ac_n "(cached) $ac_c" 1>&6
    24552711else
    24562712  cat > conftest.$ac_ext <<EOF
    2457 #line 2458 "configure"
     2713#include <sys/types.h>
     2714#line 2715 "configure"
    24582715#include "confdefs.h"
    24592716#include <linux/version.h>
    24602717EOF
    24612718ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2462 { (eval echo configure:2463: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    2463 ac_err=`grep -v '^ *+' conftest.out`
     2719{ (eval echo configure:2720: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2720ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    24642721if test -z "$ac_err"; then
    24652722  rm -rf conftest*
     
    25462803# and sets the high bit in the cache file unless we assign to the vars.
    25472804(set) 2>&1 |
    2548   case `(ac_space=' '; set) 2>&1 | grep ac_space` in
     2805  case `(ac_space=' '; set | grep ac_space) 2>&1` in
    25492806  *ac_space=\ *)
    25502807    # `set' does not quote correctly, so add quotes (double-quote substitution
     
    25982855# Run this file to recreate the current configuration.
    25992856# This directory was configured as follows,
     2857EOF
     2858echo ': ${CONFIG_SHELL='"${CONFIG_SHELL-/bin/sh}"'}' >> $CONFIG_STATUS
     2859cat >> $CONFIG_STATUS <<EOF
    26002860# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
    26012861#
     
    26132873    exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
    26142874  -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
    2615     echo "$CONFIG_STATUS generated by autoconf version 2.12.1"
     2875    echo "$CONFIG_STATUS generated by autoconf version 2.13"
    26162876    exit 0 ;;
    26172877  -help | --help | --hel | --he | --h)
     
    26232883ac_given_srcdir=$srcdir
    26242884ac_given_INSTALL="$INSTALL"
     2885PATHIFS="$PATH_IFS"
    26252886
    26262887trap 'rm -fr `echo "Makefile config.h:config.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
     
    26332894$ac_vpsub
    26342895$extrasub
     2896s,\([^a-zA-Z0-9:]\)/bin/sh\(.exe\),\1${CONFIG_SHELL-/bin/sh}\2,g
    26352897s%@SHELL@%$SHELL%g
    26362898s%@CFLAGS@%$CFLAGS%g
    26372899s%@CPPFLAGS@%$CPPFLAGS%g
    26382900s%@CXXFLAGS@%$CXXFLAGS%g
     2901s%@FFLAGS@%$FFLAGS%g
    26392902s%@DEFS@%$DEFS%g
    26402903s%@LDFLAGS@%$LDFLAGS%g
     
    26552918s%@infodir@%$infodir%g
    26562919s%@mandir@%$mandir%g
     2920s%@PATH_IFS@%$PATH_IFS%g
     2921s%@EXEEXT@%$EXEEXT%g
    26572922s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
     2923s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
    26582924s%@INSTALL_DATA@%$INSTALL_DATA%g
    2659 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
    26602925s%@SET_MAKE@%$SET_MAKE%g
    26612926s%@CC@%$CC%g
     
    27533018      if test -z "$ac_dots"; then top_srcdir=.
    27543019      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
    2755   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
     3020  /* | [A-Za-z]:*)
     3021    srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
    27563022  *) # Relative path.
    27573023    srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
     
    27603026
    27613027  case "$ac_given_INSTALL" in
    2762   [/$]*) INSTALL="$ac_given_INSTALL" ;;
     3028  [/$]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;;
    27633029  *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
    27643030  esac
     
    27733039  esac
    27743040
    2775   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
     3041  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%$PATHIFS% $ac_given_srcdir/%g"`
    27763042  sed -e "$ac_comsub
    27773043s%@configure_input@%$configure_input%g
     
    28203086
    28213087  rm -f conftest.frag conftest.in conftest.out
    2822   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
     3088# kso the other way around might work better with drive letters and such.
     3089#  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
     3090  ac_file_inputs=`echo $ac_file_in|sed -e "s%:% $ac_given_srcdir/%g" -e "s%^%$ac_given_srcdir/%" `
    28233091  cat $ac_file_inputs > conftest.in
    28243092
     
    29243192
    29253193  case "$srcdir" in
    2926   [/$]*) ac_rel_source="$srcdir/$ac_source" ;;
     3194  [/$]* | [A-Za-z]:*) ac_rel_source="$srcdir/$ac_source" ;;
    29273195  *) ac_rel_source="$ac_dots$srcdir/$ac_source" ;;
    29283196  esac
     
    29303198  # Make a symlink if possible; otherwise try a hard link.
    29313199  if ln -s $ac_rel_source $ac_dest 2>/dev/null ||
    2932     ln $srcdir/$ac_source $ac_dest; then :
     3200    ln $srcdir/$ac_source $ac_dest 2>/dev/null ||
     3201    cp $srcdir/$ac_source $ac_dest; then :
    29333202  else
    29343203    { echo "configure: error: can not link $ac_dest to $srcdir/$ac_source" 1>&2; exit 1; }
  • 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
  • trunk/src/binutils/libiberty/configure

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

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r100 r101  
    5656silent=
    5757site=
    58 sitefile=
    5958srcdir=
    6059target=NONE
     
    171170  --no-create             do not create output files
    172171  --quiet, --silent       do not print \`checking...' messages
    173   --site-file=FILE        use FILE as the site file
    174172  --version               print the version of autoconf that created configure
    175173Directory and file names:
     
    342340    site="$ac_optarg" ;;
    343341
    344   -site-file | --site-file | --site-fil | --site-fi | --site-f)
    345     ac_prev=sitefile ;;
    346   -site-file=* | --site-file=* | --site-fil=* | --site-fi=* | --site-f=*)
    347     sitefile="$ac_optarg" ;;
    348 
    349342  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
    350343    ac_prev=srcdir ;;
     
    512505
    513506# Prefer explicitly selected file to automatically selected ones.
    514 if test -z "$sitefile"; then
    515   if test -z "$CONFIG_SITE"; then
    516     if test "x$prefix" != xNONE; then
    517       CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
    518     else
    519       CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
    520     fi
     507if test -z "$CONFIG_SITE"; then
     508  if test "x$prefix" != xNONE; then
     509    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
     510  else
     511    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
    521512  fi
    522 else
    523   CONFIG_SITE="$sitefile"
    524513fi
    525514for ac_site_file in $CONFIG_SITE; do
     
    559548fi
    560549
     550echo $ac_n "checking for path separator""... $ac_c" 1>&6
     551echo "configure:552: checking for path separator" >&5
     552# Filter path to get backslahes into forwardslashes
     553case "`uname -s 2> /dev/null`" in
     554OS/2)
     555  PATH=`echo -E "$PATH" | sed 's+\\\\+/+g'`
     556  PATH_IFS=';'
     557  ;;
     558*)
     559  PATH_IFS=':'
     560  ;;
     561esac
     562echo "$ac_t""${PATH_IFS}" 1>&6
     563
    561564echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
    562 echo "configure:563: checking for Cygwin environment" >&5
     565echo "configure:566: checking for Cygwin environment" >&5
    563566if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
    564567  echo $ac_n "(cached) $ac_c" 1>&6
    565568else
    566569  cat > conftest.$ac_ext <<EOF
    567 #line 568 "configure"
     570#line 571 "configure"
    568571#include "confdefs.h"
    569572
     
    576579; return 0; }
    577580EOF
    578 if { (eval echo configure:579: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     581if { (eval echo configure:582: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    579582  rm -rf conftest*
    580583  ac_cv_cygwin=yes
     
    593596test "$ac_cv_cygwin" = yes && CYGWIN=yes
    594597echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
    595 echo "configure:596: checking for mingw32 environment" >&5
     598echo "configure:599: checking for mingw32 environment" >&5
    596599if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
    597600  echo $ac_n "(cached) $ac_c" 1>&6
    598601else
    599602  cat > conftest.$ac_ext <<EOF
    600 #line 601 "configure"
     603#line 604 "configure"
    601604#include "confdefs.h"
    602605
     
    605608; return 0; }
    606609EOF
    607 if { (eval echo configure:608: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     610if { (eval echo configure:611: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    608611  rm -rf conftest*
    609612  ac_cv_mingw32=yes
     
    621624MINGW32=
    622625test "$ac_cv_mingw32" = yes && MINGW32=yes
     626echo $ac_n "checking for EMX/OS2 environment""... $ac_c" 1>&6
     627echo "configure:628: checking for EMX/OS2 environment" >&5
     628if eval "test \"`echo '$''{'ac_cv_emxos2'+set}'`\" = set"; then
     629  echo $ac_n "(cached) $ac_c" 1>&6
     630else
     631  : ${CC=gcc.exe}
     632cat > conftest.$ac_ext <<EOF
     633#line 634 "configure"
     634#include "confdefs.h"
     635
     636int main() {
     637return __EMX__;
     638; return 0; }
     639EOF
     640if { (eval echo configure:641: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     641  rm -rf conftest*
     642  ac_cv_emxos2=yes
     643else
     644  echo "configure: failed program was:" >&5
     645  cat conftest.$ac_ext >&5
     646  rm -rf conftest*
     647  ac_cv_emxos2=no
     648fi
     649rm -f conftest*
     650rm -f conftest*
     651fi
     652
     653echo "$ac_t""$ac_cv_emxos2" 1>&6
     654if eval "test \"`echo '$''{'ac_cv_libpre'+set}'`\" = set"; then
     655  echo $ac_n "(cached) $ac_c" 1>&6
     656else
     657  if test "$ac_cv_emxos2" = yes ; then
     658  ac_cv_libpre=
     659else
     660  ac_cv_libpre=lib
     661fi
     662
     663fi
     664
     665EMXOS2=
     666test "$ac_cv_emxos2" = yes && EMXOS2=yes
     667
     668
     669
     670echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
     671echo "configure:672: checking for executable suffix" >&5
     672if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
     673  echo $ac_n "(cached) $ac_c" 1>&6
     674else
     675  if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$EMXOS2" = yes; then
     676  ac_cv_exeext=.exe
     677else
     678  rm -f conftest*
     679  echo 'int main () { return 0; }' > conftest.$ac_ext
     680  ac_cv_exeext=
     681  if { (eval echo configure:682: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
     682    for file in conftest.*; do
     683      case $file in
     684      *.c | *.o | *.obj) ;;
     685      *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
     686      esac
     687    done
     688  else
     689    { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
     690  fi
     691  rm -f conftest*
     692  test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
     693fi
     694fi
     695
     696EXEEXT=""
     697test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
     698echo "$ac_t""${ac_cv_exeext}" 1>&6
     699ac_exeext=$EXEEXT
     700
    623701
    624702
     
    670748
    671749echo $ac_n "checking host system type""... $ac_c" 1>&6
    672 echo "configure:673: checking host system type" >&5
     750echo "configure:751: checking host system type" >&5
    673751
    674752host_alias=$host
     
    691769
    692770echo $ac_n "checking target system type""... $ac_c" 1>&6
    693 echo "configure:694: checking target system type" >&5
     771echo "configure:772: checking target system type" >&5
    694772
    695773target_alias=$target
     
    709787
    710788echo $ac_n "checking build system type""... $ac_c" 1>&6
    711 echo "configure:712: checking build system type" >&5
     789echo "configure:790: checking build system type" >&5
    712790
    713791build_alias=$build
     
    734812set dummy gcc; ac_word=$2
    735813echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    736 echo "configure:737: checking for $ac_word" >&5
     814echo "configure:815: checking for $ac_word" >&5
    737815if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    738816  echo $ac_n "(cached) $ac_c" 1>&6
     
    741819  ac_cv_prog_CC="$CC" # Let the user override the test.
    742820else
    743   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     821  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    744822  ac_dummy="$PATH"
    745823  for ac_dir in $ac_dummy; do
    746824    test -z "$ac_dir" && ac_dir=.
    747     if test -f $ac_dir/$ac_word; then
     825    if test -f $ac_dir/$ac_word -o \
     826            -f $ac_dir/$ac_word$ac_exeext ; then
    748827      ac_cv_prog_CC="gcc"
    749828      break
     
    764843set dummy cc; ac_word=$2
    765844echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    766 echo "configure:767: checking for $ac_word" >&5
     845echo "configure:846: checking for $ac_word" >&5
    767846if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    768847  echo $ac_n "(cached) $ac_c" 1>&6
     
    771850  ac_cv_prog_CC="$CC" # Let the user override the test.
    772851else
    773   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     852  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    774853  ac_prog_rejected=no
    775854  ac_dummy="$PATH"
    776855  for ac_dir in $ac_dummy; do
    777856    test -z "$ac_dir" && ac_dir=.
    778     if test -f $ac_dir/$ac_word; then
    779       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
     857    if test -f $ac_dir/$ac_word -o \
     858            -f $ac_dir/$ac_word$ac_exeext ; then
     859      if test "$ac_dir/$ac_word" = "/usr/ucb/cc" -o \
     860               "$ac_dir/$ac_word$ac_exeext" = "/usr/ucb/cc" ; then
    780861        ac_prog_rejected=yes
    781862        continue
     
    815896set dummy cl; ac_word=$2
    816897echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    817 echo "configure:818: checking for $ac_word" >&5
     898echo "configure:899: checking for $ac_word" >&5
    818899if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    819900  echo $ac_n "(cached) $ac_c" 1>&6
     
    822903  ac_cv_prog_CC="$CC" # Let the user override the test.
    823904else
    824   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     905  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    825906  ac_dummy="$PATH"
    826907  for ac_dir in $ac_dummy; do
    827908    test -z "$ac_dir" && ac_dir=.
    828     if test -f $ac_dir/$ac_word; then
     909    if test -f $ac_dir/$ac_word -o \
     910            -f $ac_dir/$ac_word$ac_exeext ; then
    829911      ac_cv_prog_CC="cl"
    830912      break
     
    847929
    848930echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    849 echo "configure:850: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     931echo "configure:932: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    850932
    851933ac_ext=c
     
    858940cat > conftest.$ac_ext << EOF
    859941
    860 #line 861 "configure"
     942#line 943 "configure"
    861943#include "confdefs.h"
    862944
    863945main(){return(0);}
    864946EOF
    865 if { (eval echo configure:866: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     947if { (eval echo configure:948: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    866948  ac_cv_prog_cc_works=yes
    867949  # If we can't run a trivial program, we are probably using a cross compiler.
     
    889971fi
    890972echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    891 echo "configure:892: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     973echo "configure:974: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    892974echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    893975cross_compiling=$ac_cv_prog_cc_cross
    894976
    895977echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    896 echo "configure:897: checking whether we are using GNU C" >&5
     978echo "configure:979: checking whether we are using GNU C" >&5
    897979if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    898980  echo $ac_n "(cached) $ac_c" 1>&6
     
    903985#endif
    904986EOF
    905 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:906: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     987if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:988: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    906988  ac_cv_prog_gcc=yes
    907989else
     
    9221004CFLAGS=
    9231005echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    924 echo "configure:925: checking whether ${CC-cc} accepts -g" >&5
     1006echo "configure:1007: checking whether ${CC-cc} accepts -g" >&5
    9251007if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    9261008  echo $ac_n "(cached) $ac_c" 1>&6
     
    9541036
    9551037echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6
    956 echo "configure:957: checking for POSIXized ISC" >&5
     1038echo "configure:1039: checking for POSIXized ISC" >&5
    9571039if test -d /etc/conf/kconfig.d &&
    9581040  grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
     
    9921074# ./install, which can be erroneously created by make from ./install.sh.
    9931075echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    994 echo "configure:995: checking for a BSD compatible install" >&5
     1076echo "configure:1077: checking for a BSD compatible install" >&5
    9951077if test -z "$INSTALL"; then
    9961078if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
    9971079  echo $ac_n "(cached) $ac_c" 1>&6
    9981080else
    999     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
     1081    IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS="$PATH_IFS"
    10001082  for ac_dir in $PATH; do
    10011083    # Account for people who put trailing slashes in PATH elements.
    10021084    case "$ac_dir/" in
    10031085    /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
     1086    # We reject the install program from OS/2 or W3.1
     1087    */OS2|*/OS2/*|*/WINDOWS|*/WINDOWS/*) ;;
    10041088    *)
    10051089      # OSF1 and SCO ODT 3.0 have their own names for install.
     
    10071091      # by default.
    10081092      for ac_prog in ginstall scoinst install; do
    1009         if test -f $ac_dir/$ac_prog; then
     1093        if test -f $ac_dir/$ac_prog$ac_exeext; then
    10101094          if test $ac_prog = install &&
    10111095            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
     
    10131097            :
    10141098          else
    1015             ac_cv_path_install="$ac_dir/$ac_prog -c"
     1099            ac_cv_path_install="$ac_dir/$ac_prog$ac_exeext -c"
    10161100            break 2
    10171101          fi
     
    10451129
    10461130echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
    1047 echo "configure:1048: checking whether build environment is sane" >&5
     1131echo "configure:1132: checking whether build environment is sane" >&5
    10481132# Just in case
    10491133sleep 1
     
    11021186
    11031187echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    1104 echo "configure:1105: checking whether ${MAKE-make} sets \${MAKE}" >&5
     1188echo "configure:1189: checking whether ${MAKE-make} sets \${MAKE}" >&5
    11051189set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    11061190if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    11481232missing_dir=`cd $ac_aux_dir && pwd`
    11491233echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
    1150 echo "configure:1151: checking for working aclocal" >&5
     1234echo "configure:1235: checking for working aclocal" >&5
    11511235# Run test in a subshell; some versions of sh will print an error if
    11521236# an executable is not found, even if stderr is redirected.
     
    11611245
    11621246echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
    1163 echo "configure:1164: checking for working autoconf" >&5
     1247echo "configure:1248: checking for working autoconf" >&5
    11641248# Run test in a subshell; some versions of sh will print an error if
    11651249# an executable is not found, even if stderr is redirected.
     
    11741258
    11751259echo $ac_n "checking for working automake""... $ac_c" 1>&6
    1176 echo "configure:1177: checking for working automake" >&5
     1260echo "configure:1261: checking for working automake" >&5
    11771261# Run test in a subshell; some versions of sh will print an error if
    11781262# an executable is not found, even if stderr is redirected.
     
    11871271
    11881272echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
    1189 echo "configure:1190: checking for working autoheader" >&5
     1273echo "configure:1274: checking for working autoheader" >&5
    11901274# Run test in a subshell; some versions of sh will print an error if
    11911275# an executable is not found, even if stderr is redirected.
     
    12001284
    12011285echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
    1202 echo "configure:1203: checking for working makeinfo" >&5
     1286echo "configure:1287: checking for working makeinfo" >&5
    12031287# Run test in a subshell; some versions of sh will print an error if
    12041288# an executable is not found, even if stderr is redirected.
     
    12231307set dummy ${ac_tool_prefix}ar; ac_word=$2
    12241308echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1225 echo "configure:1226: checking for $ac_word" >&5
     1309echo "configure:1310: checking for $ac_word" >&5
    12261310if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
    12271311  echo $ac_n "(cached) $ac_c" 1>&6
     
    12301314  ac_cv_prog_AR="$AR" # Let the user override the test.
    12311315else
    1232   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1316  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    12331317  ac_dummy="$PATH"
    12341318  for ac_dir in $ac_dummy; do
    12351319    test -z "$ac_dir" && ac_dir=.
    1236     if test -f $ac_dir/$ac_word; then
     1320    if test -f $ac_dir/$ac_word -o \
     1321            -f $ac_dir/$ac_word$ac_exeext ; then
    12371322      ac_cv_prog_AR="${ac_tool_prefix}ar"
    12381323      break
     
    12551340set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    12561341echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1257 echo "configure:1258: checking for $ac_word" >&5
     1342echo "configure:1343: checking for $ac_word" >&5
    12581343if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    12591344  echo $ac_n "(cached) $ac_c" 1>&6
     
    12621347  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
    12631348else
    1264   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1349  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    12651350  ac_dummy="$PATH"
    12661351  for ac_dir in $ac_dummy; do
    12671352    test -z "$ac_dir" && ac_dir=.
    1268     if test -f $ac_dir/$ac_word; then
     1353    if test -f $ac_dir/$ac_word -o \
     1354            -f $ac_dir/$ac_word$ac_exeext ; then
    12691355      ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
    12701356      break
     
    12871373set dummy ranlib; ac_word=$2
    12881374echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1289 echo "configure:1290: checking for $ac_word" >&5
     1375echo "configure:1376: checking for $ac_word" >&5
    12901376if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    12911377  echo $ac_n "(cached) $ac_c" 1>&6
     
    12941380  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
    12951381else
    1296   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1382  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    12971383  ac_dummy="$PATH"
    12981384  for ac_dir in $ac_dummy; do
    12991385    test -z "$ac_dir" && ac_dir=.
    1300     if test -f $ac_dir/$ac_word; then
     1386    if test -f $ac_dir/$ac_word -o \
     1387            -f $ac_dir/$ac_word$ac_exeext ; then
    13011388      ac_cv_prog_RANLIB="ranlib"
    13021389      break
     
    14021489  # Check if gcc -print-prog-name=ld gives a path.
    14031490  echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
    1404 echo "configure:1405: checking for ld used by GCC" >&5
     1491echo "configure:1492: checking for ld used by GCC" >&5
    14051492  case $host in
    14061493  *-*-mingw*)
     
    14321519elif test "$with_gnu_ld" = yes; then
    14331520  echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
    1434 echo "configure:1435: checking for GNU ld" >&5
     1521echo "configure:1522: checking for GNU ld" >&5
    14351522else
    14361523  echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
    1437 echo "configure:1438: checking for non-GNU ld" >&5
     1524echo "configure:1525: checking for non-GNU ld" >&5
    14381525fi
    14391526if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then
     
    14701557test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
    14711558echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
    1472 echo "configure:1473: checking if the linker ($LD) is GNU ld" >&5
     1559echo "configure:1560: checking if the linker ($LD) is GNU ld" >&5
    14731560if eval "test \"`echo '$''{'ac_cv_prog_gnu_ld'+set}'`\" = set"; then
    14741561  echo $ac_n "(cached) $ac_c" 1>&6
     
    14871574
    14881575echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6
    1489 echo "configure:1490: checking for $LD option to reload object files" >&5
     1576echo "configure:1577: checking for $LD option to reload object files" >&5
    14901577if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then
    14911578  echo $ac_n "(cached) $ac_c" 1>&6
     
    14991586
    15001587echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
    1501 echo "configure:1502: checking for BSD-compatible nm" >&5
     1588echo "configure:1589: checking for BSD-compatible nm" >&5
    15021589if eval "test \"`echo '$''{'ac_cv_path_NM'+set}'`\" = set"; then
    15031590  echo $ac_n "(cached) $ac_c" 1>&6
     
    15371624
    15381625echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    1539 echo "configure:1540: checking whether ln -s works" >&5
     1626echo "configure:1627: checking whether ln -s works" >&5
    15401627if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    15411628  echo $ac_n "(cached) $ac_c" 1>&6
     
    15471634  ac_cv_prog_LN_S="ln -s"
    15481635else
    1549   ac_cv_prog_LN_S=ln
    1550 fi
     1636  echo A > conftestdata;
     1637  if ln conftestdata conftestdata2 2>/dev/null; then
     1638    ac_cv_prog_LN_S=ln
     1639  else
     1640    ac_cv_prog_LN_S=cp
     1641  fi
     1642fi
     1643rm -f conftestdata*
    15511644fi
    15521645LN_S="$ac_cv_prog_LN_S"
     
    15581651
    15591652echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6
    1560 echo "configure:1561: checking how to recognise dependant libraries" >&5
     1653echo "configure:1654: checking how to recognise dependant libraries" >&5
    15611654if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then
    15621655  echo $ac_n "(cached) $ac_c" 1>&6
     
    17011794
    17021795echo $ac_n "checking for object suffix""... $ac_c" 1>&6
    1703 echo "configure:1704: checking for object suffix" >&5
     1796echo "configure:1797: checking for object suffix" >&5
    17041797if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then
    17051798  echo $ac_n "(cached) $ac_c" 1>&6
     
    17071800  rm -f conftest*
    17081801echo 'int i = 1;' > conftest.$ac_ext
    1709 if { (eval echo configure:1710: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1802if { (eval echo configure:1803: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    17101803  for ac_file in conftest.*; do
    17111804    case $ac_file in
     
    17241817ac_objext=$ac_cv_objext
    17251818
    1726 
    1727 
    1728 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
    1729 echo "configure:1730: checking for executable suffix" >&5
    1730 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
    1731   echo $ac_n "(cached) $ac_c" 1>&6
    1732 else
    1733   if test "$CYGWIN" = yes || test "$MINGW32" = yes; then
    1734   ac_cv_exeext=.exe
    1735 else
    1736   rm -f conftest*
    1737   echo 'int main () { return 0; }' > conftest.$ac_ext
    1738   ac_cv_exeext=
    1739   if { (eval echo configure:1740: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
    1740     for file in conftest.*; do
    1741       case $file in
    1742       *.c | *.o | *.obj | *.ilk | *.pdb) ;;
    1743       *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
    1744       esac
    1745     done
    1746   else
    1747     { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
    1748   fi
    1749   rm -f conftest*
    1750   test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
    1751 fi
    1752 fi
    1753 
    1754 EXEEXT=""
    1755 test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
    1756 echo "$ac_t""${ac_cv_exeext}" 1>&6
    1757 ac_exeext=$EXEEXT
    1758 
    17591819# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
    17601820
     
    17641824  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
    17651825    echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6
    1766 echo "configure:1767: checking for ${ac_tool_prefix}file" >&5
     1826echo "configure:1827: checking for ${ac_tool_prefix}file" >&5
    17671827if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
    17681828  echo $ac_n "(cached) $ac_c" 1>&6
     
    18261886  if test -n "$ac_tool_prefix"; then
    18271887    echo $ac_n "checking for file""... $ac_c" 1>&6
    1828 echo "configure:1829: checking for file" >&5
     1888echo "configure:1889: checking for file" >&5
    18291889if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
    18301890  echo $ac_n "(cached) $ac_c" 1>&6
     
    18971957set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    18981958echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1899 echo "configure:1900: checking for $ac_word" >&5
     1959echo "configure:1960: checking for $ac_word" >&5
    19001960if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    19011961  echo $ac_n "(cached) $ac_c" 1>&6
     
    19041964  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
    19051965else
    1906   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1966  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    19071967  ac_dummy="$PATH"
    19081968  for ac_dir in $ac_dummy; do
    19091969    test -z "$ac_dir" && ac_dir=.
    1910     if test -f $ac_dir/$ac_word; then
     1970    if test -f $ac_dir/$ac_word -o \
     1971            -f $ac_dir/$ac_word$ac_exeext ; then
    19111972      ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
    19121973      break
     
    19291990set dummy ranlib; ac_word=$2
    19301991echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1931 echo "configure:1932: checking for $ac_word" >&5
     1992echo "configure:1993: checking for $ac_word" >&5
    19321993if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    19331994  echo $ac_n "(cached) $ac_c" 1>&6
     
    19361997  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
    19371998else
    1938   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1999  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    19392000  ac_dummy="$PATH"
    19402001  for ac_dir in $ac_dummy; do
    19412002    test -z "$ac_dir" && ac_dir=.
    1942     if test -f $ac_dir/$ac_word; then
     2003    if test -f $ac_dir/$ac_word -o \
     2004            -f $ac_dir/$ac_word$ac_exeext ; then
    19432005      ac_cv_prog_RANLIB="ranlib"
    19442006      break
     
    19642026set dummy ${ac_tool_prefix}strip; ac_word=$2
    19652027echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1966 echo "configure:1967: checking for $ac_word" >&5
     2028echo "configure:2029: checking for $ac_word" >&5
    19672029if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
    19682030  echo $ac_n "(cached) $ac_c" 1>&6
     
    19712033  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
    19722034else
    1973   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     2035  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    19742036  ac_dummy="$PATH"
    19752037  for ac_dir in $ac_dummy; do
    19762038    test -z "$ac_dir" && ac_dir=.
    1977     if test -f $ac_dir/$ac_word; then
     2039    if test -f $ac_dir/$ac_word -o \
     2040            -f $ac_dir/$ac_word$ac_exeext ; then
    19782041      ac_cv_prog_STRIP="${ac_tool_prefix}strip"
    19792042      break
     
    19962059set dummy strip; ac_word=$2
    19972060echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1998 echo "configure:1999: checking for $ac_word" >&5
     2061echo "configure:2062: checking for $ac_word" >&5
    19992062if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
    20002063  echo $ac_n "(cached) $ac_c" 1>&6
     
    20032066  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
    20042067else
    2005   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     2068  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    20062069  ac_dummy="$PATH"
    20072070  for ac_dir in $ac_dummy; do
    20082071    test -z "$ac_dir" && ac_dir=.
    2009     if test -f $ac_dir/$ac_word; then
     2072    if test -f $ac_dir/$ac_word -o \
     2073            -f $ac_dir/$ac_word$ac_exeext ; then
    20102074      ac_cv_prog_STRIP="strip"
    20112075      break
     
    20632127*-*-irix6*)
    20642128  # Find out which ABI we are using.
    2065   echo '#line 2066 "configure"' > conftest.$ac_ext
    2066   if { (eval echo configure:2067: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2129  echo '#line 2130 "configure"' > conftest.$ac_ext
     2130  if { (eval echo configure:2131: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    20672131    case "`/usr/bin/file conftest.o`" in
    20682132    *32-bit*)
     
    20852149  CFLAGS="$CFLAGS -belf"
    20862150  echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6
    2087 echo "configure:2088: checking whether the C compiler needs -belf" >&5
     2151echo "configure:2152: checking whether the C compiler needs -belf" >&5
    20882152if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
    20892153  echo $ac_n "(cached) $ac_c" 1>&6
     
    20982162
    20992163     cat > conftest.$ac_ext <<EOF
    2100 #line 2101 "configure"
     2164#line 2165 "configure"
    21012165#include "confdefs.h"
    21022166
     
    21052169; return 0; }
    21062170EOF
    2107 if { (eval echo configure:2108: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2171if { (eval echo configure:2172: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    21082172  rm -rf conftest*
    21092173  lt_cv_cc_needs_belf=yes
     
    22932357
    22942358echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
    2295 echo "configure:2296: checking whether to enable maintainer-specific portions of Makefiles" >&5
     2359echo "configure:2360: checking whether to enable maintainer-specific portions of Makefiles" >&5
    22962360    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
    22972361if test "${enable_maintainer_mode+set}" = set; then
     
    23172381
    23182382
     2383
    23192384echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
    2320 echo "configure:2321: checking for executable suffix" >&5
     2385echo "configure:2386: checking for executable suffix" >&5
    23212386if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
    23222387  echo $ac_n "(cached) $ac_c" 1>&6
    23232388else
    2324   if test "$CYGWIN" = yes || test "$MINGW32" = yes; then
     2389  if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$EMXOS2" = yes; then
    23252390  ac_cv_exeext=.exe
    23262391else
     
    23282393  echo 'int main () { return 0; }' > conftest.$ac_ext
    23292394  ac_cv_exeext=
    2330   if { (eval echo configure:2331: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
     2395  if { (eval echo configure:2396: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
    23312396    for file in conftest.*; do
    23322397      case $file in
    2333       *.c | *.o | *.obj | *.ilk | *.pdb) ;;
     2398      *.c | *.o | *.obj) ;;
    23342399      *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
    23352400      esac
     
    23542419set dummy gcc; ac_word=$2
    23552420echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2356 echo "configure:2357: checking for $ac_word" >&5
     2421echo "configure:2422: checking for $ac_word" >&5
    23572422if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    23582423  echo $ac_n "(cached) $ac_c" 1>&6
     
    23612426  ac_cv_prog_CC="$CC" # Let the user override the test.
    23622427else
    2363   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     2428  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    23642429  ac_dummy="$PATH"
    23652430  for ac_dir in $ac_dummy; do
    23662431    test -z "$ac_dir" && ac_dir=.
    2367     if test -f $ac_dir/$ac_word; then
     2432    if test -f $ac_dir/$ac_word -o \
     2433            -f $ac_dir/$ac_word$ac_exeext ; then
    23682434      ac_cv_prog_CC="gcc"
    23692435      break
     
    23842450set dummy cc; ac_word=$2
    23852451echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2386 echo "configure:2387: checking for $ac_word" >&5
     2452echo "configure:2453: checking for $ac_word" >&5
    23872453if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    23882454  echo $ac_n "(cached) $ac_c" 1>&6
     
    23912457  ac_cv_prog_CC="$CC" # Let the user override the test.
    23922458else
    2393   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     2459  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    23942460  ac_prog_rejected=no
    23952461  ac_dummy="$PATH"
    23962462  for ac_dir in $ac_dummy; do
    23972463    test -z "$ac_dir" && ac_dir=.
    2398     if test -f $ac_dir/$ac_word; then
    2399       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
     2464    if test -f $ac_dir/$ac_word -o \
     2465            -f $ac_dir/$ac_word$ac_exeext ; then
     2466      if test "$ac_dir/$ac_word" = "/usr/ucb/cc" -o \
     2467               "$ac_dir/$ac_word$ac_exeext" = "/usr/ucb/cc" ; then
    24002468        ac_prog_rejected=yes
    24012469        continue
     
    24352503set dummy cl; ac_word=$2
    24362504echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2437 echo "configure:2438: checking for $ac_word" >&5
     2505echo "configure:2506: checking for $ac_word" >&5
    24382506if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    24392507  echo $ac_n "(cached) $ac_c" 1>&6
     
    24422510  ac_cv_prog_CC="$CC" # Let the user override the test.
    24432511else
    2444   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     2512  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    24452513  ac_dummy="$PATH"
    24462514  for ac_dir in $ac_dummy; do
    24472515    test -z "$ac_dir" && ac_dir=.
    2448     if test -f $ac_dir/$ac_word; then
     2516    if test -f $ac_dir/$ac_word -o \
     2517            -f $ac_dir/$ac_word$ac_exeext ; then
    24492518      ac_cv_prog_CC="cl"
    24502519      break
     
    24672536
    24682537echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    2469 echo "configure:2470: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     2538echo "configure:2539: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    24702539
    24712540ac_ext=c
     
    24782547cat > conftest.$ac_ext << EOF
    24792548
    2480 #line 2481 "configure"
     2549#line 2550 "configure"
    24812550#include "confdefs.h"
    24822551
    24832552main(){return(0);}
    24842553EOF
    2485 if { (eval echo configure:2486: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2554if { (eval echo configure:2555: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    24862555  ac_cv_prog_cc_works=yes
    24872556  # If we can't run a trivial program, we are probably using a cross compiler.
     
    25092578fi
    25102579echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    2511 echo "configure:2512: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     2580echo "configure:2581: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    25122581echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    25132582cross_compiling=$ac_cv_prog_cc_cross
    25142583
    25152584echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    2516 echo "configure:2517: checking whether we are using GNU C" >&5
     2585echo "configure:2586: checking whether we are using GNU C" >&5
    25172586if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    25182587  echo $ac_n "(cached) $ac_c" 1>&6
     
    25232592#endif
    25242593EOF
    2525 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2526: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     2594if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2595: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    25262595  ac_cv_prog_gcc=yes
    25272596else
     
    25422611CFLAGS=
    25432612echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    2544 echo "configure:2545: checking whether ${CC-cc} accepts -g" >&5
     2613echo "configure:2614: checking whether ${CC-cc} accepts -g" >&5
    25452614if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    25462615  echo $ac_n "(cached) $ac_c" 1>&6
     
    25762645ALL_LINGUAS=
    25772646echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    2578 echo "configure:2579: checking how to run the C preprocessor" >&5
     2647echo "configure:2648: checking how to run the C preprocessor" >&5
    25792648# On Suns, sometimes $CPP names a directory.
    25802649if test -n "$CPP" && test -d "$CPP"; then
     
    25912660  # not just through cpp.
    25922661  cat > conftest.$ac_ext <<EOF
    2593 #line 2594 "configure"
     2662#include <sys/types.h>
     2663#line 2664 "configure"
    25942664#include "confdefs.h"
    25952665#include <assert.h>
     
    25972667EOF
    25982668ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2599 { (eval echo configure:2600: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2669{ (eval echo configure:2670: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    26002670ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    26012671if test -z "$ac_err"; then
     
    26082678  CPP="${CC-cc} -E -traditional-cpp"
    26092679  cat > conftest.$ac_ext <<EOF
    2610 #line 2611 "configure"
     2680#include <sys/types.h>
     2681#line 2682 "configure"
    26112682#include "confdefs.h"
    26122683#include <assert.h>
     
    26142685EOF
    26152686ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2616 { (eval echo configure:2617: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2687{ (eval echo configure:2688: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    26172688ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    26182689if test -z "$ac_err"; then
     
    26252696  CPP="${CC-cc} -nologo -E"
    26262697  cat > conftest.$ac_ext <<EOF
    2627 #line 2628 "configure"
     2698#include <sys/types.h>
     2699#line 2700 "configure"
    26282700#include "confdefs.h"
    26292701#include <assert.h>
     
    26312703EOF
    26322704ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2633 { (eval echo configure:2634: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2705{ (eval echo configure:2706: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    26342706ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    26352707if test -z "$ac_err"; then
     
    26582730set dummy ranlib; ac_word=$2
    26592731echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2660 echo "configure:2661: checking for $ac_word" >&5
     2732echo "configure:2733: checking for $ac_word" >&5
    26612733if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    26622734  echo $ac_n "(cached) $ac_c" 1>&6
     
    26652737  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
    26662738else
    2667   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     2739  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    26682740  ac_dummy="$PATH"
    26692741  for ac_dir in $ac_dummy; do
    26702742    test -z "$ac_dir" && ac_dir=.
    2671     if test -f $ac_dir/$ac_word; then
     2743    if test -f $ac_dir/$ac_word -o \
     2744            -f $ac_dir/$ac_word$ac_exeext ; then
    26722745      ac_cv_prog_RANLIB="ranlib"
    26732746      break
     
    26862759
    26872760echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    2688 echo "configure:2689: checking for ANSI C header files" >&5
     2761echo "configure:2762: checking for ANSI C header files" >&5
    26892762if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    26902763  echo $ac_n "(cached) $ac_c" 1>&6
    26912764else
    26922765  cat > conftest.$ac_ext <<EOF
    2693 #line 2694 "configure"
     2766#include <sys/types.h>
     2767#line 2768 "configure"
    26942768#include "confdefs.h"
    26952769#include <stdlib.h>
     
    26992773EOF
    27002774ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2701 { (eval echo configure:2702: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2775{ (eval echo configure:2776: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    27022776ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    27032777if test -z "$ac_err"; then
     
    27162790  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    27172791cat > conftest.$ac_ext <<EOF
    2718 #line 2719 "configure"
     2792#line 2793 "configure"
    27192793#include "confdefs.h"
    27202794#include <string.h>
     
    27342808  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    27352809cat > conftest.$ac_ext <<EOF
    2736 #line 2737 "configure"
     2810#line 2811 "configure"
    27372811#include "confdefs.h"
    27382812#include <stdlib.h>
     
    27552829else
    27562830  cat > conftest.$ac_ext <<EOF
    2757 #line 2758 "configure"
     2831#line 2832 "configure"
    27582832#include "confdefs.h"
    27592833#include <ctype.h>
     
    27662840
    27672841EOF
    2768 if { (eval echo configure:2769: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2842if { (eval echo configure:2843: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    27692843then
    27702844  :
     
    27902864
    27912865echo $ac_n "checking for working const""... $ac_c" 1>&6
    2792 echo "configure:2793: checking for working const" >&5
     2866echo "configure:2867: checking for working const" >&5
    27932867if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
    27942868  echo $ac_n "(cached) $ac_c" 1>&6
    27952869else
    27962870  cat > conftest.$ac_ext <<EOF
    2797 #line 2798 "configure"
     2871#line 2872 "configure"
    27982872#include "confdefs.h"
    27992873
     
    28442918; return 0; }
    28452919EOF
    2846 if { (eval echo configure:2847: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2920if { (eval echo configure:2921: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    28472921  rm -rf conftest*
    28482922  ac_cv_c_const=yes
     
    28652939
    28662940echo $ac_n "checking for inline""... $ac_c" 1>&6
    2867 echo "configure:2868: checking for inline" >&5
     2941echo "configure:2942: checking for inline" >&5
    28682942if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
    28692943  echo $ac_n "(cached) $ac_c" 1>&6
     
    28722946for ac_kw in inline __inline__ __inline; do
    28732947  cat > conftest.$ac_ext <<EOF
    2874 #line 2875 "configure"
     2948#line 2949 "configure"
    28752949#include "confdefs.h"
    28762950
     
    28792953; return 0; }
    28802954EOF
    2881 if { (eval echo configure:2882: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2955if { (eval echo configure:2956: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    28822956  rm -rf conftest*
    28832957  ac_cv_c_inline=$ac_kw; break
     
    29052979
    29062980echo $ac_n "checking for off_t""... $ac_c" 1>&6
    2907 echo "configure:2908: checking for off_t" >&5
     2981echo "configure:2982: checking for off_t" >&5
    29082982if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
    29092983  echo $ac_n "(cached) $ac_c" 1>&6
    29102984else
    29112985  cat > conftest.$ac_ext <<EOF
    2912 #line 2913 "configure"
     2986#line 2987 "configure"
    29132987#include "confdefs.h"
    29142988#include <sys/types.h>
     
    29383012
    29393013echo $ac_n "checking for size_t""... $ac_c" 1>&6
    2940 echo "configure:2941: checking for size_t" >&5
     3014echo "configure:3015: checking for size_t" >&5
    29413015if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
    29423016  echo $ac_n "(cached) $ac_c" 1>&6
    29433017else
    29443018  cat > conftest.$ac_ext <<EOF
    2945 #line 2946 "configure"
     3019#line 3020 "configure"
    29463020#include "confdefs.h"
    29473021#include <sys/types.h>
     
    29733047# for constant arguments.  Useless!
    29743048echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
    2975 echo "configure:2976: checking for working alloca.h" >&5
     3049echo "configure:3050: checking for working alloca.h" >&5
    29763050if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
    29773051  echo $ac_n "(cached) $ac_c" 1>&6
    29783052else
    29793053  cat > conftest.$ac_ext <<EOF
    2980 #line 2981 "configure"
     3054#line 3055 "configure"
    29813055#include "confdefs.h"
    29823056#include <alloca.h>
     
    29853059; return 0; }
    29863060EOF
    2987 if { (eval echo configure:2988: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3061if { (eval echo configure:3062: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    29883062  rm -rf conftest*
    29893063  ac_cv_header_alloca_h=yes
     
    30063080
    30073081echo $ac_n "checking for alloca""... $ac_c" 1>&6
    3008 echo "configure:3009: checking for alloca" >&5
     3082echo "configure:3083: checking for alloca" >&5
    30093083if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
    30103084  echo $ac_n "(cached) $ac_c" 1>&6
    30113085else
    30123086  cat > conftest.$ac_ext <<EOF
    3013 #line 3014 "configure"
     3087#line 3088 "configure"
    30143088#include "confdefs.h"
    30153089
     
    30393113; return 0; }
    30403114EOF
    3041 if { (eval echo configure:3042: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3115if { (eval echo configure:3116: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    30423116  rm -rf conftest*
    30433117  ac_cv_func_alloca_works=yes
     
    30713145
    30723146echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
    3073 echo "configure:3074: checking whether alloca needs Cray hooks" >&5
     3147echo "configure:3148: checking whether alloca needs Cray hooks" >&5
    30743148if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
    30753149  echo $ac_n "(cached) $ac_c" 1>&6
    30763150else
    30773151  cat > conftest.$ac_ext <<EOF
    3078 #line 3079 "configure"
     3152#line 3153 "configure"
    30793153#include "confdefs.h"
    30803154#if defined(CRAY) && ! defined(CRAY2)
     
    31013175for ac_func in _getb67 GETB67 getb67; do
    31023176  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3103 echo "configure:3104: checking for $ac_func" >&5
     3177echo "configure:3178: checking for $ac_func" >&5
    31043178if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    31053179  echo $ac_n "(cached) $ac_c" 1>&6
    31063180else
    31073181  cat > conftest.$ac_ext <<EOF
    3108 #line 3109 "configure"
     3182#line 3183 "configure"
    31093183#include "confdefs.h"
    31103184/* System header to define __stub macros and hopefully few prototypes,
     
    31293203; return 0; }
    31303204EOF
    3131 if { (eval echo configure:3132: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3205if { (eval echo configure:3206: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    31323206  rm -rf conftest*
    31333207  eval "ac_cv_func_$ac_func=yes"
     
    31563230
    31573231echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
    3158 echo "configure:3159: checking stack direction for C alloca" >&5
     3232echo "configure:3233: checking stack direction for C alloca" >&5
    31593233if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
    31603234  echo $ac_n "(cached) $ac_c" 1>&6
     
    31643238else
    31653239  cat > conftest.$ac_ext <<EOF
    3166 #line 3167 "configure"
     3240#line 3241 "configure"
    31673241#include "confdefs.h"
    31683242find_stack_direction ()
     
    31833257}
    31843258EOF
    3185 if { (eval echo configure:3186: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3259if { (eval echo configure:3260: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    31863260then
    31873261  ac_cv_c_stack_direction=1
     
    32083282ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    32093283echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    3210 echo "configure:3211: checking for $ac_hdr" >&5
     3284echo "configure:3285: checking for $ac_hdr" >&5
    32113285if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    32123286  echo $ac_n "(cached) $ac_c" 1>&6
    32133287else
    32143288  cat > conftest.$ac_ext <<EOF
    3215 #line 3216 "configure"
     3289#include <sys/types.h>
     3290#line 3291 "configure"
    32163291#include "confdefs.h"
    32173292#include <$ac_hdr>
    32183293EOF
    32193294ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3220 { (eval echo configure:3221: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3295{ (eval echo configure:3296: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    32213296ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    32223297if test -z "$ac_err"; then
     
    32473322do
    32483323echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3249 echo "configure:3250: checking for $ac_func" >&5
     3324echo "configure:3325: checking for $ac_func" >&5
    32503325if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    32513326  echo $ac_n "(cached) $ac_c" 1>&6
    32523327else
    32533328  cat > conftest.$ac_ext <<EOF
    3254 #line 3255 "configure"
     3329#line 3330 "configure"
    32553330#include "confdefs.h"
    32563331/* System header to define __stub macros and hopefully few prototypes,
     
    32753350; return 0; }
    32763351EOF
    3277 if { (eval echo configure:3278: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3352if { (eval echo configure:3353: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    32783353  rm -rf conftest*
    32793354  eval "ac_cv_func_$ac_func=yes"
     
    33003375
    33013376echo $ac_n "checking for working mmap""... $ac_c" 1>&6
    3302 echo "configure:3303: checking for working mmap" >&5
     3377echo "configure:3378: checking for working mmap" >&5
    33033378if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
    33043379  echo $ac_n "(cached) $ac_c" 1>&6
     
    33083383else
    33093384  cat > conftest.$ac_ext <<EOF
    3310 #line 3311 "configure"
     3385#line 3386 "configure"
    33113386#include "confdefs.h"
    33123387
     
    34483523
    34493524EOF
    3450 if { (eval echo configure:3451: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3525if { (eval echo configure:3526: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    34513526then
    34523527  ac_cv_func_mmap_fixed_mapped=yes
     
    34763551ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    34773552echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    3478 echo "configure:3479: checking for $ac_hdr" >&5
     3553echo "configure:3554: checking for $ac_hdr" >&5
    34793554if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    34803555  echo $ac_n "(cached) $ac_c" 1>&6
    34813556else
    34823557  cat > conftest.$ac_ext <<EOF
    3483 #line 3484 "configure"
     3558#include <sys/types.h>
     3559#line 3560 "configure"
    34843560#include "confdefs.h"
    34853561#include <$ac_hdr>
    34863562EOF
    34873563ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3488 { (eval echo configure:3489: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3564{ (eval echo configure:3565: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    34893565ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    34903566if test -z "$ac_err"; then
     
    35163592do
    35173593echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3518 echo "configure:3519: checking for $ac_func" >&5
     3594echo "configure:3595: checking for $ac_func" >&5
    35193595if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    35203596  echo $ac_n "(cached) $ac_c" 1>&6
    35213597else
    35223598  cat > conftest.$ac_ext <<EOF
    3523 #line 3524 "configure"
     3599#line 3600 "configure"
    35243600#include "confdefs.h"
    35253601/* System header to define __stub macros and hopefully few prototypes,
     
    35443620; return 0; }
    35453621EOF
    3546 if { (eval echo configure:3547: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3622if { (eval echo configure:3623: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    35473623  rm -rf conftest*
    35483624  eval "ac_cv_func_$ac_func=yes"
     
    35733649do
    35743650echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3575 echo "configure:3576: checking for $ac_func" >&5
     3651echo "configure:3652: checking for $ac_func" >&5
    35763652if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    35773653  echo $ac_n "(cached) $ac_c" 1>&6
    35783654else
    35793655  cat > conftest.$ac_ext <<EOF
    3580 #line 3581 "configure"
     3656#line 3657 "configure"
    35813657#include "confdefs.h"
    35823658/* System header to define __stub macros and hopefully few prototypes,
     
    36013677; return 0; }
    36023678EOF
    3603 if { (eval echo configure:3604: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3679if { (eval echo configure:3680: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    36043680  rm -rf conftest*
    36053681  eval "ac_cv_func_$ac_func=yes"
     
    36353711   if test $ac_cv_header_locale_h = yes; then
    36363712    echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6
    3637 echo "configure:3638: checking for LC_MESSAGES" >&5
     3713echo "configure:3714: checking for LC_MESSAGES" >&5
    36383714if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then
    36393715  echo $ac_n "(cached) $ac_c" 1>&6
    36403716else
    36413717  cat > conftest.$ac_ext <<EOF
    3642 #line 3643 "configure"
     3718#line 3719 "configure"
    36433719#include "confdefs.h"
    36443720#include <locale.h>
     
    36473723; return 0; }
    36483724EOF
    3649 if { (eval echo configure:3650: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3725if { (eval echo configure:3726: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    36503726  rm -rf conftest*
    36513727  am_cv_val_LC_MESSAGES=yes
     
    36683744  fi
    36693745   echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6
    3670 echo "configure:3671: checking whether NLS is requested" >&5
     3746echo "configure:3747: checking whether NLS is requested" >&5
    36713747        # Check whether --enable-nls or --disable-nls was given.
    36723748if test "${enable_nls+set}" = set; then
     
    36883764
    36893765      echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6
    3690 echo "configure:3691: checking whether included gettext is requested" >&5
     3766echo "configure:3767: checking whether included gettext is requested" >&5
    36913767      # Check whether --with-included-gettext or --without-included-gettext was given.
    36923768if test "${with_included_gettext+set}" = set; then
     
    37073783        ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'`
    37083784echo $ac_n "checking for libintl.h""... $ac_c" 1>&6
    3709 echo "configure:3710: checking for libintl.h" >&5
     3785echo "configure:3786: checking for libintl.h" >&5
    37103786if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    37113787  echo $ac_n "(cached) $ac_c" 1>&6
    37123788else
    37133789  cat > conftest.$ac_ext <<EOF
    3714 #line 3715 "configure"
     3790#include <sys/types.h>
     3791#line 3792 "configure"
    37153792#include "confdefs.h"
    37163793#include <libintl.h>
    37173794EOF
    37183795ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3719 { (eval echo configure:3720: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3796{ (eval echo configure:3797: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    37203797ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    37213798if test -z "$ac_err"; then
     
    37343811  echo "$ac_t""yes" 1>&6
    37353812  echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6
    3736 echo "configure:3737: checking for gettext in libc" >&5
     3813echo "configure:3814: checking for gettext in libc" >&5
    37373814if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then
    37383815  echo $ac_n "(cached) $ac_c" 1>&6
    37393816else
    37403817  cat > conftest.$ac_ext <<EOF
    3741 #line 3742 "configure"
     3818#line 3819 "configure"
    37423819#include "confdefs.h"
    37433820#include <libintl.h>
     
    37463823; return 0; }
    37473824EOF
    3748 if { (eval echo configure:3749: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3825if { (eval echo configure:3826: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    37493826  rm -rf conftest*
    37503827  gt_cv_func_gettext_libc=yes
     
    37623839           if test "$gt_cv_func_gettext_libc" != "yes"; then
    37633840             echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6
    3764 echo "configure:3765: checking for bindtextdomain in -lintl" >&5
     3841echo "configure:3842: checking for bindtextdomain in -lintl" >&5
    37653842ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'`
    37663843if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    37703847LIBS="-lintl  $LIBS"
    37713848cat > conftest.$ac_ext <<EOF
    3772 #line 3773 "configure"
     3849#line 3850 "configure"
    37733850#include "confdefs.h"
    37743851/* Override any gcc2 internal prototype to avoid an error.  */
     
    37813858; return 0; }
    37823859EOF
    3783 if { (eval echo configure:3784: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3860if { (eval echo configure:3861: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    37843861  rm -rf conftest*
    37853862  eval "ac_cv_lib_$ac_lib_var=yes"
     
    37973874  echo "$ac_t""yes" 1>&6
    37983875  echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6
    3799 echo "configure:3800: checking for gettext in libintl" >&5
     3876echo "configure:3877: checking for gettext in libintl" >&5
    38003877if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then
    38013878  echo $ac_n "(cached) $ac_c" 1>&6
    38023879else
    38033880  cat > conftest.$ac_ext <<EOF
    3804 #line 3805 "configure"
     3881#line 3882 "configure"
    38053882#include "confdefs.h"
    38063883
     
    38093886; return 0; }
    38103887EOF
    3811 if { (eval echo configure:3812: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3888if { (eval echo configure:3889: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    38123889  rm -rf conftest*
    38133890  gt_cv_func_gettext_libintl=yes
     
    38373914set dummy msgfmt; ac_word=$2
    38383915echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3839 echo "configure:3840: checking for $ac_word" >&5
     3916echo "configure:3917: checking for $ac_word" >&5
    38403917if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
    38413918  echo $ac_n "(cached) $ac_c" 1>&6
     
    38463923  ;;
    38473924  *)
    3848   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     3925  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}"
    38493926  for ac_dir in $PATH; do
    38503927    test -z "$ac_dir" && ac_dir=.
     
    38713948do
    38723949echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3873 echo "configure:3874: checking for $ac_func" >&5
     3950echo "configure:3951: checking for $ac_func" >&5
    38743951if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    38753952  echo $ac_n "(cached) $ac_c" 1>&6
    38763953else
    38773954  cat > conftest.$ac_ext <<EOF
    3878 #line 3879 "configure"
     3955#line 3956 "configure"
    38793956#include "confdefs.h"
    38803957/* System header to define __stub macros and hopefully few prototypes,
     
    38993976; return 0; }
    39003977EOF
    3901 if { (eval echo configure:3902: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3978if { (eval echo configure:3979: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    39023979  rm -rf conftest*
    39033980  eval "ac_cv_func_$ac_func=yes"
     
    39264003set dummy gmsgfmt; ac_word=$2
    39274004echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3928 echo "configure:3929: checking for $ac_word" >&5
     4005echo "configure:4006: checking for $ac_word" >&5
    39294006if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
    39304007  echo $ac_n "(cached) $ac_c" 1>&6
    39314008else
    39324009  case "$GMSGFMT" in
    3933   /*)
     4010  /* | [a-zA-Z]:*)
    39344011  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
    39354012  ;;
    3936   ?:/*)                  
     4013  ?:/*)                 
    39374014  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path.
    39384015  ;;
    39394016  *)
    3940   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     4017  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    39414018  ac_dummy="$PATH"
    3942   for ac_dir in $ac_dummy; do 
     4019  for ac_dir in $ac_dummy; do
    39434020    test -z "$ac_dir" && ac_dir=.
    39444021    if test -f $ac_dir/$ac_word; then
    39454022      ac_cv_path_GMSGFMT="$ac_dir/$ac_word"
     4023      break
     4024    fi
     4025    if test -f $ac_dir/$ac_word$ac_exeext; then
     4026      ac_cv_path_GMSGFMT="$ac_dir/$ac_word$ac_exeext"
    39464027      break
    39474028    fi
     
    39624043set dummy xgettext; ac_word=$2
    39634044echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3964 echo "configure:3965: checking for $ac_word" >&5
     4045echo "configure:4046: checking for $ac_word" >&5
    39654046if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
    39664047  echo $ac_n "(cached) $ac_c" 1>&6
     
    39714052  ;;
    39724053  *)
    3973   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     4054  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}"
    39744055  for ac_dir in $PATH; do
    39754056    test -z "$ac_dir" && ac_dir=.
     
    39944075
    39954076                cat > conftest.$ac_ext <<EOF
    3996 #line 3997 "configure"
     4077#line 4078 "configure"
    39974078#include "confdefs.h"
    39984079
     
    40024083; return 0; }
    40034084EOF
    4004 if { (eval echo configure:4005: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4085if { (eval echo configure:4086: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    40054086  rm -rf conftest*
    40064087  CATOBJEXT=.gmo
     
    40344115set dummy msgfmt; ac_word=$2
    40354116echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    4036 echo "configure:4037: checking for $ac_word" >&5
     4117echo "configure:4118: checking for $ac_word" >&5
    40374118if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
    40384119  echo $ac_n "(cached) $ac_c" 1>&6
     
    40434124  ;;
    40444125  *)
    4045   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     4126  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}"
    40464127  for ac_dir in $PATH; do
    40474128    test -z "$ac_dir" && ac_dir=.
     
    40684149set dummy gmsgfmt; ac_word=$2
    40694150echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    4070 echo "configure:4071: checking for $ac_word" >&5
     4151echo "configure:4152: checking for $ac_word" >&5
    40714152if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
    40724153  echo $ac_n "(cached) $ac_c" 1>&6
    40734154else
    40744155  case "$GMSGFMT" in
    4075   /*)
     4156  /* | [a-zA-Z]:*)
    40764157  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
    40774158  ;;
    4078   ?:/*)                  
     4159  ?:/*)                 
    40794160  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path.
    40804161  ;;
    40814162  *)
    4082   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     4163  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    40834164  ac_dummy="$PATH"
    4084   for ac_dir in $ac_dummy; do 
     4165  for ac_dir in $ac_dummy; do
    40854166    test -z "$ac_dir" && ac_dir=.
    40864167    if test -f $ac_dir/$ac_word; then
    40874168      ac_cv_path_GMSGFMT="$ac_dir/$ac_word"
     4169      break
     4170    fi
     4171    if test -f $ac_dir/$ac_word$ac_exeext; then
     4172      ac_cv_path_GMSGFMT="$ac_dir/$ac_word$ac_exeext"
    40884173      break
    40894174    fi
     
    41044189set dummy xgettext; ac_word=$2
    41054190echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    4106 echo "configure:4107: checking for $ac_word" >&5
     4191echo "configure:4192: checking for $ac_word" >&5
    41074192if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
    41084193  echo $ac_n "(cached) $ac_c" 1>&6
     
    41134198  ;;
    41144199  *)
    4115   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     4200  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}"
    41164201  for ac_dir in $PATH; do
    41174202    test -z "$ac_dir" && ac_dir=.
     
    41944279     else
    41954280       echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6
    4196 echo "configure:4197: checking for catalogs to be installed" >&5
     4281echo "configure:4282: checking for catalogs to be installed" >&5
    41974282       NEW_LINGUAS=
    41984283       for lang in ${LINGUAS=$ALL_LINGUAS}; do
     
    42224307         ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'`
    42234308echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6
    4224 echo "configure:4225: checking for linux/version.h" >&5
     4309echo "configure:4310: checking for linux/version.h" >&5
    42254310if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    42264311  echo $ac_n "(cached) $ac_c" 1>&6
    42274312else
    42284313  cat > conftest.$ac_ext <<EOF
    4229 #line 4230 "configure"
     4314#include <sys/types.h>
     4315#line 4316 "configure"
    42304316#include "confdefs.h"
    42314317#include <linux/version.h>
    42324318EOF
    42334319ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4234 { (eval echo configure:4235: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4320{ (eval echo configure:4321: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    42354321ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    42364322if test -z "$ac_err"; then
     
    42804366      test -d po || mkdir po
    42814367      if test "x$srcdir" != "x."; then
    4282          if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
     4368                 if test "x`echo $srcdir | sed -e 's@.\:/.*@@'  -e 's@/.*@@' `" = "x"; then
    42834369            posrcprefix="$srcdir/"
    42844370         else
     
    43094395# ./install, which can be erroneously created by make from ./install.sh.
    43104396echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    4311 echo "configure:4312: checking for a BSD compatible install" >&5
     4397echo "configure:4398: checking for a BSD compatible install" >&5
    43124398if test -z "$INSTALL"; then
    43134399if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
    43144400  echo $ac_n "(cached) $ac_c" 1>&6
    43154401else
    4316     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
     4402    IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS="$PATH_IFS"
    43174403  for ac_dir in $PATH; do
    43184404    # Account for people who put trailing slashes in PATH elements.
    43194405    case "$ac_dir/" in
    43204406    /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
     4407    # We reject the install program from OS/2 or W3.1
     4408    */OS2|*/OS2/*|*/WINDOWS|*/WINDOWS/*) ;;
    43214409    *)
    43224410      # OSF1 and SCO ODT 3.0 have their own names for install.
     
    43244412      # by default.
    43254413      for ac_prog in ginstall scoinst install; do
    4326         if test -f $ac_dir/$ac_prog; then
     4414        if test -f $ac_dir/$ac_prog$ac_exeext; then
    43274415          if test $ac_prog = install &&
    43284416            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
     
    43304418            :
    43314419          else
    4332             ac_cv_path_install="$ac_dir/$ac_prog -c"
     4420            ac_cv_path_install="$ac_dir/$ac_prog$ac_exeext -c"
    43334421            break 2
    43344422          fi
     
    43664454ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    43674455echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    4368 echo "configure:4369: checking for $ac_hdr" >&5
     4456echo "configure:4457: checking for $ac_hdr" >&5
    43694457if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    43704458  echo $ac_n "(cached) $ac_c" 1>&6
    43714459else
    43724460  cat > conftest.$ac_ext <<EOF
    4373 #line 4374 "configure"
     4461#include <sys/types.h>
     4462#line 4463 "configure"
    43744463#include "confdefs.h"
    43754464#include <$ac_hdr>
    43764465EOF
    43774466ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4378 { (eval echo configure:4379: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4467{ (eval echo configure:4468: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    43794468ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    43804469if test -z "$ac_err"; then
     
    46564745# Run this file to recreate the current configuration.
    46574746# This directory was configured as follows,
     4747EOF
     4748echo ': ${CONFIG_SHELL='"${CONFIG_SHELL-/bin/sh}"'}' >> $CONFIG_STATUS
     4749cat >> $CONFIG_STATUS <<EOF
    46584750# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
    46594751#
     
    46814773ac_given_srcdir=$srcdir
    46824774ac_given_INSTALL="$INSTALL"
     4775PATHIFS="$PATH_IFS"
    46834776
    46844777trap 'rm -fr `echo "Makefile po/Makefile.in:po/Make-in config.h:config.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
     
    46914784$ac_vpsub
    46924785$extrasub
     4786s,\([^a-zA-Z0-9:]\)/bin/sh\(.exe\),\1${CONFIG_SHELL-/bin/sh}\2,g
    46934787s%@SHELL@%$SHELL%g
    46944788s%@CFLAGS@%$CFLAGS%g
     
    47144808s%@infodir@%$infodir%g
    47154809s%@mandir@%$mandir%g
     4810s%@PATH_IFS@%$PATH_IFS%g
     4811s%@EXEEXT@%$EXEEXT%g
    47164812s%@host@%$host%g
    47174813s%@host_alias@%$host_alias%g
     
    47454841s%@LN_S@%$LN_S%g
    47464842s%@OBJEXT@%$OBJEXT%g
    4747 s%@EXEEXT@%$EXEEXT%g
    47484843s%@STRIP@%$STRIP%g
    47494844s%@LIBTOOL@%$LIBTOOL%g
     
    48524947      if test -z "$ac_dots"; then top_srcdir=.
    48534948      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
    4854   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
     4949  /* | [A-Za-z]:*)
     4950    srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
    48554951  *) # Relative path.
    48564952    srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
     
    48594955
    48604956  case "$ac_given_INSTALL" in
    4861   [/$]*) INSTALL="$ac_given_INSTALL" ;;
     4957  [/$]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;;
    48624958  *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
    48634959  esac
     
    48724968  esac
    48734969
    4874   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
     4970  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%$PATHIFS% $ac_given_srcdir/%g"`
    48754971  sed -e "$ac_comsub
    48764972s%@configure_input@%$configure_input%g
     
    49195015
    49205016  rm -f conftest.frag conftest.in conftest.out
    4921   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
     5017# kso the other way around might work better with drive letters and such.
     5018#  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
     5019  ac_file_inputs=`echo $ac_file_in|sed -e "s%:% $ac_given_srcdir/%g" -e "s%^%$ac_given_srcdir/%" `
    49225020  cat $ac_file_inputs > conftest.in
    49235021
Note: See TracChangeset for help on using the changeset viewer.