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

Regenerated configure scripts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/binutils/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.