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/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
Note: See TracChangeset for help on using the changeset viewer.