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

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