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

    • Property cvs2svn:cvs-rev changed from 1.9 to 1.10
    r1112 r1113  
    813813  program_prefix=${target_alias}-
    814814
    815 
    816         echo $ac_n "checking for strerror in -lcposix""... $ac_c" 1>&6
    817 echo "configure:818: checking for strerror in -lcposix" >&5
    818 ac_lib_var=`echo cposix'_'strerror | sed 'y%./+-%__p_%'`
    819 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    820   echo $ac_n "(cached) $ac_c" 1>&6
    821 else
    822   ac_save_LIBS="$LIBS"
    823 LIBS="-lcposix  $LIBS"
    824 cat > conftest.$ac_ext <<EOF
    825 #line 826 "configure"
    826 #include "confdefs.h"
    827 /* Override any gcc2 internal prototype to avoid an error.  */
    828 /* We use char because int might match the return type of a gcc2
    829     builtin and then its argument prototype would still apply.  */
    830 char strerror();
    831 
    832 int main() {
    833 strerror()
    834 ; return 0; }
    835 EOF
    836 if { (eval echo configure:837: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    837   rm -rf conftest*
    838   eval "ac_cv_lib_$ac_lib_var=yes"
    839 else
    840   echo "configure: failed program was:" >&5
    841   cat conftest.$ac_ext >&5
    842   rm -rf conftest*
    843   eval "ac_cv_lib_$ac_lib_var=no"
    844 fi
    845 rm -f conftest*
    846 LIBS="$ac_save_LIBS"
    847 
    848 fi
    849 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
    850   echo "$ac_t""yes" 1>&6
    851   LIBS="$LIBS -lcposix"
    852 else
    853   echo "$ac_t""no" 1>&6
    854 fi
    855 
    856  
    857 
    858 
    859 # Find a good install program.  We prefer a C program (faster),
    860 # so one script is as good as another.  But avoid the broken or
    861 # incompatible versions:
    862 # SysV /etc/install, /usr/sbin/install
    863 # SunOS /usr/etc/install
    864 # IRIX /sbin/install
    865 # AIX /bin/install
    866 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
    867 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
    868 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
    869 # ./install, which can be erroneously created by make from ./install.sh.
    870 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    871 echo "configure:872: checking for a BSD compatible install" >&5
    872 if test -z "$INSTALL"; then
    873 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
    874   echo $ac_n "(cached) $ac_c" 1>&6
    875 else
    876     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS="$PATH_IFS"
    877   for ac_dir in $PATH; do
    878     # Account for people who put trailing slashes in PATH elements.
    879     case "$ac_dir/" in
    880     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
    881     # We reject the install program from OS/2 or W3.1
    882     */OS2|*/OS2/*|*/WINDOWS|*/WINDOWS/*) ;;
    883     *)
    884       # OSF1 and SCO ODT 3.0 have their own names for install.
    885       # Don't use installbsd from OSF since it installs stuff as root
    886       # by default.
    887       for ac_prog in ginstall scoinst install; do
    888         if test -f $ac_dir/$ac_prog$ac_exeext; then
    889           if test $ac_prog = install &&
    890             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
    891             # AIX install.  It has an incompatible calling convention.
    892             :
    893           else
    894             ac_cv_path_install="$ac_dir/$ac_prog$ac_exeext -c"
    895             break 2
    896           fi
    897         fi
    898       done
    899       ;;
    900     esac
    901   done
    902   IFS="$ac_save_IFS"
    903 
    904 fi
    905   if test "${ac_cv_path_install+set}" = set; then
    906     INSTALL="$ac_cv_path_install"
    907   else
    908     # As a last resort, use the slow shell script.  We don't cache a
    909     # path for INSTALL within a source directory, because that will
    910     # break other packages using the cache if that directory is
    911     # removed, or if the path is relative.
    912     INSTALL="$ac_install_sh"
    913   fi
    914 fi
    915 echo "$ac_t""$INSTALL" 1>&6
    916 
    917 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
    918 # It thinks the first close brace ends the variable substitution.
    919 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
    920 
    921 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
    922 
    923 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
    924 
    925 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
    926 echo "configure:927: checking whether build environment is sane" >&5
    927 # Just in case
    928 sleep 1
    929 echo timestamp > conftestfile
    930 # Do `set' in a subshell so we don't clobber the current shell's
    931 # arguments.  Must try -L first in case configure is actually a
    932 # symlink; some systems play weird games with the mod time of symlinks
    933 # (eg FreeBSD returns the mod time of the symlink's containing
    934 # directory).
    935 if (
    936    set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
    937    if test "$*" = "X"; then
    938       # -L didn't work.
    939       set X `ls -t $srcdir/configure conftestfile`
    940    fi
    941    if test "$*" != "X $srcdir/configure conftestfile" \
    942       && test "$*" != "X conftestfile $srcdir/configure"; then
    943 
    944       # If neither matched, then we have a broken ls.  This can happen
    945       # if, for instance, CONFIG_SHELL is bash and it inherits a
    946       # broken ls alias from the environment.  This has actually
    947       # happened.  Such a system could not be considered "sane".
    948       { echo "configure: error: ls -t appears to fail.  Make sure there is not a broken
    949 alias in your environment" 1>&2; exit 1; }
    950    fi
    951 
    952    test "$2" = conftestfile
    953    )
    954 then
    955    # Ok.
    956    :
    957 else
    958    { echo "configure: error: newly created file is older than distributed files!
    959 Check your system clock" 1>&2; exit 1; }
    960 fi
    961 rm -f conftest*
    962 echo "$ac_t""yes" 1>&6
    963 if test "$program_transform_name" = s,x,x,; then
    964   program_transform_name=
    965 else
    966   # Double any \ or $.  echo might interpret backslashes.
    967   cat <<\EOF_SED > conftestsed
    968 s,\\,\\\\,g; s,\$,$$,g
    969 EOF_SED
    970   program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
    971   rm -f conftestsed
    972 fi
    973 test "$program_prefix" != NONE &&
    974   program_transform_name="s,^,${program_prefix},; $program_transform_name"
    975 # Use a double $ so make ignores it.
    976 test "$program_suffix" != NONE &&
    977   program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
    978 
    979 # sed with no file args requires a program.
    980 test "$program_transform_name" = "" && program_transform_name="s,x,x,"
    981 
    982 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    983 echo "configure:984: checking whether ${MAKE-make} sets \${MAKE}" >&5
    984 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    985 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
    986   echo $ac_n "(cached) $ac_c" 1>&6
    987 else
    988   cat > conftestmake <<\EOF
    989 all:
    990         @echo 'ac_maketemp="${MAKE}"'
    991 EOF
    992 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
    993 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
    994 if test -n "$ac_maketemp"; then
    995   eval ac_cv_prog_make_${ac_make}_set=yes
    996 else
    997   eval ac_cv_prog_make_${ac_make}_set=no
    998 fi
    999 rm -f conftestmake
    1000 fi
    1001 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
    1002   echo "$ac_t""yes" 1>&6
    1003   SET_MAKE=
    1004 else
    1005   echo "$ac_t""no" 1>&6
    1006   SET_MAKE="MAKE=${MAKE-make}"
    1007 fi
    1008 
    1009 
    1010 PACKAGE=bfd
    1011 
    1012 VERSION=2.14
    1013 
    1014 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
    1015   { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
    1016 fi
    1017 cat >> confdefs.h <<EOF
    1018 #define PACKAGE "$PACKAGE"
    1019 EOF
    1020 
    1021 cat >> confdefs.h <<EOF
    1022 #define VERSION "$VERSION"
    1023 EOF
    1024 
    1025 
    1026 
    1027 missing_dir=`cd $ac_aux_dir && pwd`
    1028 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
    1029 echo "configure:1030: checking for working aclocal" >&5
    1030 # Run test in a subshell; some versions of sh will print an error if
    1031 # an executable is not found, even if stderr is redirected.
    1032 # Redirect stdin to placate older versions of autoconf.  Sigh.
    1033 if (aclocal --version) < /dev/null > /dev/null 2>&1; then
    1034    ACLOCAL=aclocal
    1035    echo "$ac_t""found" 1>&6
    1036 else
    1037    ACLOCAL="$missing_dir/missing aclocal"
    1038    echo "$ac_t""missing" 1>&6
    1039 fi
    1040 
    1041 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
    1042 echo "configure:1043: checking for working autoconf" >&5
    1043 # Run test in a subshell; some versions of sh will print an error if
    1044 # an executable is not found, even if stderr is redirected.
    1045 # Redirect stdin to placate older versions of autoconf.  Sigh.
    1046 if (autoconf --version) < /dev/null > /dev/null 2>&1; then
    1047    AUTOCONF=autoconf
    1048    echo "$ac_t""found" 1>&6
    1049 else
    1050    AUTOCONF="$missing_dir/missing autoconf"
    1051    echo "$ac_t""missing" 1>&6
    1052 fi
    1053 
    1054 echo $ac_n "checking for working automake""... $ac_c" 1>&6
    1055 echo "configure:1056: checking for working automake" >&5
    1056 # Run test in a subshell; some versions of sh will print an error if
    1057 # an executable is not found, even if stderr is redirected.
    1058 # Redirect stdin to placate older versions of autoconf.  Sigh.
    1059 if (automake --version) < /dev/null > /dev/null 2>&1; then
    1060    AUTOMAKE=automake
    1061    echo "$ac_t""found" 1>&6
    1062 else
    1063    AUTOMAKE="$missing_dir/missing automake"
    1064    echo "$ac_t""missing" 1>&6
    1065 fi
    1066 
    1067 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
    1068 echo "configure:1069: checking for working autoheader" >&5
    1069 # Run test in a subshell; some versions of sh will print an error if
    1070 # an executable is not found, even if stderr is redirected.
    1071 # Redirect stdin to placate older versions of autoconf.  Sigh.
    1072 if (autoheader --version) < /dev/null > /dev/null 2>&1; then
    1073    AUTOHEADER=autoheader
    1074    echo "$ac_t""found" 1>&6
    1075 else
    1076    AUTOHEADER="$missing_dir/missing autoheader"
    1077    echo "$ac_t""missing" 1>&6
    1078 fi
    1079 
    1080 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
    1081 echo "configure:1082: checking for working makeinfo" >&5
    1082 # Run test in a subshell; some versions of sh will print an error if
    1083 # an executable is not found, even if stderr is redirected.
    1084 # Redirect stdin to placate older versions of autoconf.  Sigh.
    1085 if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
    1086    MAKEINFO=makeinfo
    1087    echo "$ac_t""found" 1>&6
    1088 else
    1089    MAKEINFO="$missing_dir/missing makeinfo"
    1090    echo "$ac_t""missing" 1>&6
    1091 fi
    1092 
    1093 
    1094 # Uncomment the next line to remove the date from the reported bfd version
    1095 #is_release=y
    1096 
    1097 bfd_version=`echo "${VERSION}" | sed -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$/\1\2\3\4\5/'`
    1098 
    1099 bfd_version_string="\"${VERSION}\""
    1100 if test x${is_release} = x; then
    1101   bfd_version_date=`sed -n -e 's/.*DATE //p' < ${srcdir}/version.h`
    1102   bfd_version_string="\"${VERSION} ${bfd_version_date}\""
    1103 fi
    1104 
    1105 
    1106 
    1107 if test $host != $build; then
    1108   ac_tool_prefix=${host_alias}-
    1109 else
    1110   ac_tool_prefix=
    1111 fi
    1112 
    1113 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
    1114 set dummy ${ac_tool_prefix}ar; ac_word=$2
    1115 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1116 echo "configure:1117: checking for $ac_word" >&5
    1117 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
    1118   echo $ac_n "(cached) $ac_c" 1>&6
    1119 else
    1120   if test -n "$AR"; then
    1121   ac_cv_prog_AR="$AR" # Let the user override the test.
    1122 else
    1123   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    1124   ac_dummy="$PATH"
    1125   for ac_dir in $ac_dummy; do
    1126     test -z "$ac_dir" && ac_dir=.
    1127     if test -f $ac_dir/$ac_word -o \
    1128             -f $ac_dir/$ac_word$ac_exeext ; then
    1129       ac_cv_prog_AR="${ac_tool_prefix}ar"
    1130       break
    1131     fi
    1132   done
    1133   IFS="$ac_save_ifs"
    1134   test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar"
    1135 fi
    1136 fi
    1137 AR="$ac_cv_prog_AR"
    1138 if test -n "$AR"; then
    1139   echo "$ac_t""$AR" 1>&6
    1140 else
    1141   echo "$ac_t""no" 1>&6
    1142 fi
    1143 
    1144 
    1145 
    1146 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
    1147 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    1148 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1149 echo "configure:1150: checking for $ac_word" >&5
    1150 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    1151   echo $ac_n "(cached) $ac_c" 1>&6
    1152 else
    1153   if test -n "$RANLIB"; then
    1154   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
    1155 else
    1156   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    1157   ac_dummy="$PATH"
    1158   for ac_dir in $ac_dummy; do
    1159     test -z "$ac_dir" && ac_dir=.
    1160     if test -f $ac_dir/$ac_word -o \
    1161             -f $ac_dir/$ac_word$ac_exeext ; then
    1162       ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
    1163       break
    1164     fi
    1165   done
    1166   IFS="$ac_save_ifs"
    1167 fi
    1168 fi
    1169 RANLIB="$ac_cv_prog_RANLIB"
    1170 if test -n "$RANLIB"; then
    1171   echo "$ac_t""$RANLIB" 1>&6
    1172 else
    1173   echo "$ac_t""no" 1>&6
    1174 fi
    1175 
    1176 
    1177 if test -z "$ac_cv_prog_RANLIB"; then
    1178 if test -n "$ac_tool_prefix"; then
    1179   # Extract the first word of "ranlib", so it can be a program name with args.
    1180 set dummy ranlib; ac_word=$2
    1181 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1182 echo "configure:1183: checking for $ac_word" >&5
    1183 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    1184   echo $ac_n "(cached) $ac_c" 1>&6
    1185 else
    1186   if test -n "$RANLIB"; then
    1187   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
    1188 else
    1189   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    1190   ac_dummy="$PATH"
    1191   for ac_dir in $ac_dummy; do
    1192     test -z "$ac_dir" && ac_dir=.
    1193     if test -f $ac_dir/$ac_word -o \
    1194             -f $ac_dir/$ac_word$ac_exeext ; then
    1195       ac_cv_prog_RANLIB="ranlib"
    1196       break
    1197     fi
    1198   done
    1199   IFS="$ac_save_ifs"
    1200   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
    1201 fi
    1202 fi
    1203 RANLIB="$ac_cv_prog_RANLIB"
    1204 if test -n "$RANLIB"; then
    1205   echo "$ac_t""$RANLIB" 1>&6
    1206 else
    1207   echo "$ac_t""no" 1>&6
    1208 fi
    1209 
    1210 else
    1211   RANLIB=":"
    1212 fi
    1213 fi
    1214 
    1215 
    1216 # Check whether --enable-shared or --disable-shared was given.
    1217 if test "${enable_shared+set}" = set; then
    1218   enableval="$enable_shared"
    1219   p=${PACKAGE-default}
    1220 case $enableval in
    1221 yes) enable_shared=yes ;;
    1222 no) enable_shared=no ;;
    1223 *)
    1224   enable_shared=no
    1225   # Look at the argument we got.  We use all the common list separators.
    1226   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
    1227   for pkg in $enableval; do
    1228     if test "X$pkg" = "X$p"; then
    1229       enable_shared=yes
    1230     fi
    1231   done
    1232   IFS="$ac_save_ifs"
    1233   ;;
    1234 esac
    1235 else
    1236   enable_shared=no
    1237 fi
    1238 
    1239 
    1240 # Check whether --enable-static or --disable-static was given.
    1241 if test "${enable_static+set}" = set; then
    1242   enableval="$enable_static"
    1243   p=${PACKAGE-default}
    1244 case $enableval in
    1245 yes) enable_static=yes ;;
    1246 no) enable_static=no ;;
    1247 *)
    1248   enable_static=no
    1249   # Look at the argument we got.  We use all the common list separators.
    1250   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
    1251   for pkg in $enableval; do
    1252     if test "X$pkg" = "X$p"; then
    1253       enable_static=yes
    1254     fi
    1255   done
    1256   IFS="$ac_save_ifs"
    1257   ;;
    1258 esac
    1259 else
    1260   enable_static=yes
    1261 fi
    1262 
    1263 # Check whether --enable-fast-install or --disable-fast-install was given.
    1264 if test "${enable_fast_install+set}" = set; then
    1265   enableval="$enable_fast_install"
    1266   p=${PACKAGE-default}
    1267 case $enableval in
    1268 yes) enable_fast_install=yes ;;
    1269 no) enable_fast_install=no ;;
    1270 *)
    1271   enable_fast_install=no
    1272   # Look at the argument we got.  We use all the common list separators.
    1273   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
    1274   for pkg in $enableval; do
    1275     if test "X$pkg" = "X$p"; then
    1276       enable_fast_install=yes
    1277     fi
    1278   done
    1279   IFS="$ac_save_ifs"
    1280   ;;
    1281 esac
    1282 else
    1283   enable_fast_install=yes
    1284 fi
    1285 
    1286815# Extract the first word of "gcc", so it can be a program name with args.
    1287816set dummy gcc; ac_word=$2
    1288817echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1289 echo "configure:1290: checking for $ac_word" >&5
     818echo "configure:819: checking for $ac_word" >&5
    1290819if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    1291820  echo $ac_n "(cached) $ac_c" 1>&6
     
    1318847set dummy cc; ac_word=$2
    1319848echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1320 echo "configure:1321: checking for $ac_word" >&5
     849echo "configure:850: checking for $ac_word" >&5
    1321850if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    1322851  echo $ac_n "(cached) $ac_c" 1>&6
     
    1371900set dummy cl; ac_word=$2
    1372901echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1373 echo "configure:1374: checking for $ac_word" >&5
     902echo "configure:903: checking for $ac_word" >&5
    1374903if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    1375904  echo $ac_n "(cached) $ac_c" 1>&6
     
    1404933
    1405934echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    1406 echo "configure:1407: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     935echo "configure:936: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    1407936
    1408937ac_ext=c
     
    1415944cat > conftest.$ac_ext << EOF
    1416945
    1417 #line 1418 "configure"
     946#line 947 "configure"
    1418947#include "confdefs.h"
    1419948
    1420949main(){return(0);}
    1421950EOF
    1422 if { (eval echo configure:1423: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     951if { (eval echo configure:952: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    1423952  ac_cv_prog_cc_works=yes
    1424953  # If we can't run a trivial program, we are probably using a cross compiler.
     
    1446975fi
    1447976echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    1448 echo "configure:1449: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     977echo "configure:978: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    1449978echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    1450979cross_compiling=$ac_cv_prog_cc_cross
    1451980
    1452981echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    1453 echo "configure:1454: checking whether we are using GNU C" >&5
     982echo "configure:983: checking whether we are using GNU C" >&5
    1454983if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    1455984  echo $ac_n "(cached) $ac_c" 1>&6
     
    1460989#endif
    1461990EOF
    1462 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1463: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     991if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:992: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    1463992  ac_cv_prog_gcc=yes
    1464993else
     
    14791008CFLAGS=
    14801009echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    1481 echo "configure:1482: checking whether ${CC-cc} accepts -g" >&5
     1010echo "configure:1011: checking whether ${CC-cc} accepts -g" >&5
    14821011if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    14831012  echo $ac_n "(cached) $ac_c" 1>&6
     
    15101039fi
    15111040
     1041echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6
     1042echo "configure:1043: checking for POSIXized ISC" >&5
     1043if test -d /etc/conf/kconfig.d &&
     1044  grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
     1045then
     1046  echo "$ac_t""yes" 1>&6
     1047  ISC=yes # If later tests want to check for ISC.
     1048  cat >> confdefs.h <<\EOF
     1049#define _POSIX_SOURCE 1
     1050EOF
     1051
     1052  if test "$GCC" = yes; then
     1053    CC="$CC -posix"
     1054  else
     1055    CC="$CC -Xp"
     1056  fi
     1057else
     1058  echo "$ac_t""no" 1>&6
     1059  ISC=
     1060fi
     1061
     1062
     1063am__api_version="1.4"
     1064# Find a good install program.  We prefer a C program (faster),
     1065# so one script is as good as another.  But avoid the broken or
     1066# incompatible versions:
     1067# SysV /etc/install, /usr/sbin/install
     1068# SunOS /usr/etc/install
     1069# IRIX /sbin/install
     1070# AIX /bin/install
     1071# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
     1072# AFS /usr/afsws/bin/install, which mishandles nonexistent args
     1073# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
     1074# ./install, which can be erroneously created by make from ./install.sh.
     1075echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
     1076echo "configure:1077: checking for a BSD compatible install" >&5
     1077if test -z "$INSTALL"; then
     1078if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
     1079  echo $ac_n "(cached) $ac_c" 1>&6
     1080else
     1081    IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS="$PATH_IFS"
     1082  for ac_dir in $PATH; do
     1083    # Account for people who put trailing slashes in PATH elements.
     1084    case "$ac_dir/" in
     1085    /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
     1086    # We reject the install program from OS/2 or W3.1
     1087    */OS2|*/OS2/*|*/WINDOWS|*/WINDOWS/*) ;;
     1088    *)
     1089      # OSF1 and SCO ODT 3.0 have their own names for install.
     1090      # Don't use installbsd from OSF since it installs stuff as root
     1091      # by default.
     1092      for ac_prog in ginstall scoinst install; do
     1093        if test -f $ac_dir/$ac_prog$ac_exeext; then
     1094          if test $ac_prog = install &&
     1095            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
     1096            # AIX install.  It has an incompatible calling convention.
     1097            :
     1098          else
     1099            ac_cv_path_install="$ac_dir/$ac_prog$ac_exeext -c"
     1100            break 2
     1101          fi
     1102        fi
     1103      done
     1104      ;;
     1105    esac
     1106  done
     1107  IFS="$ac_save_IFS"
     1108
     1109fi
     1110  if test "${ac_cv_path_install+set}" = set; then
     1111    INSTALL="$ac_cv_path_install"
     1112  else
     1113    # As a last resort, use the slow shell script.  We don't cache a
     1114    # path for INSTALL within a source directory, because that will
     1115    # break other packages using the cache if that directory is
     1116    # removed, or if the path is relative.
     1117    INSTALL="$ac_install_sh"
     1118  fi
     1119fi
     1120echo "$ac_t""$INSTALL" 1>&6
     1121
     1122# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
     1123# It thinks the first close brace ends the variable substitution.
     1124test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
     1125
     1126test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
     1127
     1128test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
     1129
     1130echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
     1131echo "configure:1132: checking whether build environment is sane" >&5
     1132# Just in case
     1133sleep 1
     1134echo timestamp > conftestfile
     1135# Do `set' in a subshell so we don't clobber the current shell's
     1136# arguments.  Must try -L first in case configure is actually a
     1137# symlink; some systems play weird games with the mod time of symlinks
     1138# (eg FreeBSD returns the mod time of the symlink's containing
     1139# directory).
     1140if (
     1141   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
     1142   if test "$*" = "X"; then
     1143      # -L didn't work.
     1144      set X `ls -t $srcdir/configure conftestfile`
     1145   fi
     1146   if test "$*" != "X $srcdir/configure conftestfile" \
     1147      && test "$*" != "X conftestfile $srcdir/configure"; then
     1148
     1149      # If neither matched, then we have a broken ls.  This can happen
     1150      # if, for instance, CONFIG_SHELL is bash and it inherits a
     1151      # broken ls alias from the environment.  This has actually
     1152      # happened.  Such a system could not be considered "sane".
     1153      { echo "configure: error: ls -t appears to fail.  Make sure there is not a broken
     1154alias in your environment" 1>&2; exit 1; }
     1155   fi
     1156
     1157   test "$2" = conftestfile
     1158   )
     1159then
     1160   # Ok.
     1161   :
     1162else
     1163   { echo "configure: error: newly created file is older than distributed files!
     1164Check your system clock" 1>&2; exit 1; }
     1165fi
     1166rm -f conftest*
     1167echo "$ac_t""yes" 1>&6
     1168if test "$program_transform_name" = s,x,x,; then
     1169  program_transform_name=
     1170else
     1171  # Double any \ or $.  echo might interpret backslashes.
     1172  cat <<\EOF_SED > conftestsed
     1173s,\\,\\\\,g; s,\$,$$,g
     1174EOF_SED
     1175  program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
     1176  rm -f conftestsed
     1177fi
     1178test "$program_prefix" != NONE &&
     1179  program_transform_name="s,^,${program_prefix},; $program_transform_name"
     1180# Use a double $ so make ignores it.
     1181test "$program_suffix" != NONE &&
     1182  program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
     1183
     1184# sed with no file args requires a program.
     1185test "$program_transform_name" = "" && program_transform_name="s,x,x,"
     1186
     1187echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
     1188echo "configure:1189: checking whether ${MAKE-make} sets \${MAKE}" >&5
     1189set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
     1190if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     1191  echo $ac_n "(cached) $ac_c" 1>&6
     1192else
     1193  cat > conftestmake <<\EOF
     1194all:
     1195        @echo 'ac_maketemp="${MAKE}"'
     1196EOF
     1197# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
     1198eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
     1199if test -n "$ac_maketemp"; then
     1200  eval ac_cv_prog_make_${ac_make}_set=yes
     1201else
     1202  eval ac_cv_prog_make_${ac_make}_set=no
     1203fi
     1204rm -f conftestmake
     1205fi
     1206if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
     1207  echo "$ac_t""yes" 1>&6
     1208  SET_MAKE=
     1209else
     1210  echo "$ac_t""no" 1>&6
     1211  SET_MAKE="MAKE=${MAKE-make}"
     1212fi
     1213
     1214
     1215PACKAGE=bfd
     1216
     1217VERSION=2.14
     1218
     1219if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
     1220  { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
     1221fi
     1222cat >> confdefs.h <<EOF
     1223#define PACKAGE "$PACKAGE"
     1224EOF
     1225
     1226cat >> confdefs.h <<EOF
     1227#define VERSION "$VERSION"
     1228EOF
     1229
     1230
     1231
     1232missing_dir=`cd $ac_aux_dir && pwd`
     1233echo $ac_n "checking for working aclocal-${am__api_version}""... $ac_c" 1>&6
     1234echo "configure:1235: checking for working aclocal-${am__api_version}" >&5
     1235# Run test in a subshell; some versions of sh will print an error if
     1236# an executable is not found, even if stderr is redirected.
     1237# Redirect stdin to placate older versions of autoconf.  Sigh.
     1238if (aclocal-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then
     1239   ACLOCAL=aclocal-${am__api_version}
     1240   echo "$ac_t""found" 1>&6
     1241else
     1242   ACLOCAL="$missing_dir/missing aclocal-${am__api_version}"
     1243   echo "$ac_t""missing" 1>&6
     1244fi
     1245
     1246echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
     1247echo "configure:1248: checking for working autoconf" >&5
     1248# Run test in a subshell; some versions of sh will print an error if
     1249# an executable is not found, even if stderr is redirected.
     1250# Redirect stdin to placate older versions of autoconf.  Sigh.
     1251if (autoconf --version) < /dev/null > /dev/null 2>&1; then
     1252   AUTOCONF=autoconf
     1253   echo "$ac_t""found" 1>&6
     1254else
     1255   AUTOCONF="$missing_dir/missing autoconf"
     1256   echo "$ac_t""missing" 1>&6
     1257fi
     1258
     1259echo $ac_n "checking for working automake-${am__api_version}""... $ac_c" 1>&6
     1260echo "configure:1261: checking for working automake-${am__api_version}" >&5
     1261# Run test in a subshell; some versions of sh will print an error if
     1262# an executable is not found, even if stderr is redirected.
     1263# Redirect stdin to placate older versions of autoconf.  Sigh.
     1264if (automake-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then
     1265   AUTOMAKE=automake-${am__api_version}
     1266   echo "$ac_t""found" 1>&6
     1267else
     1268   AUTOMAKE="$missing_dir/missing automake-${am__api_version}"
     1269   echo "$ac_t""missing" 1>&6
     1270fi
     1271
     1272echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
     1273echo "configure:1274: checking for working autoheader" >&5
     1274# Run test in a subshell; some versions of sh will print an error if
     1275# an executable is not found, even if stderr is redirected.
     1276# Redirect stdin to placate older versions of autoconf.  Sigh.
     1277if (autoheader --version) < /dev/null > /dev/null 2>&1; then
     1278   AUTOHEADER=autoheader
     1279   echo "$ac_t""found" 1>&6
     1280else
     1281   AUTOHEADER="$missing_dir/missing autoheader"
     1282   echo "$ac_t""missing" 1>&6
     1283fi
     1284
     1285echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
     1286echo "configure:1287: checking for working makeinfo" >&5
     1287# Run test in a subshell; some versions of sh will print an error if
     1288# an executable is not found, even if stderr is redirected.
     1289# Redirect stdin to placate older versions of autoconf.  Sigh.
     1290if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
     1291   MAKEINFO=makeinfo
     1292   echo "$ac_t""found" 1>&6
     1293else
     1294   MAKEINFO="$missing_dir/missing makeinfo"
     1295   echo "$ac_t""missing" 1>&6
     1296fi
     1297
     1298
     1299# Uncomment the next line to remove the date from the reported bfd version
     1300#is_release=y
     1301
     1302bfd_version=`echo "${VERSION}" | sed -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$/\1\2\3\4\5/'`
     1303
     1304bfd_version_string="\"${VERSION}\""
     1305if test x${is_release} = x; then
     1306  bfd_version_date=`sed -n -e 's/.*DATE //p' < ${srcdir}/version.h`
     1307  bfd_version_string="\"${VERSION} ${bfd_version_date}\""
     1308fi
     1309
     1310
     1311
     1312if test $host != $build; then
     1313  ac_tool_prefix=${host_alias}-
     1314else
     1315  ac_tool_prefix=
     1316fi
     1317
     1318# Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
     1319set dummy ${ac_tool_prefix}ar; ac_word=$2
     1320echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
     1321echo "configure:1322: checking for $ac_word" >&5
     1322if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
     1323  echo $ac_n "(cached) $ac_c" 1>&6
     1324else
     1325  if test -n "$AR"; then
     1326  ac_cv_prog_AR="$AR" # Let the user override the test.
     1327else
     1328  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
     1329  ac_dummy="$PATH"
     1330  for ac_dir in $ac_dummy; do
     1331    test -z "$ac_dir" && ac_dir=.
     1332    if test -f $ac_dir/$ac_word -o \
     1333            -f $ac_dir/$ac_word$ac_exeext ; then
     1334      ac_cv_prog_AR="${ac_tool_prefix}ar"
     1335      break
     1336    fi
     1337  done
     1338  IFS="$ac_save_ifs"
     1339  test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar"
     1340fi
     1341fi
     1342AR="$ac_cv_prog_AR"
     1343if test -n "$AR"; then
     1344  echo "$ac_t""$AR" 1>&6
     1345else
     1346  echo "$ac_t""no" 1>&6
     1347fi
     1348
     1349
     1350
     1351# Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
     1352set dummy ${ac_tool_prefix}ranlib; ac_word=$2
     1353echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
     1354echo "configure:1355: checking for $ac_word" >&5
     1355if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
     1356  echo $ac_n "(cached) $ac_c" 1>&6
     1357else
     1358  if test -n "$RANLIB"; then
     1359  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
     1360else
     1361  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
     1362  ac_dummy="$PATH"
     1363  for ac_dir in $ac_dummy; do
     1364    test -z "$ac_dir" && ac_dir=.
     1365    if test -f $ac_dir/$ac_word -o \
     1366            -f $ac_dir/$ac_word$ac_exeext ; then
     1367      ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
     1368      break
     1369    fi
     1370  done
     1371  IFS="$ac_save_ifs"
     1372fi
     1373fi
     1374RANLIB="$ac_cv_prog_RANLIB"
     1375if test -n "$RANLIB"; then
     1376  echo "$ac_t""$RANLIB" 1>&6
     1377else
     1378  echo "$ac_t""no" 1>&6
     1379fi
     1380
     1381
     1382if test -z "$ac_cv_prog_RANLIB"; then
     1383if test -n "$ac_tool_prefix"; then
     1384  # Extract the first word of "ranlib", so it can be a program name with args.
     1385set dummy ranlib; ac_word=$2
     1386echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
     1387echo "configure:1388: checking for $ac_word" >&5
     1388if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
     1389  echo $ac_n "(cached) $ac_c" 1>&6
     1390else
     1391  if test -n "$RANLIB"; then
     1392  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
     1393else
     1394  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
     1395  ac_dummy="$PATH"
     1396  for ac_dir in $ac_dummy; do
     1397    test -z "$ac_dir" && ac_dir=.
     1398    if test -f $ac_dir/$ac_word -o \
     1399            -f $ac_dir/$ac_word$ac_exeext ; then
     1400      ac_cv_prog_RANLIB="ranlib"
     1401      break
     1402    fi
     1403  done
     1404  IFS="$ac_save_ifs"
     1405  test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
     1406fi
     1407fi
     1408RANLIB="$ac_cv_prog_RANLIB"
     1409if test -n "$RANLIB"; then
     1410  echo "$ac_t""$RANLIB" 1>&6
     1411else
     1412  echo "$ac_t""no" 1>&6
     1413fi
     1414
     1415else
     1416  RANLIB=":"
     1417fi
     1418fi
     1419
     1420
     1421# Check whether --enable-shared or --disable-shared was given.
     1422if test "${enable_shared+set}" = set; then
     1423  enableval="$enable_shared"
     1424  p=${PACKAGE-default}
     1425case $enableval in
     1426yes) enable_shared=yes ;;
     1427no) enable_shared=no ;;
     1428*)
     1429  enable_shared=no
     1430  # Look at the argument we got.  We use all the common list separators.
     1431  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
     1432  for pkg in $enableval; do
     1433    if test "X$pkg" = "X$p"; then
     1434      enable_shared=yes
     1435    fi
     1436  done
     1437  IFS="$ac_save_ifs"
     1438  ;;
     1439esac
     1440else
     1441  enable_shared=no
     1442fi
     1443
     1444
     1445# Check whether --enable-static or --disable-static was given.
     1446if test "${enable_static+set}" = set; then
     1447  enableval="$enable_static"
     1448  p=${PACKAGE-default}
     1449case $enableval in
     1450yes) enable_static=yes ;;
     1451no) enable_static=no ;;
     1452*)
     1453  enable_static=no
     1454  # Look at the argument we got.  We use all the common list separators.
     1455  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
     1456  for pkg in $enableval; do
     1457    if test "X$pkg" = "X$p"; then
     1458      enable_static=yes
     1459    fi
     1460  done
     1461  IFS="$ac_save_ifs"
     1462  ;;
     1463esac
     1464else
     1465  enable_static=yes
     1466fi
     1467
     1468# Check whether --enable-fast-install or --disable-fast-install was given.
     1469if test "${enable_fast_install+set}" = set; then
     1470  enableval="$enable_fast_install"
     1471  p=${PACKAGE-default}
     1472case $enableval in
     1473yes) enable_fast_install=yes ;;
     1474no) enable_fast_install=no ;;
     1475*)
     1476  enable_fast_install=no
     1477  # Look at the argument we got.  We use all the common list separators.
     1478  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
     1479  for pkg in $enableval; do
     1480    if test "X$pkg" = "X$p"; then
     1481      enable_fast_install=yes
     1482    fi
     1483  done
     1484  IFS="$ac_save_ifs"
     1485  ;;
     1486esac
     1487else
     1488  enable_fast_install=yes
     1489fi
     1490
    15121491# Check whether --with-gnu-ld or --without-gnu-ld was given.
    15131492if test "${with_gnu_ld+set}" = set; then
     
    15221501  # Check if gcc -print-prog-name=ld gives a path.
    15231502  echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
    1524 echo "configure:1525: checking for ld used by GCC" >&5
     1503echo "configure:1504: checking for ld used by GCC" >&5
    15251504  case $host in
    15261505  *-*-mingw*)
     
    15521531elif test "$with_gnu_ld" = yes; then
    15531532  echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
    1554 echo "configure:1555: checking for GNU ld" >&5
     1533echo "configure:1534: checking for GNU ld" >&5
    15551534else
    15561535  echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
    1557 echo "configure:1558: checking for non-GNU ld" >&5
     1536echo "configure:1537: checking for non-GNU ld" >&5
    15581537fi
    15591538if eval "test \"`echo '$''{'lt_cv_path_LD'+set}'`\" = set"; then
     
    15901569test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
    15911570echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
    1592 echo "configure:1593: checking if the linker ($LD) is GNU ld" >&5
     1571echo "configure:1572: checking if the linker ($LD) is GNU ld" >&5
    15931572if eval "test \"`echo '$''{'lt_cv_prog_gnu_ld'+set}'`\" = set"; then
    15941573  echo $ac_n "(cached) $ac_c" 1>&6
     
    16071586
    16081587echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6
    1609 echo "configure:1610: checking for $LD option to reload object files" >&5
     1588echo "configure:1589: checking for $LD option to reload object files" >&5
    16101589if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then
    16111590  echo $ac_n "(cached) $ac_c" 1>&6
     
    16191598
    16201599echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
    1621 echo "configure:1622: checking for BSD-compatible nm" >&5
     1600echo "configure:1601: checking for BSD-compatible nm" >&5
    16221601if eval "test \"`echo '$''{'lt_cv_path_NM'+set}'`\" = set"; then
    16231602  echo $ac_n "(cached) $ac_c" 1>&6
     
    16571636
    16581637echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    1659 echo "configure:1660: checking whether ln -s works" >&5
     1638echo "configure:1639: checking whether ln -s works" >&5
    16601639if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    16611640  echo $ac_n "(cached) $ac_c" 1>&6
     
    16841663
    16851664echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6
    1686 echo "configure:1687: checking how to recognise dependant libraries" >&5
     1665echo "configure:1666: checking how to recognise dependant libraries" >&5
    16871666if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then
    16881667  echo $ac_n "(cached) $ac_c" 1>&6
     
    18611840
    18621841echo $ac_n "checking for object suffix""... $ac_c" 1>&6
    1863 echo "configure:1864: checking for object suffix" >&5
     1842echo "configure:1843: checking for object suffix" >&5
    18641843if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then
    18651844  echo $ac_n "(cached) $ac_c" 1>&6
     
    18671846  rm -f conftest*
    18681847echo 'int i = 1;' > conftest.$ac_ext
    1869 if { (eval echo configure:1870: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1848if { (eval echo configure:1849: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    18701849  for ac_file in conftest.*; do
    18711850    case $ac_file in
     
    18911870  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
    18921871    echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6
    1893 echo "configure:1894: checking for ${ac_tool_prefix}file" >&5
     1872echo "configure:1873: checking for ${ac_tool_prefix}file" >&5
    18941873if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
    18951874  echo $ac_n "(cached) $ac_c" 1>&6
     
    19531932  if test -n "$ac_tool_prefix"; then
    19541933    echo $ac_n "checking for file""... $ac_c" 1>&6
    1955 echo "configure:1956: checking for file" >&5
     1934echo "configure:1935: checking for file" >&5
    19561935if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
    19571936  echo $ac_n "(cached) $ac_c" 1>&6
     
    20242003set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    20252004echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2026 echo "configure:2027: checking for $ac_word" >&5
     2005echo "configure:2006: checking for $ac_word" >&5
    20272006if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    20282007  echo $ac_n "(cached) $ac_c" 1>&6
     
    20572036set dummy ranlib; ac_word=$2
    20582037echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2059 echo "configure:2060: checking for $ac_word" >&5
     2038echo "configure:2039: checking for $ac_word" >&5
    20602039if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    20612040  echo $ac_n "(cached) $ac_c" 1>&6
     
    20932072set dummy ${ac_tool_prefix}strip; ac_word=$2
    20942073echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2095 echo "configure:2096: checking for $ac_word" >&5
     2074echo "configure:2075: checking for $ac_word" >&5
    20962075if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
    20972076  echo $ac_n "(cached) $ac_c" 1>&6
     
    21262105set dummy strip; ac_word=$2
    21272106echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2128 echo "configure:2129: checking for $ac_word" >&5
     2107echo "configure:2108: checking for $ac_word" >&5
    21292108if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
    21302109  echo $ac_n "(cached) $ac_c" 1>&6
     
    21942173*-*-irix6*)
    21952174  # Find out which ABI we are using.
    2196   echo '#line 2197 "configure"' > conftest.$ac_ext
    2197   if { (eval echo configure:2198: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2175  echo '#line 2176 "configure"' > conftest.$ac_ext
     2176  if { (eval echo configure:2177: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    21982177   if test "$lt_cv_prog_gnu_ld" = yes; then
    21992178    case `/usr/bin/file conftest.$ac_objext` in
     
    22282207  # Find out which ABI we are using.
    22292208  echo 'int i;' > conftest.$ac_ext
    2230   if { (eval echo configure:2231: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2209  if { (eval echo configure:2210: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    22312210    case "`/usr/bin/file conftest.o`" in
    22322211    *ELF-32*)
     
    22462225  CFLAGS="$CFLAGS -belf"
    22472226  echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6
    2248 echo "configure:2249: checking whether the C compiler needs -belf" >&5
     2227echo "configure:2228: checking whether the C compiler needs -belf" >&5
    22492228if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
    22502229  echo $ac_n "(cached) $ac_c" 1>&6
     
    22592238
    22602239     cat > conftest.$ac_ext <<EOF
    2261 #line 2262 "configure"
     2240#line 2241 "configure"
    22622241#include "confdefs.h"
    22632242
     
    22662245; return 0; }
    22672246EOF
    2268 if { (eval echo configure:2269: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2247if { (eval echo configure:2248: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    22692248  rm -rf conftest*
    22702249  lt_cv_cc_needs_belf=yes
     
    24562435
    24572436echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
    2458 echo "configure:2459: checking whether to enable maintainer-specific portions of Makefiles" >&5
     2437echo "configure:2438: checking whether to enable maintainer-specific portions of Makefiles" >&5
    24592438    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
    24602439if test "${enable_maintainer_mode+set}" = set; then
     
    24792458
    24802459echo $ac_n "checking whether to install libbfd""... $ac_c" 1>&6
    2481 echo "configure:2482: checking whether to install libbfd" >&5
     2460echo "configure:2461: checking whether to install libbfd" >&5
    24822461  # Check whether --enable-install-libbfd or --disable-install-libbfd was given.
    24832462if test "${enable_install_libbfd+set}" = set; then
     
    25172496
    25182497echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
    2519 echo "configure:2520: checking for executable suffix" >&5
     2498echo "configure:2499: checking for executable suffix" >&5
    25202499if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
    25212500  echo $ac_n "(cached) $ac_c" 1>&6
     
    25272506  echo 'int main () { return 0; }' > conftest.$ac_ext
    25282507  ac_cv_exeext=
    2529   if { (eval echo configure:2530: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
     2508  if { (eval echo configure:2509: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
    25302509    for file in conftest.*; do
    25312510      case $file in
     
    25572536set dummy gcc; ac_word=$2
    25582537echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2559 echo "configure:2560: checking for $ac_word" >&5
     2538echo "configure:2539: checking for $ac_word" >&5
    25602539if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    25612540  echo $ac_n "(cached) $ac_c" 1>&6
     
    25882567set dummy cc; ac_word=$2
    25892568echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2590 echo "configure:2591: checking for $ac_word" >&5
     2569echo "configure:2570: checking for $ac_word" >&5
    25912570if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    25922571  echo $ac_n "(cached) $ac_c" 1>&6
     
    26412620set dummy cl; ac_word=$2
    26422621echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2643 echo "configure:2644: checking for $ac_word" >&5
     2622echo "configure:2623: checking for $ac_word" >&5
    26442623if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    26452624  echo $ac_n "(cached) $ac_c" 1>&6
     
    26742653
    26752654echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    2676 echo "configure:2677: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     2655echo "configure:2656: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    26772656
    26782657ac_ext=c
     
    26852664cat > conftest.$ac_ext << EOF
    26862665
    2687 #line 2688 "configure"
     2666#line 2667 "configure"
    26882667#include "confdefs.h"
    26892668
    26902669main(){return(0);}
    26912670EOF
    2692 if { (eval echo configure:2693: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2671if { (eval echo configure:2672: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    26932672  ac_cv_prog_cc_works=yes
    26942673  # If we can't run a trivial program, we are probably using a cross compiler.
     
    27162695fi
    27172696echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    2718 echo "configure:2719: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     2697echo "configure:2698: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    27192698echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    27202699cross_compiling=$ac_cv_prog_cc_cross
    27212700
    27222701echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    2723 echo "configure:2724: checking whether we are using GNU C" >&5
     2702echo "configure:2703: checking whether we are using GNU C" >&5
    27242703if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    27252704  echo $ac_n "(cached) $ac_c" 1>&6
     
    27302709#endif
    27312710EOF
    2732 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2733: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     2711if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2712: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    27332712  ac_cv_prog_gcc=yes
    27342713else
     
    27492728CFLAGS=
    27502729echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    2751 echo "configure:2752: checking whether ${CC-cc} accepts -g" >&5
     2730echo "configure:2731: checking whether ${CC-cc} accepts -g" >&5
    27522731if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    27532732  echo $ac_n "(cached) $ac_c" 1>&6
     
    27832762ALL_LINGUAS="fr ja es sv da zh_CN"
    27842763echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    2785 echo "configure:2786: checking how to run the C preprocessor" >&5
     2764echo "configure:2765: checking how to run the C preprocessor" >&5
    27862765# On Suns, sometimes $CPP names a directory.
    27872766if test -n "$CPP" && test -d "$CPP"; then
     
    27992778  cat > conftest.$ac_ext <<EOF
    28002779#include <sys/types.h>
    2801 #line 2802 "configure"
     2780#line 2781 "configure"
    28022781#include "confdefs.h"
    28032782#include <assert.h>
     
    28052784EOF
    28062785ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2807 { (eval echo configure:2808: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2786{ (eval echo configure:2787: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    28082787ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    28092788if test -z "$ac_err"; then
     
    28172796  cat > conftest.$ac_ext <<EOF
    28182797#include <sys/types.h>
    2819 #line 2820 "configure"
     2798#line 2799 "configure"
    28202799#include "confdefs.h"
    28212800#include <assert.h>
     
    28232802EOF
    28242803ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2825 { (eval echo configure:2826: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2804{ (eval echo configure:2805: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    28262805ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    28272806if test -z "$ac_err"; then
     
    28352814  cat > conftest.$ac_ext <<EOF
    28362815#include <sys/types.h>
    2837 #line 2838 "configure"
     2816#line 2817 "configure"
    28382817#include "confdefs.h"
    28392818#include <assert.h>
     
    28412820EOF
    28422821ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2843 { (eval echo configure:2844: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2822{ (eval echo configure:2823: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    28442823ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    28452824if test -z "$ac_err"; then
     
    28682847set dummy ranlib; ac_word=$2
    28692848echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2870 echo "configure:2871: checking for $ac_word" >&5
     2849echo "configure:2850: checking for $ac_word" >&5
    28712850if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    28722851  echo $ac_n "(cached) $ac_c" 1>&6
     
    28972876
    28982877echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    2899 echo "configure:2900: checking for ANSI C header files" >&5
     2878echo "configure:2879: checking for ANSI C header files" >&5
    29002879if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    29012880  echo $ac_n "(cached) $ac_c" 1>&6
     
    29032882  cat > conftest.$ac_ext <<EOF
    29042883#include <sys/types.h>
    2905 #line 2906 "configure"
     2884#line 2885 "configure"
    29062885#include "confdefs.h"
    29072886#include <stdlib.h>
     
    29112890EOF
    29122891ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2913 { (eval echo configure:2914: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2892{ (eval echo configure:2893: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    29142893ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    29152894if test -z "$ac_err"; then
     
    29282907  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    29292908cat > conftest.$ac_ext <<EOF
    2930 #line 2931 "configure"
     2909#line 2910 "configure"
    29312910#include "confdefs.h"
    29322911#include <string.h>
     
    29462925  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    29472926cat > conftest.$ac_ext <<EOF
    2948 #line 2949 "configure"
     2927#line 2928 "configure"
    29492928#include "confdefs.h"
    29502929#include <stdlib.h>
     
    29672946else
    29682947  cat > conftest.$ac_ext <<EOF
    2969 #line 2970 "configure"
     2948#line 2949 "configure"
    29702949#include "confdefs.h"
    29712950#include <ctype.h>
     
    29782957
    29792958EOF
    2980 if { (eval echo configure:2981: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2959if { (eval echo configure:2960: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    29812960then
    29822961  :
     
    30022981
    30032982echo $ac_n "checking for working const""... $ac_c" 1>&6
    3004 echo "configure:3005: checking for working const" >&5
     2983echo "configure:2984: checking for working const" >&5
    30052984if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
    30062985  echo $ac_n "(cached) $ac_c" 1>&6
    30072986else
    30082987  cat > conftest.$ac_ext <<EOF
    3009 #line 3010 "configure"
     2988#line 2989 "configure"
    30102989#include "confdefs.h"
    30112990
     
    30563035; return 0; }
    30573036EOF
    3058 if { (eval echo configure:3059: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3037if { (eval echo configure:3038: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    30593038  rm -rf conftest*
    30603039  ac_cv_c_const=yes
     
    30773056
    30783057echo $ac_n "checking for inline""... $ac_c" 1>&6
    3079 echo "configure:3080: checking for inline" >&5
     3058echo "configure:3059: checking for inline" >&5
    30803059if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
    30813060  echo $ac_n "(cached) $ac_c" 1>&6
     
    30843063for ac_kw in inline __inline__ __inline; do
    30853064  cat > conftest.$ac_ext <<EOF
    3086 #line 3087 "configure"
     3065#line 3066 "configure"
    30873066#include "confdefs.h"
    30883067
     
    30913070; return 0; }
    30923071EOF
    3093 if { (eval echo configure:3094: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3072if { (eval echo configure:3073: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    30943073  rm -rf conftest*
    30953074  ac_cv_c_inline=$ac_kw; break
     
    31173096
    31183097echo $ac_n "checking for off_t""... $ac_c" 1>&6
    3119 echo "configure:3120: checking for off_t" >&5
     3098echo "configure:3099: checking for off_t" >&5
    31203099if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
    31213100  echo $ac_n "(cached) $ac_c" 1>&6
    31223101else
    31233102  cat > conftest.$ac_ext <<EOF
    3124 #line 3125 "configure"
     3103#line 3104 "configure"
    31253104#include "confdefs.h"
    31263105#include <sys/types.h>
     
    31503129
    31513130echo $ac_n "checking for size_t""... $ac_c" 1>&6
    3152 echo "configure:3153: checking for size_t" >&5
     3131echo "configure:3132: checking for size_t" >&5
    31533132if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
    31543133  echo $ac_n "(cached) $ac_c" 1>&6
    31553134else
    31563135  cat > conftest.$ac_ext <<EOF
    3157 #line 3158 "configure"
     3136#line 3137 "configure"
    31583137#include "confdefs.h"
    31593138#include <sys/types.h>
     
    31853164# for constant arguments.  Useless!
    31863165echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
    3187 echo "configure:3188: checking for working alloca.h" >&5
     3166echo "configure:3167: checking for working alloca.h" >&5
    31883167if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
    31893168  echo $ac_n "(cached) $ac_c" 1>&6
    31903169else
    31913170  cat > conftest.$ac_ext <<EOF
    3192 #line 3193 "configure"
     3171#line 3172 "configure"
    31933172#include "confdefs.h"
    31943173#include <alloca.h>
     
    31973176; return 0; }
    31983177EOF
    3199 if { (eval echo configure:3200: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3178if { (eval echo configure:3179: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    32003179  rm -rf conftest*
    32013180  ac_cv_header_alloca_h=yes
     
    32183197
    32193198echo $ac_n "checking for alloca""... $ac_c" 1>&6
    3220 echo "configure:3221: checking for alloca" >&5
     3199echo "configure:3200: checking for alloca" >&5
    32213200if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
    32223201  echo $ac_n "(cached) $ac_c" 1>&6
    32233202else
    32243203  cat > conftest.$ac_ext <<EOF
    3225 #line 3226 "configure"
     3204#line 3205 "configure"
    32263205#include "confdefs.h"
    32273206
     
    32513230; return 0; }
    32523231EOF
    3253 if { (eval echo configure:3254: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3232if { (eval echo configure:3233: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    32543233  rm -rf conftest*
    32553234  ac_cv_func_alloca_works=yes
     
    32833262
    32843263echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
    3285 echo "configure:3286: checking whether alloca needs Cray hooks" >&5
     3264echo "configure:3265: checking whether alloca needs Cray hooks" >&5
    32863265if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
    32873266  echo $ac_n "(cached) $ac_c" 1>&6
    32883267else
    32893268  cat > conftest.$ac_ext <<EOF
    3290 #line 3291 "configure"
     3269#line 3270 "configure"
    32913270#include "confdefs.h"
    32923271#if defined(CRAY) && ! defined(CRAY2)
     
    33133292for ac_func in _getb67 GETB67 getb67; do
    33143293  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3315 echo "configure:3316: checking for $ac_func" >&5
     3294echo "configure:3295: checking for $ac_func" >&5
    33163295if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    33173296  echo $ac_n "(cached) $ac_c" 1>&6
    33183297else
    33193298  cat > conftest.$ac_ext <<EOF
    3320 #line 3321 "configure"
     3299#line 3300 "configure"
    33213300#include "confdefs.h"
    33223301/* System header to define __stub macros and hopefully few prototypes,
     
    33413320; return 0; }
    33423321EOF
    3343 if { (eval echo configure:3344: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3322if { (eval echo configure:3323: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    33443323  rm -rf conftest*
    33453324  eval "ac_cv_func_$ac_func=yes"
     
    33683347
    33693348echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
    3370 echo "configure:3371: checking stack direction for C alloca" >&5
     3349echo "configure:3350: checking stack direction for C alloca" >&5
    33713350if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
    33723351  echo $ac_n "(cached) $ac_c" 1>&6
     
    33763355else
    33773356  cat > conftest.$ac_ext <<EOF
    3378 #line 3379 "configure"
     3357#line 3358 "configure"
    33793358#include "confdefs.h"
    33803359find_stack_direction ()
     
    33953374}
    33963375EOF
    3397 if { (eval echo configure:3398: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3376if { (eval echo configure:3377: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    33983377then
    33993378  ac_cv_c_stack_direction=1
     
    34203399ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    34213400echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    3422 echo "configure:3423: checking for $ac_hdr" >&5
     3401echo "configure:3402: checking for $ac_hdr" >&5
    34233402if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    34243403  echo $ac_n "(cached) $ac_c" 1>&6
     
    34263405  cat > conftest.$ac_ext <<EOF
    34273406#include <sys/types.h>
    3428 #line 3429 "configure"
     3407#line 3408 "configure"
    34293408#include "confdefs.h"
    34303409#include <$ac_hdr>
    34313410EOF
    34323411ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3433 { (eval echo configure:3434: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3412{ (eval echo configure:3413: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    34343413ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    34353414if test -z "$ac_err"; then
     
    34603439do
    34613440echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3462 echo "configure:3463: checking for $ac_func" >&5
     3441echo "configure:3442: checking for $ac_func" >&5
    34633442if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    34643443  echo $ac_n "(cached) $ac_c" 1>&6
    34653444else
    34663445  cat > conftest.$ac_ext <<EOF
    3467 #line 3468 "configure"
     3446#line 3447 "configure"
    34683447#include "confdefs.h"
    34693448/* System header to define __stub macros and hopefully few prototypes,
     
    34883467; return 0; }
    34893468EOF
    3490 if { (eval echo configure:3491: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3469if { (eval echo configure:3470: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    34913470  rm -rf conftest*
    34923471  eval "ac_cv_func_$ac_func=yes"
     
    35133492
    35143493echo $ac_n "checking for working mmap""... $ac_c" 1>&6
    3515 echo "configure:3516: checking for working mmap" >&5
     3494echo "configure:3495: checking for working mmap" >&5
    35163495if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
    35173496  echo $ac_n "(cached) $ac_c" 1>&6
     
    35213500else
    35223501  cat > conftest.$ac_ext <<EOF
    3523 #line 3524 "configure"
     3502#line 3503 "configure"
    35243503#include "confdefs.h"
    35253504
     
    36613640
    36623641EOF
    3663 if { (eval echo configure:3664: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3642if { (eval echo configure:3643: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    36643643then
    36653644  ac_cv_func_mmap_fixed_mapped=yes
     
    36893668ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    36903669echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    3691 echo "configure:3692: checking for $ac_hdr" >&5
     3670echo "configure:3671: checking for $ac_hdr" >&5
    36923671if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    36933672  echo $ac_n "(cached) $ac_c" 1>&6
     
    36953674  cat > conftest.$ac_ext <<EOF
    36963675#include <sys/types.h>
    3697 #line 3698 "configure"
     3676#line 3677 "configure"
    36983677#include "confdefs.h"
    36993678#include <$ac_hdr>
    37003679EOF
    37013680ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3702 { (eval echo configure:3703: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3681{ (eval echo configure:3682: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    37033682ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    37043683if test -z "$ac_err"; then
     
    37303709do
    37313710echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3732 echo "configure:3733: checking for $ac_func" >&5
     3711echo "configure:3712: checking for $ac_func" >&5
    37333712if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    37343713  echo $ac_n "(cached) $ac_c" 1>&6
    37353714else
    37363715  cat > conftest.$ac_ext <<EOF
    3737 #line 3738 "configure"
     3716#line 3717 "configure"
    37383717#include "confdefs.h"
    37393718/* System header to define __stub macros and hopefully few prototypes,
     
    37583737; return 0; }
    37593738EOF
    3760 if { (eval echo configure:3761: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3739if { (eval echo configure:3740: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    37613740  rm -rf conftest*
    37623741  eval "ac_cv_func_$ac_func=yes"
     
    37873766do
    37883767echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3789 echo "configure:3790: checking for $ac_func" >&5
     3768echo "configure:3769: checking for $ac_func" >&5
    37903769if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    37913770  echo $ac_n "(cached) $ac_c" 1>&6
    37923771else
    37933772  cat > conftest.$ac_ext <<EOF
    3794 #line 3795 "configure"
     3773#line 3774 "configure"
    37953774#include "confdefs.h"
    37963775/* System header to define __stub macros and hopefully few prototypes,
     
    38153794; return 0; }
    38163795EOF
    3817 if { (eval echo configure:3818: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3796if { (eval echo configure:3797: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    38183797  rm -rf conftest*
    38193798  eval "ac_cv_func_$ac_func=yes"
     
    38493828   if test $ac_cv_header_locale_h = yes; then
    38503829    echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6
    3851 echo "configure:3852: checking for LC_MESSAGES" >&5
     3830echo "configure:3831: checking for LC_MESSAGES" >&5
    38523831if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then
    38533832  echo $ac_n "(cached) $ac_c" 1>&6
    38543833else
    38553834  cat > conftest.$ac_ext <<EOF
    3856 #line 3857 "configure"
     3835#line 3836 "configure"
    38573836#include "confdefs.h"
    38583837#include <locale.h>
     
    38613840; return 0; }
    38623841EOF
    3863 if { (eval echo configure:3864: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3842if { (eval echo configure:3843: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    38643843  rm -rf conftest*
    38653844  am_cv_val_LC_MESSAGES=yes
     
    38823861  fi
    38833862   echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6
    3884 echo "configure:3885: checking whether NLS is requested" >&5
     3863echo "configure:3864: checking whether NLS is requested" >&5
    38853864        # Check whether --enable-nls or --disable-nls was given.
    38863865if test "${enable_nls+set}" = set; then
     
    39023881
    39033882      echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6
    3904 echo "configure:3905: checking whether included gettext is requested" >&5
     3883echo "configure:3884: checking whether included gettext is requested" >&5
    39053884      # Check whether --with-included-gettext or --without-included-gettext was given.
    39063885if test "${with_included_gettext+set}" = set; then
     
    39143893
    39153894      nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
     3895      echo "nls_cv_use_gnu_gettext:$nls_cv_use_gnu_gettext" >&5
    39163896      if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
    39173897                                        nls_cv_header_intl=
     
    39213901        ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'`
    39223902echo $ac_n "checking for libintl.h""... $ac_c" 1>&6
    3923 echo "configure:3924: checking for libintl.h" >&5
     3903echo "configure:3904: checking for libintl.h" >&5
    39243904if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    39253905  echo $ac_n "(cached) $ac_c" 1>&6
     
    39273907  cat > conftest.$ac_ext <<EOF
    39283908#include <sys/types.h>
    3929 #line 3930 "configure"
     3909#line 3910 "configure"
    39303910#include "confdefs.h"
    39313911#include <libintl.h>
    39323912EOF
    39333913ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3934 { (eval echo configure:3935: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3914{ (eval echo configure:3915: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    39353915ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    39363916if test -z "$ac_err"; then
     
    39493929  echo "$ac_t""yes" 1>&6
    39503930  echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6
    3951 echo "configure:3952: checking for gettext in libc" >&5
     3931echo "configure:3932: checking for gettext in libc" >&5
    39523932if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then
    39533933  echo $ac_n "(cached) $ac_c" 1>&6
    39543934else
    39553935  cat > conftest.$ac_ext <<EOF
    3956 #line 3957 "configure"
     3936#line 3937 "configure"
    39573937#include "confdefs.h"
    39583938#include <libintl.h>
     
    39613941; return 0; }
    39623942EOF
    3963 if { (eval echo configure:3964: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3943if { (eval echo configure:3944: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    39643944  rm -rf conftest*
    39653945  gt_cv_func_gettext_libc=yes
     
    39763956
    39773957           if test "$gt_cv_func_gettext_libc" != "yes"; then
    3978              echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6
    3979 echo "configure:3980: checking for bindtextdomain in -lintl" >&5
     3958                                     echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6
     3959echo "configure:3960: checking for bindtextdomain in -lintl" >&5
    39803960ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'`
    39813961if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    39853965LIBS="-lintl  $LIBS"
    39863966cat > conftest.$ac_ext <<EOF
    3987 #line 3988 "configure"
     3967#line 3968 "configure"
    39883968#include "confdefs.h"
    39893969/* Override any gcc2 internal prototype to avoid an error.  */
     
    39963976; return 0; }
    39973977EOF
    3998 if { (eval echo configure:3999: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3978if { (eval echo configure:3979: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    39993979  rm -rf conftest*
    40003980  eval "ac_cv_lib_$ac_lib_var=yes"
     
    40123992  echo "$ac_t""yes" 1>&6
    40133993  echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6
    4014 echo "configure:4015: checking for gettext in libintl" >&5
     3994echo "configure:3995: checking for gettext in libintl" >&5
    40153995if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then
    40163996  echo $ac_n "(cached) $ac_c" 1>&6
    40173997else
    4018   cat > conftest.$ac_ext <<EOF
    4019 #line 4020 "configure"
     3998  ac_save_LIBS="$LIBS"; LIBS="-lintl $LIBS";
     3999                 cat > conftest.$ac_ext <<EOF
     4000#line 4001 "configure"
    40204001#include "confdefs.h"
    4021 
     4002#include <libintl.h>
    40224003int main() {
    40234004return (int) gettext ("")
    40244005; return 0; }
    40254006EOF
    4026 if { (eval echo configure:4027: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4007if { (eval echo configure:4008: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    40274008  rm -rf conftest*
    40284009  gt_cv_func_gettext_libintl=yes
     
    40344015fi
    40354016rm -f conftest*
     4017                 LIBS="$ac_save_LIBS";
    40364018fi
    40374019
     
    40524034set dummy msgfmt; ac_word=$2
    40534035echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    4054 echo "configure:4055: checking for $ac_word" >&5
     4036echo "configure:4037: checking for $ac_word" >&5
    40554037if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
    40564038  echo $ac_n "(cached) $ac_c" 1>&6
    40574039else
    40584040  case "$MSGFMT" in
    4059   /*)
     4041  [/\\]*|[a-zA-Z]:*)
    40604042  ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
    40614043  ;;
     
    40704052      fi
    40714053    fi
     4054    ac_word_saved="$ac_word"
     4055    ac_word=$ac_word$ac_cv_exeext
     4056    if test -f $ac_dir/$ac_word; then
     4057      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
     4058        ac_cv_path_MSGFMT="$ac_dir/$ac_word"
     4059        break
     4060      fi
     4061    fi
     4062    ac_word="$ac_word_saved"
    40724063  done
    40734064  IFS="$ac_save_ifs"
     
    40864077do
    40874078echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    4088 echo "configure:4089: checking for $ac_func" >&5
     4079echo "configure:4080: checking for $ac_func" >&5
    40894080if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    40904081  echo $ac_n "(cached) $ac_c" 1>&6
    40914082else
    40924083  cat > conftest.$ac_ext <<EOF
    4093 #line 4094 "configure"
     4084#line 4085 "configure"
    40944085#include "confdefs.h"
    40954086/* System header to define __stub macros and hopefully few prototypes,
     
    41144105; return 0; }
    41154106EOF
    4116 if { (eval echo configure:4117: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4107if { (eval echo configure:4108: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    41174108  rm -rf conftest*
    41184109  eval "ac_cv_func_$ac_func=yes"
     
    41414132set dummy gmsgfmt; ac_word=$2
    41424133echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    4143 echo "configure:4144: checking for $ac_word" >&5
     4134echo "configure:4135: checking for $ac_word" >&5
    41444135if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
    41454136  echo $ac_n "(cached) $ac_c" 1>&6
    41464137else
    41474138  case "$GMSGFMT" in
    4148   /* | [a-zA-Z]:*)
     4139  [/\\]* | [a-zA-Z]:*)
    41494140  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
    41504141  ;;
    4151   ?:/*)                 
     4142  ?:/*)                  
    41524143  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path.
    41534144  ;;
     
    41554146  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    41564147  ac_dummy="$PATH"
    4157   for ac_dir in $ac_dummy; do
     4148  for ac_dir in $ac_dummy; do 
    41584149    test -z "$ac_dir" && ac_dir=.
    41594150    if test -f $ac_dir/$ac_word; then
     
    41814172set dummy xgettext; ac_word=$2
    41824173echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    4183 echo "configure:4184: checking for $ac_word" >&5
     4174echo "configure:4175: checking for $ac_word" >&5
    41844175if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
    41854176  echo $ac_n "(cached) $ac_c" 1>&6
    41864177else
    41874178  case "$XGETTEXT" in
    4188   /*)
     4179  [/\\]*|[a-zA-Z]:*)
    41894180  ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
    41904181  ;;
     
    41994190      fi
    42004191    fi
     4192    ac_word_saved="$ac_word"
     4193    ac_word=$ac_word$ac_cv_exeext
     4194    if test -f $ac_dir/$ac_word; then
     4195      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
     4196        ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
     4197        break
     4198      fi
     4199    fi
     4200    ac_word="$ac_word_saved"
    42014201  done
    42024202  IFS="$ac_save_ifs"
     
    42124212fi
    42134213
     4214
    42144215                cat > conftest.$ac_ext <<EOF
    4215 #line 4216 "configure"
     4216#line 4217 "configure"
    42164217#include "confdefs.h"
    42174218
     
    42214222; return 0; }
    42224223EOF
    4223 if { (eval echo configure:4224: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4224if { (eval echo configure:4225: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    42244225  rm -rf conftest*
    42254226  CATOBJEXT=.gmo
     
    42454246        if test "$CATOBJEXT" = "NONE"; then
    42464247                          nls_cv_use_gnu_gettext=yes
     4248          echo "nls_cv_use_gnu_gettext:$nls_cv_use_gnu_gettext fallback" >&5
    42474249        fi
    42484250      fi
     
    42534255set dummy msgfmt; ac_word=$2
    42544256echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    4255 echo "configure:4256: checking for $ac_word" >&5
     4257echo "configure:4258: checking for $ac_word" >&5
    42564258if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
    42574259  echo $ac_n "(cached) $ac_c" 1>&6
    42584260else
    42594261  case "$MSGFMT" in
    4260   /*)
     4262  [/\\]*|[a-zA-Z]:*)
    42614263  ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
    42624264  ;;
     
    42714273      fi
    42724274    fi
     4275    ac_word_saved="$ac_word"
     4276    ac_word=$ac_word$ac_cv_exeext
     4277    if test -f $ac_dir/$ac_word; then
     4278      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
     4279        ac_cv_path_MSGFMT="$ac_dir/$ac_word"
     4280        break
     4281      fi
     4282    fi
     4283    ac_word="$ac_word_saved"
    42734284  done
    42744285  IFS="$ac_save_ifs"
     
    42874298set dummy gmsgfmt; ac_word=$2
    42884299echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    4289 echo "configure:4290: checking for $ac_word" >&5
     4300echo "configure:4301: checking for $ac_word" >&5
    42904301if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
    42914302  echo $ac_n "(cached) $ac_c" 1>&6
    42924303else
    42934304  case "$GMSGFMT" in
    4294   /* | [a-zA-Z]:*)
     4305  [/\\]* | [a-zA-Z]:*)
    42954306  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
    42964307  ;;
    4297   ?:/*)                 
     4308  ?:/*)                  
    42984309  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path.
    42994310  ;;
     
    43014312  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    43024313  ac_dummy="$PATH"
    4303   for ac_dir in $ac_dummy; do
     4314  for ac_dir in $ac_dummy; do 
    43044315    test -z "$ac_dir" && ac_dir=.
    43054316    if test -f $ac_dir/$ac_word; then
     
    43274338set dummy xgettext; ac_word=$2
    43284339echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    4329 echo "configure:4330: checking for $ac_word" >&5
     4340echo "configure:4341: checking for $ac_word" >&5
    43304341if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
    43314342  echo $ac_n "(cached) $ac_c" 1>&6
    43324343else
    43334344  case "$XGETTEXT" in
    4334   /*)
     4345  [/\\]*|[a-zA-Z]:*)
    43354346  ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
    43364347  ;;
     
    43454356      fi
    43464357    fi
     4358    ac_word_saved="$ac_word"
     4359    ac_word=$ac_word$ac_cv_exeext
     4360    if test -f $ac_dir/$ac_word; then
     4361      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
     4362        ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
     4363        break
     4364      fi
     4365    fi
     4366    ac_word="$ac_word_saved"
    43474367  done
    43484368  IFS="$ac_save_ifs"
     
    43684388        nls_cv_header_intl=libintl.h
    43694389        nls_cv_header_libgt=libgettext.h
     4390      else
     4391                        echo "dbg: else: gt_cv_func_gettext_libintl" >&5
     4392        if test "$gt_cv_func_gettext_libintl" = "yes"; then
     4393          echo "dbg: updating LIBS" >&5
     4394          LIBS="-lintl $LIBS"
     4395          INTLLIBS="-lintl"
     4396        fi
    43704397      fi
    43714398
     
    44174444     else
    44184445       echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6
    4419 echo "configure:4420: checking for catalogs to be installed" >&5
     4446echo "configure:4447: checking for catalogs to be installed" >&5
    44204447       NEW_LINGUAS=
    44214448       for lang in ${LINGUAS=$ALL_LINGUAS}; do
     
    44454472         ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'`
    44464473echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6
    4447 echo "configure:4448: checking for linux/version.h" >&5
     4474echo "configure:4475: checking for linux/version.h" >&5
    44484475if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    44494476  echo $ac_n "(cached) $ac_c" 1>&6
     
    44514478  cat > conftest.$ac_ext <<EOF
    44524479#include <sys/types.h>
    4453 #line 4454 "configure"
     4480#line 4481 "configure"
    44544481#include "confdefs.h"
    44554482#include <linux/version.h>
    44564483EOF
    44574484ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4458 { (eval echo configure:4459: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4485{ (eval echo configure:4486: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    44594486ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    44604487if test -z "$ac_err"; then
     
    45344561# ./install, which can be erroneously created by make from ./install.sh.
    45354562echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    4536 echo "configure:4537: checking for a BSD compatible install" >&5
     4563echo "configure:4564: checking for a BSD compatible install" >&5
    45374564if test -z "$INSTALL"; then
    45384565if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
     
    46194646else
    46204647  echo $ac_n "checking for build system executable suffix""... $ac_c" 1>&6
    4621 echo "configure:4622: checking for build system executable suffix" >&5
     4648echo "configure:4649: checking for build system executable suffix" >&5
    46224649if eval "test \"`echo '$''{'bfd_cv_build_exeext'+set}'`\" = set"; then
    46234650  echo $ac_n "(cached) $ac_c" 1>&6
     
    46474674ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    46484675echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    4649 echo "configure:4650: checking for $ac_hdr" >&5
     4676echo "configure:4677: checking for $ac_hdr" >&5
    46504677if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    46514678  echo $ac_n "(cached) $ac_c" 1>&6
     
    46534680  cat > conftest.$ac_ext <<EOF
    46544681#include <sys/types.h>
    4655 #line 4656 "configure"
     4682#line 4683 "configure"
    46564683#include "confdefs.h"
    46574684#include <$ac_hdr>
    46584685EOF
    46594686ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4660 { (eval echo configure:4661: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4687{ (eval echo configure:4688: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    46614688ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    46624689if test -z "$ac_err"; then
     
    46884715ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    46894716echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    4690 echo "configure:4691: checking for $ac_hdr" >&5
     4717echo "configure:4718: checking for $ac_hdr" >&5
    46914718if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    46924719  echo $ac_n "(cached) $ac_c" 1>&6
     
    46944721  cat > conftest.$ac_ext <<EOF
    46954722#include <sys/types.h>
    4696 #line 4697 "configure"
     4723#line 4724 "configure"
    46974724#include "confdefs.h"
    46984725#include <$ac_hdr>
    46994726EOF
    47004727ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4701 { (eval echo configure:4702: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4728{ (eval echo configure:4729: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    47024729ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    47034730if test -z "$ac_err"; then
     
    47264753
    47274754echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
    4728 echo "configure:4729: checking whether time.h and sys/time.h may both be included" >&5
     4755echo "configure:4756: checking whether time.h and sys/time.h may both be included" >&5
    47294756if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
    47304757  echo $ac_n "(cached) $ac_c" 1>&6
    47314758else
    47324759  cat > conftest.$ac_ext <<EOF
    4733 #line 4734 "configure"
     4760#line 4761 "configure"
    47344761#include "confdefs.h"
    47354762#include <sys/types.h>
     
    47404767; return 0; }
    47414768EOF
    4742 if { (eval echo configure:4743: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4769if { (eval echo configure:4770: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    47434770  rm -rf conftest*
    47444771  ac_cv_header_time=yes
     
    47654792ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    47664793echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
    4767 echo "configure:4768: checking for $ac_hdr that defines DIR" >&5
     4794echo "configure:4795: checking for $ac_hdr that defines DIR" >&5
    47684795if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
    47694796  echo $ac_n "(cached) $ac_c" 1>&6
    47704797else
    47714798  cat > conftest.$ac_ext <<EOF
    4772 #line 4773 "configure"
     4799#line 4800 "configure"
    47734800#include "confdefs.h"
    47744801#include <sys/types.h>
     
    47784805; return 0; }
    47794806EOF
    4780 if { (eval echo configure:4781: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4807if { (eval echo configure:4808: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    47814808  rm -rf conftest*
    47824809  eval "ac_cv_header_dirent_$ac_safe=yes"
     
    48034830if test $ac_header_dirent = dirent.h; then
    48044831echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
    4805 echo "configure:4806: checking for opendir in -ldir" >&5
     4832echo "configure:4833: checking for opendir in -ldir" >&5
    48064833ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
    48074834if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    48114838LIBS="-ldir  $LIBS"
    48124839cat > conftest.$ac_ext <<EOF
    4813 #line 4814 "configure"
     4840#line 4841 "configure"
    48144841#include "confdefs.h"
    48154842/* Override any gcc2 internal prototype to avoid an error.  */
     
    48224849; return 0; }
    48234850EOF
    4824 if { (eval echo configure:4825: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4851if { (eval echo configure:4852: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    48254852  rm -rf conftest*
    48264853  eval "ac_cv_lib_$ac_lib_var=yes"
     
    48444871else
    48454872echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
    4846 echo "configure:4847: checking for opendir in -lx" >&5
     4873echo "configure:4874: checking for opendir in -lx" >&5
    48474874ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
    48484875if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    48524879LIBS="-lx  $LIBS"
    48534880cat > conftest.$ac_ext <<EOF
    4854 #line 4855 "configure"
     4881#line 4882 "configure"
    48554882#include "confdefs.h"
    48564883/* Override any gcc2 internal prototype to avoid an error.  */
     
    48634890; return 0; }
    48644891EOF
    4865 if { (eval echo configure:4866: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4892if { (eval echo configure:4893: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    48664893  rm -rf conftest*
    48674894  eval "ac_cv_lib_$ac_lib_var=yes"
     
    48884915do
    48894916echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    4890 echo "configure:4891: checking for $ac_func" >&5
     4917echo "configure:4918: checking for $ac_func" >&5
    48914918if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    48924919  echo $ac_n "(cached) $ac_c" 1>&6
    48934920else
    48944921  cat > conftest.$ac_ext <<EOF
    4895 #line 4896 "configure"
     4922#line 4923 "configure"
    48964923#include "confdefs.h"
    48974924/* System header to define __stub macros and hopefully few prototypes,
     
    49164943; return 0; }
    49174944EOF
    4918 if { (eval echo configure:4919: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4945if { (eval echo configure:4946: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    49194946  rm -rf conftest*
    49204947  eval "ac_cv_func_$ac_func=yes"
     
    49514978
    49524979echo $ac_n "checking whether strstr must be declared""... $ac_c" 1>&6
    4953 echo "configure:4954: checking whether strstr must be declared" >&5
     4980echo "configure:4981: checking whether strstr must be declared" >&5
    49544981if eval "test \"`echo '$''{'bfd_cv_decl_needed_strstr'+set}'`\" = set"; then
    49554982  echo $ac_n "(cached) $ac_c" 1>&6
    49564983else
    49574984  cat > conftest.$ac_ext <<EOF
    4958 #line 4959 "configure"
     4985#line 4986 "configure"
    49594986#include "confdefs.h"
    49604987
     
    49775004; return 0; }
    49785005EOF
    4979 if { (eval echo configure:4980: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5006if { (eval echo configure:5007: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    49805007  rm -rf conftest*
    49815008  bfd_cv_decl_needed_strstr=no
     
    49985025
    49995026echo $ac_n "checking whether malloc must be declared""... $ac_c" 1>&6
    5000 echo "configure:5001: checking whether malloc must be declared" >&5
     5027echo "configure:5028: checking whether malloc must be declared" >&5
    50015028if eval "test \"`echo '$''{'bfd_cv_decl_needed_malloc'+set}'`\" = set"; then
    50025029  echo $ac_n "(cached) $ac_c" 1>&6
    50035030else
    50045031  cat > conftest.$ac_ext <<EOF
    5005 #line 5006 "configure"
     5032#line 5033 "configure"
    50065033#include "confdefs.h"
    50075034
     
    50245051; return 0; }
    50255052EOF
    5026 if { (eval echo configure:5027: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5053if { (eval echo configure:5054: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    50275054  rm -rf conftest*
    50285055  bfd_cv_decl_needed_malloc=no
     
    50455072
    50465073echo $ac_n "checking whether realloc must be declared""... $ac_c" 1>&6
    5047 echo "configure:5048: checking whether realloc must be declared" >&5
     5074echo "configure:5075: checking whether realloc must be declared" >&5
    50485075if eval "test \"`echo '$''{'bfd_cv_decl_needed_realloc'+set}'`\" = set"; then
    50495076  echo $ac_n "(cached) $ac_c" 1>&6
    50505077else
    50515078  cat > conftest.$ac_ext <<EOF
    5052 #line 5053 "configure"
     5079#line 5080 "configure"
    50535080#include "confdefs.h"
    50545081
     
    50715098; return 0; }
    50725099EOF
    5073 if { (eval echo configure:5074: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5100if { (eval echo configure:5101: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    50745101  rm -rf conftest*
    50755102  bfd_cv_decl_needed_realloc=no
     
    50925119
    50935120echo $ac_n "checking whether free must be declared""... $ac_c" 1>&6
    5094 echo "configure:5095: checking whether free must be declared" >&5
     5121echo "configure:5122: checking whether free must be declared" >&5
    50955122if eval "test \"`echo '$''{'bfd_cv_decl_needed_free'+set}'`\" = set"; then
    50965123  echo $ac_n "(cached) $ac_c" 1>&6
    50975124else
    50985125  cat > conftest.$ac_ext <<EOF
    5099 #line 5100 "configure"
     5126#line 5127 "configure"
    51005127#include "confdefs.h"
    51015128
     
    51185145; return 0; }
    51195146EOF
    5120 if { (eval echo configure:5121: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5147if { (eval echo configure:5148: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    51215148  rm -rf conftest*
    51225149  bfd_cv_decl_needed_free=no
     
    51395166
    51405167echo $ac_n "checking whether getenv must be declared""... $ac_c" 1>&6
    5141 echo "configure:5142: checking whether getenv must be declared" >&5
     5168echo "configure:5169: checking whether getenv must be declared" >&5
    51425169if eval "test \"`echo '$''{'bfd_cv_decl_needed_getenv'+set}'`\" = set"; then
    51435170  echo $ac_n "(cached) $ac_c" 1>&6
    51445171else
    51455172  cat > conftest.$ac_ext <<EOF
    5146 #line 5147 "configure"
     5173#line 5174 "configure"
    51475174#include "confdefs.h"
    51485175
     
    51655192; return 0; }
    51665193EOF
    5167 if { (eval echo configure:5168: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5194if { (eval echo configure:5195: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    51685195  rm -rf conftest*
    51695196  bfd_cv_decl_needed_getenv=no
     
    53565383        # have c_impl as a member of struct core_dumpx
    53575384        echo $ac_n "checking for c_impl in struct core_dumpx""... $ac_c" 1>&6
    5358 echo "configure:5359: checking for c_impl in struct core_dumpx" >&5
     5385echo "configure:5386: checking for c_impl in struct core_dumpx" >&5
    53595386        cat > conftest.$ac_ext <<EOF
    5360 #line 5361 "configure"
     5387#line 5388 "configure"
    53615388#include "confdefs.h"
    53625389#include <core.h>
     
    53655392; return 0; }
    53665393EOF
    5367 if { (eval echo configure:5368: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5394if { (eval echo configure:5395: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    53685395  rm -rf conftest*
    53695396  cat >> confdefs.h <<\EOF
     
    54335460ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    54345461echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    5435 echo "configure:5436: checking for $ac_hdr" >&5
     5462echo "configure:5463: checking for $ac_hdr" >&5
    54365463if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    54375464  echo $ac_n "(cached) $ac_c" 1>&6
     
    54395466  cat > conftest.$ac_ext <<EOF
    54405467#include <sys/types.h>
    5441 #line 5442 "configure"
     5468#line 5469 "configure"
    54425469#include "confdefs.h"
    54435470#include <$ac_hdr>
    54445471EOF
    54455472ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    5446 { (eval echo configure:5447: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     5473{ (eval echo configure:5474: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    54475474ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    54485475if test -z "$ac_err"; then
     
    54725499  if test "$ac_cv_header_sys_procfs_h" = yes; then
    54735500    echo $ac_n "checking for prstatus_t in sys/procfs.h""... $ac_c" 1>&6
    5474 echo "configure:5475: checking for prstatus_t in sys/procfs.h" >&5
     5501echo "configure:5502: checking for prstatus_t in sys/procfs.h" >&5
    54755502 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prstatus_t'+set}'`\" = set"; then
    54765503  echo $ac_n "(cached) $ac_c" 1>&6
    54775504else
    54785505  cat > conftest.$ac_ext <<EOF
    5479 #line 5480 "configure"
     5506#line 5507 "configure"
    54805507#include "confdefs.h"
    54815508
     
    54865513; return 0; }
    54875514EOF
    5488 if { (eval echo configure:5489: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5515if { (eval echo configure:5516: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    54895516  rm -rf conftest*
    54905517  bfd_cv_have_sys_procfs_type_prstatus_t=yes
     
    55085535
    55095536    echo $ac_n "checking for prstatus32_t in sys/procfs.h""... $ac_c" 1>&6
    5510 echo "configure:5511: checking for prstatus32_t in sys/procfs.h" >&5
     5537echo "configure:5538: checking for prstatus32_t in sys/procfs.h" >&5
    55115538 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prstatus32_t'+set}'`\" = set"; then
    55125539  echo $ac_n "(cached) $ac_c" 1>&6
    55135540else
    55145541  cat > conftest.$ac_ext <<EOF
    5515 #line 5516 "configure"
     5542#line 5543 "configure"
    55165543#include "confdefs.h"
    55175544
     
    55225549; return 0; }
    55235550EOF
    5524 if { (eval echo configure:5525: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5551if { (eval echo configure:5552: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    55255552  rm -rf conftest*
    55265553  bfd_cv_have_sys_procfs_type_prstatus32_t=yes
     
    55445571
    55455572    echo $ac_n "checking for prstatus_t.pr_who in sys/procfs.h""... $ac_c" 1>&6
    5546 echo "configure:5547: checking for prstatus_t.pr_who in sys/procfs.h" >&5
     5573echo "configure:5574: checking for prstatus_t.pr_who in sys/procfs.h" >&5
    55475574 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who'+set}'`\" = set"; then
    55485575  echo $ac_n "(cached) $ac_c" 1>&6
    55495576else
    55505577  cat > conftest.$ac_ext <<EOF
    5551 #line 5552 "configure"
     5578#line 5579 "configure"
    55525579#include "confdefs.h"
    55535580
     
    55585585; return 0; }
    55595586EOF
    5560 if { (eval echo configure:5561: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5587if { (eval echo configure:5588: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    55615588  rm -rf conftest*
    55625589  bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=yes
     
    55805607
    55815608    echo $ac_n "checking for prstatus32_t.pr_who in sys/procfs.h""... $ac_c" 1>&6
    5582 echo "configure:5583: checking for prstatus32_t.pr_who in sys/procfs.h" >&5
     5609echo "configure:5610: checking for prstatus32_t.pr_who in sys/procfs.h" >&5
    55835610 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who'+set}'`\" = set"; then
    55845611  echo $ac_n "(cached) $ac_c" 1>&6
    55855612else
    55865613  cat > conftest.$ac_ext <<EOF
    5587 #line 5588 "configure"
     5614#line 5615 "configure"
    55885615#include "confdefs.h"
    55895616
     
    55945621; return 0; }
    55955622EOF
    5596 if { (eval echo configure:5597: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5623if { (eval echo configure:5624: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    55975624  rm -rf conftest*
    55985625  bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=yes
     
    56165643
    56175644    echo $ac_n "checking for pstatus_t in sys/procfs.h""... $ac_c" 1>&6
    5618 echo "configure:5619: checking for pstatus_t in sys/procfs.h" >&5
     5645echo "configure:5646: checking for pstatus_t in sys/procfs.h" >&5
    56195646 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_pstatus_t'+set}'`\" = set"; then
    56205647  echo $ac_n "(cached) $ac_c" 1>&6
    56215648else
    56225649  cat > conftest.$ac_ext <<EOF
    5623 #line 5624 "configure"
     5650#line 5651 "configure"
    56245651#include "confdefs.h"
    56255652
     
    56305657; return 0; }
    56315658EOF
    5632 if { (eval echo configure:5633: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5659if { (eval echo configure:5660: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    56335660  rm -rf conftest*
    56345661  bfd_cv_have_sys_procfs_type_pstatus_t=yes
     
    56525679
    56535680    echo $ac_n "checking for pxstatus_t in sys/procfs.h""... $ac_c" 1>&6
    5654 echo "configure:5655: checking for pxstatus_t in sys/procfs.h" >&5
     5681echo "configure:5682: checking for pxstatus_t in sys/procfs.h" >&5
    56555682 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_pxstatus_t'+set}'`\" = set"; then
    56565683  echo $ac_n "(cached) $ac_c" 1>&6
    56575684else
    56585685  cat > conftest.$ac_ext <<EOF
    5659 #line 5660 "configure"
     5686#line 5687 "configure"
    56605687#include "confdefs.h"
    56615688
     
    56665693; return 0; }
    56675694EOF
    5668 if { (eval echo configure:5669: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5695if { (eval echo configure:5696: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    56695696  rm -rf conftest*
    56705697  bfd_cv_have_sys_procfs_type_pxstatus_t=yes
     
    56885715
    56895716    echo $ac_n "checking for pstatus32_t in sys/procfs.h""... $ac_c" 1>&6
    5690 echo "configure:5691: checking for pstatus32_t in sys/procfs.h" >&5
     5717echo "configure:5718: checking for pstatus32_t in sys/procfs.h" >&5
    56915718 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_pstatus32_t'+set}'`\" = set"; then
    56925719  echo $ac_n "(cached) $ac_c" 1>&6
    56935720else
    56945721  cat > conftest.$ac_ext <<EOF
    5695 #line 5696 "configure"
     5722#line 5723 "configure"
    56965723#include "confdefs.h"
    56975724
     
    57025729; return 0; }
    57035730EOF
    5704 if { (eval echo configure:5705: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5731if { (eval echo configure:5732: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    57055732  rm -rf conftest*
    57065733  bfd_cv_have_sys_procfs_type_pstatus32_t=yes
     
    57245751
    57255752    echo $ac_n "checking for prpsinfo_t in sys/procfs.h""... $ac_c" 1>&6
    5726 echo "configure:5727: checking for prpsinfo_t in sys/procfs.h" >&5
     5753echo "configure:5754: checking for prpsinfo_t in sys/procfs.h" >&5
    57275754 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prpsinfo_t'+set}'`\" = set"; then
    57285755  echo $ac_n "(cached) $ac_c" 1>&6
    57295756else
    57305757  cat > conftest.$ac_ext <<EOF
    5731 #line 5732 "configure"
     5758#line 5759 "configure"
    57325759#include "confdefs.h"
    57335760
     
    57385765; return 0; }
    57395766EOF
    5740 if { (eval echo configure:5741: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5767if { (eval echo configure:5768: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    57415768  rm -rf conftest*
    57425769  bfd_cv_have_sys_procfs_type_prpsinfo_t=yes
     
    57605787
    57615788    echo $ac_n "checking for prpsinfo32_t in sys/procfs.h""... $ac_c" 1>&6
    5762 echo "configure:5763: checking for prpsinfo32_t in sys/procfs.h" >&5
     5789echo "configure:5790: checking for prpsinfo32_t in sys/procfs.h" >&5
    57635790 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prpsinfo32_t'+set}'`\" = set"; then
    57645791  echo $ac_n "(cached) $ac_c" 1>&6
    57655792else
    57665793  cat > conftest.$ac_ext <<EOF
    5767 #line 5768 "configure"
     5794#line 5795 "configure"
    57685795#include "confdefs.h"
    57695796
     
    57745801; return 0; }
    57755802EOF
    5776 if { (eval echo configure:5777: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5803if { (eval echo configure:5804: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    57775804  rm -rf conftest*
    57785805  bfd_cv_have_sys_procfs_type_prpsinfo32_t=yes
     
    57965823
    57975824    echo $ac_n "checking for psinfo_t in sys/procfs.h""... $ac_c" 1>&6
    5798 echo "configure:5799: checking for psinfo_t in sys/procfs.h" >&5
     5825echo "configure:5826: checking for psinfo_t in sys/procfs.h" >&5
    57995826 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_psinfo_t'+set}'`\" = set"; then
    58005827  echo $ac_n "(cached) $ac_c" 1>&6
    58015828else
    58025829  cat > conftest.$ac_ext <<EOF
    5803 #line 5804 "configure"
     5830#line 5831 "configure"
    58045831#include "confdefs.h"
    58055832
     
    58105837; return 0; }
    58115838EOF
    5812 if { (eval echo configure:5813: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5839if { (eval echo configure:5840: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    58135840  rm -rf conftest*
    58145841  bfd_cv_have_sys_procfs_type_psinfo_t=yes
     
    58325859
    58335860    echo $ac_n "checking for psinfo32_t in sys/procfs.h""... $ac_c" 1>&6
    5834 echo "configure:5835: checking for psinfo32_t in sys/procfs.h" >&5
     5861echo "configure:5862: checking for psinfo32_t in sys/procfs.h" >&5
    58355862 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_psinfo32_t'+set}'`\" = set"; then
    58365863  echo $ac_n "(cached) $ac_c" 1>&6
    58375864else
    58385865  cat > conftest.$ac_ext <<EOF
    5839 #line 5840 "configure"
     5866#line 5867 "configure"
    58405867#include "confdefs.h"
    58415868
     
    58465873; return 0; }
    58475874EOF
    5848 if { (eval echo configure:5849: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5875if { (eval echo configure:5876: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    58495876  rm -rf conftest*
    58505877  bfd_cv_have_sys_procfs_type_psinfo32_t=yes
     
    58685895
    58695896    echo $ac_n "checking for lwpstatus_t in sys/procfs.h""... $ac_c" 1>&6
    5870 echo "configure:5871: checking for lwpstatus_t in sys/procfs.h" >&5
     5897echo "configure:5898: checking for lwpstatus_t in sys/procfs.h" >&5
    58715898 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_lwpstatus_t'+set}'`\" = set"; then
    58725899  echo $ac_n "(cached) $ac_c" 1>&6
    58735900else
    58745901  cat > conftest.$ac_ext <<EOF
    5875 #line 5876 "configure"
     5902#line 5903 "configure"
    58765903#include "confdefs.h"
    58775904
     
    58825909; return 0; }
    58835910EOF
    5884 if { (eval echo configure:5885: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5911if { (eval echo configure:5912: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    58855912  rm -rf conftest*
    58865913  bfd_cv_have_sys_procfs_type_lwpstatus_t=yes
     
    59045931
    59055932    echo $ac_n "checking for lwpxstatus_t in sys/procfs.h""... $ac_c" 1>&6
    5906 echo "configure:5907: checking for lwpxstatus_t in sys/procfs.h" >&5
     5933echo "configure:5934: checking for lwpxstatus_t in sys/procfs.h" >&5
    59075934 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_lwpxstatus_t'+set}'`\" = set"; then
    59085935  echo $ac_n "(cached) $ac_c" 1>&6
    59095936else
    59105937  cat > conftest.$ac_ext <<EOF
    5911 #line 5912 "configure"
     5938#line 5939 "configure"
    59125939#include "confdefs.h"
    59135940
     
    59185945; return 0; }
    59195946EOF
    5920 if { (eval echo configure:5921: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5947if { (eval echo configure:5948: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    59215948  rm -rf conftest*
    59225949  bfd_cv_have_sys_procfs_type_lwpxstatus_t=yes
     
    59405967
    59415968    echo $ac_n "checking for lwpstatus_t.pr_context in sys/procfs.h""... $ac_c" 1>&6
    5942 echo "configure:5943: checking for lwpstatus_t.pr_context in sys/procfs.h" >&5
     5969echo "configure:5970: checking for lwpstatus_t.pr_context in sys/procfs.h" >&5
    59435970 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context'+set}'`\" = set"; then
    59445971  echo $ac_n "(cached) $ac_c" 1>&6
    59455972else
    59465973  cat > conftest.$ac_ext <<EOF
    5947 #line 5948 "configure"
     5974#line 5975 "configure"
    59485975#include "confdefs.h"
    59495976
     
    59545981; return 0; }
    59555982EOF
    5956 if { (eval echo configure:5957: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5983if { (eval echo configure:5984: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    59575984  rm -rf conftest*
    59585985  bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=yes
     
    59766003
    59776004    echo $ac_n "checking for lwpstatus_t.pr_reg in sys/procfs.h""... $ac_c" 1>&6
    5978 echo "configure:5979: checking for lwpstatus_t.pr_reg in sys/procfs.h" >&5
     6005echo "configure:6006: checking for lwpstatus_t.pr_reg in sys/procfs.h" >&5
    59796006 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg'+set}'`\" = set"; then
    59806007  echo $ac_n "(cached) $ac_c" 1>&6
    59816008else
    59826009  cat > conftest.$ac_ext <<EOF
    5983 #line 5984 "configure"
     6010#line 6011 "configure"
    59846011#include "confdefs.h"
    59856012
     
    59906017; return 0; }
    59916018EOF
    5992 if { (eval echo configure:5993: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     6019if { (eval echo configure:6020: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    59936020  rm -rf conftest*
    59946021  bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=yes
     
    60126039
    60136040    echo $ac_n "checking for win32_pstatus_t in sys/procfs.h""... $ac_c" 1>&6
    6014 echo "configure:6015: checking for win32_pstatus_t in sys/procfs.h" >&5
     6041echo "configure:6042: checking for win32_pstatus_t in sys/procfs.h" >&5
    60156042 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_win32_pstatus_t'+set}'`\" = set"; then
    60166043  echo $ac_n "(cached) $ac_c" 1>&6
    60176044else
    60186045  cat > conftest.$ac_ext <<EOF
    6019 #line 6020 "configure"
     6046#line 6047 "configure"
    60206047#include "confdefs.h"
    60216048
     
    60266053; return 0; }
    60276054EOF
    6028 if { (eval echo configure:6029: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     6055if { (eval echo configure:6056: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    60296056  rm -rf conftest*
    60306057  bfd_cv_have_sys_procfs_type_win32_pstatus_t=yes
     
    65036530       bad_64bit_gcc=no;
    65046531       echo $ac_n "checking for gcc version with buggy 64-bit support""... $ac_c" 1>&6
    6505 echo "configure:6506: checking for gcc version with buggy 64-bit support" >&5
     6532echo "configure:6533: checking for gcc version with buggy 64-bit support" >&5
    65066533       # Add more tests for gcc versions with non-working 64-bit support here.
    65076534       cat > conftest.$ac_ext <<EOF
    6508 #line 6509 "configure"
     6535#line 6536 "configure"
    65096536#include "confdefs.h"
    65106537:__GNUC__:__GNUC_MINOR__:__i386__:
     
    65526579ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    65536580echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    6554 echo "configure:6555: checking for $ac_hdr" >&5
     6581echo "configure:6582: checking for $ac_hdr" >&5
    65556582if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    65566583  echo $ac_n "(cached) $ac_c" 1>&6
     
    65586585  cat > conftest.$ac_ext <<EOF
    65596586#include <sys/types.h>
    6560 #line 6561 "configure"
     6587#line 6588 "configure"
    65616588#include "confdefs.h"
    65626589#include <$ac_hdr>
    65636590EOF
    65646591ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    6565 { (eval echo configure:6566: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     6592{ (eval echo configure:6593: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    65666593ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    65676594if test -z "$ac_err"; then
     
    65926619do
    65936620echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    6594 echo "configure:6595: checking for $ac_func" >&5
     6621echo "configure:6622: checking for $ac_func" >&5
    65956622if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    65966623  echo $ac_n "(cached) $ac_c" 1>&6
    65976624else
    65986625  cat > conftest.$ac_ext <<EOF
    6599 #line 6600 "configure"
     6626#line 6627 "configure"
    66006627#include "confdefs.h"
    66016628/* System header to define __stub macros and hopefully few prototypes,
     
    66206647; return 0; }
    66216648EOF
    6622 if { (eval echo configure:6623: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     6649if { (eval echo configure:6650: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    66236650  rm -rf conftest*
    66246651  eval "ac_cv_func_$ac_func=yes"
     
    66456672
    66466673echo $ac_n "checking for working mmap""... $ac_c" 1>&6
    6647 echo "configure:6648: checking for working mmap" >&5
     6674echo "configure:6675: checking for working mmap" >&5
    66486675if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
    66496676  echo $ac_n "(cached) $ac_c" 1>&6
     
    66536680else
    66546681  cat > conftest.$ac_ext <<EOF
    6655 #line 6656 "configure"
     6682#line 6683 "configure"
    66566683#include "confdefs.h"
    66576684
     
    67936820
    67946821EOF
    6795 if { (eval echo configure:6796: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     6822if { (eval echo configure:6823: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    67966823then
    67976824  ac_cv_func_mmap_fixed_mapped=yes
     
    68186845do
    68196846echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    6820 echo "configure:6821: checking for $ac_func" >&5
     6847echo "configure:6848: checking for $ac_func" >&5
    68216848if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    68226849  echo $ac_n "(cached) $ac_c" 1>&6
    68236850else
    68246851  cat > conftest.$ac_ext <<EOF
    6825 #line 6826 "configure"
     6852#line 6853 "configure"
    68266853#include "confdefs.h"
    68276854/* System header to define __stub macros and hopefully few prototypes,
     
    68466873; return 0; }
    68476874EOF
    6848 if { (eval echo configure:6849: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     6875if { (eval echo configure:6876: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    68496876  rm -rf conftest*
    68506877  eval "ac_cv_func_$ac_func=yes"
     
    70337060s%@build_vendor@%$build_vendor%g
    70347061s%@build_os@%$build_os%g
     7062s%@CC@%$CC%g
    70357063s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
    70367064s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
     
    70487076s%@AR@%$AR%g
    70497077s%@RANLIB@%$RANLIB%g
    7050 s%@CC@%$CC%g
    70517078s%@LN_S@%$LN_S%g
    70527079s%@OBJEXT@%$OBJEXT%g
     
    71727199      if test -z "$ac_dots"; then top_srcdir=.
    71737200      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
    7174   /* | [A-Za-z]:*)
     7201  [/\\]* | [a-zA-Z]:*)
    71757202    srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
    71767203  *) # Relative path.
     
    71807207
    71817208  case "$ac_given_INSTALL" in
    7182   [/$]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;;
     7209  [/$\\]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;;
    71837210  *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
    71847211  esac
Note: See TracChangeset for help on using the changeset viewer.