Ignore:
Timestamp:
Aug 16, 2003, 11:56:50 PM (22 years ago)
Author:
bird
Message:

Regenerated configure files after 2.14 join.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/binutils/ld/configure

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r618 r619  
    2525  --with-pic              try to use only PIC/non-PIC objects [default=use both]"
    2626ac_help="$ac_help
     27  --with-lib-path=dir1:dir2...  set default LIB_PATH"
     28ac_help="$ac_help
    2729  --enable-targets        alternative target configurations"
    2830ac_help="$ac_help
    2931  --enable-64-bit-bfd     64-bit support (on hosts with narrower word sizes)"
    3032ac_help="$ac_help
    31   --enable-build-warnings Enable build-time compiler warnings if gcc is used"
     33  --with-sysroot[=DIR] Search for usr/lib et al within DIR."
     34ac_help="$ac_help
     35  --enable-build-warnings enable build-time compiler warnings if gcc is used"
    3236ac_help="$ac_help
    3337  --disable-nls           do not use Native Language Support"
     
    547551
    548552echo $ac_n "checking for path separator""... $ac_c" 1>&6
    549 echo "configure:550: checking for path separator" >&5
     553echo "configure:554: checking for path separator" >&5
    550554# Filter path to get backslahes into forwardslashes
    551555case "`uname -s 2> /dev/null`" in
     
    561565
    562566echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
    563 echo "configure:564: checking for Cygwin environment" >&5
     567echo "configure:568: checking for Cygwin environment" >&5
    564568if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
    565569  echo $ac_n "(cached) $ac_c" 1>&6
    566570else
    567571  cat > conftest.$ac_ext <<EOF
    568 #line 569 "configure"
     572#line 573 "configure"
    569573#include "confdefs.h"
    570574
     
    577581; return 0; }
    578582EOF
    579 if { (eval echo configure:580: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     583if { (eval echo configure:584: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    580584  rm -rf conftest*
    581585  ac_cv_cygwin=yes
     
    594598test "$ac_cv_cygwin" = yes && CYGWIN=yes
    595599echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
    596 echo "configure:597: checking for mingw32 environment" >&5
     600echo "configure:601: checking for mingw32 environment" >&5
    597601if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
    598602  echo $ac_n "(cached) $ac_c" 1>&6
    599603else
    600604  cat > conftest.$ac_ext <<EOF
    601 #line 602 "configure"
     605#line 606 "configure"
    602606#include "confdefs.h"
    603607
     
    606610; return 0; }
    607611EOF
    608 if { (eval echo configure:609: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     612if { (eval echo configure:613: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    609613  rm -rf conftest*
    610614  ac_cv_mingw32=yes
     
    623627test "$ac_cv_mingw32" = yes && MINGW32=yes
    624628echo $ac_n "checking for EMX/OS2 environment""... $ac_c" 1>&6
    625 echo "configure:626: checking for EMX/OS2 environment" >&5
     629echo "configure:630: checking for EMX/OS2 environment" >&5
    626630if eval "test \"`echo '$''{'ac_cv_emxos2'+set}'`\" = set"; then
    627631  echo $ac_n "(cached) $ac_c" 1>&6
     
    629633  : ${CC=gcc.exe}
    630634cat > conftest.$ac_ext <<EOF
    631 #line 632 "configure"
     635#line 636 "configure"
    632636#include "confdefs.h"
    633637
     
    636640; return 0; }
    637641EOF
    638 if { (eval echo configure:639: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     642if { (eval echo configure:643: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    639643  rm -rf conftest*
    640644  ac_cv_emxos2=yes
     
    667671
    668672echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
    669 echo "configure:670: checking for executable suffix" >&5
     673echo "configure:674: checking for executable suffix" >&5
    670674if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
    671675  echo $ac_n "(cached) $ac_c" 1>&6
     
    677681  echo 'int main () { return 0; }' > conftest.$ac_ext
    678682  ac_cv_exeext=
    679   if { (eval echo configure:680: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
     683  if { (eval echo configure:684: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
    680684    for file in conftest.*; do
    681685      case $file in
     
    746750
    747751echo $ac_n "checking host system type""... $ac_c" 1>&6
    748 echo "configure:749: checking host system type" >&5
     752echo "configure:753: checking host system type" >&5
    749753
    750754host_alias=$host
     
    767771
    768772echo $ac_n "checking target system type""... $ac_c" 1>&6
    769 echo "configure:770: checking target system type" >&5
     773echo "configure:774: checking target system type" >&5
    770774
    771775target_alias=$target
     
    785789
    786790echo $ac_n "checking build system type""... $ac_c" 1>&6
    787 echo "configure:788: checking build system type" >&5
     791echo "configure:792: checking build system type" >&5
    788792
    789793build_alias=$build
     
    807811  program_prefix=${target_alias}-
    808812
     813
     814        echo $ac_n "checking for strerror in -lcposix""... $ac_c" 1>&6
     815echo "configure:816: checking for strerror in -lcposix" >&5
     816ac_lib_var=`echo cposix'_'strerror | sed 'y%./+-%__p_%'`
     817if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     818  echo $ac_n "(cached) $ac_c" 1>&6
     819else
     820  ac_save_LIBS="$LIBS"
     821LIBS="-lcposix  $LIBS"
     822cat > conftest.$ac_ext <<EOF
     823#line 824 "configure"
     824#include "confdefs.h"
     825/* Override any gcc2 internal prototype to avoid an error.  */
     826/* We use char because int might match the return type of a gcc2
     827    builtin and then its argument prototype would still apply.  */
     828char strerror();
     829
     830int main() {
     831strerror()
     832; return 0; }
     833EOF
     834if { (eval echo configure:835: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     835  rm -rf conftest*
     836  eval "ac_cv_lib_$ac_lib_var=yes"
     837else
     838  echo "configure: failed program was:" >&5
     839  cat conftest.$ac_ext >&5
     840  rm -rf conftest*
     841  eval "ac_cv_lib_$ac_lib_var=no"
     842fi
     843rm -f conftest*
     844LIBS="$ac_save_LIBS"
     845
     846fi
     847if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
     848  echo "$ac_t""yes" 1>&6
     849  LIBS="$LIBS -lcposix"
     850else
     851  echo "$ac_t""no" 1>&6
     852fi
     853
     854 
     855
     856
     857BFD_VERSION=`sed -n -e 's/^.._INIT_AUTOMAKE.*,[         ]*\([^  ]*\)[   ]*).*/\1/p' < ${srcdir}/../bfd/configure.in`
     858# Find a good install program.  We prefer a C program (faster),
     859# so one script is as good as another.  But avoid the broken or
     860# incompatible versions:
     861# SysV /etc/install, /usr/sbin/install
     862# SunOS /usr/etc/install
     863# IRIX /sbin/install
     864# AIX /bin/install
     865# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
     866# AFS /usr/afsws/bin/install, which mishandles nonexistent args
     867# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
     868# ./install, which can be erroneously created by make from ./install.sh.
     869echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
     870echo "configure:871: checking for a BSD compatible install" >&5
     871if test -z "$INSTALL"; then
     872if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
     873  echo $ac_n "(cached) $ac_c" 1>&6
     874else
     875    IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS="$PATH_IFS"
     876  for ac_dir in $PATH; do
     877    # Account for people who put trailing slashes in PATH elements.
     878    case "$ac_dir/" in
     879    /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
     880    # We reject the install program from OS/2 or W3.1
     881    */OS2|*/OS2/*|*/WINDOWS|*/WINDOWS/*) ;;
     882    *)
     883      # OSF1 and SCO ODT 3.0 have their own names for install.
     884      # Don't use installbsd from OSF since it installs stuff as root
     885      # by default.
     886      for ac_prog in ginstall scoinst install; do
     887        if test -f $ac_dir/$ac_prog$ac_exeext; then
     888          if test $ac_prog = install &&
     889            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
     890            # AIX install.  It has an incompatible calling convention.
     891            :
     892          else
     893            ac_cv_path_install="$ac_dir/$ac_prog$ac_exeext -c"
     894            break 2
     895          fi
     896        fi
     897      done
     898      ;;
     899    esac
     900  done
     901  IFS="$ac_save_IFS"
     902
     903fi
     904  if test "${ac_cv_path_install+set}" = set; then
     905    INSTALL="$ac_cv_path_install"
     906  else
     907    # As a last resort, use the slow shell script.  We don't cache a
     908    # path for INSTALL within a source directory, because that will
     909    # break other packages using the cache if that directory is
     910    # removed, or if the path is relative.
     911    INSTALL="$ac_install_sh"
     912  fi
     913fi
     914echo "$ac_t""$INSTALL" 1>&6
     915
     916# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
     917# It thinks the first close brace ends the variable substitution.
     918test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
     919
     920test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
     921
     922test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
     923
     924echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
     925echo "configure:926: checking whether build environment is sane" >&5
     926# Just in case
     927sleep 1
     928echo timestamp > conftestfile
     929# Do `set' in a subshell so we don't clobber the current shell's
     930# arguments.  Must try -L first in case configure is actually a
     931# symlink; some systems play weird games with the mod time of symlinks
     932# (eg FreeBSD returns the mod time of the symlink's containing
     933# directory).
     934if (
     935   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
     936   if test "$*" = "X"; then
     937      # -L didn't work.
     938      set X `ls -t $srcdir/configure conftestfile`
     939   fi
     940   if test "$*" != "X $srcdir/configure conftestfile" \
     941      && test "$*" != "X conftestfile $srcdir/configure"; then
     942
     943      # If neither matched, then we have a broken ls.  This can happen
     944      # if, for instance, CONFIG_SHELL is bash and it inherits a
     945      # broken ls alias from the environment.  This has actually
     946      # happened.  Such a system could not be considered "sane".
     947      { echo "configure: error: ls -t appears to fail.  Make sure there is not a broken
     948alias in your environment" 1>&2; exit 1; }
     949   fi
     950
     951   test "$2" = conftestfile
     952   )
     953then
     954   # Ok.
     955   :
     956else
     957   { echo "configure: error: newly created file is older than distributed files!
     958Check your system clock" 1>&2; exit 1; }
     959fi
     960rm -f conftest*
     961echo "$ac_t""yes" 1>&6
     962if test "$program_transform_name" = s,x,x,; then
     963  program_transform_name=
     964else
     965  # Double any \ or $.  echo might interpret backslashes.
     966  cat <<\EOF_SED > conftestsed
     967s,\\,\\\\,g; s,\$,$$,g
     968EOF_SED
     969  program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
     970  rm -f conftestsed
     971fi
     972test "$program_prefix" != NONE &&
     973  program_transform_name="s,^,${program_prefix},; $program_transform_name"
     974# Use a double $ so make ignores it.
     975test "$program_suffix" != NONE &&
     976  program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
     977
     978# sed with no file args requires a program.
     979test "$program_transform_name" = "" && program_transform_name="s,x,x,"
     980
     981echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
     982echo "configure:983: checking whether ${MAKE-make} sets \${MAKE}" >&5
     983set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
     984if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     985  echo $ac_n "(cached) $ac_c" 1>&6
     986else
     987  cat > conftestmake <<\EOF
     988all:
     989        @echo 'ac_maketemp="${MAKE}"'
     990EOF
     991# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
     992eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
     993if test -n "$ac_maketemp"; then
     994  eval ac_cv_prog_make_${ac_make}_set=yes
     995else
     996  eval ac_cv_prog_make_${ac_make}_set=no
     997fi
     998rm -f conftestmake
     999fi
     1000if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
     1001  echo "$ac_t""yes" 1>&6
     1002  SET_MAKE=
     1003else
     1004  echo "$ac_t""no" 1>&6
     1005  SET_MAKE="MAKE=${MAKE-make}"
     1006fi
     1007
     1008
     1009PACKAGE=ld
     1010
     1011VERSION=${BFD_VERSION}
     1012
     1013if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
     1014  { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
     1015fi
     1016cat >> confdefs.h <<EOF
     1017#define PACKAGE "$PACKAGE"
     1018EOF
     1019
     1020cat >> confdefs.h <<EOF
     1021#define VERSION "$VERSION"
     1022EOF
     1023
     1024
     1025
     1026missing_dir=`cd $ac_aux_dir && pwd`
     1027echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
     1028echo "configure:1029: checking for working aclocal" >&5
     1029# Run test in a subshell; some versions of sh will print an error if
     1030# an executable is not found, even if stderr is redirected.
     1031# Redirect stdin to placate older versions of autoconf.  Sigh.
     1032if (aclocal --version) < /dev/null > /dev/null 2>&1; then
     1033   ACLOCAL=aclocal
     1034   echo "$ac_t""found" 1>&6
     1035else
     1036   ACLOCAL="$missing_dir/missing aclocal"
     1037   echo "$ac_t""missing" 1>&6
     1038fi
     1039
     1040echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
     1041echo "configure:1042: checking for working autoconf" >&5
     1042# Run test in a subshell; some versions of sh will print an error if
     1043# an executable is not found, even if stderr is redirected.
     1044# Redirect stdin to placate older versions of autoconf.  Sigh.
     1045if (autoconf --version) < /dev/null > /dev/null 2>&1; then
     1046   AUTOCONF=autoconf
     1047   echo "$ac_t""found" 1>&6
     1048else
     1049   AUTOCONF="$missing_dir/missing autoconf"
     1050   echo "$ac_t""missing" 1>&6
     1051fi
     1052
     1053echo $ac_n "checking for working automake""... $ac_c" 1>&6
     1054echo "configure:1055: checking for working automake" >&5
     1055# Run test in a subshell; some versions of sh will print an error if
     1056# an executable is not found, even if stderr is redirected.
     1057# Redirect stdin to placate older versions of autoconf.  Sigh.
     1058if (automake --version) < /dev/null > /dev/null 2>&1; then
     1059   AUTOMAKE=automake
     1060   echo "$ac_t""found" 1>&6
     1061else
     1062   AUTOMAKE="$missing_dir/missing automake"
     1063   echo "$ac_t""missing" 1>&6
     1064fi
     1065
     1066echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
     1067echo "configure:1068: checking for working autoheader" >&5
     1068# Run test in a subshell; some versions of sh will print an error if
     1069# an executable is not found, even if stderr is redirected.
     1070# Redirect stdin to placate older versions of autoconf.  Sigh.
     1071if (autoheader --version) < /dev/null > /dev/null 2>&1; then
     1072   AUTOHEADER=autoheader
     1073   echo "$ac_t""found" 1>&6
     1074else
     1075   AUTOHEADER="$missing_dir/missing autoheader"
     1076   echo "$ac_t""missing" 1>&6
     1077fi
     1078
     1079echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
     1080echo "configure:1081: checking for working makeinfo" >&5
     1081# Run test in a subshell; some versions of sh will print an error if
     1082# an executable is not found, even if stderr is redirected.
     1083# Redirect stdin to placate older versions of autoconf.  Sigh.
     1084if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
     1085   MAKEINFO=makeinfo
     1086   echo "$ac_t""found" 1>&6
     1087else
     1088   MAKEINFO="$missing_dir/missing makeinfo"
     1089   echo "$ac_t""missing" 1>&6
     1090fi
     1091
     1092
     1093
     1094# Check whether --enable-shared or --disable-shared was given.
     1095if test "${enable_shared+set}" = set; then
     1096  enableval="$enable_shared"
     1097  p=${PACKAGE-default}
     1098case $enableval in
     1099yes) enable_shared=yes ;;
     1100no) enable_shared=no ;;
     1101*)
     1102  enable_shared=no
     1103  # Look at the argument we got.  We use all the common list separators.
     1104  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
     1105  for pkg in $enableval; do
     1106    if test "X$pkg" = "X$p"; then
     1107      enable_shared=yes
     1108    fi
     1109  done
     1110  IFS="$ac_save_ifs"
     1111  ;;
     1112esac
     1113else
     1114  enable_shared=yes
     1115fi
     1116
     1117# Check whether --enable-static or --disable-static was given.
     1118if test "${enable_static+set}" = set; then
     1119  enableval="$enable_static"
     1120  p=${PACKAGE-default}
     1121case $enableval in
     1122yes) enable_static=yes ;;
     1123no) enable_static=no ;;
     1124*)
     1125  enable_static=no
     1126  # Look at the argument we got.  We use all the common list separators.
     1127  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
     1128  for pkg in $enableval; do
     1129    if test "X$pkg" = "X$p"; then
     1130      enable_static=yes
     1131    fi
     1132  done
     1133  IFS="$ac_save_ifs"
     1134  ;;
     1135esac
     1136else
     1137  enable_static=yes
     1138fi
     1139
     1140# Check whether --enable-fast-install or --disable-fast-install was given.
     1141if test "${enable_fast_install+set}" = set; then
     1142  enableval="$enable_fast_install"
     1143  p=${PACKAGE-default}
     1144case $enableval in
     1145yes) enable_fast_install=yes ;;
     1146no) enable_fast_install=no ;;
     1147*)
     1148  enable_fast_install=no
     1149  # Look at the argument we got.  We use all the common list separators.
     1150  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
     1151  for pkg in $enableval; do
     1152    if test "X$pkg" = "X$p"; then
     1153      enable_fast_install=yes
     1154    fi
     1155  done
     1156  IFS="$ac_save_ifs"
     1157  ;;
     1158esac
     1159else
     1160  enable_fast_install=yes
     1161fi
     1162
    8091163# Extract the first word of "gcc", so it can be a program name with args.
    8101164set dummy gcc; ac_word=$2
    8111165echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    812 echo "configure:813: checking for $ac_word" >&5
     1166echo "configure:1167: checking for $ac_word" >&5
    8131167if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    8141168  echo $ac_n "(cached) $ac_c" 1>&6
     
    8411195set dummy cc; ac_word=$2
    8421196echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    843 echo "configure:844: checking for $ac_word" >&5
     1197echo "configure:1198: checking for $ac_word" >&5
    8441198if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    8451199  echo $ac_n "(cached) $ac_c" 1>&6
     
    8941248set dummy cl; ac_word=$2
    8951249echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    896 echo "configure:897: checking for $ac_word" >&5
     1250echo "configure:1251: checking for $ac_word" >&5
    8971251if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    8981252  echo $ac_n "(cached) $ac_c" 1>&6
     
    9271281
    9281282echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    929 echo "configure:930: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     1283echo "configure:1284: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    9301284
    9311285ac_ext=c
     
    9381292cat > conftest.$ac_ext << EOF
    9391293
    940 #line 941 "configure"
     1294#line 1295 "configure"
    9411295#include "confdefs.h"
    9421296
    9431297main(){return(0);}
    9441298EOF
    945 if { (eval echo configure:946: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1299if { (eval echo configure:1300: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    9461300  ac_cv_prog_cc_works=yes
    9471301  # If we can't run a trivial program, we are probably using a cross compiler.
     
    9691323fi
    9701324echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    971 echo "configure:972: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     1325echo "configure:1326: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    9721326echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    9731327cross_compiling=$ac_cv_prog_cc_cross
    9741328
    9751329echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    976 echo "configure:977: checking whether we are using GNU C" >&5
     1330echo "configure:1331: checking whether we are using GNU C" >&5
    9771331if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    9781332  echo $ac_n "(cached) $ac_c" 1>&6
     
    9831337#endif
    9841338EOF
    985 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:986: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     1339if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1340: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    9861340  ac_cv_prog_gcc=yes
    9871341else
     
    10021356CFLAGS=
    10031357echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    1004 echo "configure:1005: checking whether ${CC-cc} accepts -g" >&5
     1358echo "configure:1359: checking whether ${CC-cc} accepts -g" >&5
    10051359if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    10061360  echo $ac_n "(cached) $ac_c" 1>&6
     
    10331387fi
    10341388
    1035 echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6
    1036 echo "configure:1037: checking for POSIXized ISC" >&5
    1037 if test -d /etc/conf/kconfig.d &&
    1038   grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
    1039 then
    1040   echo "$ac_t""yes" 1>&6
    1041   ISC=yes # If later tests want to check for ISC.
    1042   cat >> confdefs.h <<\EOF
    1043 #define _POSIX_SOURCE 1
    1044 EOF
    1045 
    1046   if test "$GCC" = yes; then
    1047     CC="$CC -posix"
    1048   else
    1049     CC="$CC -Xp"
    1050   fi
    1051 else
    1052   echo "$ac_t""no" 1>&6
    1053   ISC=
    1054 fi
    1055 
    1056 
    1057 BFD_VERSION=`sed -n -e 's/^.._INIT_AUTOMAKE.*,[         ]*\([^  ]*\)[   ]*).*/\1/p' < ${srcdir}/../bfd/configure.in`
    1058 # Find a good install program.  We prefer a C program (faster),
    1059 # so one script is as good as another.  But avoid the broken or
    1060 # incompatible versions:
    1061 # SysV /etc/install, /usr/sbin/install
    1062 # SunOS /usr/etc/install
    1063 # IRIX /sbin/install
    1064 # AIX /bin/install
    1065 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
    1066 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
    1067 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
    1068 # ./install, which can be erroneously created by make from ./install.sh.
    1069 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    1070 echo "configure:1071: checking for a BSD compatible install" >&5
    1071 if test -z "$INSTALL"; then
    1072 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
    1073   echo $ac_n "(cached) $ac_c" 1>&6
    1074 else
    1075     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS="$PATH_IFS"
    1076   for ac_dir in $PATH; do
    1077     # Account for people who put trailing slashes in PATH elements.
    1078     case "$ac_dir/" in
    1079     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
    1080     # We reject the install program from OS/2 or W3.1
    1081     */OS2|*/OS2/*|*/WINDOWS|*/WINDOWS/*) ;;
    1082     *)
    1083       # OSF1 and SCO ODT 3.0 have their own names for install.
    1084       # Don't use installbsd from OSF since it installs stuff as root
    1085       # by default.
    1086       for ac_prog in ginstall scoinst install; do
    1087         if test -f $ac_dir/$ac_prog$ac_exeext; then
    1088           if test $ac_prog = install &&
    1089             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
    1090             # AIX install.  It has an incompatible calling convention.
    1091             :
    1092           else
    1093             ac_cv_path_install="$ac_dir/$ac_prog$ac_exeext -c"
    1094             break 2
    1095           fi
    1096         fi
    1097       done
    1098       ;;
    1099     esac
    1100   done
    1101   IFS="$ac_save_IFS"
    1102 
    1103 fi
    1104   if test "${ac_cv_path_install+set}" = set; then
    1105     INSTALL="$ac_cv_path_install"
    1106   else
    1107     # As a last resort, use the slow shell script.  We don't cache a
    1108     # path for INSTALL within a source directory, because that will
    1109     # break other packages using the cache if that directory is
    1110     # removed, or if the path is relative.
    1111     INSTALL="$ac_install_sh"
    1112   fi
    1113 fi
    1114 echo "$ac_t""$INSTALL" 1>&6
    1115 
    1116 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
    1117 # It thinks the first close brace ends the variable substitution.
    1118 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
    1119 
    1120 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
    1121 
    1122 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
    1123 
    1124 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
    1125 echo "configure:1126: checking whether build environment is sane" >&5
    1126 # Just in case
    1127 sleep 1
    1128 echo timestamp > conftestfile
    1129 # Do `set' in a subshell so we don't clobber the current shell's
    1130 # arguments.  Must try -L first in case configure is actually a
    1131 # symlink; some systems play weird games with the mod time of symlinks
    1132 # (eg FreeBSD returns the mod time of the symlink's containing
    1133 # directory).
    1134 if (
    1135    set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
    1136    if test "$*" = "X"; then
    1137       # -L didn't work.
    1138       set X `ls -t $srcdir/configure conftestfile`
    1139    fi
    1140    if test "$*" != "X $srcdir/configure conftestfile" \
    1141       && test "$*" != "X conftestfile $srcdir/configure"; then
    1142 
    1143       # If neither matched, then we have a broken ls.  This can happen
    1144       # if, for instance, CONFIG_SHELL is bash and it inherits a
    1145       # broken ls alias from the environment.  This has actually
    1146       # happened.  Such a system could not be considered "sane".
    1147       { echo "configure: error: ls -t appears to fail.  Make sure there is not a broken
    1148 alias in your environment" 1>&2; exit 1; }
    1149    fi
    1150 
    1151    test "$2" = conftestfile
    1152    )
    1153 then
    1154    # Ok.
    1155    :
    1156 else
    1157    { echo "configure: error: newly created file is older than distributed files!
    1158 Check your system clock" 1>&2; exit 1; }
    1159 fi
    1160 rm -f conftest*
    1161 echo "$ac_t""yes" 1>&6
    1162 if test "$program_transform_name" = s,x,x,; then
    1163   program_transform_name=
    1164 else
    1165   # Double any \ or $.  echo might interpret backslashes.
    1166   cat <<\EOF_SED > conftestsed
    1167 s,\\,\\\\,g; s,\$,$$,g
    1168 EOF_SED
    1169   program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
    1170   rm -f conftestsed
    1171 fi
    1172 test "$program_prefix" != NONE &&
    1173   program_transform_name="s,^,${program_prefix},; $program_transform_name"
    1174 # Use a double $ so make ignores it.
    1175 test "$program_suffix" != NONE &&
    1176   program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
    1177 
    1178 # sed with no file args requires a program.
    1179 test "$program_transform_name" = "" && program_transform_name="s,x,x,"
    1180 
    1181 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    1182 echo "configure:1183: checking whether ${MAKE-make} sets \${MAKE}" >&5
    1183 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    1184 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
    1185   echo $ac_n "(cached) $ac_c" 1>&6
    1186 else
    1187   cat > conftestmake <<\EOF
    1188 all:
    1189         @echo 'ac_maketemp="${MAKE}"'
    1190 EOF
    1191 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
    1192 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
    1193 if test -n "$ac_maketemp"; then
    1194   eval ac_cv_prog_make_${ac_make}_set=yes
    1195 else
    1196   eval ac_cv_prog_make_${ac_make}_set=no
    1197 fi
    1198 rm -f conftestmake
    1199 fi
    1200 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
    1201   echo "$ac_t""yes" 1>&6
    1202   SET_MAKE=
    1203 else
    1204   echo "$ac_t""no" 1>&6
    1205   SET_MAKE="MAKE=${MAKE-make}"
    1206 fi
    1207 
    1208 
    1209 PACKAGE=ld
    1210 
    1211 VERSION=${BFD_VERSION}
    1212 
    1213 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
    1214   { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
    1215 fi
    1216 cat >> confdefs.h <<EOF
    1217 #define PACKAGE "$PACKAGE"
    1218 EOF
    1219 
    1220 cat >> confdefs.h <<EOF
    1221 #define VERSION "$VERSION"
    1222 EOF
    1223 
    1224 
    1225 
    1226 missing_dir=`cd $ac_aux_dir && pwd`
    1227 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
    1228 echo "configure:1229: checking for working aclocal" >&5
    1229 # Run test in a subshell; some versions of sh will print an error if
    1230 # an executable is not found, even if stderr is redirected.
    1231 # Redirect stdin to placate older versions of autoconf.  Sigh.
    1232 if (aclocal --version) < /dev/null > /dev/null 2>&1; then
    1233    ACLOCAL=aclocal
    1234    echo "$ac_t""found" 1>&6
    1235 else
    1236    ACLOCAL="$missing_dir/missing aclocal"
    1237    echo "$ac_t""missing" 1>&6
    1238 fi
    1239 
    1240 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
    1241 echo "configure:1242: checking for working autoconf" >&5
    1242 # Run test in a subshell; some versions of sh will print an error if
    1243 # an executable is not found, even if stderr is redirected.
    1244 # Redirect stdin to placate older versions of autoconf.  Sigh.
    1245 if (autoconf --version) < /dev/null > /dev/null 2>&1; then
    1246    AUTOCONF=autoconf
    1247    echo "$ac_t""found" 1>&6
    1248 else
    1249    AUTOCONF="$missing_dir/missing autoconf"
    1250    echo "$ac_t""missing" 1>&6
    1251 fi
    1252 
    1253 echo $ac_n "checking for working automake""... $ac_c" 1>&6
    1254 echo "configure:1255: checking for working automake" >&5
    1255 # Run test in a subshell; some versions of sh will print an error if
    1256 # an executable is not found, even if stderr is redirected.
    1257 # Redirect stdin to placate older versions of autoconf.  Sigh.
    1258 if (automake --version) < /dev/null > /dev/null 2>&1; then
    1259    AUTOMAKE=automake
    1260    echo "$ac_t""found" 1>&6
    1261 else
    1262    AUTOMAKE="$missing_dir/missing automake"
    1263    echo "$ac_t""missing" 1>&6
    1264 fi
    1265 
    1266 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
    1267 echo "configure:1268: checking for working autoheader" >&5
    1268 # Run test in a subshell; some versions of sh will print an error if
    1269 # an executable is not found, even if stderr is redirected.
    1270 # Redirect stdin to placate older versions of autoconf.  Sigh.
    1271 if (autoheader --version) < /dev/null > /dev/null 2>&1; then
    1272    AUTOHEADER=autoheader
    1273    echo "$ac_t""found" 1>&6
    1274 else
    1275    AUTOHEADER="$missing_dir/missing autoheader"
    1276    echo "$ac_t""missing" 1>&6
    1277 fi
    1278 
    1279 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
    1280 echo "configure:1281: checking for working makeinfo" >&5
    1281 # Run test in a subshell; some versions of sh will print an error if
    1282 # an executable is not found, even if stderr is redirected.
    1283 # Redirect stdin to placate older versions of autoconf.  Sigh.
    1284 if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
    1285    MAKEINFO=makeinfo
    1286    echo "$ac_t""found" 1>&6
    1287 else
    1288    MAKEINFO="$missing_dir/missing makeinfo"
    1289    echo "$ac_t""missing" 1>&6
    1290 fi
    1291 
    1292 
    1293 
    1294 # Check whether --enable-shared or --disable-shared was given.
    1295 if test "${enable_shared+set}" = set; then
    1296   enableval="$enable_shared"
    1297   p=${PACKAGE-default}
    1298 case "$enableval" in
    1299 yes) enable_shared=yes ;;
    1300 no) enable_shared=no ;;
    1301 *)
    1302   enable_shared=no
    1303   # Look at the argument we got.  We use all the common list separators.
    1304   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
    1305   for pkg in $enableval; do
    1306     if test "X$pkg" = "X$p"; then
    1307       enable_shared=yes
    1308     fi
    1309   done
    1310   IFS="$ac_save_ifs"
    1311   ;;
    1312 esac
    1313 else
    1314   enable_shared=yes
    1315 fi
    1316 
    1317 # Check whether --enable-static or --disable-static was given.
    1318 if test "${enable_static+set}" = set; then
    1319   enableval="$enable_static"
    1320   p=${PACKAGE-default}
    1321 case "$enableval" in
    1322 yes) enable_static=yes ;;
    1323 no) enable_static=no ;;
    1324 *)
    1325   enable_static=no
    1326   # Look at the argument we got.  We use all the common list separators.
    1327   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
    1328   for pkg in $enableval; do
    1329     if test "X$pkg" = "X$p"; then
    1330       enable_static=yes
    1331     fi
    1332   done
    1333   IFS="$ac_save_ifs"
    1334   ;;
    1335 esac
    1336 else
    1337   enable_static=yes
    1338 fi
    1339 
    1340 # Check whether --enable-fast-install or --disable-fast-install was given.
    1341 if test "${enable_fast_install+set}" = set; then
    1342   enableval="$enable_fast_install"
    1343   p=${PACKAGE-default}
    1344 case "$enableval" in
    1345 yes) enable_fast_install=yes ;;
    1346 no) enable_fast_install=no ;;
    1347 *)
    1348   enable_fast_install=no
    1349   # Look at the argument we got.  We use all the common list separators.
    1350   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
    1351   for pkg in $enableval; do
    1352     if test "X$pkg" = "X$p"; then
    1353       enable_fast_install=yes
    1354     fi
    1355   done
    1356   IFS="$ac_save_ifs"
    1357   ;;
    1358 esac
    1359 else
    1360   enable_fast_install=yes
    1361 fi
    1362 
    13631389# Check whether --with-gnu-ld or --without-gnu-ld was given.
    13641390if test "${with_gnu_ld+set}" = set; then
     
    13701396
    13711397ac_prog=ld
    1372 if test "$ac_cv_prog_gcc" = yes; then
     1398if test "$GCC" = yes; then
    13731399  # Check if gcc -print-prog-name=ld gives a path.
    13741400  echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
    1375 echo "configure:1376: checking for ld used by GCC" >&5
     1401echo "configure:1402: checking for ld used by GCC" >&5
    13761402  case $host in
    13771403  *-*-mingw*)
     
    13811407    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
    13821408  esac
    1383   case "$ac_prog" in
     1409  case $ac_prog in
    13841410    # Accept absolute paths.
    13851411    [\\/]* | [A-Za-z]:[\\/]*)
     
    14031429elif test "$with_gnu_ld" = yes; then
    14041430  echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
    1405 echo "configure:1406: checking for GNU ld" >&5
     1431echo "configure:1432: checking for GNU ld" >&5
    14061432else
    14071433  echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
    1408 echo "configure:1409: checking for non-GNU ld" >&5
    1409 fi
    1410 if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then
     1434echo "configure:1435: checking for non-GNU ld" >&5
     1435fi
     1436if eval "test \"`echo '$''{'lt_cv_path_LD'+set}'`\" = set"; then
    14111437  echo $ac_n "(cached) $ac_c" 1>&6
    14121438else
     
    14161442    test -z "$ac_dir" && ac_dir=.
    14171443    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
    1418       ac_cv_path_LD="$ac_dir/$ac_prog"
     1444      lt_cv_path_LD="$ac_dir/$ac_prog"
    14191445      # Check to see if the program is GNU ld.  I'd rather use --version,
    14201446      # but apparently some GNU ld's only accept -v.
    14211447      # Break only if it was the GNU/non-GNU ld that we prefer.
    1422       if "$ac_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
     1448      if "$lt_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
    14231449        test "$with_gnu_ld" != no && break
    14241450      else
     
    14291455  IFS="$ac_save_ifs"
    14301456else
    1431   ac_cv_path_LD="$LD" # Let the user override the test with a path.
    1432 fi
    1433 fi
    1434 
    1435 LD="$ac_cv_path_LD"
     1457  lt_cv_path_LD="$LD" # Let the user override the test with a path.
     1458fi
     1459fi
     1460
     1461LD="$lt_cv_path_LD"
    14361462if test -n "$LD"; then
    14371463  echo "$ac_t""$LD" 1>&6
     
    14411467test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
    14421468echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
    1443 echo "configure:1444: checking if the linker ($LD) is GNU ld" >&5
    1444 if eval "test \"`echo '$''{'ac_cv_prog_gnu_ld'+set}'`\" = set"; then
     1469echo "configure:1470: checking if the linker ($LD) is GNU ld" >&5
     1470if eval "test \"`echo '$''{'lt_cv_prog_gnu_ld'+set}'`\" = set"; then
    14451471  echo $ac_n "(cached) $ac_c" 1>&6
    14461472else
    14471473  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
    14481474if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
    1449   ac_cv_prog_gnu_ld=yes
    1450 else
    1451   ac_cv_prog_gnu_ld=no
    1452 fi
    1453 fi
    1454 
    1455 echo "$ac_t""$ac_cv_prog_gnu_ld" 1>&6
    1456 with_gnu_ld=$ac_cv_prog_gnu_ld
     1475  lt_cv_prog_gnu_ld=yes
     1476else
     1477  lt_cv_prog_gnu_ld=no
     1478fi
     1479fi
     1480
     1481echo "$ac_t""$lt_cv_prog_gnu_ld" 1>&6
     1482with_gnu_ld=$lt_cv_prog_gnu_ld
    14571483
    14581484
    14591485echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6
    1460 echo "configure:1461: checking for $LD option to reload object files" >&5
     1486echo "configure:1487: checking for $LD option to reload object files" >&5
    14611487if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then
    14621488  echo $ac_n "(cached) $ac_c" 1>&6
     
    14701496
    14711497echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
    1472 echo "configure:1473: checking for BSD-compatible nm" >&5
    1473 if eval "test \"`echo '$''{'ac_cv_path_NM'+set}'`\" = set"; then
     1498echo "configure:1499: checking for BSD-compatible nm" >&5
     1499if eval "test \"`echo '$''{'lt_cv_path_NM'+set}'`\" = set"; then
    14741500  echo $ac_n "(cached) $ac_c" 1>&6
    14751501else
    14761502  if test -n "$NM"; then
    14771503  # Let the user override the test.
    1478   ac_cv_path_NM="$NM"
     1504  lt_cv_path_NM="$NM"
    14791505else
    14801506  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
     
    14881514      # Tru64's nm complains that /dev/null is an invalid object file
    14891515      if ($tmp_nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep '(/dev/null|Invalid file or object type)' >/dev/null; then
    1490         ac_cv_path_NM="$tmp_nm -B"
     1516        lt_cv_path_NM="$tmp_nm -B"
    14911517        break
    14921518      elif ($tmp_nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
    1493         ac_cv_path_NM="$tmp_nm -p"
     1519        lt_cv_path_NM="$tmp_nm -p"
    14941520        break
    14951521      else
    1496         ac_cv_path_NM=${ac_cv_path_NM="$tmp_nm"} # keep the first match, but
     1522        lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
    14971523        continue # so that we can try to find one that supports BSD flags
    14981524      fi
     
    15001526  done
    15011527  IFS="$ac_save_ifs"
    1502   test -z "$ac_cv_path_NM" && ac_cv_path_NM=nm
    1503 fi
    1504 fi
    1505 
    1506 NM="$ac_cv_path_NM"
     1528  test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
     1529fi
     1530fi
     1531
     1532NM="$lt_cv_path_NM"
    15071533echo "$ac_t""$NM" 1>&6
    15081534
    15091535echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    1510 echo "configure:1511: checking whether ln -s works" >&5
     1536echo "configure:1537: checking whether ln -s works" >&5
    15111537if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    15121538  echo $ac_n "(cached) $ac_c" 1>&6
     
    15351561
    15361562echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6
    1537 echo "configure:1538: checking how to recognise dependant libraries" >&5
     1563echo "configure:1564: checking how to recognise dependant libraries" >&5
    15381564if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then
    15391565  echo $ac_n "(cached) $ac_c" 1>&6
     
    15531579# whether `pass_all' will *always* work, you probably want this one.
    15541580
    1555 case "$host_os" in
    1556 aix4*)
     1581case $host_os in
     1582aix*)
    15571583  lt_cv_deplibs_check_method=pass_all
    15581584  ;;
     
    15631589
    15641590bsdi4*)
    1565     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
    1566     lt_cv_file_magic_cmd='/usr/bin/file -L'
     1591  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
     1592  lt_cv_file_magic_cmd='/usr/bin/file -L'
    15671593  lt_cv_file_magic_test_file=/shlib/libc.so
    15681594  ;;
     
    15731599  ;;
    15741600
     1601darwin* | rhapsody*)
     1602  lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
     1603  lt_cv_file_magic_cmd='/usr/bin/file -L'
     1604  case "$host_os" in
     1605  rhapsody* | darwin1.012)
     1606    lt_cv_file_magic_test_file='/System/Library/Frameworks/System.framework/System'
     1607    ;;
     1608  *) # Darwin 1.3 on
     1609    lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib'
     1610    ;;
     1611  esac
     1612  ;;
     1613
    15751614freebsd* )
    15761615  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
    1577     case "$host_cpu" in
     1616    case $host_cpu in
    15781617    i*86 )
    15791618      # Not sure whether the presence of OpenBSD here was a mistake.
    15801619      # Let's accept both of them until this is cleared up.
    1581             lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
    1582             lt_cv_file_magic_cmd=/usr/bin/file
     1620      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
     1621      lt_cv_file_magic_cmd=/usr/bin/file
    15831622      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
    15841623      ;;
     
    15931632  ;;
    15941633
    1595 hpux10.20*)
    1596   # TODO:  Does this work for hpux-11 too?
    1597   lt_cv_deplibs_check_method='file_magic (s0-90-90-9|PA-RISC0-9.0-9) shared library'
    1598   lt_cv_file_magic_cmd=/usr/bin/file
    1599   lt_cv_file_magic_test_file=/usr/lib/libc.sl
     1634hpux10.20*|hpux11*)
     1635  case $host_cpu in
     1636  hppa*)
     1637    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
     1638    lt_cv_file_magic_cmd=/usr/bin/file
     1639    lt_cv_file_magic_test_file=/usr/lib/libc.sl
     1640    ;;
     1641  ia64*)
     1642    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
     1643    lt_cv_file_magic_cmd=/usr/bin/file
     1644    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
     1645    ;;
     1646  esac
    16001647  ;;
    16011648
    16021649irix5* | irix6*)
    1603   case "$host_os" in
     1650  case $host_os in
    16041651  irix5*)
    16051652    # this will be overridden with pass_all, but let us keep it just in case
     
    16071654    ;;
    16081655  *)
    1609     case "$LD" in
     1656    case $LD in
    16101657    *-32|*"-32 ") libmagic=32-bit;;
    16111658    *-n32|*"-n32 ") libmagic=N32;;
     
    16141661    esac
    16151662    # this will be overridden with pass_all, but let us keep it just in case
    1616         lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
    1617         ;;
     1663    lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
     1664    ;;
    16181665  esac
    16191666  lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
     
    16231670# This must be Linux ELF.
    16241671linux-gnu*)
    1625   case "$host_cpu" in
    1626   alpha* | i*86 | powerpc* | sparc* | ia64* )
     1672  case $host_cpu in
     1673  alpha* | mips* | hppa* | i*86 | powerpc* | sparc* | ia64* )
    16271674    lt_cv_deplibs_check_method=pass_all ;;
    16281675  *)
    16291676    # glibc up to 2.1.1 does not perform some relocations on ARM
    1630         lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;;
    1631       esac
     1677    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;;
     1678  esac
    16321679  lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
    16331680  ;;
    16341681
    16351682netbsd*)
    1636   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then :
     1683  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
     1684    lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so\.[0-9]+\.[0-9]+$'
    16371685  else
    1638         lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'
    1639         lt_cv_file_magic_cmd='/usr/bin/file -L'
    1640     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
     1686    lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so$'
    16411687  fi
     1688  ;;
     1689
     1690os2*)
     1691  lt_cv_deplibs_check_method=pass_all
     1692  ;;
     1693
     1694newsos6)
     1695  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
     1696  lt_cv_file_magic_cmd=/usr/bin/file
     1697  lt_cv_file_magic_test_file=/usr/lib/libnls.so
    16421698  ;;
    16431699
     
    16581714  ;;
    16591715
     1716sysv5uw[78]* | sysv4*uw2*)
     1717  lt_cv_deplibs_check_method=pass_all
     1718  ;;
     1719
    16601720sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
    1661   case "$host_vendor" in
     1721  case $host_vendor in
    16621722  ncr)
    16631723    lt_cv_deplibs_check_method=pass_all
    16641724    ;;
    16651725  motorola)
    1666         lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
    1667         lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
     1726    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
     1727    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
    16681728    ;;
    16691729  esac
     
    16781738
    16791739echo $ac_n "checking for object suffix""... $ac_c" 1>&6
    1680 echo "configure:1681: checking for object suffix" >&5
     1740echo "configure:1741: checking for object suffix" >&5
    16811741if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then
    16821742  echo $ac_n "(cached) $ac_c" 1>&6
     
    16841744  rm -f conftest*
    16851745echo 'int i = 1;' > conftest.$ac_ext
    1686 if { (eval echo configure:1687: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1746if { (eval echo configure:1747: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    16871747  for ac_file in conftest.*; do
    16881748    case $ac_file in
     
    17101770
    17111771# Only perform the check for file, if the check method requires it
    1712 case "$deplibs_check_method" in
     1772case $deplibs_check_method in
    17131773file_magic*)
    17141774  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
    17151775    echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6
    1716 echo "configure:1717: checking for ${ac_tool_prefix}file" >&5
     1776echo "configure:1777: checking for ${ac_tool_prefix}file" >&5
    17171777if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
    17181778  echo $ac_n "(cached) $ac_c" 1>&6
    17191779else
    1720   case "$MAGIC_CMD" in
     1780  case $MAGIC_CMD in
    17211781  /*)
    17221782  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
     
    17341794      lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
    17351795      if test -n "$file_magic_test_file"; then
    1736         case "$deplibs_check_method" in
     1796        case $deplibs_check_method in
    17371797        "file_magic "*)
    17381798          file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
     
    17761836  if test -n "$ac_tool_prefix"; then
    17771837    echo $ac_n "checking for file""... $ac_c" 1>&6
    1778 echo "configure:1779: checking for file" >&5
     1838echo "configure:1839: checking for file" >&5
    17791839if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
    17801840  echo $ac_n "(cached) $ac_c" 1>&6
    17811841else
    1782   case "$MAGIC_CMD" in
     1842  case $MAGIC_CMD in
    17831843  /*)
    17841844  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
     
    17961856      lt_cv_path_MAGIC_CMD="$ac_dir/file"
    17971857      if test -n "$file_magic_test_file"; then
    1798         case "$deplibs_check_method" in
     1858        case $deplibs_check_method in
    17991859        "file_magic "*)
    18001860          file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
     
    18471907set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    18481908echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1849 echo "configure:1850: checking for $ac_word" >&5
     1909echo "configure:1910: checking for $ac_word" >&5
    18501910if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    18511911  echo $ac_n "(cached) $ac_c" 1>&6
     
    18801940set dummy ranlib; ac_word=$2
    18811941echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1882 echo "configure:1883: checking for $ac_word" >&5
     1942echo "configure:1943: checking for $ac_word" >&5
    18831943if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    18841944  echo $ac_n "(cached) $ac_c" 1>&6
     
    19161976set dummy ${ac_tool_prefix}strip; ac_word=$2
    19171977echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1918 echo "configure:1919: checking for $ac_word" >&5
     1978echo "configure:1979: checking for $ac_word" >&5
    19191979if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
    19201980  echo $ac_n "(cached) $ac_c" 1>&6
     
    19492009set dummy strip; ac_word=$2
    19502010echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1951 echo "configure:1952: checking for $ac_word" >&5
     2011echo "configure:2012: checking for $ac_word" >&5
    19522012if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
    19532013  echo $ac_n "(cached) $ac_c" 1>&6
     
    19882048test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
    19892049test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install"
    1990 test "$ac_cv_prog_gcc" = yes && libtool_flags="$libtool_flags --with-gcc"
    1991 test "$ac_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
     2050test "$GCC" = yes && libtool_flags="$libtool_flags --with-gcc"
     2051test "$lt_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
    19922052
    19932053
     
    20142074# Some flags need to be propagated to the compiler or linker for good
    20152075# libtool support.
    2016 case "$host" in
     2076case $host in
    20172077*-*-irix6*)
    20182078  # Find out which ABI we are using.
    2019   echo '#line 2020 "configure"' > conftest.$ac_ext
    2020   if { (eval echo configure:2021: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    2021     case "`/usr/bin/file conftest.o`" in
     2079  echo '#line 2080 "configure"' > conftest.$ac_ext
     2080  if { (eval echo configure:2081: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2081   if test "$lt_cv_prog_gnu_ld" = yes; then
     2082    case `/usr/bin/file conftest.$ac_objext` in
     2083    *32-bit*)
     2084      LD="${LD-ld} -melf32bsmip"
     2085      ;;
     2086    *N32*)
     2087      LD="${LD-ld} -melf32bmipn32"
     2088      ;;
     2089    *64-bit*)
     2090      LD="${LD-ld} -melf64bmip"
     2091      ;;
     2092    esac
     2093   else
     2094    case `/usr/bin/file conftest.$ac_objext` in
    20222095    *32-bit*)
    20232096      LD="${LD-ld} -32"
     
    20302103      ;;
    20312104    esac
     2105   fi
     2106  fi
     2107  rm -rf conftest*
     2108  ;;
     2109
     2110ia64-*-hpux*)
     2111  # Find out which ABI we are using.
     2112  echo 'int i;' > conftest.$ac_ext
     2113  if { (eval echo configure:2114: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2114    case "`/usr/bin/file conftest.o`" in
     2115    *ELF-32*)
     2116      HPUX_IA64_MODE="32"
     2117      ;;
     2118    *ELF-64*)
     2119      HPUX_IA64_MODE="64"
     2120      ;;
     2121    esac
    20322122  fi
    20332123  rm -rf conftest*
     
    20392129  CFLAGS="$CFLAGS -belf"
    20402130  echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6
    2041 echo "configure:2042: checking whether the C compiler needs -belf" >&5
     2131echo "configure:2132: checking whether the C compiler needs -belf" >&5
    20422132if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
    20432133  echo $ac_n "(cached) $ac_c" 1>&6
     
    20522142
    20532143     cat > conftest.$ac_ext <<EOF
    2054 #line 2055 "configure"
     2144#line 2145 "configure"
    20552145#include "confdefs.h"
    20562146
     
    20592149; return 0; }
    20602150EOF
    2061 if { (eval echo configure:2062: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2151if { (eval echo configure:2152: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    20622152  rm -rf conftest*
    20632153  lt_cv_cc_needs_belf=yes
     
    21692259exec 5>>./config.log
    21702260
    2171 
    21722261 
    21732262
     
    21752264         
    21762265         
     2266
     2267# Check whether --with-lib-path or --without-lib-path was given.
     2268if test "${with_lib_path+set}" = set; then
     2269  withval="$with_lib_path"
     2270  LIB_PATH=$withval
     2271fi
    21772272
    21782273# Check whether --enable-targets or --disable-targets was given.
     
    21982293fi
    21992294
    2200 build_warnings="-W -Wall"
     2295# Check whether --with-sysroot or --without-sysroot was given.
     2296if test "${with_sysroot+set}" = set; then
     2297  withval="$with_sysroot"
     2298 
     2299 case ${with_sysroot} in
     2300 yes) TARGET_SYSTEM_ROOT='${exec_prefix}/${target_alias}/sys-root' ;;
     2301 *) TARGET_SYSTEM_ROOT=$with_sysroot ;;
     2302 esac
     2303
     2304 TARGET_SYSTEM_ROOT_DEFINE='-DTARGET_SYSTEM_ROOT=\"$(TARGET_SYSTEM_ROOT)\"'
     2305 use_sysroot=yes
     2306
     2307 if test "x$exec_prefix" = xNONE; then
     2308  if test "x$prefix" = xNONE; then
     2309   test_prefix=/usr/local
     2310  else
     2311   test_prefix=$prefix
     2312  fi
     2313 else
     2314  test_prefix=$exec_prefix
     2315 fi
     2316 case ${TARGET_SYSTEM_ROOT} in
     2317 "${test_prefix}"|"${test_prefix}/"*|\
     2318 '${exec_prefix}'|'${exec_prefix}/'*)
     2319   t="$TARGET_SYSTEM_ROOT_DEFINE -DTARGET_SYSTEM_ROOT_RELOCATABLE"
     2320   TARGET_SYSTEM_ROOT_DEFINE="$t"
     2321   ;;
     2322 esac
     2323
     2324else
     2325 
     2326 use_sysroot=no
     2327 TARGET_SYSTEM_ROOT=
     2328 TARGET_SYSTEM_ROOT_DEFINE='-DTARGET_SYSTEM_ROOT=\"\"'
     2329
     2330fi
     2331
     2332
     2333
     2334
     2335
     2336build_warnings="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
    22012337# Check whether --enable-build-warnings or --disable-build-warnings was given.
    22022338if test "${enable_build_warnings+set}" = set; then
     
    22372373set dummy gcc; ac_word=$2
    22382374echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2239 echo "configure:2240: checking for $ac_word" >&5
     2375echo "configure:2376: checking for $ac_word" >&5
    22402376if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    22412377  echo $ac_n "(cached) $ac_c" 1>&6
     
    22682404set dummy cc; ac_word=$2
    22692405echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2270 echo "configure:2271: checking for $ac_word" >&5
     2406echo "configure:2407: checking for $ac_word" >&5
    22712407if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    22722408  echo $ac_n "(cached) $ac_c" 1>&6
     
    23212457set dummy cl; ac_word=$2
    23222458echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2323 echo "configure:2324: checking for $ac_word" >&5
     2459echo "configure:2460: checking for $ac_word" >&5
    23242460if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    23252461  echo $ac_n "(cached) $ac_c" 1>&6
     
    23542490
    23552491echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    2356 echo "configure:2357: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     2492echo "configure:2493: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    23572493
    23582494ac_ext=c
     
    23652501cat > conftest.$ac_ext << EOF
    23662502
    2367 #line 2368 "configure"
     2503#line 2504 "configure"
    23682504#include "confdefs.h"
    23692505
    23702506main(){return(0);}
    23712507EOF
    2372 if { (eval echo configure:2373: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2508if { (eval echo configure:2509: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    23732509  ac_cv_prog_cc_works=yes
    23742510  # If we can't run a trivial program, we are probably using a cross compiler.
     
    23962532fi
    23972533echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    2398 echo "configure:2399: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     2534echo "configure:2535: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    23992535echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    24002536cross_compiling=$ac_cv_prog_cc_cross
    24012537
    24022538echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    2403 echo "configure:2404: checking whether we are using GNU C" >&5
     2539echo "configure:2540: checking whether we are using GNU C" >&5
    24042540if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    24052541  echo $ac_n "(cached) $ac_c" 1>&6
     
    24102546#endif
    24112547EOF
    2412 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2413: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     2548if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2549: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    24132549  ac_cv_prog_gcc=yes
    24142550else
     
    24292565CFLAGS=
    24302566echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    2431 echo "configure:2432: checking whether ${CC-cc} accepts -g" >&5
     2567echo "configure:2568: checking whether ${CC-cc} accepts -g" >&5
    24322568if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    24332569  echo $ac_n "(cached) $ac_c" 1>&6
     
    24722608# ./install, which can be erroneously created by make from ./install.sh.
    24732609echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    2474 echo "configure:2475: checking for a BSD compatible install" >&5
     2610echo "configure:2611: checking for a BSD compatible install" >&5
    24752611if test -z "$INSTALL"; then
    24762612if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
     
    25272663
    25282664
    2529 ALL_LINGUAS=
     2665ALL_LINGUAS="fr sv tr es da"
    25302666echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    2531 echo "configure:2532: checking how to run the C preprocessor" >&5
     2667echo "configure:2668: checking how to run the C preprocessor" >&5
    25322668# On Suns, sometimes $CPP names a directory.
    25332669if test -n "$CPP" && test -d "$CPP"; then
     
    25452681  cat > conftest.$ac_ext <<EOF
    25462682#include <sys/types.h>
    2547 #line 2548 "configure"
     2683#line 2684 "configure"
    25482684#include "confdefs.h"
    25492685#include <assert.h>
     
    25512687EOF
    25522688ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2553 { (eval echo configure:2554: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2689{ (eval echo configure:2690: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    25542690ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    25552691if test -z "$ac_err"; then
     
    25632699  cat > conftest.$ac_ext <<EOF
    25642700#include <sys/types.h>
    2565 #line 2566 "configure"
     2701#line 2702 "configure"
    25662702#include "confdefs.h"
    25672703#include <assert.h>
     
    25692705EOF
    25702706ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2571 { (eval echo configure:2572: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2707{ (eval echo configure:2708: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    25722708ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    25732709if test -z "$ac_err"; then
     
    25812717  cat > conftest.$ac_ext <<EOF
    25822718#include <sys/types.h>
    2583 #line 2584 "configure"
     2719#line 2720 "configure"
    25842720#include "confdefs.h"
    25852721#include <assert.h>
     
    25872723EOF
    25882724ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2589 { (eval echo configure:2590: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2725{ (eval echo configure:2726: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    25902726ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    25912727if test -z "$ac_err"; then
     
    26142750set dummy ranlib; ac_word=$2
    26152751echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2616 echo "configure:2617: checking for $ac_word" >&5
     2752echo "configure:2753: checking for $ac_word" >&5
    26172753if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    26182754  echo $ac_n "(cached) $ac_c" 1>&6
     
    26432779
    26442780echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    2645 echo "configure:2646: checking for ANSI C header files" >&5
     2781echo "configure:2782: checking for ANSI C header files" >&5
    26462782if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    26472783  echo $ac_n "(cached) $ac_c" 1>&6
     
    26492785  cat > conftest.$ac_ext <<EOF
    26502786#include <sys/types.h>
    2651 #line 2652 "configure"
     2787#line 2788 "configure"
    26522788#include "confdefs.h"
    26532789#include <stdlib.h>
     
    26572793EOF
    26582794ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2659 { (eval echo configure:2660: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2795{ (eval echo configure:2796: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    26602796ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    26612797if test -z "$ac_err"; then
     
    26742810  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    26752811cat > conftest.$ac_ext <<EOF
    2676 #line 2677 "configure"
     2812#line 2813 "configure"
    26772813#include "confdefs.h"
    26782814#include <string.h>
     
    26922828  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    26932829cat > conftest.$ac_ext <<EOF
    2694 #line 2695 "configure"
     2830#line 2831 "configure"
    26952831#include "confdefs.h"
    26962832#include <stdlib.h>
     
    27132849else
    27142850  cat > conftest.$ac_ext <<EOF
    2715 #line 2716 "configure"
     2851#line 2852 "configure"
    27162852#include "confdefs.h"
    27172853#include <ctype.h>
     
    27242860
    27252861EOF
    2726 if { (eval echo configure:2727: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2862if { (eval echo configure:2863: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    27272863then
    27282864  :
     
    27482884
    27492885echo $ac_n "checking for working const""... $ac_c" 1>&6
    2750 echo "configure:2751: checking for working const" >&5
     2886echo "configure:2887: checking for working const" >&5
    27512887if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
    27522888  echo $ac_n "(cached) $ac_c" 1>&6
    27532889else
    27542890  cat > conftest.$ac_ext <<EOF
    2755 #line 2756 "configure"
     2891#line 2892 "configure"
    27562892#include "confdefs.h"
    27572893
     
    28022938; return 0; }
    28032939EOF
    2804 if { (eval echo configure:2805: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2940if { (eval echo configure:2941: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    28052941  rm -rf conftest*
    28062942  ac_cv_c_const=yes
     
    28232959
    28242960echo $ac_n "checking for inline""... $ac_c" 1>&6
    2825 echo "configure:2826: checking for inline" >&5
     2961echo "configure:2962: checking for inline" >&5
    28262962if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
    28272963  echo $ac_n "(cached) $ac_c" 1>&6
     
    28302966for ac_kw in inline __inline__ __inline; do
    28312967  cat > conftest.$ac_ext <<EOF
    2832 #line 2833 "configure"
     2968#line 2969 "configure"
    28332969#include "confdefs.h"
    28342970
     
    28372973; return 0; }
    28382974EOF
    2839 if { (eval echo configure:2840: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2975if { (eval echo configure:2976: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    28402976  rm -rf conftest*
    28412977  ac_cv_c_inline=$ac_kw; break
     
    28632999
    28643000echo $ac_n "checking for off_t""... $ac_c" 1>&6
    2865 echo "configure:2866: checking for off_t" >&5
     3001echo "configure:3002: checking for off_t" >&5
    28663002if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
    28673003  echo $ac_n "(cached) $ac_c" 1>&6
    28683004else
    28693005  cat > conftest.$ac_ext <<EOF
    2870 #line 2871 "configure"
     3006#line 3007 "configure"
    28713007#include "confdefs.h"
    28723008#include <sys/types.h>
     
    28963032
    28973033echo $ac_n "checking for size_t""... $ac_c" 1>&6
    2898 echo "configure:2899: checking for size_t" >&5
     3034echo "configure:3035: checking for size_t" >&5
    28993035if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
    29003036  echo $ac_n "(cached) $ac_c" 1>&6
    29013037else
    29023038  cat > conftest.$ac_ext <<EOF
    2903 #line 2904 "configure"
     3039#line 3040 "configure"
    29043040#include "confdefs.h"
    29053041#include <sys/types.h>
     
    29313067# for constant arguments.  Useless!
    29323068echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
    2933 echo "configure:2934: checking for working alloca.h" >&5
     3069echo "configure:3070: checking for working alloca.h" >&5
    29343070if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
    29353071  echo $ac_n "(cached) $ac_c" 1>&6
    29363072else
    29373073  cat > conftest.$ac_ext <<EOF
    2938 #line 2939 "configure"
     3074#line 3075 "configure"
    29393075#include "confdefs.h"
    29403076#include <alloca.h>
     
    29433079; return 0; }
    29443080EOF
    2945 if { (eval echo configure:2946: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3081if { (eval echo configure:3082: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    29463082  rm -rf conftest*
    29473083  ac_cv_header_alloca_h=yes
     
    29643100
    29653101echo $ac_n "checking for alloca""... $ac_c" 1>&6
    2966 echo "configure:2967: checking for alloca" >&5
     3102echo "configure:3103: checking for alloca" >&5
    29673103if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
    29683104  echo $ac_n "(cached) $ac_c" 1>&6
    29693105else
    29703106  cat > conftest.$ac_ext <<EOF
    2971 #line 2972 "configure"
     3107#line 3108 "configure"
    29723108#include "confdefs.h"
    29733109
     
    29973133; return 0; }
    29983134EOF
    2999 if { (eval echo configure:3000: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3135if { (eval echo configure:3136: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    30003136  rm -rf conftest*
    30013137  ac_cv_func_alloca_works=yes
     
    30293165
    30303166echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
    3031 echo "configure:3032: checking whether alloca needs Cray hooks" >&5
     3167echo "configure:3168: checking whether alloca needs Cray hooks" >&5
    30323168if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
    30333169  echo $ac_n "(cached) $ac_c" 1>&6
    30343170else
    30353171  cat > conftest.$ac_ext <<EOF
    3036 #line 3037 "configure"
     3172#line 3173 "configure"
    30373173#include "confdefs.h"
    30383174#if defined(CRAY) && ! defined(CRAY2)
     
    30593195for ac_func in _getb67 GETB67 getb67; do
    30603196  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3061 echo "configure:3062: checking for $ac_func" >&5
     3197echo "configure:3198: checking for $ac_func" >&5
    30623198if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    30633199  echo $ac_n "(cached) $ac_c" 1>&6
    30643200else
    30653201  cat > conftest.$ac_ext <<EOF
    3066 #line 3067 "configure"
     3202#line 3203 "configure"
    30673203#include "confdefs.h"
    30683204/* System header to define __stub macros and hopefully few prototypes,
     
    30873223; return 0; }
    30883224EOF
    3089 if { (eval echo configure:3090: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3225if { (eval echo configure:3226: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    30903226  rm -rf conftest*
    30913227  eval "ac_cv_func_$ac_func=yes"
     
    31143250
    31153251echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
    3116 echo "configure:3117: checking stack direction for C alloca" >&5
     3252echo "configure:3253: checking stack direction for C alloca" >&5
    31173253if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
    31183254  echo $ac_n "(cached) $ac_c" 1>&6
     
    31223258else
    31233259  cat > conftest.$ac_ext <<EOF
    3124 #line 3125 "configure"
     3260#line 3261 "configure"
    31253261#include "confdefs.h"
    31263262find_stack_direction ()
     
    31413277}
    31423278EOF
    3143 if { (eval echo configure:3144: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3279if { (eval echo configure:3280: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    31443280then
    31453281  ac_cv_c_stack_direction=1
     
    31663302ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    31673303echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    3168 echo "configure:3169: checking for $ac_hdr" >&5
     3304echo "configure:3305: checking for $ac_hdr" >&5
    31693305if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    31703306  echo $ac_n "(cached) $ac_c" 1>&6
     
    31723308  cat > conftest.$ac_ext <<EOF
    31733309#include <sys/types.h>
    3174 #line 3175 "configure"
     3310#line 3311 "configure"
    31753311#include "confdefs.h"
    31763312#include <$ac_hdr>
    31773313EOF
    31783314ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3179 { (eval echo configure:3180: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3315{ (eval echo configure:3316: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    31803316ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    31813317if test -z "$ac_err"; then
     
    32063342do
    32073343echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3208 echo "configure:3209: checking for $ac_func" >&5
     3344echo "configure:3345: checking for $ac_func" >&5
    32093345if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    32103346  echo $ac_n "(cached) $ac_c" 1>&6
    32113347else
    32123348  cat > conftest.$ac_ext <<EOF
    3213 #line 3214 "configure"
     3349#line 3350 "configure"
    32143350#include "confdefs.h"
    32153351/* System header to define __stub macros and hopefully few prototypes,
     
    32343370; return 0; }
    32353371EOF
    3236 if { (eval echo configure:3237: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3372if { (eval echo configure:3373: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    32373373  rm -rf conftest*
    32383374  eval "ac_cv_func_$ac_func=yes"
     
    32593395
    32603396echo $ac_n "checking for working mmap""... $ac_c" 1>&6
    3261 echo "configure:3262: checking for working mmap" >&5
     3397echo "configure:3398: checking for working mmap" >&5
    32623398if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
    32633399  echo $ac_n "(cached) $ac_c" 1>&6
     
    32673403else
    32683404  cat > conftest.$ac_ext <<EOF
    3269 #line 3270 "configure"
     3405#line 3406 "configure"
    32703406#include "confdefs.h"
    32713407
     
    34073543
    34083544EOF
    3409 if { (eval echo configure:3410: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3545if { (eval echo configure:3546: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    34103546then
    34113547  ac_cv_func_mmap_fixed_mapped=yes
     
    34353571ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    34363572echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    3437 echo "configure:3438: checking for $ac_hdr" >&5
     3573echo "configure:3574: checking for $ac_hdr" >&5
    34383574if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    34393575  echo $ac_n "(cached) $ac_c" 1>&6
     
    34413577  cat > conftest.$ac_ext <<EOF
    34423578#include <sys/types.h>
    3443 #line 3444 "configure"
     3579#line 3580 "configure"
    34443580#include "confdefs.h"
    34453581#include <$ac_hdr>
    34463582EOF
    34473583ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3448 { (eval echo configure:3449: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3584{ (eval echo configure:3585: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    34493585ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    34503586if test -z "$ac_err"; then
     
    34763612do
    34773613echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3478 echo "configure:3479: checking for $ac_func" >&5
     3614echo "configure:3615: checking for $ac_func" >&5
    34793615if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    34803616  echo $ac_n "(cached) $ac_c" 1>&6
    34813617else
    34823618  cat > conftest.$ac_ext <<EOF
    3483 #line 3484 "configure"
     3619#line 3620 "configure"
    34843620#include "confdefs.h"
    34853621/* System header to define __stub macros and hopefully few prototypes,
     
    35043640; return 0; }
    35053641EOF
    3506 if { (eval echo configure:3507: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3642if { (eval echo configure:3643: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    35073643  rm -rf conftest*
    35083644  eval "ac_cv_func_$ac_func=yes"
     
    35333669do
    35343670echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3535 echo "configure:3536: checking for $ac_func" >&5
     3671echo "configure:3672: checking for $ac_func" >&5
    35363672if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    35373673  echo $ac_n "(cached) $ac_c" 1>&6
    35383674else
    35393675  cat > conftest.$ac_ext <<EOF
    3540 #line 3541 "configure"
     3676#line 3677 "configure"
    35413677#include "confdefs.h"
    35423678/* System header to define __stub macros and hopefully few prototypes,
     
    35613697; return 0; }
    35623698EOF
    3563 if { (eval echo configure:3564: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3699if { (eval echo configure:3700: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    35643700  rm -rf conftest*
    35653701  eval "ac_cv_func_$ac_func=yes"
     
    35953731   if test $ac_cv_header_locale_h = yes; then
    35963732    echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6
    3597 echo "configure:3598: checking for LC_MESSAGES" >&5
     3733echo "configure:3734: checking for LC_MESSAGES" >&5
    35983734if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then
    35993735  echo $ac_n "(cached) $ac_c" 1>&6
    36003736else
    36013737  cat > conftest.$ac_ext <<EOF
    3602 #line 3603 "configure"
     3738#line 3739 "configure"
    36033739#include "confdefs.h"
    36043740#include <locale.h>
     
    36073743; return 0; }
    36083744EOF
    3609 if { (eval echo configure:3610: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3745if { (eval echo configure:3746: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    36103746  rm -rf conftest*
    36113747  am_cv_val_LC_MESSAGES=yes
     
    36283764  fi
    36293765   echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6
    3630 echo "configure:3631: checking whether NLS is requested" >&5
     3766echo "configure:3767: checking whether NLS is requested" >&5
    36313767        # Check whether --enable-nls or --disable-nls was given.
    36323768if test "${enable_nls+set}" = set; then
     
    36483784
    36493785      echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6
    3650 echo "configure:3651: checking whether included gettext is requested" >&5
     3786echo "configure:3787: checking whether included gettext is requested" >&5
    36513787      # Check whether --with-included-gettext or --without-included-gettext was given.
    36523788if test "${with_included_gettext+set}" = set; then
     
    36673803        ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'`
    36683804echo $ac_n "checking for libintl.h""... $ac_c" 1>&6
    3669 echo "configure:3670: checking for libintl.h" >&5
     3805echo "configure:3806: checking for libintl.h" >&5
    36703806if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    36713807  echo $ac_n "(cached) $ac_c" 1>&6
     
    36733809  cat > conftest.$ac_ext <<EOF
    36743810#include <sys/types.h>
    3675 #line 3676 "configure"
     3811#line 3812 "configure"
    36763812#include "confdefs.h"
    36773813#include <libintl.h>
    36783814EOF
    36793815ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3680 { (eval echo configure:3681: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3816{ (eval echo configure:3817: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    36813817ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    36823818if test -z "$ac_err"; then
     
    36953831  echo "$ac_t""yes" 1>&6
    36963832  echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6
    3697 echo "configure:3698: checking for gettext in libc" >&5
     3833echo "configure:3834: checking for gettext in libc" >&5
    36983834if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then
    36993835  echo $ac_n "(cached) $ac_c" 1>&6
    37003836else
    37013837  cat > conftest.$ac_ext <<EOF
    3702 #line 3703 "configure"
     3838#line 3839 "configure"
    37033839#include "confdefs.h"
    37043840#include <libintl.h>
     
    37073843; return 0; }
    37083844EOF
    3709 if { (eval echo configure:3710: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3845if { (eval echo configure:3846: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    37103846  rm -rf conftest*
    37113847  gt_cv_func_gettext_libc=yes
     
    37233859           if test "$gt_cv_func_gettext_libc" != "yes"; then
    37243860             echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6
    3725 echo "configure:3726: checking for bindtextdomain in -lintl" >&5
     3861echo "configure:3862: checking for bindtextdomain in -lintl" >&5
    37263862ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'`
    37273863if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    37313867LIBS="-lintl  $LIBS"
    37323868cat > conftest.$ac_ext <<EOF
    3733 #line 3734 "configure"
     3869#line 3870 "configure"
    37343870#include "confdefs.h"
    37353871/* Override any gcc2 internal prototype to avoid an error.  */
     
    37423878; return 0; }
    37433879EOF
    3744 if { (eval echo configure:3745: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3880if { (eval echo configure:3881: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    37453881  rm -rf conftest*
    37463882  eval "ac_cv_lib_$ac_lib_var=yes"
     
    37583894  echo "$ac_t""yes" 1>&6
    37593895  echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6
    3760 echo "configure:3761: checking for gettext in libintl" >&5
     3896echo "configure:3897: checking for gettext in libintl" >&5
    37613897if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then
    37623898  echo $ac_n "(cached) $ac_c" 1>&6
    37633899else
    37643900  cat > conftest.$ac_ext <<EOF
    3765 #line 3766 "configure"
     3901#line 3902 "configure"
    37663902#include "confdefs.h"
    37673903
     
    37703906; return 0; }
    37713907EOF
    3772 if { (eval echo configure:3773: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3908if { (eval echo configure:3909: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    37733909  rm -rf conftest*
    37743910  gt_cv_func_gettext_libintl=yes
     
    37983934set dummy msgfmt; ac_word=$2
    37993935echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3800 echo "configure:3801: checking for $ac_word" >&5
     3936echo "configure:3937: checking for $ac_word" >&5
    38013937if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
    38023938  echo $ac_n "(cached) $ac_c" 1>&6
     
    38323968do
    38333969echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3834 echo "configure:3835: checking for $ac_func" >&5
     3970echo "configure:3971: checking for $ac_func" >&5
    38353971if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    38363972  echo $ac_n "(cached) $ac_c" 1>&6
    38373973else
    38383974  cat > conftest.$ac_ext <<EOF
    3839 #line 3840 "configure"
     3975#line 3976 "configure"
    38403976#include "confdefs.h"
    38413977/* System header to define __stub macros and hopefully few prototypes,
     
    38603996; return 0; }
    38613997EOF
    3862 if { (eval echo configure:3863: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3998if { (eval echo configure:3999: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    38633999  rm -rf conftest*
    38644000  eval "ac_cv_func_$ac_func=yes"
     
    38874023set dummy gmsgfmt; ac_word=$2
    38884024echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3889 echo "configure:3890: checking for $ac_word" >&5
     4025echo "configure:4026: checking for $ac_word" >&5
    38904026if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
    38914027  echo $ac_n "(cached) $ac_c" 1>&6
     
    39274063set dummy xgettext; ac_word=$2
    39284064echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3929 echo "configure:3930: checking for $ac_word" >&5
     4065echo "configure:4066: checking for $ac_word" >&5
    39304066if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
    39314067  echo $ac_n "(cached) $ac_c" 1>&6
     
    39594095
    39604096                cat > conftest.$ac_ext <<EOF
    3961 #line 3962 "configure"
     4097#line 4098 "configure"
    39624098#include "confdefs.h"
    39634099
     
    39674103; return 0; }
    39684104EOF
    3969 if { (eval echo configure:3970: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4105if { (eval echo configure:4106: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    39704106  rm -rf conftest*
    39714107  CATOBJEXT=.gmo
     
    39994135set dummy msgfmt; ac_word=$2
    40004136echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    4001 echo "configure:4002: checking for $ac_word" >&5
     4137echo "configure:4138: checking for $ac_word" >&5
    40024138if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
    40034139  echo $ac_n "(cached) $ac_c" 1>&6
     
    40334169set dummy gmsgfmt; ac_word=$2
    40344170echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    4035 echo "configure:4036: checking for $ac_word" >&5
     4171echo "configure:4172: checking for $ac_word" >&5
    40364172if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
    40374173  echo $ac_n "(cached) $ac_c" 1>&6
     
    40734209set dummy xgettext; ac_word=$2
    40744210echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    4075 echo "configure:4076: checking for $ac_word" >&5
     4211echo "configure:4212: checking for $ac_word" >&5
    40764212if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
    40774213  echo $ac_n "(cached) $ac_c" 1>&6
     
    41634299     else
    41644300       echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6
    4165 echo "configure:4166: checking for catalogs to be installed" >&5
     4301echo "configure:4302: checking for catalogs to be installed" >&5
    41664302       NEW_LINGUAS=
    41674303       for lang in ${LINGUAS=$ALL_LINGUAS}; do
     
    41914327         ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'`
    41924328echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6
    4193 echo "configure:4194: checking for linux/version.h" >&5
     4329echo "configure:4330: checking for linux/version.h" >&5
    41944330if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    41954331  echo $ac_n "(cached) $ac_c" 1>&6
     
    41974333  cat > conftest.$ac_ext <<EOF
    41984334#include <sys/types.h>
    4199 #line 4200 "configure"
     4335#line 4336 "configure"
    42004336#include "confdefs.h"
    42014337#include <linux/version.h>
    42024338EOF
    42034339ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4204 { (eval echo configure:4205: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4340{ (eval echo configure:4341: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    42054341ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    42064342if test -z "$ac_err"; then
     
    42474383   
    42484384
    4249             if test -d $srcdir/po; then
     4385            if test -f $srcdir/po/POTFILES.in; then
    42504386      test -d po || mkdir po
    42514387      if test "x$srcdir" != "x."; then
    4252                  if test "x`echo $srcdir | sed -e 's@.\:/.*@@'  -e 's@/.*@@' `" = "x"; then
     4388                 if test "x`echo $srcdir | sed -e 's@.\:/.*@@'  -e 's@/.*@@' `" = "x"; then
    42534389            posrcprefix="$srcdir/"
    42544390         else
     
    42684404
    42694405echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
    4270 echo "configure:4271: checking for executable suffix" >&5
     4406echo "configure:4407: checking for executable suffix" >&5
    42714407if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
    42724408  echo $ac_n "(cached) $ac_c" 1>&6
     
    42784414  echo 'int main () { return 0; }' > conftest.$ac_ext
    42794415  ac_cv_exeext=
    4280   if { (eval echo configure:4281: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
     4416  if { (eval echo configure:4417: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
    42814417    for file in conftest.*; do
    42824418      case $file in
     
    43044440set dummy $ac_prog; ac_word=$2
    43054441echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    4306 echo "configure:4307: checking for $ac_word" >&5
     4442echo "configure:4443: checking for $ac_word" >&5
    43074443if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
    43084444  echo $ac_n "(cached) $ac_c" 1>&6
     
    43414477set dummy $ac_prog; ac_word=$2
    43424478echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    4343 echo "configure:4344: checking for $ac_word" >&5
     4479echo "configure:4480: checking for $ac_word" >&5
    43444480if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
    43454481  echo $ac_n "(cached) $ac_c" 1>&6
     
    43754511set dummy flex; ac_word=$2
    43764512echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    4377 echo "configure:4378: checking for $ac_word" >&5
     4513echo "configure:4514: checking for $ac_word" >&5
    43784514if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
    43794515  echo $ac_n "(cached) $ac_c" 1>&6
     
    44104546  esac
    44114547  echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
    4412 echo "configure:4413: checking for yywrap in -l$ac_lib" >&5
     4548echo "configure:4549: checking for yywrap in -l$ac_lib" >&5
    44134549ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
    44144550if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    44184554LIBS="-l$ac_lib  $LIBS"
    44194555cat > conftest.$ac_ext <<EOF
    4420 #line 4421 "configure"
     4556#line 4557 "configure"
    44214557#include "confdefs.h"
    44224558/* Override any gcc2 internal prototype to avoid an error.  */
     
    44294565; return 0; }
    44304566EOF
    4431 if { (eval echo configure:4432: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4567if { (eval echo configure:4568: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    44324568  rm -rf conftest*
    44334569  eval "ac_cv_lib_$ac_lib_var=yes"
     
    44524588
    44534589echo $ac_n "checking lex output file root""... $ac_c" 1>&6
    4454 echo "configure:4455: checking lex output file root" >&5
     4590echo "configure:4591: checking lex output file root" >&5
    44554591if eval "test \"`echo '$''{'ac_cv_prog_lex_root'+set}'`\" = set"; then
    44564592  echo $ac_n "(cached) $ac_c" 1>&6
     
    44734609
    44744610echo $ac_n "checking whether yytext is a pointer""... $ac_c" 1>&6
    4475 echo "configure:4476: checking whether yytext is a pointer" >&5
     4611echo "configure:4612: checking whether yytext is a pointer" >&5
    44764612if eval "test \"`echo '$''{'ac_cv_prog_lex_yytext_pointer'+set}'`\" = set"; then
    44774613  echo $ac_n "(cached) $ac_c" 1>&6
     
    44854621LIBS="$LIBS $LEXLIB"
    44864622cat > conftest.$ac_ext <<EOF
    4487 #line 4488 "configure"
     4623#line 4624 "configure"
    44884624#include "confdefs.h"
    44894625`cat $LEX_OUTPUT_ROOT.c`
     
    44924628; return 0; }
    44934629EOF
    4494 if { (eval echo configure:4495: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4630if { (eval echo configure:4631: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    44954631  rm -rf conftest*
    44964632  ac_cv_prog_lex_yytext_pointer=yes
     
    45154651
    45164652echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
    4517 echo "configure:4518: checking whether to enable maintainer-specific portions of Makefiles" >&5
     4653echo "configure:4654: checking whether to enable maintainer-specific portions of Makefiles" >&5
    45184654    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
    45194655if test "${enable_maintainer_mode+set}" = set; then
     
    45494685ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    45504686echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    4551 echo "configure:4552: checking for $ac_hdr" >&5
     4687echo "configure:4688: checking for $ac_hdr" >&5
    45524688if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    45534689  echo $ac_n "(cached) $ac_c" 1>&6
     
    45554691  cat > conftest.$ac_ext <<EOF
    45564692#include <sys/types.h>
    4557 #line 4558 "configure"
     4693#line 4694 "configure"
    45584694#include "confdefs.h"
    45594695#include <$ac_hdr>
    45604696EOF
    45614697ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4562 { (eval echo configure:4563: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4698{ (eval echo configure:4699: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    45634699ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    45644700if test -z "$ac_err"; then
     
    45864722done
    45874723
    4588 for ac_func in sbrk
     4724for ac_func in sbrk realpath
    45894725do
    45904726echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    4591 echo "configure:4592: checking for $ac_func" >&5
     4727echo "configure:4728: checking for $ac_func" >&5
    45924728if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    45934729  echo $ac_n "(cached) $ac_c" 1>&6
    45944730else
    45954731  cat > conftest.$ac_ext <<EOF
    4596 #line 4597 "configure"
     4732#line 4733 "configure"
    45974733#include "confdefs.h"
    45984734/* System header to define __stub macros and hopefully few prototypes,
     
    46174753; return 0; }
    46184754EOF
    4619 if { (eval echo configure:4620: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4755if { (eval echo configure:4756: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    46204756  rm -rf conftest*
    46214757  eval "ac_cv_func_$ac_func=yes"
     
    46464782ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    46474783echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
    4648 echo "configure:4649: checking for $ac_hdr that defines DIR" >&5
     4784echo "configure:4785: checking for $ac_hdr that defines DIR" >&5
    46494785if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
    46504786  echo $ac_n "(cached) $ac_c" 1>&6
    46514787else
    46524788  cat > conftest.$ac_ext <<EOF
    4653 #line 4654 "configure"
     4789#line 4790 "configure"
    46544790#include "confdefs.h"
    46554791#include <sys/types.h>
     
    46594795; return 0; }
    46604796EOF
    4661 if { (eval echo configure:4662: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4797if { (eval echo configure:4798: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    46624798  rm -rf conftest*
    46634799  eval "ac_cv_header_dirent_$ac_safe=yes"
     
    46844820if test $ac_header_dirent = dirent.h; then
    46854821echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
    4686 echo "configure:4687: checking for opendir in -ldir" >&5
     4822echo "configure:4823: checking for opendir in -ldir" >&5
    46874823ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
    46884824if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    46924828LIBS="-ldir  $LIBS"
    46934829cat > conftest.$ac_ext <<EOF
    4694 #line 4695 "configure"
     4830#line 4831 "configure"
    46954831#include "confdefs.h"
    46964832/* Override any gcc2 internal prototype to avoid an error.  */
     
    47034839; return 0; }
    47044840EOF
    4705 if { (eval echo configure:4706: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4841if { (eval echo configure:4842: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    47064842  rm -rf conftest*
    47074843  eval "ac_cv_lib_$ac_lib_var=yes"
     
    47254861else
    47264862echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
    4727 echo "configure:4728: checking for opendir in -lx" >&5
     4863echo "configure:4864: checking for opendir in -lx" >&5
    47284864ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
    47294865if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    47334869LIBS="-lx  $LIBS"
    47344870cat > conftest.$ac_ext <<EOF
    4735 #line 4736 "configure"
     4871#line 4872 "configure"
    47364872#include "confdefs.h"
    47374873/* Override any gcc2 internal prototype to avoid an error.  */
     
    47444880; return 0; }
    47454881EOF
    4746 if { (eval echo configure:4747: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4882if { (eval echo configure:4883: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    47474883  rm -rf conftest*
    47484884  eval "ac_cv_lib_$ac_lib_var=yes"
     
    47774913
    47784914echo $ac_n "checking whether strstr must be declared""... $ac_c" 1>&6
    4779 echo "configure:4780: checking whether strstr must be declared" >&5
     4915echo "configure:4916: checking whether strstr must be declared" >&5
    47804916if eval "test \"`echo '$''{'bfd_cv_decl_needed_strstr'+set}'`\" = set"; then
    47814917  echo $ac_n "(cached) $ac_c" 1>&6
    47824918else
    47834919  cat > conftest.$ac_ext <<EOF
    4784 #line 4785 "configure"
     4920#line 4921 "configure"
    47854921#include "confdefs.h"
    47864922
     
    48034939; return 0; }
    48044940EOF
    4805 if { (eval echo configure:4806: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4941if { (eval echo configure:4942: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    48064942  rm -rf conftest*
    48074943  bfd_cv_decl_needed_strstr=no
     
    48244960
    48254961echo $ac_n "checking whether free must be declared""... $ac_c" 1>&6
    4826 echo "configure:4827: checking whether free must be declared" >&5
     4962echo "configure:4963: checking whether free must be declared" >&5
    48274963if eval "test \"`echo '$''{'bfd_cv_decl_needed_free'+set}'`\" = set"; then
    48284964  echo $ac_n "(cached) $ac_c" 1>&6
    48294965else
    48304966  cat > conftest.$ac_ext <<EOF
    4831 #line 4832 "configure"
     4967#line 4968 "configure"
    48324968#include "confdefs.h"
    48334969
     
    48504986; return 0; }
    48514987EOF
    4852 if { (eval echo configure:4853: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4988if { (eval echo configure:4989: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    48534989  rm -rf conftest*
    48544990  bfd_cv_decl_needed_free=no
     
    48715007
    48725008echo $ac_n "checking whether sbrk must be declared""... $ac_c" 1>&6
    4873 echo "configure:4874: checking whether sbrk must be declared" >&5
     5009echo "configure:5010: checking whether sbrk must be declared" >&5
    48745010if eval "test \"`echo '$''{'bfd_cv_decl_needed_sbrk'+set}'`\" = set"; then
    48755011  echo $ac_n "(cached) $ac_c" 1>&6
    48765012else
    48775013  cat > conftest.$ac_ext <<EOF
    4878 #line 4879 "configure"
     5014#line 5015 "configure"
    48795015#include "confdefs.h"
    48805016
     
    48975033; return 0; }
    48985034EOF
    4899 if { (eval echo configure:4900: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5035if { (eval echo configure:5036: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    49005036  rm -rf conftest*
    49015037  bfd_cv_decl_needed_sbrk=no
     
    49185054
    49195055echo $ac_n "checking whether getenv must be declared""... $ac_c" 1>&6
    4920 echo "configure:4921: checking whether getenv must be declared" >&5
     5056echo "configure:5057: checking whether getenv must be declared" >&5
    49215057if eval "test \"`echo '$''{'bfd_cv_decl_needed_getenv'+set}'`\" = set"; then
    49225058  echo $ac_n "(cached) $ac_c" 1>&6
    49235059else
    49245060  cat > conftest.$ac_ext <<EOF
    4925 #line 4926 "configure"
     5061#line 5062 "configure"
    49265062#include "confdefs.h"
    49275063
     
    49445080; return 0; }
    49455081EOF
    4946 if { (eval echo configure:4947: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5082if { (eval echo configure:5083: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    49475083  rm -rf conftest*
    49485084  bfd_cv_decl_needed_getenv=no
     
    49655101
    49665102echo $ac_n "checking whether environ must be declared""... $ac_c" 1>&6
    4967 echo "configure:4968: checking whether environ must be declared" >&5
     5103echo "configure:5104: checking whether environ must be declared" >&5
    49685104if eval "test \"`echo '$''{'bfd_cv_decl_needed_environ'+set}'`\" = set"; then
    49695105  echo $ac_n "(cached) $ac_c" 1>&6
    49705106else
    49715107  cat > conftest.$ac_ext <<EOF
    4972 #line 4973 "configure"
     5108#line 5109 "configure"
    49735109#include "confdefs.h"
    49745110
     
    49915127; return 0; }
    49925128EOF
    4993 if { (eval echo configure:4994: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5129if { (eval echo configure:5130: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    49945130  rm -rf conftest*
    49955131  bfd_cv_decl_needed_environ=no
     
    50195155# support string concatenation.
    50205156echo $ac_n "checking whether ANSI C string concatenation works""... $ac_c" 1>&6
    5021 echo "configure:5022: checking whether ANSI C string concatenation works" >&5
     5157echo "configure:5158: checking whether ANSI C string concatenation works" >&5
    50225158if eval "test \"`echo '$''{'ld_cv_string_concatenation'+set}'`\" = set"; then
    50235159  echo $ac_n "(cached) $ac_c" 1>&6
    50245160else
    50255161  cat > conftest.$ac_ext <<EOF
    5026 #line 5027 "configure"
     5162#line 5163 "configure"
    50275163#include "confdefs.h"
    50285164
     
    50315167; return 0; }
    50325168EOF
    5033 if { (eval echo configure:5034: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5169if { (eval echo configure:5170: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    50345170  rm -rf conftest*
    50355171  ld_cv_string_concatenation=yes
     
    51325268  EMUL_EXTRA_OFILES=$all_emul_extras
    51335269fi
     5270
    51345271
    51355272
     
    53125449s%@build_vendor@%$build_vendor%g
    53135450s%@build_os@%$build_os%g
    5314 s%@CC@%$CC%g
    53155451s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
    53165452s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
     
    53245460s%@MAKEINFO@%$MAKEINFO%g
    53255461s%@SET_MAKE@%$SET_MAKE%g
     5462s%@CC@%$CC%g
    53265463s%@LN_S@%$LN_S%g
    53275464s%@OBJEXT@%$OBJEXT%g
     
    53295466s%@STRIP@%$STRIP%g
    53305467s%@LIBTOOL@%$LIBTOOL%g
     5468s%@use_sysroot@%$use_sysroot%g
     5469s%@TARGET_SYSTEM_ROOT@%$TARGET_SYSTEM_ROOT%g
     5470s%@TARGET_SYSTEM_ROOT_DEFINE@%$TARGET_SYSTEM_ROOT_DEFINE%g
    53315471s%@WARN_CFLAGS@%$WARN_CFLAGS%g
    53325472s%@CPP@%$CPP%g
     
    53695509s%@EMULATION_OFILES@%$EMULATION_OFILES%g
    53705510s%@EMUL_EXTRA_OFILES@%$EMUL_EXTRA_OFILES%g
     5511s%@LIB_PATH@%$LIB_PATH%g
    53715512s%@EMULATION_LIBPATH@%$EMULATION_LIBPATH%g
    53725513s%@TESTBFDLIB@%$TESTBFDLIB%g
Note: See TracChangeset for help on using the changeset viewer.