Ignore:
Timestamp:
Jan 29, 2004, 10:37:45 PM (22 years ago)
Author:
bird
Message:

Regenerated.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.4 to 1.5
    r1112 r1113  
    22
    33# Guess values for system-dependent variables and create Makefiles.
    4 # Generated automatically using autoconf version 2.13
     4# Generated automatically using autoconf version 2.13 
    55# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
    66#
     
    811811  program_prefix=${target_alias}-
    812812
    813 
    814         echo $ac_n "checking for strerror in -lcposix""... $ac_c" 1>&6
    815 echo "configure:816: checking for strerror in -lcposix" >&5
    816 ac_lib_var=`echo cposix'_'strerror | sed 'y%./+-%__p_%'`
    817 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    818   echo $ac_n "(cached) $ac_c" 1>&6
    819 else
    820   ac_save_LIBS="$LIBS"
    821 LIBS="-lcposix  $LIBS"
    822 cat > 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.  */
    828 char strerror();
    829 
    830 int main() {
    831 strerror()
    832 ; return 0; }
    833 EOF
    834 if { (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"
    837 else
    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"
    842 fi
    843 rm -f conftest*
    844 LIBS="$ac_save_LIBS"
    845 
    846 fi
    847 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
    848   echo "$ac_t""yes" 1>&6
    849   LIBS="$LIBS -lcposix"
    850 else
    851   echo "$ac_t""no" 1>&6
    852 fi
    853 
    854 
    855 
    856 
    857 BFD_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.
    869 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    870 echo "configure:871: checking for a BSD compatible install" >&5
    871 if test -z "$INSTALL"; then
    872 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
    873   echo $ac_n "(cached) $ac_c" 1>&6
    874 else
    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 
    903 fi
    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
    913 fi
    914 echo "$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.
    918 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
    919 
    920 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
    921 
    922 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
    923 
    924 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
    925 echo "configure:926: checking whether build environment is sane" >&5
    926 # Just in case
    927 sleep 1
    928 echo 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).
    934 if (
    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
    948 alias in your environment" 1>&2; exit 1; }
    949    fi
    950 
    951    test "$2" = conftestfile
    952    )
    953 then
    954    # Ok.
    955    :
    956 else
    957    { echo "configure: error: newly created file is older than distributed files!
    958 Check your system clock" 1>&2; exit 1; }
    959 fi
    960 rm -f conftest*
    961 echo "$ac_t""yes" 1>&6
    962 if test "$program_transform_name" = s,x,x,; then
    963   program_transform_name=
    964 else
    965   # Double any \ or $.  echo might interpret backslashes.
    966   cat <<\EOF_SED > conftestsed
    967 s,\\,\\\\,g; s,\$,$$,g
    968 EOF_SED
    969   program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
    970   rm -f conftestsed
    971 fi
    972 test "$program_prefix" != NONE &&
    973   program_transform_name="s,^,${program_prefix},; $program_transform_name"
    974 # Use a double $ so make ignores it.
    975 test "$program_suffix" != NONE &&
    976   program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
    977 
    978 # sed with no file args requires a program.
    979 test "$program_transform_name" = "" && program_transform_name="s,x,x,"
    980 
    981 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    982 echo "configure:983: checking whether ${MAKE-make} sets \${MAKE}" >&5
    983 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    984 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
    985   echo $ac_n "(cached) $ac_c" 1>&6
    986 else
    987   cat > conftestmake <<\EOF
    988 all:
    989         @echo 'ac_maketemp="${MAKE}"'
    990 EOF
    991 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
    992 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
    993 if test -n "$ac_maketemp"; then
    994   eval ac_cv_prog_make_${ac_make}_set=yes
    995 else
    996   eval ac_cv_prog_make_${ac_make}_set=no
    997 fi
    998 rm -f conftestmake
    999 fi
    1000 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
    1001   echo "$ac_t""yes" 1>&6
    1002   SET_MAKE=
    1003 else
    1004   echo "$ac_t""no" 1>&6
    1005   SET_MAKE="MAKE=${MAKE-make}"
    1006 fi
    1007 
    1008 
    1009 PACKAGE=ld
    1010 
    1011 VERSION=${BFD_VERSION}
    1012 
    1013 if 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; }
    1015 fi
    1016 cat >> confdefs.h <<EOF
    1017 #define PACKAGE "$PACKAGE"
    1018 EOF
    1019 
    1020 cat >> confdefs.h <<EOF
    1021 #define VERSION "$VERSION"
    1022 EOF
    1023 
    1024 
    1025 
    1026 missing_dir=`cd $ac_aux_dir && pwd`
    1027 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
    1028 echo "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.
    1032 if (aclocal --version) < /dev/null > /dev/null 2>&1; then
    1033    ACLOCAL=aclocal
    1034    echo "$ac_t""found" 1>&6
    1035 else
    1036    ACLOCAL="$missing_dir/missing aclocal"
    1037    echo "$ac_t""missing" 1>&6
    1038 fi
    1039 
    1040 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
    1041 echo "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.
    1045 if (autoconf --version) < /dev/null > /dev/null 2>&1; then
    1046    AUTOCONF=autoconf
    1047    echo "$ac_t""found" 1>&6
    1048 else
    1049    AUTOCONF="$missing_dir/missing autoconf"
    1050    echo "$ac_t""missing" 1>&6
    1051 fi
    1052 
    1053 echo $ac_n "checking for working automake""... $ac_c" 1>&6
    1054 echo "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.
    1058 if (automake --version) < /dev/null > /dev/null 2>&1; then
    1059    AUTOMAKE=automake
    1060    echo "$ac_t""found" 1>&6
    1061 else
    1062    AUTOMAKE="$missing_dir/missing automake"
    1063    echo "$ac_t""missing" 1>&6
    1064 fi
    1065 
    1066 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
    1067 echo "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.
    1071 if (autoheader --version) < /dev/null > /dev/null 2>&1; then
    1072    AUTOHEADER=autoheader
    1073    echo "$ac_t""found" 1>&6
    1074 else
    1075    AUTOHEADER="$missing_dir/missing autoheader"
    1076    echo "$ac_t""missing" 1>&6
    1077 fi
    1078 
    1079 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
    1080 echo "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.
    1084 if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
    1085    MAKEINFO=makeinfo
    1086    echo "$ac_t""found" 1>&6
    1087 else
    1088    MAKEINFO="$missing_dir/missing makeinfo"
    1089    echo "$ac_t""missing" 1>&6
    1090 fi
    1091 
    1092 
    1093 
    1094 # Check whether --enable-shared or --disable-shared was given.
    1095 if test "${enable_shared+set}" = set; then
    1096   enableval="$enable_shared"
    1097   p=${PACKAGE-default}
    1098 case $enableval in
    1099 yes) enable_shared=yes ;;
    1100 no) 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   ;;
    1112 esac
    1113 else
    1114   enable_shared=yes
    1115 fi
    1116 
    1117 # Check whether --enable-static or --disable-static was given.
    1118 if test "${enable_static+set}" = set; then
    1119   enableval="$enable_static"
    1120   p=${PACKAGE-default}
    1121 case $enableval in
    1122 yes) enable_static=yes ;;
    1123 no) 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   ;;
    1135 esac
    1136 else
    1137   enable_static=yes
    1138 fi
    1139 
    1140 # Check whether --enable-fast-install or --disable-fast-install was given.
    1141 if test "${enable_fast_install+set}" = set; then
    1142   enableval="$enable_fast_install"
    1143   p=${PACKAGE-default}
    1144 case $enableval in
    1145 yes) enable_fast_install=yes ;;
    1146 no) 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   ;;
    1158 esac
    1159 else
    1160   enable_fast_install=yes
    1161 fi
    1162 
    1163813# Extract the first word of "gcc", so it can be a program name with args.
    1164814set dummy gcc; ac_word=$2
    1165815echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1166 echo "configure:1167: checking for $ac_word" >&5
     816echo "configure:817: checking for $ac_word" >&5
    1167817if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    1168818  echo $ac_n "(cached) $ac_c" 1>&6
     
    1195845set dummy cc; ac_word=$2
    1196846echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1197 echo "configure:1198: checking for $ac_word" >&5
     847echo "configure:848: checking for $ac_word" >&5
    1198848if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    1199849  echo $ac_n "(cached) $ac_c" 1>&6
     
    1248898set dummy cl; ac_word=$2
    1249899echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1250 echo "configure:1251: checking for $ac_word" >&5
     900echo "configure:901: checking for $ac_word" >&5
    1251901if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    1252902  echo $ac_n "(cached) $ac_c" 1>&6
     
    1281931
    1282932echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    1283 echo "configure:1284: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     933echo "configure:934: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    1284934
    1285935ac_ext=c
     
    1292942cat > conftest.$ac_ext << EOF
    1293943
    1294 #line 1295 "configure"
     944#line 945 "configure"
    1295945#include "confdefs.h"
    1296946
    1297947main(){return(0);}
    1298948EOF
    1299 if { (eval echo configure:1300: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     949if { (eval echo configure:950: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    1300950  ac_cv_prog_cc_works=yes
    1301951  # If we can't run a trivial program, we are probably using a cross compiler.
     
    1323973fi
    1324974echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    1325 echo "configure:1326: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     975echo "configure:976: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    1326976echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    1327977cross_compiling=$ac_cv_prog_cc_cross
    1328978
    1329979echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    1330 echo "configure:1331: checking whether we are using GNU C" >&5
     980echo "configure:981: checking whether we are using GNU C" >&5
    1331981if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    1332982  echo $ac_n "(cached) $ac_c" 1>&6
     
    1337987#endif
    1338988EOF
    1339 if { 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
     989if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:990: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    1340990  ac_cv_prog_gcc=yes
    1341991else
     
    13561006CFLAGS=
    13571007echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    1358 echo "configure:1359: checking whether ${CC-cc} accepts -g" >&5
     1008echo "configure:1009: checking whether ${CC-cc} accepts -g" >&5
    13591009if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    13601010  echo $ac_n "(cached) $ac_c" 1>&6
     
    13871037fi
    13881038
     1039echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6
     1040echo "configure:1041: checking for POSIXized ISC" >&5
     1041if test -d /etc/conf/kconfig.d &&
     1042  grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
     1043then
     1044  echo "$ac_t""yes" 1>&6
     1045  ISC=yes # If later tests want to check for ISC.
     1046  cat >> confdefs.h <<\EOF
     1047#define _POSIX_SOURCE 1
     1048EOF
     1049
     1050  if test "$GCC" = yes; then
     1051    CC="$CC -posix"
     1052  else
     1053    CC="$CC -Xp"
     1054  fi
     1055else
     1056  echo "$ac_t""no" 1>&6
     1057  ISC=
     1058fi
     1059
     1060
     1061BFD_VERSION=`sed -n -e 's/^.._INIT_AUTOMAKE.*,[         ]*\([^  ]*\)[   ]*).*/\1/p' < ${srcdir}/../bfd/configure.in`
     1062am__api_version="1.4"
     1063# Find a good install program.  We prefer a C program (faster),
     1064# so one script is as good as another.  But avoid the broken or
     1065# incompatible versions:
     1066# SysV /etc/install, /usr/sbin/install
     1067# SunOS /usr/etc/install
     1068# IRIX /sbin/install
     1069# AIX /bin/install
     1070# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
     1071# AFS /usr/afsws/bin/install, which mishandles nonexistent args
     1072# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
     1073# ./install, which can be erroneously created by make from ./install.sh.
     1074echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
     1075echo "configure:1076: checking for a BSD compatible install" >&5
     1076if test -z "$INSTALL"; then
     1077if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
     1078  echo $ac_n "(cached) $ac_c" 1>&6
     1079else
     1080    IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS="$PATH_IFS"
     1081  for ac_dir in $PATH; do
     1082    # Account for people who put trailing slashes in PATH elements.
     1083    case "$ac_dir/" in
     1084    /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
     1085    # We reject the install program from OS/2 or W3.1
     1086    */OS2|*/OS2/*|*/WINDOWS|*/WINDOWS/*) ;;
     1087    *)
     1088      # OSF1 and SCO ODT 3.0 have their own names for install.
     1089      # Don't use installbsd from OSF since it installs stuff as root
     1090      # by default.
     1091      for ac_prog in ginstall scoinst install; do
     1092        if test -f $ac_dir/$ac_prog$ac_exeext; then
     1093          if test $ac_prog = install &&
     1094            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
     1095            # AIX install.  It has an incompatible calling convention.
     1096            :
     1097          else
     1098            ac_cv_path_install="$ac_dir/$ac_prog$ac_exeext -c"
     1099            break 2
     1100          fi
     1101        fi
     1102      done
     1103      ;;
     1104    esac
     1105  done
     1106  IFS="$ac_save_IFS"
     1107
     1108fi
     1109  if test "${ac_cv_path_install+set}" = set; then
     1110    INSTALL="$ac_cv_path_install"
     1111  else
     1112    # As a last resort, use the slow shell script.  We don't cache a
     1113    # path for INSTALL within a source directory, because that will
     1114    # break other packages using the cache if that directory is
     1115    # removed, or if the path is relative.
     1116    INSTALL="$ac_install_sh"
     1117  fi
     1118fi
     1119echo "$ac_t""$INSTALL" 1>&6
     1120
     1121# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
     1122# It thinks the first close brace ends the variable substitution.
     1123test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
     1124
     1125test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
     1126
     1127test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
     1128
     1129echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
     1130echo "configure:1131: checking whether build environment is sane" >&5
     1131# Just in case
     1132sleep 1
     1133echo timestamp > conftestfile
     1134# Do `set' in a subshell so we don't clobber the current shell's
     1135# arguments.  Must try -L first in case configure is actually a
     1136# symlink; some systems play weird games with the mod time of symlinks
     1137# (eg FreeBSD returns the mod time of the symlink's containing
     1138# directory).
     1139if (
     1140   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
     1141   if test "$*" = "X"; then
     1142      # -L didn't work.
     1143      set X `ls -t $srcdir/configure conftestfile`
     1144   fi
     1145   if test "$*" != "X $srcdir/configure conftestfile" \
     1146      && test "$*" != "X conftestfile $srcdir/configure"; then
     1147
     1148      # If neither matched, then we have a broken ls.  This can happen
     1149      # if, for instance, CONFIG_SHELL is bash and it inherits a
     1150      # broken ls alias from the environment.  This has actually
     1151      # happened.  Such a system could not be considered "sane".
     1152      { echo "configure: error: ls -t appears to fail.  Make sure there is not a broken
     1153alias in your environment" 1>&2; exit 1; }
     1154   fi
     1155
     1156   test "$2" = conftestfile
     1157   )
     1158then
     1159   # Ok.
     1160   :
     1161else
     1162   { echo "configure: error: newly created file is older than distributed files!
     1163Check your system clock" 1>&2; exit 1; }
     1164fi
     1165rm -f conftest*
     1166echo "$ac_t""yes" 1>&6
     1167if test "$program_transform_name" = s,x,x,; then
     1168  program_transform_name=
     1169else
     1170  # Double any \ or $.  echo might interpret backslashes.
     1171  cat <<\EOF_SED > conftestsed
     1172s,\\,\\\\,g; s,\$,$$,g
     1173EOF_SED
     1174  program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
     1175  rm -f conftestsed
     1176fi
     1177test "$program_prefix" != NONE &&
     1178  program_transform_name="s,^,${program_prefix},; $program_transform_name"
     1179# Use a double $ so make ignores it.
     1180test "$program_suffix" != NONE &&
     1181  program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
     1182
     1183# sed with no file args requires a program.
     1184test "$program_transform_name" = "" && program_transform_name="s,x,x,"
     1185
     1186echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
     1187echo "configure:1188: checking whether ${MAKE-make} sets \${MAKE}" >&5
     1188set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
     1189if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     1190  echo $ac_n "(cached) $ac_c" 1>&6
     1191else
     1192  cat > conftestmake <<\EOF
     1193all:
     1194        @echo 'ac_maketemp="${MAKE}"'
     1195EOF
     1196# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
     1197eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
     1198if test -n "$ac_maketemp"; then
     1199  eval ac_cv_prog_make_${ac_make}_set=yes
     1200else
     1201  eval ac_cv_prog_make_${ac_make}_set=no
     1202fi
     1203rm -f conftestmake
     1204fi
     1205if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
     1206  echo "$ac_t""yes" 1>&6
     1207  SET_MAKE=
     1208else
     1209  echo "$ac_t""no" 1>&6
     1210  SET_MAKE="MAKE=${MAKE-make}"
     1211fi
     1212
     1213
     1214PACKAGE=ld
     1215
     1216VERSION=${BFD_VERSION}
     1217
     1218if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
     1219  { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
     1220fi
     1221cat >> confdefs.h <<EOF
     1222#define PACKAGE "$PACKAGE"
     1223EOF
     1224
     1225cat >> confdefs.h <<EOF
     1226#define VERSION "$VERSION"
     1227EOF
     1228
     1229
     1230
     1231missing_dir=`cd $ac_aux_dir && pwd`
     1232echo $ac_n "checking for working aclocal-${am__api_version}""... $ac_c" 1>&6
     1233echo "configure:1234: checking for working aclocal-${am__api_version}" >&5
     1234# Run test in a subshell; some versions of sh will print an error if
     1235# an executable is not found, even if stderr is redirected.
     1236# Redirect stdin to placate older versions of autoconf.  Sigh.
     1237if (aclocal-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then
     1238   ACLOCAL=aclocal-${am__api_version}
     1239   echo "$ac_t""found" 1>&6
     1240else
     1241   ACLOCAL="$missing_dir/missing aclocal-${am__api_version}"
     1242   echo "$ac_t""missing" 1>&6
     1243fi
     1244
     1245echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
     1246echo "configure:1247: checking for working autoconf" >&5
     1247# Run test in a subshell; some versions of sh will print an error if
     1248# an executable is not found, even if stderr is redirected.
     1249# Redirect stdin to placate older versions of autoconf.  Sigh.
     1250if (autoconf --version) < /dev/null > /dev/null 2>&1; then
     1251   AUTOCONF=autoconf
     1252   echo "$ac_t""found" 1>&6
     1253else
     1254   AUTOCONF="$missing_dir/missing autoconf"
     1255   echo "$ac_t""missing" 1>&6
     1256fi
     1257
     1258echo $ac_n "checking for working automake-${am__api_version}""... $ac_c" 1>&6
     1259echo "configure:1260: checking for working automake-${am__api_version}" >&5
     1260# Run test in a subshell; some versions of sh will print an error if
     1261# an executable is not found, even if stderr is redirected.
     1262# Redirect stdin to placate older versions of autoconf.  Sigh.
     1263if (automake-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then
     1264   AUTOMAKE=automake-${am__api_version}
     1265   echo "$ac_t""found" 1>&6
     1266else
     1267   AUTOMAKE="$missing_dir/missing automake-${am__api_version}"
     1268   echo "$ac_t""missing" 1>&6
     1269fi
     1270
     1271echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
     1272echo "configure:1273: checking for working autoheader" >&5
     1273# Run test in a subshell; some versions of sh will print an error if
     1274# an executable is not found, even if stderr is redirected.
     1275# Redirect stdin to placate older versions of autoconf.  Sigh.
     1276if (autoheader --version) < /dev/null > /dev/null 2>&1; then
     1277   AUTOHEADER=autoheader
     1278   echo "$ac_t""found" 1>&6
     1279else
     1280   AUTOHEADER="$missing_dir/missing autoheader"
     1281   echo "$ac_t""missing" 1>&6
     1282fi
     1283
     1284echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
     1285echo "configure:1286: checking for working makeinfo" >&5
     1286# Run test in a subshell; some versions of sh will print an error if
     1287# an executable is not found, even if stderr is redirected.
     1288# Redirect stdin to placate older versions of autoconf.  Sigh.
     1289if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
     1290   MAKEINFO=makeinfo
     1291   echo "$ac_t""found" 1>&6
     1292else
     1293   MAKEINFO="$missing_dir/missing makeinfo"
     1294   echo "$ac_t""missing" 1>&6
     1295fi
     1296
     1297
     1298
     1299# Check whether --enable-shared or --disable-shared was given.
     1300if test "${enable_shared+set}" = set; then
     1301  enableval="$enable_shared"
     1302  p=${PACKAGE-default}
     1303case $enableval in
     1304yes) enable_shared=yes ;;
     1305no) enable_shared=no ;;
     1306*)
     1307  enable_shared=no
     1308  # Look at the argument we got.  We use all the common list separators.
     1309  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
     1310  for pkg in $enableval; do
     1311    if test "X$pkg" = "X$p"; then
     1312      enable_shared=yes
     1313    fi
     1314  done
     1315  IFS="$ac_save_ifs"
     1316  ;;
     1317esac
     1318else
     1319  enable_shared=yes
     1320fi
     1321
     1322# Check whether --enable-static or --disable-static was given.
     1323if test "${enable_static+set}" = set; then
     1324  enableval="$enable_static"
     1325  p=${PACKAGE-default}
     1326case $enableval in
     1327yes) enable_static=yes ;;
     1328no) enable_static=no ;;
     1329*)
     1330  enable_static=no
     1331  # Look at the argument we got.  We use all the common list separators.
     1332  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
     1333  for pkg in $enableval; do
     1334    if test "X$pkg" = "X$p"; then
     1335      enable_static=yes
     1336    fi
     1337  done
     1338  IFS="$ac_save_ifs"
     1339  ;;
     1340esac
     1341else
     1342  enable_static=yes
     1343fi
     1344
     1345# Check whether --enable-fast-install or --disable-fast-install was given.
     1346if test "${enable_fast_install+set}" = set; then
     1347  enableval="$enable_fast_install"
     1348  p=${PACKAGE-default}
     1349case $enableval in
     1350yes) enable_fast_install=yes ;;
     1351no) enable_fast_install=no ;;
     1352*)
     1353  enable_fast_install=no
     1354  # Look at the argument we got.  We use all the common list separators.
     1355  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
     1356  for pkg in $enableval; do
     1357    if test "X$pkg" = "X$p"; then
     1358      enable_fast_install=yes
     1359    fi
     1360  done
     1361  IFS="$ac_save_ifs"
     1362  ;;
     1363esac
     1364else
     1365  enable_fast_install=yes
     1366fi
     1367
    13891368# Check whether --with-gnu-ld or --without-gnu-ld was given.
    13901369if test "${with_gnu_ld+set}" = set; then
     
    13991378  # Check if gcc -print-prog-name=ld gives a path.
    14001379  echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
    1401 echo "configure:1402: checking for ld used by GCC" >&5
     1380echo "configure:1381: checking for ld used by GCC" >&5
    14021381  case $host in
    14031382  *-*-mingw*)
     
    14291408elif test "$with_gnu_ld" = yes; then
    14301409  echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
    1431 echo "configure:1432: checking for GNU ld" >&5
     1410echo "configure:1411: checking for GNU ld" >&5
    14321411else
    14331412  echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
    1434 echo "configure:1435: checking for non-GNU ld" >&5
     1413echo "configure:1414: checking for non-GNU ld" >&5
    14351414fi
    14361415if eval "test \"`echo '$''{'lt_cv_path_LD'+set}'`\" = set"; then
     
    14671446test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
    14681447echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
    1469 echo "configure:1470: checking if the linker ($LD) is GNU ld" >&5
     1448echo "configure:1449: checking if the linker ($LD) is GNU ld" >&5
    14701449if eval "test \"`echo '$''{'lt_cv_prog_gnu_ld'+set}'`\" = set"; then
    14711450  echo $ac_n "(cached) $ac_c" 1>&6
     
    14841463
    14851464echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6
    1486 echo "configure:1487: checking for $LD option to reload object files" >&5
     1465echo "configure:1466: checking for $LD option to reload object files" >&5
    14871466if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then
    14881467  echo $ac_n "(cached) $ac_c" 1>&6
     
    14961475
    14971476echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
    1498 echo "configure:1499: checking for BSD-compatible nm" >&5
     1477echo "configure:1478: checking for BSD-compatible nm" >&5
    14991478if eval "test \"`echo '$''{'lt_cv_path_NM'+set}'`\" = set"; then
    15001479  echo $ac_n "(cached) $ac_c" 1>&6
     
    15341513
    15351514echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    1536 echo "configure:1537: checking whether ln -s works" >&5
     1515echo "configure:1516: checking whether ln -s works" >&5
    15371516if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    15381517  echo $ac_n "(cached) $ac_c" 1>&6
     
    15611540
    15621541echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6
    1563 echo "configure:1564: checking how to recognise dependant libraries" >&5
     1542echo "configure:1543: checking how to recognise dependant libraries" >&5
    15641543if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then
    15651544  echo $ac_n "(cached) $ac_c" 1>&6
     
    17381717
    17391718echo $ac_n "checking for object suffix""... $ac_c" 1>&6
    1740 echo "configure:1741: checking for object suffix" >&5
     1719echo "configure:1720: checking for object suffix" >&5
    17411720if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then
    17421721  echo $ac_n "(cached) $ac_c" 1>&6
     
    17441723  rm -f conftest*
    17451724echo 'int i = 1;' > conftest.$ac_ext
    1746 if { (eval echo configure:1747: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1725if { (eval echo configure:1726: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    17471726  for ac_file in conftest.*; do
    17481727    case $ac_file in
     
    17741753  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
    17751754    echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6
    1776 echo "configure:1777: checking for ${ac_tool_prefix}file" >&5
     1755echo "configure:1756: checking for ${ac_tool_prefix}file" >&5
    17771756if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
    17781757  echo $ac_n "(cached) $ac_c" 1>&6
     
    18361815  if test -n "$ac_tool_prefix"; then
    18371816    echo $ac_n "checking for file""... $ac_c" 1>&6
    1838 echo "configure:1839: checking for file" >&5
     1817echo "configure:1818: checking for file" >&5
    18391818if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
    18401819  echo $ac_n "(cached) $ac_c" 1>&6
     
    19071886set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    19081887echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1909 echo "configure:1910: checking for $ac_word" >&5
     1888echo "configure:1889: checking for $ac_word" >&5
    19101889if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    19111890  echo $ac_n "(cached) $ac_c" 1>&6
     
    19401919set dummy ranlib; ac_word=$2
    19411920echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1942 echo "configure:1943: checking for $ac_word" >&5
     1921echo "configure:1922: checking for $ac_word" >&5
    19431922if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    19441923  echo $ac_n "(cached) $ac_c" 1>&6
     
    19761955set dummy ${ac_tool_prefix}strip; ac_word=$2
    19771956echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1978 echo "configure:1979: checking for $ac_word" >&5
     1957echo "configure:1958: checking for $ac_word" >&5
    19791958if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
    19801959  echo $ac_n "(cached) $ac_c" 1>&6
     
    20091988set dummy strip; ac_word=$2
    20101989echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2011 echo "configure:2012: checking for $ac_word" >&5
     1990echo "configure:1991: checking for $ac_word" >&5
    20121991if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
    20131992  echo $ac_n "(cached) $ac_c" 1>&6
     
    20772056*-*-irix6*)
    20782057  # Find out which ABI we are using.
    2079   echo '#line 2080 "configure"' > conftest.$ac_ext
    2080   if { (eval echo configure:2081: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2058  echo '#line 2059 "configure"' > conftest.$ac_ext
     2059  if { (eval echo configure:2060: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    20812060   if test "$lt_cv_prog_gnu_ld" = yes; then
    20822061    case `/usr/bin/file conftest.$ac_objext` in
     
    21112090  # Find out which ABI we are using.
    21122091  echo 'int i;' > conftest.$ac_ext
    2113   if { (eval echo configure:2114: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2092  if { (eval echo configure:2093: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    21142093    case "`/usr/bin/file conftest.o`" in
    21152094    *ELF-32*)
     
    21292108  CFLAGS="$CFLAGS -belf"
    21302109  echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6
    2131 echo "configure:2132: checking whether the C compiler needs -belf" >&5
     2110echo "configure:2111: checking whether the C compiler needs -belf" >&5
    21322111if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
    21332112  echo $ac_n "(cached) $ac_c" 1>&6
    21342113else
    2135 
     2114 
    21362115     ac_ext=c
    21372116# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
     
    21422121
    21432122     cat > conftest.$ac_ext <<EOF
    2144 #line 2145 "configure"
     2123#line 2124 "configure"
    21452124#include "confdefs.h"
    21462125
     
    21492128; return 0; }
    21502129EOF
    2151 if { (eval echo configure:2152: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2130if { (eval echo configure:2131: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    21522131  rm -rf conftest*
    21532132  lt_cv_cc_needs_belf=yes
     
    22592238exec 5>>./config.log
    22602239
    2261 
    2262 
    2263 
    2264        
    2265        
     2240 
     2241
     2242 
     2243         
     2244         
    22662245
    22672246# Check whether --with-lib-path or --without-lib-path was given.
     
    22962275if test "${with_sysroot+set}" = set; then
    22972276  withval="$with_sysroot"
    2298 
     2277 
    22992278 case ${with_sysroot} in
    23002279 yes) TARGET_SYSTEM_ROOT='${exec_prefix}/${target_alias}/sys-root' ;;
     
    23232302
    23242303else
    2325 
     2304 
    23262305 use_sysroot=no
    23272306 TARGET_SYSTEM_ROOT=
     
    23732352set dummy gcc; ac_word=$2
    23742353echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2375 echo "configure:2376: checking for $ac_word" >&5
     2354echo "configure:2355: checking for $ac_word" >&5
    23762355if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    23772356  echo $ac_n "(cached) $ac_c" 1>&6
     
    24042383set dummy cc; ac_word=$2
    24052384echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2406 echo "configure:2407: checking for $ac_word" >&5
     2385echo "configure:2386: checking for $ac_word" >&5
    24072386if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    24082387  echo $ac_n "(cached) $ac_c" 1>&6
     
    24572436set dummy cl; ac_word=$2
    24582437echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2459 echo "configure:2460: checking for $ac_word" >&5
     2438echo "configure:2439: checking for $ac_word" >&5
    24602439if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    24612440  echo $ac_n "(cached) $ac_c" 1>&6
     
    24902469
    24912470echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    2492 echo "configure:2493: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     2471echo "configure:2472: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    24932472
    24942473ac_ext=c
     
    25012480cat > conftest.$ac_ext << EOF
    25022481
    2503 #line 2504 "configure"
     2482#line 2483 "configure"
    25042483#include "confdefs.h"
    25052484
    25062485main(){return(0);}
    25072486EOF
    2508 if { (eval echo configure:2509: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2487if { (eval echo configure:2488: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    25092488  ac_cv_prog_cc_works=yes
    25102489  # If we can't run a trivial program, we are probably using a cross compiler.
     
    25322511fi
    25332512echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    2534 echo "configure:2535: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     2513echo "configure:2514: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    25352514echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    25362515cross_compiling=$ac_cv_prog_cc_cross
    25372516
    25382517echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    2539 echo "configure:2540: checking whether we are using GNU C" >&5
     2518echo "configure:2519: checking whether we are using GNU C" >&5
    25402519if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    25412520  echo $ac_n "(cached) $ac_c" 1>&6
     
    25462525#endif
    25472526EOF
    2548 if { 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
     2527if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2528: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    25492528  ac_cv_prog_gcc=yes
    25502529else
     
    25652544CFLAGS=
    25662545echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    2567 echo "configure:2568: checking whether ${CC-cc} accepts -g" >&5
     2546echo "configure:2547: checking whether ${CC-cc} accepts -g" >&5
    25682547if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    25692548  echo $ac_n "(cached) $ac_c" 1>&6
     
    26082587# ./install, which can be erroneously created by make from ./install.sh.
    26092588echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    2610 echo "configure:2611: checking for a BSD compatible install" >&5
     2589echo "configure:2590: checking for a BSD compatible install" >&5
    26112590if test -z "$INSTALL"; then
    26122591if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
     
    26652644ALL_LINGUAS="fr sv es da"
    26662645echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    2667 echo "configure:2668: checking how to run the C preprocessor" >&5
     2646echo "configure:2647: checking how to run the C preprocessor" >&5
    26682647# On Suns, sometimes $CPP names a directory.
    26692648if test -n "$CPP" && test -d "$CPP"; then
     
    26812660  cat > conftest.$ac_ext <<EOF
    26822661#include <sys/types.h>
    2683 #line 2684 "configure"
     2662#line 2663 "configure"
    26842663#include "confdefs.h"
    26852664#include <assert.h>
     
    26872666EOF
    26882667ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2689 { (eval echo configure:2690: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2668{ (eval echo configure:2669: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    26902669ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    26912670if test -z "$ac_err"; then
     
    26992678  cat > conftest.$ac_ext <<EOF
    27002679#include <sys/types.h>
    2701 #line 2702 "configure"
     2680#line 2681 "configure"
    27022681#include "confdefs.h"
    27032682#include <assert.h>
     
    27052684EOF
    27062685ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2707 { (eval echo configure:2708: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2686{ (eval echo configure:2687: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    27082687ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    27092688if test -z "$ac_err"; then
     
    27172696  cat > conftest.$ac_ext <<EOF
    27182697#include <sys/types.h>
    2719 #line 2720 "configure"
     2698#line 2699 "configure"
    27202699#include "confdefs.h"
    27212700#include <assert.h>
     
    27232702EOF
    27242703ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2725 { (eval echo configure:2726: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2704{ (eval echo configure:2705: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    27262705ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    27272706if test -z "$ac_err"; then
     
    27502729set dummy ranlib; ac_word=$2
    27512730echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2752 echo "configure:2753: checking for $ac_word" >&5
     2731echo "configure:2732: checking for $ac_word" >&5
    27532732if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    27542733  echo $ac_n "(cached) $ac_c" 1>&6
     
    27792758
    27802759echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    2781 echo "configure:2782: checking for ANSI C header files" >&5
     2760echo "configure:2761: checking for ANSI C header files" >&5
    27822761if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    27832762  echo $ac_n "(cached) $ac_c" 1>&6
     
    27852764  cat > conftest.$ac_ext <<EOF
    27862765#include <sys/types.h>
    2787 #line 2788 "configure"
     2766#line 2767 "configure"
    27882767#include "confdefs.h"
    27892768#include <stdlib.h>
     
    27932772EOF
    27942773ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2795 { (eval echo configure:2796: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2774{ (eval echo configure:2775: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    27962775ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    27972776if test -z "$ac_err"; then
     
    28102789  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    28112790cat > conftest.$ac_ext <<EOF
    2812 #line 2813 "configure"
     2791#line 2792 "configure"
    28132792#include "confdefs.h"
    28142793#include <string.h>
     
    28282807  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    28292808cat > conftest.$ac_ext <<EOF
    2830 #line 2831 "configure"
     2809#line 2810 "configure"
    28312810#include "confdefs.h"
    28322811#include <stdlib.h>
     
    28492828else
    28502829  cat > conftest.$ac_ext <<EOF
    2851 #line 2852 "configure"
     2830#line 2831 "configure"
    28522831#include "confdefs.h"
    28532832#include <ctype.h>
     
    28602839
    28612840EOF
    2862 if { (eval echo configure:2863: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2841if { (eval echo configure:2842: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    28632842then
    28642843  :
     
    28842863
    28852864echo $ac_n "checking for working const""... $ac_c" 1>&6
    2886 echo "configure:2887: checking for working const" >&5
     2865echo "configure:2866: checking for working const" >&5
    28872866if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
    28882867  echo $ac_n "(cached) $ac_c" 1>&6
    28892868else
    28902869  cat > conftest.$ac_ext <<EOF
    2891 #line 2892 "configure"
     2870#line 2871 "configure"
    28922871#include "confdefs.h"
    28932872
     
    29382917; return 0; }
    29392918EOF
    2940 if { (eval echo configure:2941: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2919if { (eval echo configure:2920: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    29412920  rm -rf conftest*
    29422921  ac_cv_c_const=yes
     
    29532932if test $ac_cv_c_const = no; then
    29542933  cat >> confdefs.h <<\EOF
    2955 #define const
     2934#define const 
    29562935EOF
    29572936
     
    29592938
    29602939echo $ac_n "checking for inline""... $ac_c" 1>&6
    2961 echo "configure:2962: checking for inline" >&5
     2940echo "configure:2941: checking for inline" >&5
    29622941if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
    29632942  echo $ac_n "(cached) $ac_c" 1>&6
     
    29662945for ac_kw in inline __inline__ __inline; do
    29672946  cat > conftest.$ac_ext <<EOF
    2968 #line 2969 "configure"
     2947#line 2948 "configure"
    29692948#include "confdefs.h"
    29702949
     
    29732952; return 0; }
    29742953EOF
    2975 if { (eval echo configure:2976: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2954if { (eval echo configure:2955: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    29762955  rm -rf conftest*
    29772956  ac_cv_c_inline=$ac_kw; break
     
    29892968  inline | yes) ;;
    29902969  no) cat >> confdefs.h <<\EOF
    2991 #define inline
     2970#define inline 
    29922971EOF
    29932972 ;;
     
    29992978
    30002979echo $ac_n "checking for off_t""... $ac_c" 1>&6
    3001 echo "configure:3002: checking for off_t" >&5
     2980echo "configure:2981: checking for off_t" >&5
    30022981if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
    30032982  echo $ac_n "(cached) $ac_c" 1>&6
    30042983else
    30052984  cat > conftest.$ac_ext <<EOF
    3006 #line 3007 "configure"
     2985#line 2986 "configure"
    30072986#include "confdefs.h"
    30082987#include <sys/types.h>
     
    30323011
    30333012echo $ac_n "checking for size_t""... $ac_c" 1>&6
    3034 echo "configure:3035: checking for size_t" >&5
     3013echo "configure:3014: checking for size_t" >&5
    30353014if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
    30363015  echo $ac_n "(cached) $ac_c" 1>&6
    30373016else
    30383017  cat > conftest.$ac_ext <<EOF
    3039 #line 3040 "configure"
     3018#line 3019 "configure"
    30403019#include "confdefs.h"
    30413020#include <sys/types.h>
     
    30673046# for constant arguments.  Useless!
    30683047echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
    3069 echo "configure:3070: checking for working alloca.h" >&5
     3048echo "configure:3049: checking for working alloca.h" >&5
    30703049if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
    30713050  echo $ac_n "(cached) $ac_c" 1>&6
    30723051else
    30733052  cat > conftest.$ac_ext <<EOF
    3074 #line 3075 "configure"
     3053#line 3054 "configure"
    30753054#include "confdefs.h"
    30763055#include <alloca.h>
     
    30793058; return 0; }
    30803059EOF
    3081 if { (eval echo configure:3082: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3060if { (eval echo configure:3061: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    30823061  rm -rf conftest*
    30833062  ac_cv_header_alloca_h=yes
     
    31003079
    31013080echo $ac_n "checking for alloca""... $ac_c" 1>&6
    3102 echo "configure:3103: checking for alloca" >&5
     3081echo "configure:3082: checking for alloca" >&5
    31033082if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
    31043083  echo $ac_n "(cached) $ac_c" 1>&6
    31053084else
    31063085  cat > conftest.$ac_ext <<EOF
    3107 #line 3108 "configure"
     3086#line 3087 "configure"
    31083087#include "confdefs.h"
    31093088
     
    31333112; return 0; }
    31343113EOF
    3135 if { (eval echo configure:3136: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3114if { (eval echo configure:3115: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    31363115  rm -rf conftest*
    31373116  ac_cv_func_alloca_works=yes
     
    31653144
    31663145echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
    3167 echo "configure:3168: checking whether alloca needs Cray hooks" >&5
     3146echo "configure:3147: checking whether alloca needs Cray hooks" >&5
    31683147if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
    31693148  echo $ac_n "(cached) $ac_c" 1>&6
    31703149else
    31713150  cat > conftest.$ac_ext <<EOF
    3172 #line 3173 "configure"
     3151#line 3152 "configure"
    31733152#include "confdefs.h"
    31743153#if defined(CRAY) && ! defined(CRAY2)
     
    31953174for ac_func in _getb67 GETB67 getb67; do
    31963175  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3197 echo "configure:3198: checking for $ac_func" >&5
     3176echo "configure:3177: checking for $ac_func" >&5
    31983177if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    31993178  echo $ac_n "(cached) $ac_c" 1>&6
    32003179else
    32013180  cat > conftest.$ac_ext <<EOF
    3202 #line 3203 "configure"
     3181#line 3182 "configure"
    32033182#include "confdefs.h"
    32043183/* System header to define __stub macros and hopefully few prototypes,
     
    32233202; return 0; }
    32243203EOF
    3225 if { (eval echo configure:3226: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3204if { (eval echo configure:3205: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    32263205  rm -rf conftest*
    32273206  eval "ac_cv_func_$ac_func=yes"
     
    32503229
    32513230echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
    3252 echo "configure:3253: checking stack direction for C alloca" >&5
     3231echo "configure:3232: checking stack direction for C alloca" >&5
    32533232if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
    32543233  echo $ac_n "(cached) $ac_c" 1>&6
     
    32583237else
    32593238  cat > conftest.$ac_ext <<EOF
    3260 #line 3261 "configure"
     3239#line 3240 "configure"
    32613240#include "confdefs.h"
    32623241find_stack_direction ()
     
    32773256}
    32783257EOF
    3279 if { (eval echo configure:3280: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3258if { (eval echo configure:3259: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    32803259then
    32813260  ac_cv_c_stack_direction=1
     
    33023281ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    33033282echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    3304 echo "configure:3305: checking for $ac_hdr" >&5
     3283echo "configure:3284: checking for $ac_hdr" >&5
    33053284if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    33063285  echo $ac_n "(cached) $ac_c" 1>&6
     
    33083287  cat > conftest.$ac_ext <<EOF
    33093288#include <sys/types.h>
    3310 #line 3311 "configure"
     3289#line 3290 "configure"
    33113290#include "confdefs.h"
    33123291#include <$ac_hdr>
    33133292EOF
    33143293ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3315 { (eval echo configure:3316: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3294{ (eval echo configure:3295: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    33163295ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    33173296if test -z "$ac_err"; then
     
    33333312#define $ac_tr_hdr 1
    33343313EOF
    3335 
     3314 
    33363315else
    33373316  echo "$ac_t""no" 1>&6
     
    33423321do
    33433322echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3344 echo "configure:3345: checking for $ac_func" >&5
     3323echo "configure:3324: checking for $ac_func" >&5
    33453324if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    33463325  echo $ac_n "(cached) $ac_c" 1>&6
    33473326else
    33483327  cat > conftest.$ac_ext <<EOF
    3349 #line 3350 "configure"
     3328#line 3329 "configure"
    33503329#include "confdefs.h"
    33513330/* System header to define __stub macros and hopefully few prototypes,
     
    33703349; return 0; }
    33713350EOF
    3372 if { (eval echo configure:3373: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3351if { (eval echo configure:3352: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    33733352  rm -rf conftest*
    33743353  eval "ac_cv_func_$ac_func=yes"
     
    33883367#define $ac_tr_func 1
    33893368EOF
    3390 
     3369 
    33913370else
    33923371  echo "$ac_t""no" 1>&6
     
    33953374
    33963375echo $ac_n "checking for working mmap""... $ac_c" 1>&6
    3397 echo "configure:3398: checking for working mmap" >&5
     3376echo "configure:3377: checking for working mmap" >&5
    33983377if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
    33993378  echo $ac_n "(cached) $ac_c" 1>&6
     
    34033382else
    34043383  cat > conftest.$ac_ext <<EOF
    3405 #line 3406 "configure"
     3384#line 3385 "configure"
    34063385#include "confdefs.h"
    34073386
     
    35433522
    35443523EOF
    3545 if { (eval echo configure:3546: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3524if { (eval echo configure:3525: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    35463525then
    35473526  ac_cv_func_mmap_fixed_mapped=yes
     
    35653544fi
    35663545
    3567 
     3546                             
    35683547   for ac_hdr in argz.h limits.h locale.h nl_types.h malloc.h string.h \
    35693548unistd.h values.h sys/param.h
     
    35713550ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    35723551echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    3573 echo "configure:3574: checking for $ac_hdr" >&5
     3552echo "configure:3553: checking for $ac_hdr" >&5
    35743553if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    35753554  echo $ac_n "(cached) $ac_c" 1>&6
     
    35773556  cat > conftest.$ac_ext <<EOF
    35783557#include <sys/types.h>
    3579 #line 3580 "configure"
     3558#line 3559 "configure"
    35803559#include "confdefs.h"
    35813560#include <$ac_hdr>
    35823561EOF
    35833562ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3584 { (eval echo configure:3585: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3563{ (eval echo configure:3564: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    35853564ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    35863565if test -z "$ac_err"; then
     
    36023581#define $ac_tr_hdr 1
    36033582EOF
    3604 
     3583 
    36053584else
    36063585  echo "$ac_t""no" 1>&6
     
    36123591do
    36133592echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3614 echo "configure:3615: checking for $ac_func" >&5
     3593echo "configure:3594: checking for $ac_func" >&5
    36153594if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    36163595  echo $ac_n "(cached) $ac_c" 1>&6
    36173596else
    36183597  cat > conftest.$ac_ext <<EOF
    3619 #line 3620 "configure"
     3598#line 3599 "configure"
    36203599#include "confdefs.h"
    36213600/* System header to define __stub macros and hopefully few prototypes,
     
    36403619; return 0; }
    36413620EOF
    3642 if { (eval echo configure:3643: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3621if { (eval echo configure:3622: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    36433622  rm -rf conftest*
    36443623  eval "ac_cv_func_$ac_func=yes"
     
    36583637#define $ac_tr_func 1
    36593638EOF
    3660 
     3639 
    36613640else
    36623641  echo "$ac_t""no" 1>&6
     
    36693648do
    36703649echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3671 echo "configure:3672: checking for $ac_func" >&5
     3650echo "configure:3651: checking for $ac_func" >&5
    36723651if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    36733652  echo $ac_n "(cached) $ac_c" 1>&6
    36743653else
    36753654  cat > conftest.$ac_ext <<EOF
    3676 #line 3677 "configure"
     3655#line 3656 "configure"
    36773656#include "confdefs.h"
    36783657/* System header to define __stub macros and hopefully few prototypes,
     
    36973676; return 0; }
    36983677EOF
    3699 if { (eval echo configure:3700: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3678if { (eval echo configure:3679: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    37003679  rm -rf conftest*
    37013680  eval "ac_cv_func_$ac_func=yes"
     
    37153694#define $ac_tr_func 1
    37163695EOF
    3717 
     3696 
    37183697else
    37193698  echo "$ac_t""no" 1>&6
     
    37313710   if test $ac_cv_header_locale_h = yes; then
    37323711    echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6
    3733 echo "configure:3734: checking for LC_MESSAGES" >&5
     3712echo "configure:3713: checking for LC_MESSAGES" >&5
    37343713if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then
    37353714  echo $ac_n "(cached) $ac_c" 1>&6
    37363715else
    37373716  cat > conftest.$ac_ext <<EOF
    3738 #line 3739 "configure"
     3717#line 3718 "configure"
    37393718#include "confdefs.h"
    37403719#include <locale.h>
     
    37433722; return 0; }
    37443723EOF
    3745 if { (eval echo configure:3746: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3724if { (eval echo configure:3725: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    37463725  rm -rf conftest*
    37473726  am_cv_val_LC_MESSAGES=yes
     
    37643743  fi
    37653744   echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6
    3766 echo "configure:3767: checking whether NLS is requested" >&5
     3745echo "configure:3746: checking whether NLS is requested" >&5
    37673746        # Check whether --enable-nls or --disable-nls was given.
    37683747if test "${enable_nls+set}" = set; then
     
    37743753
    37753754    echo "$ac_t""$USE_NLS" 1>&6
    3776 
     3755   
    37773756
    37783757    USE_INCLUDED_LIBINTL=no
     
    37843763
    37853764      echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6
    3786 echo "configure:3787: checking whether included gettext is requested" >&5
     3765echo "configure:3766: checking whether included gettext is requested" >&5
    37873766      # Check whether --with-included-gettext or --without-included-gettext was given.
    37883767if test "${with_included_gettext+set}" = set; then
     
    37963775
    37973776      nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
     3777      echo "nls_cv_use_gnu_gettext:$nls_cv_use_gnu_gettext" >&5
    37983778      if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
    37993779                                        nls_cv_header_intl=
     
    38033783        ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'`
    38043784echo $ac_n "checking for libintl.h""... $ac_c" 1>&6
    3805 echo "configure:3806: checking for libintl.h" >&5
     3785echo "configure:3786: checking for libintl.h" >&5
    38063786if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    38073787  echo $ac_n "(cached) $ac_c" 1>&6
     
    38093789  cat > conftest.$ac_ext <<EOF
    38103790#include <sys/types.h>
    3811 #line 3812 "configure"
     3791#line 3792 "configure"
    38123792#include "confdefs.h"
    38133793#include <libintl.h>
    38143794EOF
    38153795ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3816 { (eval echo configure:3817: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3796{ (eval echo configure:3797: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    38173797ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    38183798if test -z "$ac_err"; then
     
    38313811  echo "$ac_t""yes" 1>&6
    38323812  echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6
    3833 echo "configure:3834: checking for gettext in libc" >&5
     3813echo "configure:3814: checking for gettext in libc" >&5
    38343814if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then
    38353815  echo $ac_n "(cached) $ac_c" 1>&6
    38363816else
    38373817  cat > conftest.$ac_ext <<EOF
    3838 #line 3839 "configure"
     3818#line 3819 "configure"
    38393819#include "confdefs.h"
    38403820#include <libintl.h>
     
    38433823; return 0; }
    38443824EOF
    3845 if { (eval echo configure:3846: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3825if { (eval echo configure:3826: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    38463826  rm -rf conftest*
    38473827  gt_cv_func_gettext_libc=yes
     
    38583838
    38593839           if test "$gt_cv_func_gettext_libc" != "yes"; then
    3860              echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6
    3861 echo "configure:3862: checking for bindtextdomain in -lintl" >&5
     3840                                     echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6
     3841echo "configure:3842: checking for bindtextdomain in -lintl" >&5
    38623842ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'`
    38633843if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    38673847LIBS="-lintl  $LIBS"
    38683848cat > conftest.$ac_ext <<EOF
    3869 #line 3870 "configure"
     3849#line 3850 "configure"
    38703850#include "confdefs.h"
    38713851/* Override any gcc2 internal prototype to avoid an error.  */
     
    38783858; return 0; }
    38793859EOF
    3880 if { (eval echo configure:3881: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3860if { (eval echo configure:3861: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    38813861  rm -rf conftest*
    38823862  eval "ac_cv_lib_$ac_lib_var=yes"
     
    38943874  echo "$ac_t""yes" 1>&6
    38953875  echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6
    3896 echo "configure:3897: checking for gettext in libintl" >&5
     3876echo "configure:3877: checking for gettext in libintl" >&5
    38973877if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then
    38983878  echo $ac_n "(cached) $ac_c" 1>&6
    38993879else
    3900   cat > conftest.$ac_ext <<EOF
    3901 #line 3902 "configure"
     3880  ac_save_LIBS="$LIBS"; LIBS="-lintl $LIBS";
     3881                 cat > conftest.$ac_ext <<EOF
     3882#line 3883 "configure"
    39023883#include "confdefs.h"
    3903 
     3884#include <libintl.h>
    39043885int main() {
    39053886return (int) gettext ("")
    39063887; return 0; }
    39073888EOF
    3908 if { (eval echo configure:3909: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3889if { (eval echo configure:3890: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    39093890  rm -rf conftest*
    39103891  gt_cv_func_gettext_libintl=yes
     
    39163897fi
    39173898rm -f conftest*
     3899                 LIBS="$ac_save_LIBS";
    39183900fi
    39193901
     
    39343916set dummy msgfmt; ac_word=$2
    39353917echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3936 echo "configure:3937: checking for $ac_word" >&5
     3918echo "configure:3919: checking for $ac_word" >&5
    39373919if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
    39383920  echo $ac_n "(cached) $ac_c" 1>&6
    39393921else
    39403922  case "$MSGFMT" in
    3941   /*)
     3923  [/\\]*|[a-zA-Z]:*)
    39423924  ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
    39433925  ;;
     
    39523934      fi
    39533935    fi
     3936    ac_word_saved="$ac_word"
     3937    ac_word=$ac_word$ac_cv_exeext
     3938    if test -f $ac_dir/$ac_word; then
     3939      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
     3940        ac_cv_path_MSGFMT="$ac_dir/$ac_word"
     3941        break
     3942      fi
     3943    fi
     3944    ac_word="$ac_word_saved"
    39543945  done
    39553946  IFS="$ac_save_ifs"
     
    39683959do
    39693960echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3970 echo "configure:3971: checking for $ac_func" >&5
     3961echo "configure:3962: checking for $ac_func" >&5
    39713962if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    39723963  echo $ac_n "(cached) $ac_c" 1>&6
    39733964else
    39743965  cat > conftest.$ac_ext <<EOF
    3975 #line 3976 "configure"
     3966#line 3967 "configure"
    39763967#include "confdefs.h"
    39773968/* System header to define __stub macros and hopefully few prototypes,
     
    39963987; return 0; }
    39973988EOF
    3998 if { (eval echo configure:3999: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3989if { (eval echo configure:3990: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    39993990  rm -rf conftest*
    40003991  eval "ac_cv_func_$ac_func=yes"
     
    40144005#define $ac_tr_func 1
    40154006EOF
    4016 
     4007 
    40174008else
    40184009  echo "$ac_t""no" 1>&6
     
    40234014set dummy gmsgfmt; ac_word=$2
    40244015echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    4025 echo "configure:4026: checking for $ac_word" >&5
     4016echo "configure:4017: checking for $ac_word" >&5
    40264017if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
    40274018  echo $ac_n "(cached) $ac_c" 1>&6
    40284019else
    40294020  case "$GMSGFMT" in
    4030   /* | [a-zA-Z]:*)
     4021  [/\\]* | [a-zA-Z]:*)
    40314022  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
    40324023  ;;
    4033   ?:/*)                 
     4024  ?:/*)                  
    40344025  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path.
    40354026  ;;
     
    40374028  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    40384029  ac_dummy="$PATH"
    4039   for ac_dir in $ac_dummy; do
     4030  for ac_dir in $ac_dummy; do 
    40404031    test -z "$ac_dir" && ac_dir=.
    40414032    if test -f $ac_dir/$ac_word; then
     
    40634054set dummy xgettext; ac_word=$2
    40644055echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    4065 echo "configure:4066: checking for $ac_word" >&5
     4056echo "configure:4057: checking for $ac_word" >&5
    40664057if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
    40674058  echo $ac_n "(cached) $ac_c" 1>&6
    40684059else
    40694060  case "$XGETTEXT" in
    4070   /*)
     4061  [/\\]*|[a-zA-Z]:*)
    40714062  ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
    40724063  ;;
     
    40814072      fi
    40824073    fi
     4074    ac_word_saved="$ac_word"
     4075    ac_word=$ac_word$ac_cv_exeext
     4076    if test -f $ac_dir/$ac_word; then
     4077      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
     4078        ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
     4079        break
     4080      fi
     4081    fi
     4082    ac_word="$ac_word_saved"
    40834083  done
    40844084  IFS="$ac_save_ifs"
     
    40944094fi
    40954095
     4096
    40964097                cat > conftest.$ac_ext <<EOF
    4097 #line 4098 "configure"
     4098#line 4099 "configure"
    40984099#include "confdefs.h"
    40994100
     
    41034104; return 0; }
    41044105EOF
    4105 if { (eval echo configure:4106: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4106if { (eval echo configure:4107: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    41064107  rm -rf conftest*
    41074108  CATOBJEXT=.gmo
     
    41244125
    41254126
    4126        
     4127               
    41274128        if test "$CATOBJEXT" = "NONE"; then
    41284129                          nls_cv_use_gnu_gettext=yes
     4130          echo "nls_cv_use_gnu_gettext:$nls_cv_use_gnu_gettext fallback" >&5
    41294131        fi
    41304132      fi
     
    41354137set dummy msgfmt; ac_word=$2
    41364138echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    4137 echo "configure:4138: checking for $ac_word" >&5
     4139echo "configure:4140: checking for $ac_word" >&5
    41384140if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
    41394141  echo $ac_n "(cached) $ac_c" 1>&6
    41404142else
    41414143  case "$MSGFMT" in
    4142   /*)
     4144  [/\\]*|[a-zA-Z]:*)
    41434145  ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
    41444146  ;;
     
    41534155      fi
    41544156    fi
     4157    ac_word_saved="$ac_word"
     4158    ac_word=$ac_word$ac_cv_exeext
     4159    if test -f $ac_dir/$ac_word; then
     4160      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
     4161        ac_cv_path_MSGFMT="$ac_dir/$ac_word"
     4162        break
     4163      fi
     4164    fi
     4165    ac_word="$ac_word_saved"
    41554166  done
    41564167  IFS="$ac_save_ifs"
     
    41694180set dummy gmsgfmt; ac_word=$2
    41704181echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    4171 echo "configure:4172: checking for $ac_word" >&5
     4182echo "configure:4183: checking for $ac_word" >&5
    41724183if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
    41734184  echo $ac_n "(cached) $ac_c" 1>&6
    41744185else
    41754186  case "$GMSGFMT" in
    4176   /* | [a-zA-Z]:*)
     4187  [/\\]* | [a-zA-Z]:*)
    41774188  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
    41784189  ;;
    4179   ?:/*)                 
     4190  ?:/*)                  
    41804191  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path.
    41814192  ;;
     
    41834194  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    41844195  ac_dummy="$PATH"
    4185   for ac_dir in $ac_dummy; do
     4196  for ac_dir in $ac_dummy; do 
    41864197    test -z "$ac_dir" && ac_dir=.
    41874198    if test -f $ac_dir/$ac_word; then
     
    42094220set dummy xgettext; ac_word=$2
    42104221echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    4211 echo "configure:4212: checking for $ac_word" >&5
     4222echo "configure:4223: checking for $ac_word" >&5
    42124223if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
    42134224  echo $ac_n "(cached) $ac_c" 1>&6
    42144225else
    42154226  case "$XGETTEXT" in
    4216   /*)
     4227  [/\\]*|[a-zA-Z]:*)
    42174228  ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
    42184229  ;;
     
    42274238      fi
    42284239    fi
     4240    ac_word_saved="$ac_word"
     4241    ac_word=$ac_word$ac_cv_exeext
     4242    if test -f $ac_dir/$ac_word; then
     4243      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
     4244        ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
     4245        break
     4246      fi
     4247    fi
     4248    ac_word="$ac_word_saved"
    42294249  done
    42304250  IFS="$ac_save_ifs"
     
    42404260fi
    42414261
    4242 
     4262       
    42434263        USE_INCLUDED_LIBINTL=yes
    42444264        CATOBJEXT=.gmo
     
    42504270        nls_cv_header_intl=libintl.h
    42514271        nls_cv_header_libgt=libgettext.h
     4272      else
     4273                        echo "dbg: else: gt_cv_func_gettext_libintl" >&5
     4274        if test "$gt_cv_func_gettext_libintl" = "yes"; then
     4275          echo "dbg: updating LIBS" >&5
     4276          LIBS="-lintl $LIBS"
     4277          INTLLIBS="-lintl"
     4278        fi
    42524279      fi
    42534280
     
    42814308    done
    42824309
    4283 
    4284 
    4285 
    4286 
    4287 
    4288 
    4289 
    4290 
    4291 
    4292 
    4293 
    4294 
     4310       
     4311   
     4312   
     4313   
     4314   
     4315   
     4316   
     4317   
     4318   
     4319   
     4320   
     4321 
    42954322
    42964323   if test "x$CATOBJEXT" != "x"; then
     
    42994326     else
    43004327       echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6
    4301 echo "configure:4302: checking for catalogs to be installed" >&5
     4328echo "configure:4329: checking for catalogs to be installed" >&5
    43024329       NEW_LINGUAS=
    43034330       for lang in ${LINGUAS=$ALL_LINGUAS}; do
     
    43214348/* The system does not provide the header <locale.h>.  Take care yourself.  */"
    43224349   fi
    4323 
     4350   
    43244351
    43254352            if test -f $srcdir/po2tbl.sed.in; then
     
    43274354         ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'`
    43284355echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6
    4329 echo "configure:4330: checking for linux/version.h" >&5
     4356echo "configure:4357: checking for linux/version.h" >&5
    43304357if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    43314358  echo $ac_n "(cached) $ac_c" 1>&6
     
    43334360  cat > conftest.$ac_ext <<EOF
    43344361#include <sys/types.h>
    4335 #line 4336 "configure"
     4362#line 4363 "configure"
    43364363#include "confdefs.h"
    43374364#include <linux/version.h>
    43384365EOF
    43394366ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4340 { (eval echo configure:4341: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4367{ (eval echo configure:4368: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    43414368ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    43424369if test -z "$ac_err"; then
     
    43744401     GT_YES="#YES#"
    43754402   fi
    4376 
    4377 
     4403   
     4404   
    43784405
    43794406   MKINSTALLDIRS="\$(srcdir)/../../mkinstalldirs"
    4380 
     4407   
    43814408
    43824409      l=
    4383 
     4410   
    43844411
    43854412            if test -f $srcdir/po/POTFILES.in; then
     
    43984425         < $srcdir/po/POTFILES.in > po/POTFILES
    43994426   fi
    4400 
     4427 
    44014428
    44024429
     
    44044431
    44054432echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
    4406 echo "configure:4407: checking for executable suffix" >&5
     4433echo "configure:4434: checking for executable suffix" >&5
    44074434if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
    44084435  echo $ac_n "(cached) $ac_c" 1>&6
     
    44144441  echo 'int main () { return 0; }' > conftest.$ac_ext
    44154442  ac_cv_exeext=
    4416   if { (eval echo configure:4417: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
     4443  if { (eval echo configure:4444: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
    44174444    for file in conftest.*; do
    44184445      case $file in
     
    44404467set dummy $ac_prog; ac_word=$2
    44414468echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    4442 echo "configure:4443: checking for $ac_word" >&5
     4469echo "configure:4470: checking for $ac_word" >&5
    44434470if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
    44444471  echo $ac_n "(cached) $ac_c" 1>&6
     
    44774504set dummy $ac_prog; ac_word=$2
    44784505echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    4479 echo "configure:4480: checking for $ac_word" >&5
     4506echo "configure:4507: checking for $ac_word" >&5
    44804507if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
    44814508  echo $ac_n "(cached) $ac_c" 1>&6
     
    45114538set dummy flex; ac_word=$2
    45124539echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    4513 echo "configure:4514: checking for $ac_word" >&5
     4540echo "configure:4541: checking for $ac_word" >&5
    45144541if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
    45154542  echo $ac_n "(cached) $ac_c" 1>&6
     
    45464573  esac
    45474574  echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
    4548 echo "configure:4549: checking for yywrap in -l$ac_lib" >&5
     4575echo "configure:4576: checking for yywrap in -l$ac_lib" >&5
    45494576ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
    45504577if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    45544581LIBS="-l$ac_lib  $LIBS"
    45554582cat > conftest.$ac_ext <<EOF
    4556 #line 4557 "configure"
     4583#line 4584 "configure"
    45574584#include "confdefs.h"
    45584585/* Override any gcc2 internal prototype to avoid an error.  */
     
    45654592; return 0; }
    45664593EOF
    4567 if { (eval echo configure:4568: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4594if { (eval echo configure:4595: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    45684595  rm -rf conftest*
    45694596  eval "ac_cv_lib_$ac_lib_var=yes"
     
    45884615
    45894616echo $ac_n "checking lex output file root""... $ac_c" 1>&6
    4590 echo "configure:4591: checking lex output file root" >&5
     4617echo "configure:4618: checking lex output file root" >&5
    45914618if eval "test \"`echo '$''{'ac_cv_prog_lex_root'+set}'`\" = set"; then
    45924619  echo $ac_n "(cached) $ac_c" 1>&6
     
    46094636
    46104637echo $ac_n "checking whether yytext is a pointer""... $ac_c" 1>&6
    4611 echo "configure:4612: checking whether yytext is a pointer" >&5
     4638echo "configure:4639: checking whether yytext is a pointer" >&5
    46124639if eval "test \"`echo '$''{'ac_cv_prog_lex_yytext_pointer'+set}'`\" = set"; then
    46134640  echo $ac_n "(cached) $ac_c" 1>&6
     
    46214648LIBS="$LIBS $LEXLIB"
    46224649cat > conftest.$ac_ext <<EOF
    4623 #line 4624 "configure"
     4650#line 4651 "configure"
    46244651#include "confdefs.h"
    46254652`cat $LEX_OUTPUT_ROOT.c`
     
    46284655; return 0; }
    46294656EOF
    4630 if { (eval echo configure:4631: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4657if { (eval echo configure:4658: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    46314658  rm -rf conftest*
    46324659  ac_cv_prog_lex_yytext_pointer=yes
     
    46514678
    46524679echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
    4653 echo "configure:4654: checking whether to enable maintainer-specific portions of Makefiles" >&5
     4680echo "configure:4681: checking whether to enable maintainer-specific portions of Makefiles" >&5
    46544681    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
    46554682if test "${enable_maintainer_mode+set}" = set; then
     
    46614688
    46624689  echo "$ac_t""$USE_MAINTAINER_MODE" 1>&6
    4663 
     4690 
    46644691
    46654692if test $USE_MAINTAINER_MODE = yes; then
     
    46714698fi
    46724699  MAINT=$MAINTAINER_MODE_TRUE
    4673 
     4700 
    46744701
    46754702
     
    46854712ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    46864713echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    4687 echo "configure:4688: checking for $ac_hdr" >&5
     4714echo "configure:4715: checking for $ac_hdr" >&5
    46884715if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    46894716  echo $ac_n "(cached) $ac_c" 1>&6
     
    46914718  cat > conftest.$ac_ext <<EOF
    46924719#include <sys/types.h>
    4693 #line 4694 "configure"
     4720#line 4721 "configure"
    46944721#include "confdefs.h"
    46954722#include <$ac_hdr>
    46964723EOF
    46974724ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4698 { (eval echo configure:4699: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4725{ (eval echo configure:4726: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    46994726ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    47004727if test -z "$ac_err"; then
     
    47164743#define $ac_tr_hdr 1
    47174744EOF
    4718 
     4745 
    47194746else
    47204747  echo "$ac_t""no" 1>&6
     
    47254752do
    47264753echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    4727 echo "configure:4728: checking for $ac_func" >&5
     4754echo "configure:4755: checking for $ac_func" >&5
    47284755if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    47294756  echo $ac_n "(cached) $ac_c" 1>&6
    47304757else
    47314758  cat > conftest.$ac_ext <<EOF
    4732 #line 4733 "configure"
     4759#line 4760 "configure"
    47334760#include "confdefs.h"
    47344761/* System header to define __stub macros and hopefully few prototypes,
     
    47534780; return 0; }
    47544781EOF
    4755 if { (eval echo configure:4756: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4782if { (eval echo configure:4783: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    47564783  rm -rf conftest*
    47574784  eval "ac_cv_func_$ac_func=yes"
     
    47714798#define $ac_tr_func 1
    47724799EOF
    4773 
     4800 
    47744801else
    47754802  echo "$ac_t""no" 1>&6
     
    47824809ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    47834810echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
    4784 echo "configure:4785: checking for $ac_hdr that defines DIR" >&5
     4811echo "configure:4812: checking for $ac_hdr that defines DIR" >&5
    47854812if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
    47864813  echo $ac_n "(cached) $ac_c" 1>&6
    47874814else
    47884815  cat > conftest.$ac_ext <<EOF
    4789 #line 4790 "configure"
     4816#line 4817 "configure"
    47904817#include "confdefs.h"
    47914818#include <sys/types.h>
     
    47954822; return 0; }
    47964823EOF
    4797 if { (eval echo configure:4798: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4824if { (eval echo configure:4825: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    47984825  rm -rf conftest*
    47994826  eval "ac_cv_header_dirent_$ac_safe=yes"
     
    48204847if test $ac_header_dirent = dirent.h; then
    48214848echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
    4822 echo "configure:4823: checking for opendir in -ldir" >&5
     4849echo "configure:4850: checking for opendir in -ldir" >&5
    48234850ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
    48244851if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    48284855LIBS="-ldir  $LIBS"
    48294856cat > conftest.$ac_ext <<EOF
    4830 #line 4831 "configure"
     4857#line 4858 "configure"
    48314858#include "confdefs.h"
    48324859/* Override any gcc2 internal prototype to avoid an error.  */
     
    48394866; return 0; }
    48404867EOF
    4841 if { (eval echo configure:4842: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4868if { (eval echo configure:4869: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    48424869  rm -rf conftest*
    48434870  eval "ac_cv_lib_$ac_lib_var=yes"
     
    48614888else
    48624889echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
    4863 echo "configure:4864: checking for opendir in -lx" >&5
     4890echo "configure:4891: checking for opendir in -lx" >&5
    48644891ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
    48654892if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    48694896LIBS="-lx  $LIBS"
    48704897cat > conftest.$ac_ext <<EOF
    4871 #line 4872 "configure"
     4898#line 4899 "configure"
    48724899#include "confdefs.h"
    48734900/* Override any gcc2 internal prototype to avoid an error.  */
     
    48804907; return 0; }
    48814908EOF
    4882 if { (eval echo configure:4883: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4909if { (eval echo configure:4910: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    48834910  rm -rf conftest*
    48844911  eval "ac_cv_lib_$ac_lib_var=yes"
     
    49134940
    49144941echo $ac_n "checking whether strstr must be declared""... $ac_c" 1>&6
    4915 echo "configure:4916: checking whether strstr must be declared" >&5
     4942echo "configure:4943: checking whether strstr must be declared" >&5
    49164943if eval "test \"`echo '$''{'bfd_cv_decl_needed_strstr'+set}'`\" = set"; then
    49174944  echo $ac_n "(cached) $ac_c" 1>&6
    49184945else
    49194946  cat > conftest.$ac_ext <<EOF
    4920 #line 4921 "configure"
     4947#line 4948 "configure"
    49214948#include "confdefs.h"
    49224949
     
    49394966; return 0; }
    49404967EOF
    4941 if { (eval echo configure:4942: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4968if { (eval echo configure:4969: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    49424969  rm -rf conftest*
    49434970  bfd_cv_decl_needed_strstr=no
     
    49604987
    49614988echo $ac_n "checking whether free must be declared""... $ac_c" 1>&6
    4962 echo "configure:4963: checking whether free must be declared" >&5
     4989echo "configure:4990: checking whether free must be declared" >&5
    49634990if eval "test \"`echo '$''{'bfd_cv_decl_needed_free'+set}'`\" = set"; then
    49644991  echo $ac_n "(cached) $ac_c" 1>&6
    49654992else
    49664993  cat > conftest.$ac_ext <<EOF
    4967 #line 4968 "configure"
     4994#line 4995 "configure"
    49684995#include "confdefs.h"
    49694996
     
    49865013; return 0; }
    49875014EOF
    4988 if { (eval echo configure:4989: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5015if { (eval echo configure:5016: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    49895016  rm -rf conftest*
    49905017  bfd_cv_decl_needed_free=no
     
    50075034
    50085035echo $ac_n "checking whether sbrk must be declared""... $ac_c" 1>&6
    5009 echo "configure:5010: checking whether sbrk must be declared" >&5
     5036echo "configure:5037: checking whether sbrk must be declared" >&5
    50105037if eval "test \"`echo '$''{'bfd_cv_decl_needed_sbrk'+set}'`\" = set"; then
    50115038  echo $ac_n "(cached) $ac_c" 1>&6
    50125039else
    50135040  cat > conftest.$ac_ext <<EOF
    5014 #line 5015 "configure"
     5041#line 5042 "configure"
    50155042#include "confdefs.h"
    50165043
     
    50335060; return 0; }
    50345061EOF
    5035 if { (eval echo configure:5036: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5062if { (eval echo configure:5063: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    50365063  rm -rf conftest*
    50375064  bfd_cv_decl_needed_sbrk=no
     
    50545081
    50555082echo $ac_n "checking whether getenv must be declared""... $ac_c" 1>&6
    5056 echo "configure:5057: checking whether getenv must be declared" >&5
     5083echo "configure:5084: checking whether getenv must be declared" >&5
    50575084if eval "test \"`echo '$''{'bfd_cv_decl_needed_getenv'+set}'`\" = set"; then
    50585085  echo $ac_n "(cached) $ac_c" 1>&6
    50595086else
    50605087  cat > conftest.$ac_ext <<EOF
    5061 #line 5062 "configure"
     5088#line 5089 "configure"
    50625089#include "confdefs.h"
    50635090
     
    50805107; return 0; }
    50815108EOF
    5082 if { (eval echo configure:5083: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5109if { (eval echo configure:5110: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    50835110  rm -rf conftest*
    50845111  bfd_cv_decl_needed_getenv=no
     
    51015128
    51025129echo $ac_n "checking whether environ must be declared""... $ac_c" 1>&6
    5103 echo "configure:5104: checking whether environ must be declared" >&5
     5130echo "configure:5131: checking whether environ must be declared" >&5
    51045131if eval "test \"`echo '$''{'bfd_cv_decl_needed_environ'+set}'`\" = set"; then
    51055132  echo $ac_n "(cached) $ac_c" 1>&6
    51065133else
    51075134  cat > conftest.$ac_ext <<EOF
    5108 #line 5109 "configure"
     5135#line 5136 "configure"
    51095136#include "confdefs.h"
    51105137
     
    51275154; return 0; }
    51285155EOF
    5129 if { (eval echo configure:5130: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5156if { (eval echo configure:5157: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    51305157  rm -rf conftest*
    51315158  bfd_cv_decl_needed_environ=no
     
    51555182# support string concatenation.
    51565183echo $ac_n "checking whether ANSI C string concatenation works""... $ac_c" 1>&6
    5157 echo "configure:5158: checking whether ANSI C string concatenation works" >&5
     5184echo "configure:5185: checking whether ANSI C string concatenation works" >&5
    51585185if eval "test \"`echo '$''{'ld_cv_string_concatenation'+set}'`\" = set"; then
    51595186  echo $ac_n "(cached) $ac_c" 1>&6
    51605187else
    51615188  cat > conftest.$ac_ext <<EOF
    5162 #line 5163 "configure"
     5189#line 5190 "configure"
    51635190#include "confdefs.h"
    51645191
     
    51675194; return 0; }
    51685195EOF
    5169 if { (eval echo configure:5170: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5196if { (eval echo configure:5197: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    51705197  rm -rf conftest*
    51715198  ld_cv_string_concatenation=yes
     
    54495476s%@build_vendor@%$build_vendor%g
    54505477s%@build_os@%$build_os%g
     5478s%@CC@%$CC%g
    54515479s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
    54525480s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
     
    54605488s%@MAKEINFO@%$MAKEINFO%g
    54615489s%@SET_MAKE@%$SET_MAKE%g
    5462 s%@CC@%$CC%g
    54635490s%@LN_S@%$LN_S%g
    54645491s%@OBJEXT@%$OBJEXT%g
     
    55825609      if test -z "$ac_dots"; then top_srcdir=.
    55835610      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
    5584   /* | [A-Za-z]:*)
     5611  [/\\]* | [a-zA-Z]:*)
    55855612    srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
    55865613  *) # Relative path.
     
    55905617
    55915618  case "$ac_given_INSTALL" in
    5592   [/$]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;;
     5619  [/$\\]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;;
    55935620  *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
    55945621  esac
Note: See TracChangeset for help on using the changeset viewer.