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

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