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

Regenerated configure files after 2.14 join.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.5 to 1.6
    r618 r619  
    3737  --enable-maintainer-mode enable make rules and dependencies not useful
    3838                          (and sometimes confusing) to the casual installer"
     39ac_help="$ac_help
     40  --enable-install-libbfd controls installation of libbfd and related headers"
    3941ac_help="$ac_help
    4042  --disable-nls           do not use Native Language Support"
     
    551553
    552554echo $ac_n "checking for path separator""... $ac_c" 1>&6
    553 echo "configure:554: checking for path separator" >&5
     555echo "configure:556: checking for path separator" >&5
    554556# Filter path to get backslahes into forwardslashes
    555557case "`uname -s 2> /dev/null`" in
     
    565567
    566568echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
    567 echo "configure:568: checking for Cygwin environment" >&5
     569echo "configure:570: checking for Cygwin environment" >&5
    568570if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
    569571  echo $ac_n "(cached) $ac_c" 1>&6
    570572else
    571573  cat > conftest.$ac_ext <<EOF
    572 #line 573 "configure"
     574#line 575 "configure"
    573575#include "confdefs.h"
    574576
     
    581583; return 0; }
    582584EOF
    583 if { (eval echo configure:584: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     585if { (eval echo configure:586: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    584586  rm -rf conftest*
    585587  ac_cv_cygwin=yes
     
    598600test "$ac_cv_cygwin" = yes && CYGWIN=yes
    599601echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
    600 echo "configure:601: checking for mingw32 environment" >&5
     602echo "configure:603: checking for mingw32 environment" >&5
    601603if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
    602604  echo $ac_n "(cached) $ac_c" 1>&6
    603605else
    604606  cat > conftest.$ac_ext <<EOF
    605 #line 606 "configure"
     607#line 608 "configure"
    606608#include "confdefs.h"
    607609
     
    610612; return 0; }
    611613EOF
    612 if { (eval echo configure:613: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     614if { (eval echo configure:615: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    613615  rm -rf conftest*
    614616  ac_cv_mingw32=yes
     
    627629test "$ac_cv_mingw32" = yes && MINGW32=yes
    628630echo $ac_n "checking for EMX/OS2 environment""... $ac_c" 1>&6
    629 echo "configure:630: checking for EMX/OS2 environment" >&5
     631echo "configure:632: checking for EMX/OS2 environment" >&5
    630632if eval "test \"`echo '$''{'ac_cv_emxos2'+set}'`\" = set"; then
    631633  echo $ac_n "(cached) $ac_c" 1>&6
     
    633635  : ${CC=gcc.exe}
    634636cat > conftest.$ac_ext <<EOF
    635 #line 636 "configure"
     637#line 638 "configure"
    636638#include "confdefs.h"
    637639
     
    640642; return 0; }
    641643EOF
    642 if { (eval echo configure:643: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     644if { (eval echo configure:645: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    643645  rm -rf conftest*
    644646  ac_cv_emxos2=yes
     
    671673
    672674echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
    673 echo "configure:674: checking for executable suffix" >&5
     675echo "configure:676: checking for executable suffix" >&5
    674676if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
    675677  echo $ac_n "(cached) $ac_c" 1>&6
     
    681683  echo 'int main () { return 0; }' > conftest.$ac_ext
    682684  ac_cv_exeext=
    683   if { (eval echo configure:684: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
     685  if { (eval echo configure:686: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
    684686    for file in conftest.*; do
    685687      case $file in
     
    750752
    751753echo $ac_n "checking host system type""... $ac_c" 1>&6
    752 echo "configure:753: checking host system type" >&5
     754echo "configure:755: checking host system type" >&5
    753755
    754756host_alias=$host
     
    771773
    772774echo $ac_n "checking target system type""... $ac_c" 1>&6
    773 echo "configure:774: checking target system type" >&5
     775echo "configure:776: checking target system type" >&5
    774776
    775777target_alias=$target
     
    789791
    790792echo $ac_n "checking build system type""... $ac_c" 1>&6
    791 echo "configure:792: checking build system type" >&5
     793echo "configure:794: checking build system type" >&5
    792794
    793795build_alias=$build
     
    811813  program_prefix=${target_alias}-
    812814
     815
     816        echo $ac_n "checking for strerror in -lcposix""... $ac_c" 1>&6
     817echo "configure:818: checking for strerror in -lcposix" >&5
     818ac_lib_var=`echo cposix'_'strerror | sed 'y%./+-%__p_%'`
     819if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     820  echo $ac_n "(cached) $ac_c" 1>&6
     821else
     822  ac_save_LIBS="$LIBS"
     823LIBS="-lcposix  $LIBS"
     824cat > 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.  */
     830char strerror();
     831
     832int main() {
     833strerror()
     834; return 0; }
     835EOF
     836if { (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"
     839else
     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"
     844fi
     845rm -f conftest*
     846LIBS="$ac_save_LIBS"
     847
     848fi
     849if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
     850  echo "$ac_t""yes" 1>&6
     851  LIBS="$LIBS -lcposix"
     852else
     853  echo "$ac_t""no" 1>&6
     854fi
     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.
     870echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
     871echo "configure:872: checking for a BSD compatible install" >&5
     872if test -z "$INSTALL"; then
     873if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
     874  echo $ac_n "(cached) $ac_c" 1>&6
     875else
     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
     904fi
     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
     914fi
     915echo "$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.
     919test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
     920
     921test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
     922
     923test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
     924
     925echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
     926echo "configure:927: checking whether build environment is sane" >&5
     927# Just in case
     928sleep 1
     929echo 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).
     935if (
     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
     949alias in your environment" 1>&2; exit 1; }
     950   fi
     951
     952   test "$2" = conftestfile
     953   )
     954then
     955   # Ok.
     956   :
     957else
     958   { echo "configure: error: newly created file is older than distributed files!
     959Check your system clock" 1>&2; exit 1; }
     960fi
     961rm -f conftest*
     962echo "$ac_t""yes" 1>&6
     963if test "$program_transform_name" = s,x,x,; then
     964  program_transform_name=
     965else
     966  # Double any \ or $.  echo might interpret backslashes.
     967  cat <<\EOF_SED > conftestsed
     968s,\\,\\\\,g; s,\$,$$,g
     969EOF_SED
     970  program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
     971  rm -f conftestsed
     972fi
     973test "$program_prefix" != NONE &&
     974  program_transform_name="s,^,${program_prefix},; $program_transform_name"
     975# Use a double $ so make ignores it.
     976test "$program_suffix" != NONE &&
     977  program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
     978
     979# sed with no file args requires a program.
     980test "$program_transform_name" = "" && program_transform_name="s,x,x,"
     981
     982echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
     983echo "configure:984: checking whether ${MAKE-make} sets \${MAKE}" >&5
     984set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
     985if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     986  echo $ac_n "(cached) $ac_c" 1>&6
     987else
     988  cat > conftestmake <<\EOF
     989all:
     990        @echo 'ac_maketemp="${MAKE}"'
     991EOF
     992# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
     993eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
     994if test -n "$ac_maketemp"; then
     995  eval ac_cv_prog_make_${ac_make}_set=yes
     996else
     997  eval ac_cv_prog_make_${ac_make}_set=no
     998fi
     999rm -f conftestmake
     1000fi
     1001if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
     1002  echo "$ac_t""yes" 1>&6
     1003  SET_MAKE=
     1004else
     1005  echo "$ac_t""no" 1>&6
     1006  SET_MAKE="MAKE=${MAKE-make}"
     1007fi
     1008
     1009
     1010PACKAGE=bfd
     1011
     1012VERSION=2.14
     1013
     1014if 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; }
     1016fi
     1017cat >> confdefs.h <<EOF
     1018#define PACKAGE "$PACKAGE"
     1019EOF
     1020
     1021cat >> confdefs.h <<EOF
     1022#define VERSION "$VERSION"
     1023EOF
     1024
     1025
     1026
     1027missing_dir=`cd $ac_aux_dir && pwd`
     1028echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
     1029echo "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.
     1033if (aclocal --version) < /dev/null > /dev/null 2>&1; then
     1034   ACLOCAL=aclocal
     1035   echo "$ac_t""found" 1>&6
     1036else
     1037   ACLOCAL="$missing_dir/missing aclocal"
     1038   echo "$ac_t""missing" 1>&6
     1039fi
     1040
     1041echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
     1042echo "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.
     1046if (autoconf --version) < /dev/null > /dev/null 2>&1; then
     1047   AUTOCONF=autoconf
     1048   echo "$ac_t""found" 1>&6
     1049else
     1050   AUTOCONF="$missing_dir/missing autoconf"
     1051   echo "$ac_t""missing" 1>&6
     1052fi
     1053
     1054echo $ac_n "checking for working automake""... $ac_c" 1>&6
     1055echo "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.
     1059if (automake --version) < /dev/null > /dev/null 2>&1; then
     1060   AUTOMAKE=automake
     1061   echo "$ac_t""found" 1>&6
     1062else
     1063   AUTOMAKE="$missing_dir/missing automake"
     1064   echo "$ac_t""missing" 1>&6
     1065fi
     1066
     1067echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
     1068echo "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.
     1072if (autoheader --version) < /dev/null > /dev/null 2>&1; then
     1073   AUTOHEADER=autoheader
     1074   echo "$ac_t""found" 1>&6
     1075else
     1076   AUTOHEADER="$missing_dir/missing autoheader"
     1077   echo "$ac_t""missing" 1>&6
     1078fi
     1079
     1080echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
     1081echo "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.
     1085if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
     1086   MAKEINFO=makeinfo
     1087   echo "$ac_t""found" 1>&6
     1088else
     1089   MAKEINFO="$missing_dir/missing makeinfo"
     1090   echo "$ac_t""missing" 1>&6
     1091fi
     1092
     1093
     1094# Uncomment the next line to remove the date from the reported bfd version
     1095#is_release=y
     1096
     1097bfd_version=`echo "${VERSION}" | sed -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$/\1\2\3\4\5/'`
     1098
     1099bfd_version_string="\"${VERSION}\""
     1100if 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}\""
     1103fi
     1104
     1105
     1106
     1107if test $host != $build; then
     1108  ac_tool_prefix=${host_alias}-
     1109else
     1110  ac_tool_prefix=
     1111fi
     1112
     1113# Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
     1114set dummy ${ac_tool_prefix}ar; ac_word=$2
     1115echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
     1116echo "configure:1117: checking for $ac_word" >&5
     1117if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
     1118  echo $ac_n "(cached) $ac_c" 1>&6
     1119else
     1120  if test -n "$AR"; then
     1121  ac_cv_prog_AR="$AR" # Let the user override the test.
     1122else
     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"
     1135fi
     1136fi
     1137AR="$ac_cv_prog_AR"
     1138if test -n "$AR"; then
     1139  echo "$ac_t""$AR" 1>&6
     1140else
     1141  echo "$ac_t""no" 1>&6
     1142fi
     1143
     1144
     1145
     1146# Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
     1147set dummy ${ac_tool_prefix}ranlib; ac_word=$2
     1148echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
     1149echo "configure:1150: checking for $ac_word" >&5
     1150if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
     1151  echo $ac_n "(cached) $ac_c" 1>&6
     1152else
     1153  if test -n "$RANLIB"; then
     1154  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
     1155else
     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"
     1167fi
     1168fi
     1169RANLIB="$ac_cv_prog_RANLIB"
     1170if test -n "$RANLIB"; then
     1171  echo "$ac_t""$RANLIB" 1>&6
     1172else
     1173  echo "$ac_t""no" 1>&6
     1174fi
     1175
     1176
     1177if test -z "$ac_cv_prog_RANLIB"; then
     1178if test -n "$ac_tool_prefix"; then
     1179  # Extract the first word of "ranlib", so it can be a program name with args.
     1180set dummy ranlib; ac_word=$2
     1181echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
     1182echo "configure:1183: checking for $ac_word" >&5
     1183if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
     1184  echo $ac_n "(cached) $ac_c" 1>&6
     1185else
     1186  if test -n "$RANLIB"; then
     1187  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
     1188else
     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=":"
     1201fi
     1202fi
     1203RANLIB="$ac_cv_prog_RANLIB"
     1204if test -n "$RANLIB"; then
     1205  echo "$ac_t""$RANLIB" 1>&6
     1206else
     1207  echo "$ac_t""no" 1>&6
     1208fi
     1209
     1210else
     1211  RANLIB=":"
     1212fi
     1213fi
     1214
     1215
     1216# Check whether --enable-shared or --disable-shared was given.
     1217if test "${enable_shared+set}" = set; then
     1218  enableval="$enable_shared"
     1219  p=${PACKAGE-default}
     1220case $enableval in
     1221yes) enable_shared=yes ;;
     1222no) 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  ;;
     1234esac
     1235else
     1236  enable_shared=no
     1237fi
     1238
     1239
     1240# Check whether --enable-static or --disable-static was given.
     1241if test "${enable_static+set}" = set; then
     1242  enableval="$enable_static"
     1243  p=${PACKAGE-default}
     1244case $enableval in
     1245yes) enable_static=yes ;;
     1246no) 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  ;;
     1258esac
     1259else
     1260  enable_static=yes
     1261fi
     1262
     1263# Check whether --enable-fast-install or --disable-fast-install was given.
     1264if test "${enable_fast_install+set}" = set; then
     1265  enableval="$enable_fast_install"
     1266  p=${PACKAGE-default}
     1267case $enableval in
     1268yes) enable_fast_install=yes ;;
     1269no) 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  ;;
     1281esac
     1282else
     1283  enable_fast_install=yes
     1284fi
     1285
    8131286# Extract the first word of "gcc", so it can be a program name with args.
    8141287set dummy gcc; ac_word=$2
    8151288echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    816 echo "configure:817: checking for $ac_word" >&5
     1289echo "configure:1290: checking for $ac_word" >&5
    8171290if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    8181291  echo $ac_n "(cached) $ac_c" 1>&6
     
    8451318set dummy cc; ac_word=$2
    8461319echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    847 echo "configure:848: checking for $ac_word" >&5
     1320echo "configure:1321: checking for $ac_word" >&5
    8481321if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    8491322  echo $ac_n "(cached) $ac_c" 1>&6
     
    8981371set dummy cl; ac_word=$2
    8991372echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    900 echo "configure:901: checking for $ac_word" >&5
     1373echo "configure:1374: checking for $ac_word" >&5
    9011374if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    9021375  echo $ac_n "(cached) $ac_c" 1>&6
     
    9311404
    9321405echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    933 echo "configure:934: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     1406echo "configure:1407: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    9341407
    9351408ac_ext=c
     
    9421415cat > conftest.$ac_ext << EOF
    9431416
    944 #line 945 "configure"
     1417#line 1418 "configure"
    9451418#include "confdefs.h"
    9461419
    9471420main(){return(0);}
    9481421EOF
    949 if { (eval echo configure:950: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1422if { (eval echo configure:1423: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    9501423  ac_cv_prog_cc_works=yes
    9511424  # If we can't run a trivial program, we are probably using a cross compiler.
     
    9731446fi
    9741447echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    975 echo "configure:976: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     1448echo "configure:1449: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    9761449echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    9771450cross_compiling=$ac_cv_prog_cc_cross
    9781451
    9791452echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    980 echo "configure:981: checking whether we are using GNU C" >&5
     1453echo "configure:1454: checking whether we are using GNU C" >&5
    9811454if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    9821455  echo $ac_n "(cached) $ac_c" 1>&6
     
    9871460#endif
    9881461EOF
    989 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:990: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     1462if { 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
    9901463  ac_cv_prog_gcc=yes
    9911464else
     
    10061479CFLAGS=
    10071480echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    1008 echo "configure:1009: checking whether ${CC-cc} accepts -g" >&5
     1481echo "configure:1482: checking whether ${CC-cc} accepts -g" >&5
    10091482if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    10101483  echo $ac_n "(cached) $ac_c" 1>&6
     
    10371510fi
    10381511
    1039 echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6
    1040 echo "configure:1041: checking for POSIXized ISC" >&5
    1041 if test -d /etc/conf/kconfig.d &&
    1042   grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
    1043 then
    1044   echo "$ac_t""yes" 1>&6
    1045   ISC=yes # If later tests want to check for ISC.
    1046   cat >> confdefs.h <<\EOF
    1047 #define _POSIX_SOURCE 1
    1048 EOF
    1049 
    1050   if test "$GCC" = yes; then
    1051     CC="$CC -posix"
    1052   else
    1053     CC="$CC -Xp"
    1054   fi
    1055 else
    1056   echo "$ac_t""no" 1>&6
    1057   ISC=
    1058 fi
    1059 
    1060 
    1061 # Find a good install program.  We prefer a C program (faster),
    1062 # so one script is as good as another.  But avoid the broken or
    1063 # incompatible versions:
    1064 # SysV /etc/install, /usr/sbin/install
    1065 # SunOS /usr/etc/install
    1066 # IRIX /sbin/install
    1067 # AIX /bin/install
    1068 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
    1069 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
    1070 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
    1071 # ./install, which can be erroneously created by make from ./install.sh.
    1072 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    1073 echo "configure:1074: checking for a BSD compatible install" >&5
    1074 if test -z "$INSTALL"; then
    1075 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
    1076   echo $ac_n "(cached) $ac_c" 1>&6
    1077 else
    1078     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS="$PATH_IFS"
    1079   for ac_dir in $PATH; do
    1080     # Account for people who put trailing slashes in PATH elements.
    1081     case "$ac_dir/" in
    1082     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
    1083     # We reject the install program from OS/2 or W3.1
    1084     */OS2|*/OS2/*|*/WINDOWS|*/WINDOWS/*) ;;
    1085     *)
    1086       # OSF1 and SCO ODT 3.0 have their own names for install.
    1087       # Don't use installbsd from OSF since it installs stuff as root
    1088       # by default.
    1089       for ac_prog in ginstall scoinst install; do
    1090         if test -f $ac_dir/$ac_prog$ac_exeext; then
    1091           if test $ac_prog = install &&
    1092             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
    1093             # AIX install.  It has an incompatible calling convention.
    1094             :
    1095           else
    1096             ac_cv_path_install="$ac_dir/$ac_prog$ac_exeext -c"
    1097             break 2
    1098           fi
    1099         fi
    1100       done
    1101       ;;
    1102     esac
    1103   done
    1104   IFS="$ac_save_IFS"
    1105 
    1106 fi
    1107   if test "${ac_cv_path_install+set}" = set; then
    1108     INSTALL="$ac_cv_path_install"
    1109   else
    1110     # As a last resort, use the slow shell script.  We don't cache a
    1111     # path for INSTALL within a source directory, because that will
    1112     # break other packages using the cache if that directory is
    1113     # removed, or if the path is relative.
    1114     INSTALL="$ac_install_sh"
    1115   fi
    1116 fi
    1117 echo "$ac_t""$INSTALL" 1>&6
    1118 
    1119 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
    1120 # It thinks the first close brace ends the variable substitution.
    1121 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
    1122 
    1123 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
    1124 
    1125 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
    1126 
    1127 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
    1128 echo "configure:1129: checking whether build environment is sane" >&5
    1129 # Just in case
    1130 sleep 1
    1131 echo timestamp > conftestfile
    1132 # Do `set' in a subshell so we don't clobber the current shell's
    1133 # arguments.  Must try -L first in case configure is actually a
    1134 # symlink; some systems play weird games with the mod time of symlinks
    1135 # (eg FreeBSD returns the mod time of the symlink's containing
    1136 # directory).
    1137 if (
    1138    set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
    1139    if test "$*" = "X"; then
    1140       # -L didn't work.
    1141       set X `ls -t $srcdir/configure conftestfile`
    1142    fi
    1143    if test "$*" != "X $srcdir/configure conftestfile" \
    1144       && test "$*" != "X conftestfile $srcdir/configure"; then
    1145 
    1146       # If neither matched, then we have a broken ls.  This can happen
    1147       # if, for instance, CONFIG_SHELL is bash and it inherits a
    1148       # broken ls alias from the environment.  This has actually
    1149       # happened.  Such a system could not be considered "sane".
    1150       { echo "configure: error: ls -t appears to fail.  Make sure there is not a broken
    1151 alias in your environment" 1>&2; exit 1; }
    1152    fi
    1153 
    1154    test "$2" = conftestfile
    1155    )
    1156 then
    1157    # Ok.
    1158    :
    1159 else
    1160    { echo "configure: error: newly created file is older than distributed files!
    1161 Check your system clock" 1>&2; exit 1; }
    1162 fi
    1163 rm -f conftest*
    1164 echo "$ac_t""yes" 1>&6
    1165 if test "$program_transform_name" = s,x,x,; then
    1166   program_transform_name=
    1167 else
    1168   # Double any \ or $.  echo might interpret backslashes.
    1169   cat <<\EOF_SED > conftestsed
    1170 s,\\,\\\\,g; s,\$,$$,g
    1171 EOF_SED
    1172   program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
    1173   rm -f conftestsed
    1174 fi
    1175 test "$program_prefix" != NONE &&
    1176   program_transform_name="s,^,${program_prefix},; $program_transform_name"
    1177 # Use a double $ so make ignores it.
    1178 test "$program_suffix" != NONE &&
    1179   program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
    1180 
    1181 # sed with no file args requires a program.
    1182 test "$program_transform_name" = "" && program_transform_name="s,x,x,"
    1183 
    1184 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    1185 echo "configure:1186: checking whether ${MAKE-make} sets \${MAKE}" >&5
    1186 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    1187 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
    1188   echo $ac_n "(cached) $ac_c" 1>&6
    1189 else
    1190   cat > conftestmake <<\EOF
    1191 all:
    1192         @echo 'ac_maketemp="${MAKE}"'
    1193 EOF
    1194 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
    1195 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
    1196 if test -n "$ac_maketemp"; then
    1197   eval ac_cv_prog_make_${ac_make}_set=yes
    1198 else
    1199   eval ac_cv_prog_make_${ac_make}_set=no
    1200 fi
    1201 rm -f conftestmake
    1202 fi
    1203 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
    1204   echo "$ac_t""yes" 1>&6
    1205   SET_MAKE=
    1206 else
    1207   echo "$ac_t""no" 1>&6
    1208   SET_MAKE="MAKE=${MAKE-make}"
    1209 fi
    1210 
    1211 
    1212 PACKAGE=bfd
    1213 
    1214 VERSION=2.11.2
    1215 
    1216 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
    1217   { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
    1218 fi
    1219 cat >> confdefs.h <<EOF
    1220 #define PACKAGE "$PACKAGE"
    1221 EOF
    1222 
    1223 cat >> confdefs.h <<EOF
    1224 #define VERSION "$VERSION"
    1225 EOF
    1226 
    1227 
    1228 
    1229 missing_dir=`cd $ac_aux_dir && pwd`
    1230 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
    1231 echo "configure:1232: checking for working aclocal" >&5
    1232 # Run test in a subshell; some versions of sh will print an error if
    1233 # an executable is not found, even if stderr is redirected.
    1234 # Redirect stdin to placate older versions of autoconf.  Sigh.
    1235 if (aclocal --version) < /dev/null > /dev/null 2>&1; then
    1236    ACLOCAL=aclocal
    1237    echo "$ac_t""found" 1>&6
    1238 else
    1239    ACLOCAL="$missing_dir/missing aclocal"
    1240    echo "$ac_t""missing" 1>&6
    1241 fi
    1242 
    1243 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
    1244 echo "configure:1245: checking for working autoconf" >&5
    1245 # Run test in a subshell; some versions of sh will print an error if
    1246 # an executable is not found, even if stderr is redirected.
    1247 # Redirect stdin to placate older versions of autoconf.  Sigh.
    1248 if (autoconf --version) < /dev/null > /dev/null 2>&1; then
    1249    AUTOCONF=autoconf
    1250    echo "$ac_t""found" 1>&6
    1251 else
    1252    AUTOCONF="$missing_dir/missing autoconf"
    1253    echo "$ac_t""missing" 1>&6
    1254 fi
    1255 
    1256 echo $ac_n "checking for working automake""... $ac_c" 1>&6
    1257 echo "configure:1258: checking for working automake" >&5
    1258 # Run test in a subshell; some versions of sh will print an error if
    1259 # an executable is not found, even if stderr is redirected.
    1260 # Redirect stdin to placate older versions of autoconf.  Sigh.
    1261 if (automake --version) < /dev/null > /dev/null 2>&1; then
    1262    AUTOMAKE=automake
    1263    echo "$ac_t""found" 1>&6
    1264 else
    1265    AUTOMAKE="$missing_dir/missing automake"
    1266    echo "$ac_t""missing" 1>&6
    1267 fi
    1268 
    1269 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
    1270 echo "configure:1271: checking for working autoheader" >&5
    1271 # Run test in a subshell; some versions of sh will print an error if
    1272 # an executable is not found, even if stderr is redirected.
    1273 # Redirect stdin to placate older versions of autoconf.  Sigh.
    1274 if (autoheader --version) < /dev/null > /dev/null 2>&1; then
    1275    AUTOHEADER=autoheader
    1276    echo "$ac_t""found" 1>&6
    1277 else
    1278    AUTOHEADER="$missing_dir/missing autoheader"
    1279    echo "$ac_t""missing" 1>&6
    1280 fi
    1281 
    1282 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
    1283 echo "configure:1284: checking for working makeinfo" >&5
    1284 # Run test in a subshell; some versions of sh will print an error if
    1285 # an executable is not found, even if stderr is redirected.
    1286 # Redirect stdin to placate older versions of autoconf.  Sigh.
    1287 if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
    1288    MAKEINFO=makeinfo
    1289    echo "$ac_t""found" 1>&6
    1290 else
    1291    MAKEINFO="$missing_dir/missing makeinfo"
    1292    echo "$ac_t""missing" 1>&6
    1293 fi
    1294 
    1295 
    1296 
    1297 if test $host != $build; then
    1298   ac_tool_prefix=${host_alias}-
    1299 else
    1300   ac_tool_prefix=
    1301 fi
    1302 
    1303 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
    1304 set dummy ${ac_tool_prefix}ar; ac_word=$2
    1305 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1306 echo "configure:1307: checking for $ac_word" >&5
    1307 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
    1308   echo $ac_n "(cached) $ac_c" 1>&6
    1309 else
    1310   if test -n "$AR"; then
    1311   ac_cv_prog_AR="$AR" # Let the user override the test.
    1312 else
    1313   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    1314   ac_dummy="$PATH"
    1315   for ac_dir in $ac_dummy; do
    1316     test -z "$ac_dir" && ac_dir=.
    1317     if test -f $ac_dir/$ac_word -o \
    1318             -f $ac_dir/$ac_word$ac_exeext ; then
    1319       ac_cv_prog_AR="${ac_tool_prefix}ar"
    1320       break
    1321     fi
    1322   done
    1323   IFS="$ac_save_ifs"
    1324   test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar"
    1325 fi
    1326 fi
    1327 AR="$ac_cv_prog_AR"
    1328 if test -n "$AR"; then
    1329   echo "$ac_t""$AR" 1>&6
    1330 else
    1331   echo "$ac_t""no" 1>&6
    1332 fi
    1333 
    1334 
    1335 
    1336 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
    1337 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    1338 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1339 echo "configure:1340: checking for $ac_word" >&5
    1340 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    1341   echo $ac_n "(cached) $ac_c" 1>&6
    1342 else
    1343   if test -n "$RANLIB"; then
    1344   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
    1345 else
    1346   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    1347   ac_dummy="$PATH"
    1348   for ac_dir in $ac_dummy; do
    1349     test -z "$ac_dir" && ac_dir=.
    1350     if test -f $ac_dir/$ac_word -o \
    1351             -f $ac_dir/$ac_word$ac_exeext ; then
    1352       ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
    1353       break
    1354     fi
    1355   done
    1356   IFS="$ac_save_ifs"
    1357 fi
    1358 fi
    1359 RANLIB="$ac_cv_prog_RANLIB"
    1360 if test -n "$RANLIB"; then
    1361   echo "$ac_t""$RANLIB" 1>&6
    1362 else
    1363   echo "$ac_t""no" 1>&6
    1364 fi
    1365 
    1366 
    1367 if test -z "$ac_cv_prog_RANLIB"; then
    1368 if test -n "$ac_tool_prefix"; then
    1369   # Extract the first word of "ranlib", so it can be a program name with args.
    1370 set dummy ranlib; ac_word=$2
    1371 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1372 echo "configure:1373: checking for $ac_word" >&5
    1373 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    1374   echo $ac_n "(cached) $ac_c" 1>&6
    1375 else
    1376   if test -n "$RANLIB"; then
    1377   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
    1378 else
    1379   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    1380   ac_dummy="$PATH"
    1381   for ac_dir in $ac_dummy; do
    1382     test -z "$ac_dir" && ac_dir=.
    1383     if test -f $ac_dir/$ac_word -o \
    1384             -f $ac_dir/$ac_word$ac_exeext ; then
    1385       ac_cv_prog_RANLIB="ranlib"
    1386       break
    1387     fi
    1388   done
    1389   IFS="$ac_save_ifs"
    1390   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
    1391 fi
    1392 fi
    1393 RANLIB="$ac_cv_prog_RANLIB"
    1394 if test -n "$RANLIB"; then
    1395   echo "$ac_t""$RANLIB" 1>&6
    1396 else
    1397   echo "$ac_t""no" 1>&6
    1398 fi
    1399 
    1400 else
    1401   RANLIB=":"
    1402 fi
    1403 fi
    1404 
    1405 
    1406 # Check whether --enable-shared or --disable-shared was given.
    1407 if test "${enable_shared+set}" = set; then
    1408   enableval="$enable_shared"
    1409   p=${PACKAGE-default}
    1410 case "$enableval" in
    1411 yes) enable_shared=yes ;;
    1412 no) enable_shared=no ;;
    1413 *)
    1414   enable_shared=no
    1415   # Look at the argument we got.  We use all the common list separators.
    1416   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
    1417   for pkg in $enableval; do
    1418     if test "X$pkg" = "X$p"; then
    1419       enable_shared=yes
    1420     fi
    1421   done
    1422   IFS="$ac_save_ifs"
    1423   ;;
    1424 esac
    1425 else
    1426   enable_shared=no
    1427 fi
    1428 
    1429 
    1430 # Check whether --enable-static or --disable-static was given.
    1431 if test "${enable_static+set}" = set; then
    1432   enableval="$enable_static"
    1433   p=${PACKAGE-default}
    1434 case "$enableval" in
    1435 yes) enable_static=yes ;;
    1436 no) enable_static=no ;;
    1437 *)
    1438   enable_static=no
    1439   # Look at the argument we got.  We use all the common list separators.
    1440   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
    1441   for pkg in $enableval; do
    1442     if test "X$pkg" = "X$p"; then
    1443       enable_static=yes
    1444     fi
    1445   done
    1446   IFS="$ac_save_ifs"
    1447   ;;
    1448 esac
    1449 else
    1450   enable_static=yes
    1451 fi
    1452 
    1453 # Check whether --enable-fast-install or --disable-fast-install was given.
    1454 if test "${enable_fast_install+set}" = set; then
    1455   enableval="$enable_fast_install"
    1456   p=${PACKAGE-default}
    1457 case "$enableval" in
    1458 yes) enable_fast_install=yes ;;
    1459 no) enable_fast_install=no ;;
    1460 *)
    1461   enable_fast_install=no
    1462   # Look at the argument we got.  We use all the common list separators.
    1463   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
    1464   for pkg in $enableval; do
    1465     if test "X$pkg" = "X$p"; then
    1466       enable_fast_install=yes
    1467     fi
    1468   done
    1469   IFS="$ac_save_ifs"
    1470   ;;
    1471 esac
    1472 else
    1473   enable_fast_install=yes
    1474 fi
    1475 
    14761512# Check whether --with-gnu-ld or --without-gnu-ld was given.
    14771513if test "${with_gnu_ld+set}" = set; then
     
    14831519
    14841520ac_prog=ld
    1485 if test "$ac_cv_prog_gcc" = yes; then
     1521if test "$GCC" = yes; then
    14861522  # Check if gcc -print-prog-name=ld gives a path.
    14871523  echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
    1488 echo "configure:1489: checking for ld used by GCC" >&5
     1524echo "configure:1525: checking for ld used by GCC" >&5
    14891525  case $host in
    14901526  *-*-mingw*)
     
    14941530    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
    14951531  esac
    1496   case "$ac_prog" in
     1532  case $ac_prog in
    14971533    # Accept absolute paths.
    14981534    [\\/]* | [A-Za-z]:[\\/]*)
     
    15161552elif test "$with_gnu_ld" = yes; then
    15171553  echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
    1518 echo "configure:1519: checking for GNU ld" >&5
     1554echo "configure:1555: checking for GNU ld" >&5
    15191555else
    15201556  echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
    1521 echo "configure:1522: checking for non-GNU ld" >&5
    1522 fi
    1523 if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then
     1557echo "configure:1558: checking for non-GNU ld" >&5
     1558fi
     1559if eval "test \"`echo '$''{'lt_cv_path_LD'+set}'`\" = set"; then
    15241560  echo $ac_n "(cached) $ac_c" 1>&6
    15251561else
     
    15291565    test -z "$ac_dir" && ac_dir=.
    15301566    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
    1531       ac_cv_path_LD="$ac_dir/$ac_prog"
     1567      lt_cv_path_LD="$ac_dir/$ac_prog"
    15321568      # Check to see if the program is GNU ld.  I'd rather use --version,
    15331569      # but apparently some GNU ld's only accept -v.
    15341570      # Break only if it was the GNU/non-GNU ld that we prefer.
    1535       if "$ac_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
     1571      if "$lt_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
    15361572        test "$with_gnu_ld" != no && break
    15371573      else
     
    15421578  IFS="$ac_save_ifs"
    15431579else
    1544   ac_cv_path_LD="$LD" # Let the user override the test with a path.
    1545 fi
    1546 fi
    1547 
    1548 LD="$ac_cv_path_LD"
     1580  lt_cv_path_LD="$LD" # Let the user override the test with a path.
     1581fi
     1582fi
     1583
     1584LD="$lt_cv_path_LD"
    15491585if test -n "$LD"; then
    15501586  echo "$ac_t""$LD" 1>&6
     
    15541590test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
    15551591echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
    1556 echo "configure:1557: checking if the linker ($LD) is GNU ld" >&5
    1557 if eval "test \"`echo '$''{'ac_cv_prog_gnu_ld'+set}'`\" = set"; then
     1592echo "configure:1593: checking if the linker ($LD) is GNU ld" >&5
     1593if eval "test \"`echo '$''{'lt_cv_prog_gnu_ld'+set}'`\" = set"; then
    15581594  echo $ac_n "(cached) $ac_c" 1>&6
    15591595else
    15601596  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
    15611597if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
    1562   ac_cv_prog_gnu_ld=yes
    1563 else
    1564   ac_cv_prog_gnu_ld=no
    1565 fi
    1566 fi
    1567 
    1568 echo "$ac_t""$ac_cv_prog_gnu_ld" 1>&6
    1569 with_gnu_ld=$ac_cv_prog_gnu_ld
     1598  lt_cv_prog_gnu_ld=yes
     1599else
     1600  lt_cv_prog_gnu_ld=no
     1601fi
     1602fi
     1603
     1604echo "$ac_t""$lt_cv_prog_gnu_ld" 1>&6
     1605with_gnu_ld=$lt_cv_prog_gnu_ld
    15701606
    15711607
    15721608echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6
    1573 echo "configure:1574: checking for $LD option to reload object files" >&5
     1609echo "configure:1610: checking for $LD option to reload object files" >&5
    15741610if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then
    15751611  echo $ac_n "(cached) $ac_c" 1>&6
     
    15831619
    15841620echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
    1585 echo "configure:1586: checking for BSD-compatible nm" >&5
    1586 if eval "test \"`echo '$''{'ac_cv_path_NM'+set}'`\" = set"; then
     1621echo "configure:1622: checking for BSD-compatible nm" >&5
     1622if eval "test \"`echo '$''{'lt_cv_path_NM'+set}'`\" = set"; then
    15871623  echo $ac_n "(cached) $ac_c" 1>&6
    15881624else
    15891625  if test -n "$NM"; then
    15901626  # Let the user override the test.
    1591   ac_cv_path_NM="$NM"
     1627  lt_cv_path_NM="$NM"
    15921628else
    15931629  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
     
    16011637      # Tru64's nm complains that /dev/null is an invalid object file
    16021638      if ($tmp_nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep '(/dev/null|Invalid file or object type)' >/dev/null; then
    1603         ac_cv_path_NM="$tmp_nm -B"
     1639        lt_cv_path_NM="$tmp_nm -B"
    16041640        break
    16051641      elif ($tmp_nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
    1606         ac_cv_path_NM="$tmp_nm -p"
     1642        lt_cv_path_NM="$tmp_nm -p"
    16071643        break
    16081644      else
    1609         ac_cv_path_NM=${ac_cv_path_NM="$tmp_nm"} # keep the first match, but
     1645        lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
    16101646        continue # so that we can try to find one that supports BSD flags
    16111647      fi
     
    16131649  done
    16141650  IFS="$ac_save_ifs"
    1615   test -z "$ac_cv_path_NM" && ac_cv_path_NM=nm
    1616 fi
    1617 fi
    1618 
    1619 NM="$ac_cv_path_NM"
     1651  test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
     1652fi
     1653fi
     1654
     1655NM="$lt_cv_path_NM"
    16201656echo "$ac_t""$NM" 1>&6
    16211657
    16221658echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    1623 echo "configure:1624: checking whether ln -s works" >&5
     1659echo "configure:1660: checking whether ln -s works" >&5
    16241660if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    16251661  echo $ac_n "(cached) $ac_c" 1>&6
     
    16481684
    16491685echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6
    1650 echo "configure:1651: checking how to recognise dependant libraries" >&5
     1686echo "configure:1687: checking how to recognise dependant libraries" >&5
    16511687if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then
    16521688  echo $ac_n "(cached) $ac_c" 1>&6
     
    16661702# whether `pass_all' will *always* work, you probably want this one.
    16671703
    1668 case "$host_os" in
    1669 aix4*)
     1704case $host_os in
     1705aix*)
    16701706  lt_cv_deplibs_check_method=pass_all
    16711707  ;;
     
    16761712
    16771713bsdi4*)
    1678     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
    1679     lt_cv_file_magic_cmd='/usr/bin/file -L'
     1714  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
     1715  lt_cv_file_magic_cmd='/usr/bin/file -L'
    16801716  lt_cv_file_magic_test_file=/shlib/libc.so
    16811717  ;;
     
    16861722  ;;
    16871723
     1724darwin* | rhapsody*)
     1725  lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
     1726  lt_cv_file_magic_cmd='/usr/bin/file -L'
     1727  case "$host_os" in
     1728  rhapsody* | darwin1.012)
     1729    lt_cv_file_magic_test_file='/System/Library/Frameworks/System.framework/System'
     1730    ;;
     1731  *) # Darwin 1.3 on
     1732    lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib'
     1733    ;;
     1734  esac
     1735  ;;
     1736
    16881737freebsd* )
    16891738  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
    1690     case "$host_cpu" in
     1739    case $host_cpu in
    16911740    i*86 )
    16921741      # Not sure whether the presence of OpenBSD here was a mistake.
    16931742      # Let's accept both of them until this is cleared up.
    1694             lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
    1695             lt_cv_file_magic_cmd=/usr/bin/file
     1743      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
     1744      lt_cv_file_magic_cmd=/usr/bin/file
    16961745      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
    16971746      ;;
     
    17061755  ;;
    17071756
    1708 hpux10.20*)
    1709   # TODO:  Does this work for hpux-11 too?
    1710   lt_cv_deplibs_check_method='file_magic (s0-90-90-9|PA-RISC0-9.0-9) shared library'
    1711   lt_cv_file_magic_cmd=/usr/bin/file
    1712   lt_cv_file_magic_test_file=/usr/lib/libc.sl
     1757hpux10.20*|hpux11*)
     1758  case $host_cpu in
     1759  hppa*)
     1760    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
     1761    lt_cv_file_magic_cmd=/usr/bin/file
     1762    lt_cv_file_magic_test_file=/usr/lib/libc.sl
     1763    ;;
     1764  ia64*)
     1765    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
     1766    lt_cv_file_magic_cmd=/usr/bin/file
     1767    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
     1768    ;;
     1769  esac
    17131770  ;;
    17141771
    17151772irix5* | irix6*)
    1716   case "$host_os" in
     1773  case $host_os in
    17171774  irix5*)
    17181775    # this will be overridden with pass_all, but let us keep it just in case
     
    17201777    ;;
    17211778  *)
    1722     case "$LD" in
     1779    case $LD in
    17231780    *-32|*"-32 ") libmagic=32-bit;;
    17241781    *-n32|*"-n32 ") libmagic=N32;;
     
    17271784    esac
    17281785    # this will be overridden with pass_all, but let us keep it just in case
    1729         lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
    1730         ;;
     1786    lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
     1787    ;;
    17311788  esac
    17321789  lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
     
    17361793# This must be Linux ELF.
    17371794linux-gnu*)
    1738   case "$host_cpu" in
    1739   alpha* | i*86 | powerpc* | sparc* | ia64* )
     1795  case $host_cpu in
     1796  alpha* | mips* | hppa* | i*86 | powerpc* | sparc* | ia64* )
    17401797    lt_cv_deplibs_check_method=pass_all ;;
    17411798  *)
    17421799    # glibc up to 2.1.1 does not perform some relocations on ARM
    1743         lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;;
    1744       esac
     1800    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;;
     1801  esac
    17451802  lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
    17461803  ;;
    17471804
    17481805netbsd*)
    1749   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then :
     1806  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
     1807    lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so\.[0-9]+\.[0-9]+$'
    17501808  else
    1751         lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'
    1752         lt_cv_file_magic_cmd='/usr/bin/file -L'
    1753     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
     1809    lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so$'
    17541810  fi
    17551811  ;;
     
    17571813os2*)
    17581814  lt_cv_deplibs_check_method=pass_all
     1815  ;;
     1816
     1817newsos6)
     1818  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
     1819  lt_cv_file_magic_cmd=/usr/bin/file
     1820  lt_cv_file_magic_test_file=/usr/lib/libnls.so
    17591821  ;;
    17601822
     
    17751837  ;;
    17761838
     1839sysv5uw[78]* | sysv4*uw2*)
     1840  lt_cv_deplibs_check_method=pass_all
     1841  ;;
     1842
    17771843sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
    1778   case "$host_vendor" in
     1844  case $host_vendor in
    17791845  ncr)
    17801846    lt_cv_deplibs_check_method=pass_all
    17811847    ;;
    17821848  motorola)
    1783         lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
    1784         lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
     1849    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
     1850    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
    17851851    ;;
    17861852  esac
     
    17951861
    17961862echo $ac_n "checking for object suffix""... $ac_c" 1>&6
    1797 echo "configure:1798: checking for object suffix" >&5
     1863echo "configure:1864: checking for object suffix" >&5
    17981864if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then
    17991865  echo $ac_n "(cached) $ac_c" 1>&6
     
    18011867  rm -f conftest*
    18021868echo 'int i = 1;' > conftest.$ac_ext
    1803 if { (eval echo configure:1804: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1869if { (eval echo configure:1870: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    18041870  for ac_file in conftest.*; do
    18051871    case $ac_file in
     
    18211887
    18221888# Only perform the check for file, if the check method requires it
    1823 case "$deplibs_check_method" in
     1889case $deplibs_check_method in
    18241890file_magic*)
    18251891  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
    18261892    echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6
    1827 echo "configure:1828: checking for ${ac_tool_prefix}file" >&5
     1893echo "configure:1894: checking for ${ac_tool_prefix}file" >&5
    18281894if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
    18291895  echo $ac_n "(cached) $ac_c" 1>&6
    18301896else
    1831   case "$MAGIC_CMD" in
     1897  case $MAGIC_CMD in
    18321898  /*)
    18331899  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
     
    18451911      lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
    18461912      if test -n "$file_magic_test_file"; then
    1847         case "$deplibs_check_method" in
     1913        case $deplibs_check_method in
    18481914        "file_magic "*)
    18491915          file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
     
    18871953  if test -n "$ac_tool_prefix"; then
    18881954    echo $ac_n "checking for file""... $ac_c" 1>&6
    1889 echo "configure:1890: checking for file" >&5
     1955echo "configure:1956: checking for file" >&5
    18901956if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
    18911957  echo $ac_n "(cached) $ac_c" 1>&6
    18921958else
    1893   case "$MAGIC_CMD" in
     1959  case $MAGIC_CMD in
    18941960  /*)
    18951961  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
     
    19071973      lt_cv_path_MAGIC_CMD="$ac_dir/file"
    19081974      if test -n "$file_magic_test_file"; then
    1909         case "$deplibs_check_method" in
     1975        case $deplibs_check_method in
    19101976        "file_magic "*)
    19111977          file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
     
    19582024set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    19592025echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1960 echo "configure:1961: checking for $ac_word" >&5
     2026echo "configure:2027: checking for $ac_word" >&5
    19612027if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    19622028  echo $ac_n "(cached) $ac_c" 1>&6
     
    19912057set dummy ranlib; ac_word=$2
    19922058echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1993 echo "configure:1994: checking for $ac_word" >&5
     2059echo "configure:2060: checking for $ac_word" >&5
    19942060if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    19952061  echo $ac_n "(cached) $ac_c" 1>&6
     
    20272093set dummy ${ac_tool_prefix}strip; ac_word=$2
    20282094echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2029 echo "configure:2030: checking for $ac_word" >&5
     2095echo "configure:2096: checking for $ac_word" >&5
    20302096if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
    20312097  echo $ac_n "(cached) $ac_c" 1>&6
     
    20602126set dummy strip; ac_word=$2
    20612127echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2062 echo "configure:2063: checking for $ac_word" >&5
     2128echo "configure:2129: checking for $ac_word" >&5
    20632129if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
    20642130  echo $ac_n "(cached) $ac_c" 1>&6
     
    20992165test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
    21002166test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install"
    2101 test "$ac_cv_prog_gcc" = yes && libtool_flags="$libtool_flags --with-gcc"
    2102 test "$ac_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
     2167test "$GCC" = yes && libtool_flags="$libtool_flags --with-gcc"
     2168test "$lt_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
    21032169
    21042170
     
    21252191# Some flags need to be propagated to the compiler or linker for good
    21262192# libtool support.
    2127 case "$host" in
     2193case $host in
    21282194*-*-irix6*)
    21292195  # Find out which ABI we are using.
    2130   echo '#line 2131 "configure"' > conftest.$ac_ext
    2131   if { (eval echo configure:2132: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    2132     case "`/usr/bin/file conftest.o`" in
     2196  echo '#line 2197 "configure"' > conftest.$ac_ext
     2197  if { (eval echo configure:2198: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2198   if test "$lt_cv_prog_gnu_ld" = yes; then
     2199    case `/usr/bin/file conftest.$ac_objext` in
     2200    *32-bit*)
     2201      LD="${LD-ld} -melf32bsmip"
     2202      ;;
     2203    *N32*)
     2204      LD="${LD-ld} -melf32bmipn32"
     2205      ;;
     2206    *64-bit*)
     2207      LD="${LD-ld} -melf64bmip"
     2208      ;;
     2209    esac
     2210   else
     2211    case `/usr/bin/file conftest.$ac_objext` in
    21332212    *32-bit*)
    21342213      LD="${LD-ld} -32"
     
    21412220      ;;
    21422221    esac
     2222   fi
     2223  fi
     2224  rm -rf conftest*
     2225  ;;
     2226
     2227ia64-*-hpux*)
     2228  # Find out which ABI we are using.
     2229  echo 'int i;' > conftest.$ac_ext
     2230  if { (eval echo configure:2231: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2231    case "`/usr/bin/file conftest.o`" in
     2232    *ELF-32*)
     2233      HPUX_IA64_MODE="32"
     2234      ;;
     2235    *ELF-64*)
     2236      HPUX_IA64_MODE="64"
     2237      ;;
     2238    esac
    21432239  fi
    21442240  rm -rf conftest*
     
    21502246  CFLAGS="$CFLAGS -belf"
    21512247  echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6
    2152 echo "configure:2153: checking whether the C compiler needs -belf" >&5
     2248echo "configure:2249: checking whether the C compiler needs -belf" >&5
    21532249if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
    21542250  echo $ac_n "(cached) $ac_c" 1>&6
     
    21632259
    21642260     cat > conftest.$ac_ext <<EOF
    2165 #line 2166 "configure"
     2261#line 2262 "configure"
    21662262#include "confdefs.h"
    21672263
     
    21702266; return 0; }
    21712267EOF
    2172 if { (eval echo configure:2173: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2268if { (eval echo configure:2269: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    21732269  rm -rf conftest*
    21742270  lt_cv_cc_needs_belf=yes
     
    22802376exec 5>>./config.log
    22812377
    2282 
    22832378 
    22842379
     
    23292424fi
    23302425
    2331 build_warnings="-W -Wall"
     2426build_warnings="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
    23322427# Check whether --enable-build-warnings or --disable-build-warnings was given.
    23332428if test "${enable_build_warnings+set}" = set; then
     
    23472442fi
    23482443WARN_CFLAGS=""
    2349 if test "x${build_warnings}" != x -a "x$GCC" = xyes ; then
     2444if test "x${build_warnings}" != x && test "x$GCC" = xyes ; then
    23502445    WARN_CFLAGS="${build_warnings}"
    23512446fi
     
    23592454    { echo "configure: error: Unrecognized target system type; please check config.sub." 1>&2; exit 1; }
    23602455fi
    2361 if test "$program_transform_name" = s,x,x,; then
    2362   program_transform_name=
    2363 else
    2364   # Double any \ or $.  echo might interpret backslashes.
    2365   cat <<\EOF_SED > conftestsed
    2366 s,\\,\\\\,g; s,\$,$$,g
    2367 EOF_SED
    2368   program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
    2369   rm -f conftestsed
    2370 fi
    2371 test "$program_prefix" != NONE &&
    2372   program_transform_name="s,^,${program_prefix},; $program_transform_name"
    2373 # Use a double $ so make ignores it.
    2374 test "$program_suffix" != NONE &&
    2375   program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
    2376 
    2377 # sed with no file args requires a program.
    2378 test "$program_transform_name" = "" && program_transform_name="s,x,x,"
    2379 
    23802456
    23812457echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
    2382 echo "configure:2383: checking whether to enable maintainer-specific portions of Makefiles" >&5
     2458echo "configure:2459: checking whether to enable maintainer-specific portions of Makefiles" >&5
    23832459    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
    23842460if test "${enable_maintainer_mode+set}" = set; then
     
    24022478 
    24032479
     2480echo $ac_n "checking whether to install libbfd""... $ac_c" 1>&6
     2481echo "configure:2482: checking whether to install libbfd" >&5
     2482  # Check whether --enable-install-libbfd or --disable-install-libbfd was given.
     2483if test "${enable_install_libbfd+set}" = set; then
     2484  enableval="$enable_install_libbfd"
     2485  install_libbfd_p=$enableval
     2486else
     2487  if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then
     2488        install_libbfd_p=yes
     2489      else
     2490        install_libbfd_p=no
     2491      fi
     2492fi
     2493
     2494  echo "$ac_t""$install_libbfd_p" 1>&6
     2495 
     2496
     2497if test $install_libbfd_p = yes; then
     2498  INSTALL_LIBBFD_TRUE=
     2499  INSTALL_LIBBFD_FALSE='#'
     2500else
     2501  INSTALL_LIBBFD_TRUE='#'
     2502  INSTALL_LIBBFD_FALSE=
     2503fi
     2504  # libbfd.a is a host library containing target dependent code
     2505  bfdlibdir='$(libdir)'
     2506  bfdincludedir='$(includedir)'
     2507  if test "${host}" != "${target}"; then
     2508    bfdlibdir='$(exec_prefix)/$(host_alias)/$(target_alias)/lib'
     2509    bfdincludedir='$(exec_prefix)/$(host_alias)/$(target_alias)/include'
     2510  fi
     2511 
     2512 
     2513
     2514
    24042515
    24052516
    24062517
    24072518echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
    2408 echo "configure:2409: checking for executable suffix" >&5
     2519echo "configure:2520: checking for executable suffix" >&5
    24092520if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
    24102521  echo $ac_n "(cached) $ac_c" 1>&6
     
    24162527  echo 'int main () { return 0; }' > conftest.$ac_ext
    24172528  ac_cv_exeext=
    2418   if { (eval echo configure:2419: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
     2529  if { (eval echo configure:2530: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
    24192530    for file in conftest.*; do
    24202531      case $file in
     
    24392550host64=false
    24402551target64=false
     2552bfd_default_target_size=32
    24412553
    24422554# host stuff:
     
    24452557set dummy gcc; ac_word=$2
    24462558echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2447 echo "configure:2448: checking for $ac_word" >&5
     2559echo "configure:2560: checking for $ac_word" >&5
    24482560if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    24492561  echo $ac_n "(cached) $ac_c" 1>&6
     
    24762588set dummy cc; ac_word=$2
    24772589echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2478 echo "configure:2479: checking for $ac_word" >&5
     2590echo "configure:2591: checking for $ac_word" >&5
    24792591if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    24802592  echo $ac_n "(cached) $ac_c" 1>&6
     
    25292641set dummy cl; ac_word=$2
    25302642echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2531 echo "configure:2532: checking for $ac_word" >&5
     2643echo "configure:2644: checking for $ac_word" >&5
    25322644if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    25332645  echo $ac_n "(cached) $ac_c" 1>&6
     
    25622674
    25632675echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    2564 echo "configure:2565: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     2676echo "configure:2677: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    25652677
    25662678ac_ext=c
     
    25732685cat > conftest.$ac_ext << EOF
    25742686
    2575 #line 2576 "configure"
     2687#line 2688 "configure"
    25762688#include "confdefs.h"
    25772689
    25782690main(){return(0);}
    25792691EOF
    2580 if { (eval echo configure:2581: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2692if { (eval echo configure:2693: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    25812693  ac_cv_prog_cc_works=yes
    25822694  # If we can't run a trivial program, we are probably using a cross compiler.
     
    26042716fi
    26052717echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    2606 echo "configure:2607: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     2718echo "configure:2719: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    26072719echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    26082720cross_compiling=$ac_cv_prog_cc_cross
    26092721
    26102722echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    2611 echo "configure:2612: checking whether we are using GNU C" >&5
     2723echo "configure:2724: checking whether we are using GNU C" >&5
    26122724if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    26132725  echo $ac_n "(cached) $ac_c" 1>&6
     
    26182730#endif
    26192731EOF
    2620 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2621: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     2732if { 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
    26212733  ac_cv_prog_gcc=yes
    26222734else
     
    26372749CFLAGS=
    26382750echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    2639 echo "configure:2640: checking whether ${CC-cc} accepts -g" >&5
     2751echo "configure:2752: checking whether ${CC-cc} accepts -g" >&5
    26402752if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    26412753  echo $ac_n "(cached) $ac_c" 1>&6
     
    26692781
    26702782
    2671 ALL_LINGUAS=
     2783ALL_LINGUAS="fr tr ja es sv da zh_CN"
    26722784echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    2673 echo "configure:2674: checking how to run the C preprocessor" >&5
     2785echo "configure:2786: checking how to run the C preprocessor" >&5
    26742786# On Suns, sometimes $CPP names a directory.
    26752787if test -n "$CPP" && test -d "$CPP"; then
     
    26872799  cat > conftest.$ac_ext <<EOF
    26882800#include <sys/types.h>
    2689 #line 2690 "configure"
     2801#line 2802 "configure"
    26902802#include "confdefs.h"
    26912803#include <assert.h>
     
    26932805EOF
    26942806ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2695 { (eval echo configure:2696: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2807{ (eval echo configure:2808: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    26962808ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    26972809if test -z "$ac_err"; then
     
    27052817  cat > conftest.$ac_ext <<EOF
    27062818#include <sys/types.h>
    2707 #line 2708 "configure"
     2819#line 2820 "configure"
    27082820#include "confdefs.h"
    27092821#include <assert.h>
     
    27112823EOF
    27122824ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2713 { (eval echo configure:2714: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2825{ (eval echo configure:2826: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    27142826ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    27152827if test -z "$ac_err"; then
     
    27232835  cat > conftest.$ac_ext <<EOF
    27242836#include <sys/types.h>
    2725 #line 2726 "configure"
     2837#line 2838 "configure"
    27262838#include "confdefs.h"
    27272839#include <assert.h>
     
    27292841EOF
    27302842ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2731 { (eval echo configure:2732: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2843{ (eval echo configure:2844: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    27322844ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    27332845if test -z "$ac_err"; then
     
    27562868set dummy ranlib; ac_word=$2
    27572869echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2758 echo "configure:2759: checking for $ac_word" >&5
     2870echo "configure:2871: checking for $ac_word" >&5
    27592871if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    27602872  echo $ac_n "(cached) $ac_c" 1>&6
     
    27852897
    27862898echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    2787 echo "configure:2788: checking for ANSI C header files" >&5
     2899echo "configure:2900: checking for ANSI C header files" >&5
    27882900if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    27892901  echo $ac_n "(cached) $ac_c" 1>&6
     
    27912903  cat > conftest.$ac_ext <<EOF
    27922904#include <sys/types.h>
    2793 #line 2794 "configure"
     2905#line 2906 "configure"
    27942906#include "confdefs.h"
    27952907#include <stdlib.h>
     
    27992911EOF
    28002912ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2801 { (eval echo configure:2802: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2913{ (eval echo configure:2914: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    28022914ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    28032915if test -z "$ac_err"; then
     
    28162928  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    28172929cat > conftest.$ac_ext <<EOF
    2818 #line 2819 "configure"
     2930#line 2931 "configure"
    28192931#include "confdefs.h"
    28202932#include <string.h>
     
    28342946  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    28352947cat > conftest.$ac_ext <<EOF
    2836 #line 2837 "configure"
     2948#line 2949 "configure"
    28372949#include "confdefs.h"
    28382950#include <stdlib.h>
     
    28552967else
    28562968  cat > conftest.$ac_ext <<EOF
    2857 #line 2858 "configure"
     2969#line 2970 "configure"
    28582970#include "confdefs.h"
    28592971#include <ctype.h>
     
    28662978
    28672979EOF
    2868 if { (eval echo configure:2869: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2980if { (eval echo configure:2981: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    28692981then
    28702982  :
     
    28903002
    28913003echo $ac_n "checking for working const""... $ac_c" 1>&6
    2892 echo "configure:2893: checking for working const" >&5
     3004echo "configure:3005: checking for working const" >&5
    28933005if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
    28943006  echo $ac_n "(cached) $ac_c" 1>&6
    28953007else
    28963008  cat > conftest.$ac_ext <<EOF
    2897 #line 2898 "configure"
     3009#line 3010 "configure"
    28983010#include "confdefs.h"
    28993011
     
    29443056; return 0; }
    29453057EOF
    2946 if { (eval echo configure:2947: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3058if { (eval echo configure:3059: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    29473059  rm -rf conftest*
    29483060  ac_cv_c_const=yes
     
    29653077
    29663078echo $ac_n "checking for inline""... $ac_c" 1>&6
    2967 echo "configure:2968: checking for inline" >&5
     3079echo "configure:3080: checking for inline" >&5
    29683080if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
    29693081  echo $ac_n "(cached) $ac_c" 1>&6
     
    29723084for ac_kw in inline __inline__ __inline; do
    29733085  cat > conftest.$ac_ext <<EOF
    2974 #line 2975 "configure"
     3086#line 3087 "configure"
    29753087#include "confdefs.h"
    29763088
     
    29793091; return 0; }
    29803092EOF
    2981 if { (eval echo configure:2982: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3093if { (eval echo configure:3094: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    29823094  rm -rf conftest*
    29833095  ac_cv_c_inline=$ac_kw; break
     
    30053117
    30063118echo $ac_n "checking for off_t""... $ac_c" 1>&6
    3007 echo "configure:3008: checking for off_t" >&5
     3119echo "configure:3120: checking for off_t" >&5
    30083120if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
    30093121  echo $ac_n "(cached) $ac_c" 1>&6
    30103122else
    30113123  cat > conftest.$ac_ext <<EOF
    3012 #line 3013 "configure"
     3124#line 3125 "configure"
    30133125#include "confdefs.h"
    30143126#include <sys/types.h>
     
    30383150
    30393151echo $ac_n "checking for size_t""... $ac_c" 1>&6
    3040 echo "configure:3041: checking for size_t" >&5
     3152echo "configure:3153: checking for size_t" >&5
    30413153if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
    30423154  echo $ac_n "(cached) $ac_c" 1>&6
    30433155else
    30443156  cat > conftest.$ac_ext <<EOF
    3045 #line 3046 "configure"
     3157#line 3158 "configure"
    30463158#include "confdefs.h"
    30473159#include <sys/types.h>
     
    30733185# for constant arguments.  Useless!
    30743186echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
    3075 echo "configure:3076: checking for working alloca.h" >&5
     3187echo "configure:3188: checking for working alloca.h" >&5
    30763188if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
    30773189  echo $ac_n "(cached) $ac_c" 1>&6
    30783190else
    30793191  cat > conftest.$ac_ext <<EOF
    3080 #line 3081 "configure"
     3192#line 3193 "configure"
    30813193#include "confdefs.h"
    30823194#include <alloca.h>
     
    30853197; return 0; }
    30863198EOF
    3087 if { (eval echo configure:3088: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3199if { (eval echo configure:3200: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    30883200  rm -rf conftest*
    30893201  ac_cv_header_alloca_h=yes
     
    31063218
    31073219echo $ac_n "checking for alloca""... $ac_c" 1>&6
    3108 echo "configure:3109: checking for alloca" >&5
     3220echo "configure:3221: checking for alloca" >&5
    31093221if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
    31103222  echo $ac_n "(cached) $ac_c" 1>&6
    31113223else
    31123224  cat > conftest.$ac_ext <<EOF
    3113 #line 3114 "configure"
     3225#line 3226 "configure"
    31143226#include "confdefs.h"
    31153227
     
    31393251; return 0; }
    31403252EOF
    3141 if { (eval echo configure:3142: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3253if { (eval echo configure:3254: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    31423254  rm -rf conftest*
    31433255  ac_cv_func_alloca_works=yes
     
    31713283
    31723284echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
    3173 echo "configure:3174: checking whether alloca needs Cray hooks" >&5
     3285echo "configure:3286: checking whether alloca needs Cray hooks" >&5
    31743286if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
    31753287  echo $ac_n "(cached) $ac_c" 1>&6
    31763288else
    31773289  cat > conftest.$ac_ext <<EOF
    3178 #line 3179 "configure"
     3290#line 3291 "configure"
    31793291#include "confdefs.h"
    31803292#if defined(CRAY) && ! defined(CRAY2)
     
    32013313for ac_func in _getb67 GETB67 getb67; do
    32023314  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3203 echo "configure:3204: checking for $ac_func" >&5
     3315echo "configure:3316: checking for $ac_func" >&5
    32043316if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    32053317  echo $ac_n "(cached) $ac_c" 1>&6
    32063318else
    32073319  cat > conftest.$ac_ext <<EOF
    3208 #line 3209 "configure"
     3320#line 3321 "configure"
    32093321#include "confdefs.h"
    32103322/* System header to define __stub macros and hopefully few prototypes,
     
    32293341; return 0; }
    32303342EOF
    3231 if { (eval echo configure:3232: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3343if { (eval echo configure:3344: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    32323344  rm -rf conftest*
    32333345  eval "ac_cv_func_$ac_func=yes"
     
    32563368
    32573369echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
    3258 echo "configure:3259: checking stack direction for C alloca" >&5
     3370echo "configure:3371: checking stack direction for C alloca" >&5
    32593371if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
    32603372  echo $ac_n "(cached) $ac_c" 1>&6
     
    32643376else
    32653377  cat > conftest.$ac_ext <<EOF
    3266 #line 3267 "configure"
     3378#line 3379 "configure"
    32673379#include "confdefs.h"
    32683380find_stack_direction ()
     
    32833395}
    32843396EOF
    3285 if { (eval echo configure:3286: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3397if { (eval echo configure:3398: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    32863398then
    32873399  ac_cv_c_stack_direction=1
     
    33083420ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    33093421echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    3310 echo "configure:3311: checking for $ac_hdr" >&5
     3422echo "configure:3423: checking for $ac_hdr" >&5
    33113423if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    33123424  echo $ac_n "(cached) $ac_c" 1>&6
     
    33143426  cat > conftest.$ac_ext <<EOF
    33153427#include <sys/types.h>
    3316 #line 3317 "configure"
     3428#line 3429 "configure"
    33173429#include "confdefs.h"
    33183430#include <$ac_hdr>
    33193431EOF
    33203432ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3321 { (eval echo configure:3322: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3433{ (eval echo configure:3434: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    33223434ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    33233435if test -z "$ac_err"; then
     
    33483460do
    33493461echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3350 echo "configure:3351: checking for $ac_func" >&5
     3462echo "configure:3463: checking for $ac_func" >&5
    33513463if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    33523464  echo $ac_n "(cached) $ac_c" 1>&6
    33533465else
    33543466  cat > conftest.$ac_ext <<EOF
    3355 #line 3356 "configure"
     3467#line 3468 "configure"
    33563468#include "confdefs.h"
    33573469/* System header to define __stub macros and hopefully few prototypes,
     
    33763488; return 0; }
    33773489EOF
    3378 if { (eval echo configure:3379: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3490if { (eval echo configure:3491: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    33793491  rm -rf conftest*
    33803492  eval "ac_cv_func_$ac_func=yes"
     
    34013513
    34023514echo $ac_n "checking for working mmap""... $ac_c" 1>&6
    3403 echo "configure:3404: checking for working mmap" >&5
     3515echo "configure:3516: checking for working mmap" >&5
    34043516if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
    34053517  echo $ac_n "(cached) $ac_c" 1>&6
     
    34093521else
    34103522  cat > conftest.$ac_ext <<EOF
    3411 #line 3412 "configure"
     3523#line 3524 "configure"
    34123524#include "confdefs.h"
    34133525
     
    35493661
    35503662EOF
    3551 if { (eval echo configure:3552: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3663if { (eval echo configure:3664: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    35523664then
    35533665  ac_cv_func_mmap_fixed_mapped=yes
     
    35773689ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    35783690echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    3579 echo "configure:3580: checking for $ac_hdr" >&5
     3691echo "configure:3692: checking for $ac_hdr" >&5
    35803692if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    35813693  echo $ac_n "(cached) $ac_c" 1>&6
     
    35833695  cat > conftest.$ac_ext <<EOF
    35843696#include <sys/types.h>
    3585 #line 3586 "configure"
     3697#line 3698 "configure"
    35863698#include "confdefs.h"
    35873699#include <$ac_hdr>
    35883700EOF
    35893701ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3590 { (eval echo configure:3591: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3702{ (eval echo configure:3703: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    35913703ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    35923704if test -z "$ac_err"; then
     
    36183730do
    36193731echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3620 echo "configure:3621: checking for $ac_func" >&5
     3732echo "configure:3733: checking for $ac_func" >&5
    36213733if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    36223734  echo $ac_n "(cached) $ac_c" 1>&6
    36233735else
    36243736  cat > conftest.$ac_ext <<EOF
    3625 #line 3626 "configure"
     3737#line 3738 "configure"
    36263738#include "confdefs.h"
    36273739/* System header to define __stub macros and hopefully few prototypes,
     
    36463758; return 0; }
    36473759EOF
    3648 if { (eval echo configure:3649: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3760if { (eval echo configure:3761: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    36493761  rm -rf conftest*
    36503762  eval "ac_cv_func_$ac_func=yes"
     
    36753787do
    36763788echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3677 echo "configure:3678: checking for $ac_func" >&5
     3789echo "configure:3790: checking for $ac_func" >&5
    36783790if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    36793791  echo $ac_n "(cached) $ac_c" 1>&6
    36803792else
    36813793  cat > conftest.$ac_ext <<EOF
    3682 #line 3683 "configure"
     3794#line 3795 "configure"
    36833795#include "confdefs.h"
    36843796/* System header to define __stub macros and hopefully few prototypes,
     
    37033815; return 0; }
    37043816EOF
    3705 if { (eval echo configure:3706: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3817if { (eval echo configure:3818: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    37063818  rm -rf conftest*
    37073819  eval "ac_cv_func_$ac_func=yes"
     
    37373849   if test $ac_cv_header_locale_h = yes; then
    37383850    echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6
    3739 echo "configure:3740: checking for LC_MESSAGES" >&5
     3851echo "configure:3852: checking for LC_MESSAGES" >&5
    37403852if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then
    37413853  echo $ac_n "(cached) $ac_c" 1>&6
    37423854else
    37433855  cat > conftest.$ac_ext <<EOF
    3744 #line 3745 "configure"
     3856#line 3857 "configure"
    37453857#include "confdefs.h"
    37463858#include <locale.h>
     
    37493861; return 0; }
    37503862EOF
    3751 if { (eval echo configure:3752: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3863if { (eval echo configure:3864: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    37523864  rm -rf conftest*
    37533865  am_cv_val_LC_MESSAGES=yes
     
    37703882  fi
    37713883   echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6
    3772 echo "configure:3773: checking whether NLS is requested" >&5
     3884echo "configure:3885: checking whether NLS is requested" >&5
    37733885        # Check whether --enable-nls or --disable-nls was given.
    37743886if test "${enable_nls+set}" = set; then
     
    37903902
    37913903      echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6
    3792 echo "configure:3793: checking whether included gettext is requested" >&5
     3904echo "configure:3905: checking whether included gettext is requested" >&5
    37933905      # Check whether --with-included-gettext or --without-included-gettext was given.
    37943906if test "${with_included_gettext+set}" = set; then
     
    38093921        ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'`
    38103922echo $ac_n "checking for libintl.h""... $ac_c" 1>&6
    3811 echo "configure:3812: checking for libintl.h" >&5
     3923echo "configure:3924: checking for libintl.h" >&5
    38123924if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    38133925  echo $ac_n "(cached) $ac_c" 1>&6
     
    38153927  cat > conftest.$ac_ext <<EOF
    38163928#include <sys/types.h>
    3817 #line 3818 "configure"
     3929#line 3930 "configure"
    38183930#include "confdefs.h"
    38193931#include <libintl.h>
    38203932EOF
    38213933ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3822 { (eval echo configure:3823: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3934{ (eval echo configure:3935: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    38233935ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    38243936if test -z "$ac_err"; then
     
    38373949  echo "$ac_t""yes" 1>&6
    38383950  echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6
    3839 echo "configure:3840: checking for gettext in libc" >&5
     3951echo "configure:3952: checking for gettext in libc" >&5
    38403952if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then
    38413953  echo $ac_n "(cached) $ac_c" 1>&6
    38423954else
    38433955  cat > conftest.$ac_ext <<EOF
    3844 #line 3845 "configure"
     3956#line 3957 "configure"
    38453957#include "confdefs.h"
    38463958#include <libintl.h>
     
    38493961; return 0; }
    38503962EOF
    3851 if { (eval echo configure:3852: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3963if { (eval echo configure:3964: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    38523964  rm -rf conftest*
    38533965  gt_cv_func_gettext_libc=yes
     
    38653977           if test "$gt_cv_func_gettext_libc" != "yes"; then
    38663978             echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6
    3867 echo "configure:3868: checking for bindtextdomain in -lintl" >&5
     3979echo "configure:3980: checking for bindtextdomain in -lintl" >&5
    38683980ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'`
    38693981if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    38733985LIBS="-lintl  $LIBS"
    38743986cat > conftest.$ac_ext <<EOF
    3875 #line 3876 "configure"
     3987#line 3988 "configure"
    38763988#include "confdefs.h"
    38773989/* Override any gcc2 internal prototype to avoid an error.  */
     
    38843996; return 0; }
    38853997EOF
    3886 if { (eval echo configure:3887: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3998if { (eval echo configure:3999: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    38873999  rm -rf conftest*
    38884000  eval "ac_cv_lib_$ac_lib_var=yes"
     
    39004012  echo "$ac_t""yes" 1>&6
    39014013  echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6
    3902 echo "configure:3903: checking for gettext in libintl" >&5
     4014echo "configure:4015: checking for gettext in libintl" >&5
    39034015if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then
    39044016  echo $ac_n "(cached) $ac_c" 1>&6
    39054017else
    39064018  cat > conftest.$ac_ext <<EOF
    3907 #line 3908 "configure"
     4019#line 4020 "configure"
    39084020#include "confdefs.h"
    39094021
     
    39124024; return 0; }
    39134025EOF
    3914 if { (eval echo configure:3915: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4026if { (eval echo configure:4027: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    39154027  rm -rf conftest*
    39164028  gt_cv_func_gettext_libintl=yes
     
    39404052set dummy msgfmt; ac_word=$2
    39414053echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3942 echo "configure:3943: checking for $ac_word" >&5
     4054echo "configure:4055: checking for $ac_word" >&5
    39434055if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
    39444056  echo $ac_n "(cached) $ac_c" 1>&6
     
    39744086do
    39754087echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3976 echo "configure:3977: checking for $ac_func" >&5
     4088echo "configure:4089: checking for $ac_func" >&5
    39774089if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    39784090  echo $ac_n "(cached) $ac_c" 1>&6
    39794091else
    39804092  cat > conftest.$ac_ext <<EOF
    3981 #line 3982 "configure"
     4093#line 4094 "configure"
    39824094#include "confdefs.h"
    39834095/* System header to define __stub macros and hopefully few prototypes,
     
    40024114; return 0; }
    40034115EOF
    4004 if { (eval echo configure:4005: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4116if { (eval echo configure:4117: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    40054117  rm -rf conftest*
    40064118  eval "ac_cv_func_$ac_func=yes"
     
    40294141set dummy gmsgfmt; ac_word=$2
    40304142echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    4031 echo "configure:4032: checking for $ac_word" >&5
     4143echo "configure:4144: checking for $ac_word" >&5
    40324144if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
    40334145  echo $ac_n "(cached) $ac_c" 1>&6
     
    40694181set dummy xgettext; ac_word=$2
    40704182echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    4071 echo "configure:4072: checking for $ac_word" >&5
     4183echo "configure:4184: checking for $ac_word" >&5
    40724184if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
    40734185  echo $ac_n "(cached) $ac_c" 1>&6
     
    41014213
    41024214                cat > conftest.$ac_ext <<EOF
    4103 #line 4104 "configure"
     4215#line 4216 "configure"
    41044216#include "confdefs.h"
    41054217
     
    41094221; return 0; }
    41104222EOF
    4111 if { (eval echo configure:4112: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4223if { (eval echo configure:4224: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    41124224  rm -rf conftest*
    41134225  CATOBJEXT=.gmo
     
    41414253set dummy msgfmt; ac_word=$2
    41424254echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    4143 echo "configure:4144: checking for $ac_word" >&5
     4255echo "configure:4256: checking for $ac_word" >&5
    41444256if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
    41454257  echo $ac_n "(cached) $ac_c" 1>&6
     
    41754287set dummy gmsgfmt; ac_word=$2
    41764288echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    4177 echo "configure:4178: checking for $ac_word" >&5
     4289echo "configure:4290: checking for $ac_word" >&5
    41784290if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
    41794291  echo $ac_n "(cached) $ac_c" 1>&6
     
    42154327set dummy xgettext; ac_word=$2
    42164328echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    4217 echo "configure:4218: checking for $ac_word" >&5
     4329echo "configure:4330: checking for $ac_word" >&5
    42184330if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
    42194331  echo $ac_n "(cached) $ac_c" 1>&6
     
    43054417     else
    43064418       echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6
    4307 echo "configure:4308: checking for catalogs to be installed" >&5
     4419echo "configure:4420: checking for catalogs to be installed" >&5
    43084420       NEW_LINGUAS=
    43094421       for lang in ${LINGUAS=$ALL_LINGUAS}; do
     
    43334445         ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'`
    43344446echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6
    4335 echo "configure:4336: checking for linux/version.h" >&5
     4447echo "configure:4448: checking for linux/version.h" >&5
    43364448if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    43374449  echo $ac_n "(cached) $ac_c" 1>&6
     
    43394451  cat > conftest.$ac_ext <<EOF
    43404452#include <sys/types.h>
    4341 #line 4342 "configure"
     4453#line 4454 "configure"
    43424454#include "confdefs.h"
    43434455#include <linux/version.h>
    43444456EOF
    43454457ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4346 { (eval echo configure:4347: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4458{ (eval echo configure:4459: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    43474459ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    43484460if test -z "$ac_err"; then
     
    43894501   
    43904502
    4391             if test -d $srcdir/po; then
     4503            if test -f $srcdir/po/POTFILES.in; then
    43924504      test -d po || mkdir po
    43934505      if test "x$srcdir" != "x."; then
    4394                  if test "x`echo $srcdir | sed -e 's@.\:/.*@@'  -e 's@/.*@@' `" = "x"; then
     4506                 if test "x`echo $srcdir | sed -e 's@.\:/.*@@'  -e 's@/.*@@' `" = "x"; then
    43954507            posrcprefix="$srcdir/"
    43964508         else
     
    44224534# ./install, which can be erroneously created by make from ./install.sh.
    44234535echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    4424 echo "configure:4425: checking for a BSD compatible install" >&5
     4536echo "configure:4537: checking for a BSD compatible install" >&5
    44254537if test -z "$INSTALL"; then
    44264538if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
     
    45074619else
    45084620  echo $ac_n "checking for build system executable suffix""... $ac_c" 1>&6
    4509 echo "configure:4510: checking for build system executable suffix" >&5
     4621echo "configure:4622: checking for build system executable suffix" >&5
    45104622if eval "test \"`echo '$''{'bfd_cv_build_exeext'+set}'`\" = set"; then
    45114623  echo $ac_n "(cached) $ac_c" 1>&6
     
    45354647ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    45364648echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    4537 echo "configure:4538: checking for $ac_hdr" >&5
     4649echo "configure:4650: checking for $ac_hdr" >&5
    45384650if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    45394651  echo $ac_n "(cached) $ac_c" 1>&6
     
    45414653  cat > conftest.$ac_ext <<EOF
    45424654#include <sys/types.h>
    4543 #line 4544 "configure"
     4655#line 4656 "configure"
    45444656#include "confdefs.h"
    45454657#include <$ac_hdr>
    45464658EOF
    45474659ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4548 { (eval echo configure:4549: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4660{ (eval echo configure:4661: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    45494661ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    45504662if test -z "$ac_err"; then
     
    45764688ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    45774689echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    4578 echo "configure:4579: checking for $ac_hdr" >&5
     4690echo "configure:4691: checking for $ac_hdr" >&5
    45794691if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    45804692  echo $ac_n "(cached) $ac_c" 1>&6
     
    45824694  cat > conftest.$ac_ext <<EOF
    45834695#include <sys/types.h>
    4584 #line 4585 "configure"
     4696#line 4697 "configure"
    45854697#include "confdefs.h"
    45864698#include <$ac_hdr>
    45874699EOF
    45884700ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4589 { (eval echo configure:4590: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4701{ (eval echo configure:4702: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    45904702ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    45914703if test -z "$ac_err"; then
     
    46144726
    46154727echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
    4616 echo "configure:4617: checking whether time.h and sys/time.h may both be included" >&5
     4728echo "configure:4729: checking whether time.h and sys/time.h may both be included" >&5
    46174729if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
    46184730  echo $ac_n "(cached) $ac_c" 1>&6
    46194731else
    46204732  cat > conftest.$ac_ext <<EOF
    4621 #line 4622 "configure"
     4733#line 4734 "configure"
    46224734#include "confdefs.h"
    46234735#include <sys/types.h>
     
    46284740; return 0; }
    46294741EOF
    4630 if { (eval echo configure:4631: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4742if { (eval echo configure:4743: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    46314743  rm -rf conftest*
    46324744  ac_cv_header_time=yes
     
    46534765ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    46544766echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
    4655 echo "configure:4656: checking for $ac_hdr that defines DIR" >&5
     4767echo "configure:4768: checking for $ac_hdr that defines DIR" >&5
    46564768if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
    46574769  echo $ac_n "(cached) $ac_c" 1>&6
    46584770else
    46594771  cat > conftest.$ac_ext <<EOF
    4660 #line 4661 "configure"
     4772#line 4773 "configure"
    46614773#include "confdefs.h"
    46624774#include <sys/types.h>
     
    46664778; return 0; }
    46674779EOF
    4668 if { (eval echo configure:4669: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4780if { (eval echo configure:4781: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    46694781  rm -rf conftest*
    46704782  eval "ac_cv_header_dirent_$ac_safe=yes"
     
    46914803if test $ac_header_dirent = dirent.h; then
    46924804echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
    4693 echo "configure:4694: checking for opendir in -ldir" >&5
     4805echo "configure:4806: checking for opendir in -ldir" >&5
    46944806ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
    46954807if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    46994811LIBS="-ldir  $LIBS"
    47004812cat > conftest.$ac_ext <<EOF
    4701 #line 4702 "configure"
     4813#line 4814 "configure"
    47024814#include "confdefs.h"
    47034815/* Override any gcc2 internal prototype to avoid an error.  */
     
    47104822; return 0; }
    47114823EOF
    4712 if { (eval echo configure:4713: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4824if { (eval echo configure:4825: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    47134825  rm -rf conftest*
    47144826  eval "ac_cv_lib_$ac_lib_var=yes"
     
    47324844else
    47334845echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
    4734 echo "configure:4735: checking for opendir in -lx" >&5
     4846echo "configure:4847: checking for opendir in -lx" >&5
    47354847ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
    47364848if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    47404852LIBS="-lx  $LIBS"
    47414853cat > conftest.$ac_ext <<EOF
    4742 #line 4743 "configure"
     4854#line 4855 "configure"
    47434855#include "confdefs.h"
    47444856/* Override any gcc2 internal prototype to avoid an error.  */
     
    47514863; return 0; }
    47524864EOF
    4753 if { (eval echo configure:4754: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4865if { (eval echo configure:4866: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    47544866  rm -rf conftest*
    47554867  eval "ac_cv_lib_$ac_lib_var=yes"
     
    47764888do
    47774889echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    4778 echo "configure:4779: checking for $ac_func" >&5
     4890echo "configure:4891: checking for $ac_func" >&5
    47794891if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    47804892  echo $ac_n "(cached) $ac_c" 1>&6
    47814893else
    47824894  cat > conftest.$ac_ext <<EOF
    4783 #line 4784 "configure"
     4895#line 4896 "configure"
    47844896#include "confdefs.h"
    47854897/* System header to define __stub macros and hopefully few prototypes,
     
    48044916; return 0; }
    48054917EOF
    4806 if { (eval echo configure:4807: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4918if { (eval echo configure:4919: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    48074919  rm -rf conftest*
    48084920  eval "ac_cv_func_$ac_func=yes"
     
    48394951
    48404952echo $ac_n "checking whether strstr must be declared""... $ac_c" 1>&6
    4841 echo "configure:4842: checking whether strstr must be declared" >&5
     4953echo "configure:4954: checking whether strstr must be declared" >&5
    48424954if eval "test \"`echo '$''{'bfd_cv_decl_needed_strstr'+set}'`\" = set"; then
    48434955  echo $ac_n "(cached) $ac_c" 1>&6
    48444956else
    48454957  cat > conftest.$ac_ext <<EOF
    4846 #line 4847 "configure"
     4958#line 4959 "configure"
    48474959#include "confdefs.h"
    48484960
     
    48654977; return 0; }
    48664978EOF
    4867 if { (eval echo configure:4868: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4979if { (eval echo configure:4980: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    48684980  rm -rf conftest*
    48694981  bfd_cv_decl_needed_strstr=no
     
    48864998
    48874999echo $ac_n "checking whether malloc must be declared""... $ac_c" 1>&6
    4888 echo "configure:4889: checking whether malloc must be declared" >&5
     5000echo "configure:5001: checking whether malloc must be declared" >&5
    48895001if eval "test \"`echo '$''{'bfd_cv_decl_needed_malloc'+set}'`\" = set"; then
    48905002  echo $ac_n "(cached) $ac_c" 1>&6
    48915003else
    48925004  cat > conftest.$ac_ext <<EOF
    4893 #line 4894 "configure"
     5005#line 5006 "configure"
    48945006#include "confdefs.h"
    48955007
     
    49125024; return 0; }
    49135025EOF
    4914 if { (eval echo configure:4915: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5026if { (eval echo configure:5027: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    49155027  rm -rf conftest*
    49165028  bfd_cv_decl_needed_malloc=no
     
    49335045
    49345046echo $ac_n "checking whether realloc must be declared""... $ac_c" 1>&6
    4935 echo "configure:4936: checking whether realloc must be declared" >&5
     5047echo "configure:5048: checking whether realloc must be declared" >&5
    49365048if eval "test \"`echo '$''{'bfd_cv_decl_needed_realloc'+set}'`\" = set"; then
    49375049  echo $ac_n "(cached) $ac_c" 1>&6
    49385050else
    49395051  cat > conftest.$ac_ext <<EOF
    4940 #line 4941 "configure"
     5052#line 5053 "configure"
    49415053#include "confdefs.h"
    49425054
     
    49595071; return 0; }
    49605072EOF
    4961 if { (eval echo configure:4962: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5073if { (eval echo configure:5074: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    49625074  rm -rf conftest*
    49635075  bfd_cv_decl_needed_realloc=no
     
    49805092
    49815093echo $ac_n "checking whether free must be declared""... $ac_c" 1>&6
    4982 echo "configure:4983: checking whether free must be declared" >&5
     5094echo "configure:5095: checking whether free must be declared" >&5
    49835095if eval "test \"`echo '$''{'bfd_cv_decl_needed_free'+set}'`\" = set"; then
    49845096  echo $ac_n "(cached) $ac_c" 1>&6
    49855097else
    49865098  cat > conftest.$ac_ext <<EOF
    4987 #line 4988 "configure"
     5099#line 5100 "configure"
    49885100#include "confdefs.h"
    49895101
     
    50065118; return 0; }
    50075119EOF
    5008 if { (eval echo configure:5009: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5120if { (eval echo configure:5121: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    50095121  rm -rf conftest*
    50105122  bfd_cv_decl_needed_free=no
     
    50275139
    50285140echo $ac_n "checking whether getenv must be declared""... $ac_c" 1>&6
    5029 echo "configure:5030: checking whether getenv must be declared" >&5
     5141echo "configure:5142: checking whether getenv must be declared" >&5
    50305142if eval "test \"`echo '$''{'bfd_cv_decl_needed_getenv'+set}'`\" = set"; then
    50315143  echo $ac_n "(cached) $ac_c" 1>&6
    50325144else
    50335145  cat > conftest.$ac_ext <<EOF
    5034 #line 5035 "configure"
     5146#line 5147 "configure"
    50355147#include "confdefs.h"
    50365148
     
    50535165; return 0; }
    50545166EOF
    5055 if { (eval echo configure:5056: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5167if { (eval echo configure:5168: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    50565168  rm -rf conftest*
    50575169  bfd_cv_decl_needed_getenv=no
     
    50875199        TRAD_HEADER='"hosts/alphalinux.h"'
    50885200        ;;
    5089   alpha*-*-netbsd*)     COREFILE=netbsd-core.lo ;;
     5201  alpha*-*-netbsd* | alpha*-*-openbsd*)
     5202        COREFILE=netbsd-core.lo
     5203        ;;
    50905204  alpha*-*-*)           COREFILE=osf-core.lo ;;
    50915205  arm-*-freebsd*)       COREFILE='' ;;
     5206  arm-*-netbsd*)        COREFILE=netbsd-core.lo ;;
    50925207  arm-*-riscix)         COREFILE=trad-core.lo ;;
    50935208  hppa*-*-hpux*)        COREFILE=hpux-core.lo ;;
     
    50965211  hppa*-*-bsd*)         COREFILE="hpux-core.lo hppabsd-core.lo"
    50975212                        COREFLAG="-DHPUX_CORE -DHPPABSD_CORE" ;;
    5098   i370-*-*)             
     5213  i370-*-*)
    50995214        COREFILE=trad-core.lo
    51005215        TRAD_HEADER='"hosts/i370linux.h"'
     
    51105225        TRAD_HEADER='"hosts/symmetry.h"'
    51115226        ;;
    5112   i[3456]86-*-bsd* | i[34567]86-*-freebsd[1234] | i[34567]86-*-freebsd[1234]\.* | i[34567]86-*-freebsd*aout*)
     5227  i[3456]86-*-bsdi)
     5228        COREFILE=
     5229        ;;
     5230  i[3456]86-*-bsd* | i[34567]86-*-freebsd[123] | i[34567]86-*-freebsd[123]\.* | i[34567]86-*-freebsd4\.[01234]* | i[34567]86-*-freebsd*aout*)
    51135231        COREFILE=trad-core.lo
    51145232        TRAD_HEADER='"hosts/i386bsd.h"'
     
    52125330        TRAD_HEADER='"hosts/m68kaux.h"'
    52135331        ;;
    5214   m88*-*-sysv4*)        ;;
    5215   m88*-motorola-sysv*)  COREFILE=ptrace-core.lo ;;
     5332  m88*-*-sysv4*)
     5333        ;;
     5334  m88*-motorola-sysv*)
     5335        COREFILE=ptrace-core.lo
     5336        ;;
    52165337  m88*-*-mach3*)
    52175338        COREFILE=trad-core.lo
     
    52255346        COREFILE=netbsd-core.lo
    52265347        ;;
    5227   rs6000-*-lynx*)       COREFILE=lynx-core.lo ;;
     5348  rs6000-*-lynx*)
     5349        COREFILE=lynx-core.lo
     5350        ;;
     5351  rs6000-*-aix5.* | powerpc-*-aix5.*)
     5352        COREFILE=rs6000-core.lo
     5353        COREFLAG="$COREFLAG -DAIX_5_CORE -DAIX_CORE_DUMPX_CORE"
     5354        ;;
    52285355  rs6000-*-aix4.[3-9]* | powerpc-*-aix4.[3-9]*)
    52295356        COREFILE=rs6000-core.lo
    52305357        COREFLAG="$COREFLAG -DAIX_CORE_DUMPX_CORE"
     5358        # Not all versions of AIX with -DAIX_CORE_DUMPX_CORE
     5359        # have c_impl as a member of struct core_dumpx
     5360        echo $ac_n "checking for c_impl in struct core_dumpx""... $ac_c" 1>&6
     5361echo "configure:5362: checking for c_impl in struct core_dumpx" >&5
     5362        cat > conftest.$ac_ext <<EOF
     5363#line 5364 "configure"
     5364#include "confdefs.h"
     5365#include <core.h>
     5366int main() {
     5367struct core_dumpx c; c.c_impl = 0;
     5368; return 0; }
     5369EOF
     5370if { (eval echo configure:5371: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5371  rm -rf conftest*
     5372  cat >> confdefs.h <<\EOF
     5373#define HAVE_ST_C_IMPL 1
     5374EOF
     5375
     5376          echo "$ac_t""yes" 1>&6
     5377else
     5378  echo "configure: failed program was:" >&5
     5379  cat conftest.$ac_ext >&5
     5380  rm -rf conftest*
     5381  echo "$ac_t""no" 1>&6
     5382fi
     5383rm -f conftest*
    52315384        ;;
    52325385  rs6000-*-aix4*)       COREFILE=rs6000-core.lo ;;
     
    52385391  powerpc-*-netbsd*)    COREFILE=netbsd-core.lo ;;
    52395392  powerpc-*-*bsd*)      COREFILE=netbsd-core.lo ;;
    5240   sparc-*-netbsd* | sparc-*-openbsd*)
     5393  s390*-*-*)            COREFILE=trad-core.lo ;;
     5394  sh*-*-netbsd*)        COREFILE=netbsd-core.lo ;;
     5395  sparc-*-netbsd* | sparc*-*-openbsd*)
    52415396        COREFILE=netbsd-core.lo
    52425397        ;;
     
    52455400        TRAD_HEADER='"hosts/tahoe.h"'
    52465401        ;;
     5402  vax-*-netbsd*)        COREFILE=netbsd-core.lo ;;
    52475403  vax-*-ultrix2*)
    52485404        COREFILE=trad-core.lo
     
    52575413        TRAD_HEADER='"hosts/vaxbsd.h"'
    52585414        ;;
     5415  x86_64-*-netbsd*)     COREFILE=netbsd-core.lo ;;
    52595416  esac
    52605417
     
    52795436ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    52805437echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    5281 echo "configure:5282: checking for $ac_hdr" >&5
     5438echo "configure:5439: checking for $ac_hdr" >&5
    52825439if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    52835440  echo $ac_n "(cached) $ac_c" 1>&6
     
    52855442  cat > conftest.$ac_ext <<EOF
    52865443#include <sys/types.h>
    5287 #line 5288 "configure"
     5444#line 5445 "configure"
    52885445#include "confdefs.h"
    52895446#include <$ac_hdr>
    52905447EOF
    52915448ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    5292 { (eval echo configure:5293: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     5449{ (eval echo configure:5450: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    52935450ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    52945451if test -z "$ac_err"; then
     
    53185475  if test "$ac_cv_header_sys_procfs_h" = yes; then
    53195476    echo $ac_n "checking for prstatus_t in sys/procfs.h""... $ac_c" 1>&6
    5320 echo "configure:5321: checking for prstatus_t in sys/procfs.h" >&5
     5477echo "configure:5478: checking for prstatus_t in sys/procfs.h" >&5
    53215478 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prstatus_t'+set}'`\" = set"; then
    53225479  echo $ac_n "(cached) $ac_c" 1>&6
    53235480else
    53245481  cat > conftest.$ac_ext <<EOF
    5325 #line 5326 "configure"
     5482#line 5483 "configure"
    53265483#include "confdefs.h"
    53275484
     
    53325489; return 0; }
    53335490EOF
    5334 if { (eval echo configure:5335: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5491if { (eval echo configure:5492: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    53355492  rm -rf conftest*
    53365493  bfd_cv_have_sys_procfs_type_prstatus_t=yes
     
    53545511
    53555512    echo $ac_n "checking for prstatus32_t in sys/procfs.h""... $ac_c" 1>&6
    5356 echo "configure:5357: checking for prstatus32_t in sys/procfs.h" >&5
     5513echo "configure:5514: checking for prstatus32_t in sys/procfs.h" >&5
    53575514 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prstatus32_t'+set}'`\" = set"; then
    53585515  echo $ac_n "(cached) $ac_c" 1>&6
    53595516else
    53605517  cat > conftest.$ac_ext <<EOF
    5361 #line 5362 "configure"
     5518#line 5519 "configure"
    53625519#include "confdefs.h"
    53635520
     
    53685525; return 0; }
    53695526EOF
    5370 if { (eval echo configure:5371: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5527if { (eval echo configure:5528: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    53715528  rm -rf conftest*
    53725529  bfd_cv_have_sys_procfs_type_prstatus32_t=yes
     
    53905547
    53915548    echo $ac_n "checking for prstatus_t.pr_who in sys/procfs.h""... $ac_c" 1>&6
    5392 echo "configure:5393: checking for prstatus_t.pr_who in sys/procfs.h" >&5
     5549echo "configure:5550: checking for prstatus_t.pr_who in sys/procfs.h" >&5
    53935550 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who'+set}'`\" = set"; then
    53945551  echo $ac_n "(cached) $ac_c" 1>&6
    53955552else
    53965553  cat > conftest.$ac_ext <<EOF
    5397 #line 5398 "configure"
     5554#line 5555 "configure"
    53985555#include "confdefs.h"
    53995556
     
    54045561; return 0; }
    54055562EOF
    5406 if { (eval echo configure:5407: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5563if { (eval echo configure:5564: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    54075564  rm -rf conftest*
    54085565  bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=yes
     
    54265583
    54275584    echo $ac_n "checking for prstatus32_t.pr_who in sys/procfs.h""... $ac_c" 1>&6
    5428 echo "configure:5429: checking for prstatus32_t.pr_who in sys/procfs.h" >&5
     5585echo "configure:5586: checking for prstatus32_t.pr_who in sys/procfs.h" >&5
    54295586 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who'+set}'`\" = set"; then
    54305587  echo $ac_n "(cached) $ac_c" 1>&6
    54315588else
    54325589  cat > conftest.$ac_ext <<EOF
    5433 #line 5434 "configure"
     5590#line 5591 "configure"
    54345591#include "confdefs.h"
    54355592
     
    54405597; return 0; }
    54415598EOF
    5442 if { (eval echo configure:5443: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5599if { (eval echo configure:5600: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    54435600  rm -rf conftest*
    54445601  bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=yes
     
    54625619
    54635620    echo $ac_n "checking for pstatus_t in sys/procfs.h""... $ac_c" 1>&6
    5464 echo "configure:5465: checking for pstatus_t in sys/procfs.h" >&5
     5621echo "configure:5622: checking for pstatus_t in sys/procfs.h" >&5
    54655622 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_pstatus_t'+set}'`\" = set"; then
    54665623  echo $ac_n "(cached) $ac_c" 1>&6
    54675624else
    54685625  cat > conftest.$ac_ext <<EOF
    5469 #line 5470 "configure"
     5626#line 5627 "configure"
    54705627#include "confdefs.h"
    54715628
     
    54765633; return 0; }
    54775634EOF
    5478 if { (eval echo configure:5479: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5635if { (eval echo configure:5636: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    54795636  rm -rf conftest*
    54805637  bfd_cv_have_sys_procfs_type_pstatus_t=yes
     
    54985655
    54995656    echo $ac_n "checking for pxstatus_t in sys/procfs.h""... $ac_c" 1>&6
    5500 echo "configure:5501: checking for pxstatus_t in sys/procfs.h" >&5
     5657echo "configure:5658: checking for pxstatus_t in sys/procfs.h" >&5
    55015658 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_pxstatus_t'+set}'`\" = set"; then
    55025659  echo $ac_n "(cached) $ac_c" 1>&6
    55035660else
    55045661  cat > conftest.$ac_ext <<EOF
    5505 #line 5506 "configure"
     5662#line 5663 "configure"
    55065663#include "confdefs.h"
    55075664
     
    55125669; return 0; }
    55135670EOF
    5514 if { (eval echo configure:5515: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5671if { (eval echo configure:5672: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    55155672  rm -rf conftest*
    55165673  bfd_cv_have_sys_procfs_type_pxstatus_t=yes
     
    55345691
    55355692    echo $ac_n "checking for pstatus32_t in sys/procfs.h""... $ac_c" 1>&6
    5536 echo "configure:5537: checking for pstatus32_t in sys/procfs.h" >&5
     5693echo "configure:5694: checking for pstatus32_t in sys/procfs.h" >&5
    55375694 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_pstatus32_t'+set}'`\" = set"; then
    55385695  echo $ac_n "(cached) $ac_c" 1>&6
    55395696else
    55405697  cat > conftest.$ac_ext <<EOF
    5541 #line 5542 "configure"
     5698#line 5699 "configure"
    55425699#include "confdefs.h"
    55435700
     
    55485705; return 0; }
    55495706EOF
    5550 if { (eval echo configure:5551: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5707if { (eval echo configure:5708: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    55515708  rm -rf conftest*
    55525709  bfd_cv_have_sys_procfs_type_pstatus32_t=yes
     
    55705727
    55715728    echo $ac_n "checking for prpsinfo_t in sys/procfs.h""... $ac_c" 1>&6
    5572 echo "configure:5573: checking for prpsinfo_t in sys/procfs.h" >&5
     5729echo "configure:5730: checking for prpsinfo_t in sys/procfs.h" >&5
    55735730 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prpsinfo_t'+set}'`\" = set"; then
    55745731  echo $ac_n "(cached) $ac_c" 1>&6
    55755732else
    55765733  cat > conftest.$ac_ext <<EOF
    5577 #line 5578 "configure"
     5734#line 5735 "configure"
    55785735#include "confdefs.h"
    55795736
     
    55845741; return 0; }
    55855742EOF
    5586 if { (eval echo configure:5587: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5743if { (eval echo configure:5744: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    55875744  rm -rf conftest*
    55885745  bfd_cv_have_sys_procfs_type_prpsinfo_t=yes
     
    56065763
    56075764    echo $ac_n "checking for prpsinfo32_t in sys/procfs.h""... $ac_c" 1>&6
    5608 echo "configure:5609: checking for prpsinfo32_t in sys/procfs.h" >&5
     5765echo "configure:5766: checking for prpsinfo32_t in sys/procfs.h" >&5
    56095766 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prpsinfo32_t'+set}'`\" = set"; then
    56105767  echo $ac_n "(cached) $ac_c" 1>&6
    56115768else
    56125769  cat > conftest.$ac_ext <<EOF
    5613 #line 5614 "configure"
     5770#line 5771 "configure"
    56145771#include "confdefs.h"
    56155772
     
    56205777; return 0; }
    56215778EOF
    5622 if { (eval echo configure:5623: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5779if { (eval echo configure:5780: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    56235780  rm -rf conftest*
    56245781  bfd_cv_have_sys_procfs_type_prpsinfo32_t=yes
     
    56425799
    56435800    echo $ac_n "checking for psinfo_t in sys/procfs.h""... $ac_c" 1>&6
    5644 echo "configure:5645: checking for psinfo_t in sys/procfs.h" >&5
     5801echo "configure:5802: checking for psinfo_t in sys/procfs.h" >&5
    56455802 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_psinfo_t'+set}'`\" = set"; then
    56465803  echo $ac_n "(cached) $ac_c" 1>&6
    56475804else
    56485805  cat > conftest.$ac_ext <<EOF
    5649 #line 5650 "configure"
     5806#line 5807 "configure"
    56505807#include "confdefs.h"
    56515808
     
    56565813; return 0; }
    56575814EOF
    5658 if { (eval echo configure:5659: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5815if { (eval echo configure:5816: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    56595816  rm -rf conftest*
    56605817  bfd_cv_have_sys_procfs_type_psinfo_t=yes
     
    56785835
    56795836    echo $ac_n "checking for psinfo32_t in sys/procfs.h""... $ac_c" 1>&6
    5680 echo "configure:5681: checking for psinfo32_t in sys/procfs.h" >&5
     5837echo "configure:5838: checking for psinfo32_t in sys/procfs.h" >&5
    56815838 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_psinfo32_t'+set}'`\" = set"; then
    56825839  echo $ac_n "(cached) $ac_c" 1>&6
    56835840else
    56845841  cat > conftest.$ac_ext <<EOF
    5685 #line 5686 "configure"
     5842#line 5843 "configure"
    56865843#include "confdefs.h"
    56875844
     
    56925849; return 0; }
    56935850EOF
    5694 if { (eval echo configure:5695: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5851if { (eval echo configure:5852: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    56955852  rm -rf conftest*
    56965853  bfd_cv_have_sys_procfs_type_psinfo32_t=yes
     
    57145871
    57155872    echo $ac_n "checking for lwpstatus_t in sys/procfs.h""... $ac_c" 1>&6
    5716 echo "configure:5717: checking for lwpstatus_t in sys/procfs.h" >&5
     5873echo "configure:5874: checking for lwpstatus_t in sys/procfs.h" >&5
    57175874 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_lwpstatus_t'+set}'`\" = set"; then
    57185875  echo $ac_n "(cached) $ac_c" 1>&6
    57195876else
    57205877  cat > conftest.$ac_ext <<EOF
    5721 #line 5722 "configure"
     5878#line 5879 "configure"
    57225879#include "confdefs.h"
    57235880
     
    57285885; return 0; }
    57295886EOF
    5730 if { (eval echo configure:5731: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5887if { (eval echo configure:5888: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    57315888  rm -rf conftest*
    57325889  bfd_cv_have_sys_procfs_type_lwpstatus_t=yes
     
    57505907
    57515908    echo $ac_n "checking for lwpxstatus_t in sys/procfs.h""... $ac_c" 1>&6
    5752 echo "configure:5753: checking for lwpxstatus_t in sys/procfs.h" >&5
     5909echo "configure:5910: checking for lwpxstatus_t in sys/procfs.h" >&5
    57535910 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_lwpxstatus_t'+set}'`\" = set"; then
    57545911  echo $ac_n "(cached) $ac_c" 1>&6
    57555912else
    57565913  cat > conftest.$ac_ext <<EOF
    5757 #line 5758 "configure"
     5914#line 5915 "configure"
    57585915#include "confdefs.h"
    57595916
     
    57645921; return 0; }
    57655922EOF
    5766 if { (eval echo configure:5767: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5923if { (eval echo configure:5924: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    57675924  rm -rf conftest*
    57685925  bfd_cv_have_sys_procfs_type_lwpxstatus_t=yes
     
    57865943
    57875944    echo $ac_n "checking for lwpstatus_t.pr_context in sys/procfs.h""... $ac_c" 1>&6
    5788 echo "configure:5789: checking for lwpstatus_t.pr_context in sys/procfs.h" >&5
     5945echo "configure:5946: checking for lwpstatus_t.pr_context in sys/procfs.h" >&5
    57895946 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context'+set}'`\" = set"; then
    57905947  echo $ac_n "(cached) $ac_c" 1>&6
    57915948else
    57925949  cat > conftest.$ac_ext <<EOF
    5793 #line 5794 "configure"
     5950#line 5951 "configure"
    57945951#include "confdefs.h"
    57955952
     
    58005957; return 0; }
    58015958EOF
    5802 if { (eval echo configure:5803: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5959if { (eval echo configure:5960: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    58035960  rm -rf conftest*
    58045961  bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=yes
     
    58225979
    58235980    echo $ac_n "checking for lwpstatus_t.pr_reg in sys/procfs.h""... $ac_c" 1>&6
    5824 echo "configure:5825: checking for lwpstatus_t.pr_reg in sys/procfs.h" >&5
     5981echo "configure:5982: checking for lwpstatus_t.pr_reg in sys/procfs.h" >&5
    58255982 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg'+set}'`\" = set"; then
    58265983  echo $ac_n "(cached) $ac_c" 1>&6
    58275984else
    58285985  cat > conftest.$ac_ext <<EOF
    5829 #line 5830 "configure"
     5986#line 5987 "configure"
    58305987#include "confdefs.h"
    58315988
     
    58365993; return 0; }
    58375994EOF
    5838 if { (eval echo configure:5839: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5995if { (eval echo configure:5996: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    58395996  rm -rf conftest*
    58405997  bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=yes
     
    58586015
    58596016    echo $ac_n "checking for win32_pstatus_t in sys/procfs.h""... $ac_c" 1>&6
    5860 echo "configure:5861: checking for win32_pstatus_t in sys/procfs.h" >&5
     6017echo "configure:6018: checking for win32_pstatus_t in sys/procfs.h" >&5
    58616018 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_win32_pstatus_t'+set}'`\" = set"; then
    58626019  echo $ac_n "(cached) $ac_c" 1>&6
    58636020else
    58646021  cat > conftest.$ac_ext <<EOF
    5865 #line 5866 "configure"
     6022#line 6023 "configure"
    58666023#include "confdefs.h"
    58676024
     
    58726029; return 0; }
    58736030EOF
    5874 if { (eval echo configure:5875: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     6031if { (eval echo configure:6032: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    58756032  rm -rf conftest*
    58766033  bfd_cv_have_sys_procfs_type_win32_pstatus_t=yes
     
    59206077  fi
    59216078  ;;
     6079*-*-linux*)
     6080  # We borrow WIN32LIBADD so that the shared libbfd won't depend on
     6081  # libiberty.a.
     6082  case "${host}" in
     6083  mips*-*-linux*)
     6084    # Linux/MIPS uses PIC by default.
     6085    if test "$enable_shared" = "yes"; then
     6086      WIN32LIBADD="-L../libiberty -liberty"
     6087    fi
     6088    ;;
     6089  *)
     6090    x=`sed -n -e 's/^[  ]*PICFLAG[      ]*=[    ]*//p' < ../libiberty/Makefile | sed -n '$p'`
     6091    if test -n "$x"; then
     6092      WIN32LIBADD="-L../libiberty/pic -liberty"
     6093    fi
     6094  ;;
     6095  esac
     6096  ;;
    59226097esac
    59236098
     
    59436118defvec=
    59446119selvecs=
     6120assocvecs=
    59456121selarchs=
    59466122TDEFINES=
     
    59496125    if test "x$targ" = "xall"; then
    59506126        all_targets=true
     6127        assocvecs="$assocvecs $targ_defvec $targ_selvecs"
    59516128    else
    59526129        . $srcdir/config.bfd
     
    59796156
    59806157
     6158# uniq the associated vectors in all the configured targets.
     6159f=""
     6160for i in $assocvecs ; do
     6161    case " $f " in
     6162    *" $i "*) ;;
     6163    *) f="$f $i" ;;
     6164    esac
     6165done
     6166assocvecs="$f"
     6167
     6168
    59816169# uniq the architectures in all the configured targets.
    59826170f=""
     
    59926180tb=
    59936181
    5994 elf="elf.lo elflink.lo dwarf1.lo"
     6182elf="elf.lo elflink.lo elf-strtab.lo elf-eh-frame.lo dwarf1.lo"
    59956183
    59966184for vec in $selvecs
    59976185do
     6186    target_size=32
    59986187    case "$vec" in
    59996188    # This list is alphabetized to make it easy to compare
    6000     # with the two vector lists in targets.c.
     6189    # with the two vector lists in targets.c.  For the same reason,
     6190    # use one entry per line, even though this leads to long lines.
    60016191    a29kcoff_big_vec)           tb="$tb coff-a29k.lo cofflink.lo" ;;
    60026192    a_out_adobe_vec)            tb="$tb aout-adobe.lo aout32.lo" ;;
    6003     armcoff_little_vec)         tb="$tb coff-arm.lo cofflink.lo " ;;
    6004     armcoff_big_vec)            tb="$tb coff-arm.lo cofflink.lo " ;;
    6005     armnetbsd_vec)              tb="$tb armnetbsd.lo aout32.lo" ;;
    6006     armpe_little_vec)           tb="$tb pe-arm.lo peigen.lo cofflink.lo " ;;
    6007     armpe_big_vec)              tb="$tb pe-arm.lo peigen.lo cofflink.lo " ;;
    6008     armpei_little_vec)          tb="$tb pei-arm.lo peigen.lo cofflink.lo " ;;
    6009     armpei_big_vec)             tb="$tb pei-arm.lo peigen.lo cofflink.lo " ;;
    6010     arm_epoc_pe_little_vec)     tb="$tb epoc-pe-arm.lo peigen.lo cofflink.lo " ;;
    6011     arm_epoc_pe_big_vec)        tb="$tb epoc-pe-arm.lo peigen.lo cofflink.lo " ;;
    6012     arm_epoc_pei_little_vec)    tb="$tb epoc-pei-arm.lo peigen.lo cofflink.lo " ;;
    6013     arm_epoc_pei_big_vec)       tb="$tb epoc-pei-arm.lo peigen.lo cofflink.lo " ;;
     6193    aix5coff64_vec)             tb="$tb coff64-rs6000.lo xcofflink.lo aix5ppc-core.lo"; target_size=64 ;;
    60146194    aout0_big_vec)              tb="$tb aout0.lo aout32.lo" ;;
    60156195    aout_arm_big_vec)           tb="$tb aout-arm.lo aout32.lo" ;;
     
    60186198    aout_mips_little_vec)       tb="$tb mipsbsd.lo aout32.lo" ;;
    60196199    apollocoff_vec)             tb="$tb coff-apollo.lo" ;;
     6200    arm_epoc_pe_big_vec)        tb="$tb epoc-pe-arm.lo peigen.lo cofflink.lo " ;;
     6201    arm_epoc_pe_little_vec)     tb="$tb epoc-pe-arm.lo peigen.lo cofflink.lo " ;;
     6202    arm_epoc_pei_big_vec)       tb="$tb epoc-pei-arm.lo peigen.lo cofflink.lo " ;;
     6203    arm_epoc_pei_little_vec)    tb="$tb epoc-pei-arm.lo peigen.lo cofflink.lo " ;;
     6204    armcoff_big_vec)            tb="$tb coff-arm.lo cofflink.lo " ;;
     6205    armcoff_little_vec)         tb="$tb coff-arm.lo cofflink.lo " ;;
     6206    armnetbsd_vec)              tb="$tb armnetbsd.lo aout32.lo" ;;
     6207    armpe_big_vec)              tb="$tb pe-arm.lo peigen.lo cofflink.lo " ;;
     6208    armpe_little_vec)           tb="$tb pe-arm.lo peigen.lo cofflink.lo " ;;
     6209    armpei_big_vec)             tb="$tb pei-arm.lo peigen.lo cofflink.lo " ;;
     6210    armpei_little_vec)          tb="$tb pei-arm.lo peigen.lo cofflink.lo " ;;
    60206211    b_out_vec_big_host)         tb="$tb bout.lo aout32.lo" ;;
    60216212    b_out_vec_little_host)      tb="$tb bout.lo aout32.lo" ;;
    60226213    bfd_efi_app_ia32_vec)       tb="$tb efi-app-ia32.lo peigen.lo cofflink.lo" ;;
    6023     bfd_efi_app_ia64_vec)       tb="$tb efi-app-ia64.lo pepigen.lo cofflink.lo"
    6024                                 target64=true ;;
    6025     bfd_elf64_alpha_vec)        tb="$tb elf64-alpha.lo elf64.lo $elf"
    6026                                 target64=true ;;
    6027     bfd_elf64_hppa_vec | bfd_elf64_hppa_linux_vec)
    6028                                 tb="$tb elf64-hppa.lo elf64.lo $elf"
    6029                                 target64=true ;;
    6030     bfd_elf64_ia64_little_vec)  tb="$tb elf64-ia64.lo elf64.lo $elf"
    6031                                 target64=true ;;
    6032     bfd_elf64_ia64_big_vec)     tb="$tb elf64-ia64.lo elf64.lo $elf"
    6033                                 target64=true ;;
    6034     bfd_elf32_ia64_big_vec)     tb="$tb elf32-ia64.lo elf32.lo $elf" ;;
     6214    bfd_efi_app_ia64_vec)       tb="$tb efi-app-ia64.lo pepigen.lo cofflink.lo"; target_size=64 ;;
    60356215    bfd_elf32_avr_vec)          tb="$tb elf32-avr.lo elf32.lo $elf" ;;
    6036     bfd_elf32_littlearc_vec)    tb="$tb elf32-arc.lo elf32.lo $elf" ;;
    6037     bfd_elf32_littlearm_vec)    tb="$tb elfarm-nabi.lo elf32.lo $elf" ;;
    6038     bfd_elf32_littlearm_oabi_vec) tb="$tb elfarm-oabi.lo elf32.lo $elf" ;;
     6216    bfd_elf32_big_generic_vec)  tb="$tb elf32-gen.lo elf32.lo $elf" ;;
    60396217    bfd_elf32_bigarc_vec)       tb="$tb elf32-arc.lo elf32.lo $elf" ;;
     6218    bfd_elf32_bigarm_oabi_vec)  tb="$tb elfarm-oabi.lo elf32.lo $elf" ;;
    60406219    bfd_elf32_bigarm_vec)       tb="$tb elfarm-nabi.lo elf32.lo $elf" ;;
    6041     bfd_elf32_bigarm_oabi_vec)  tb="$tb elfarm-oabi.lo elf32.lo $elf" ;;
    6042     bfd_elf32_big_generic_vec)  tb="$tb elf32-gen.lo elf32.lo $elf" ;;
    6043     bfd_elf32_bigmips_vec)      tb="$tb elf32-mips.lo elf32.lo $elf ecofflink.lo" ;;
    6044     bfd_elf64_bigmips_vec)      tb="$tb elf64-mips.lo elf64.lo elf32-mips.lo elf32.lo $elf ecofflink.lo"
    6045                                 target64=true ;;
     6220    bfd_elf32_bigmips_vec)      tb="$tb elf32-mips.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo" ;;
    60466221    bfd_elf32_cris_vec)         tb="$tb elf32-cris.lo elf32.lo $elf" ;;
    6047     bfd_elf32_us_cris_vec)      tb="$tb elf32-cris.lo elf32.lo $elf" ;;
    60486222    bfd_elf32_d10v_vec)         tb="$tb elf32-d10v.lo elf32.lo $elf" ;;
    60496223    bfd_elf32_d30v_vec)         tb="$tb elf32-d30v.lo elf32.lo $elf" ;;
     6224    bfd_elf32_dlx_big_vec)      tb="$tb elf32-dlx.lo elf32.lo $elf" ;;
    60506225    bfd_elf32_fr30_vec)         tb="$tb elf32-fr30.lo elf32.lo $elf" ;;
    6051     bfd_elf32_hppa_vec | bfd_elf32_hppa_linux_vec)
    6052                                 tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
     6226    bfd_elf32_frv_vec)          tb="$tb elf32-frv.lo elf32.lo $elf" ;;
     6227    bfd_elf32_h8300_vec)        tb="$tb elf32-h8300.lo elf32.lo $elf" ;;
     6228    bfd_elf32_hppa_linux_vec)   tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
     6229    bfd_elf32_hppa_vec)         tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
    60536230    bfd_elf32_i370_vec)         tb="$tb elf32-i370.lo elf32.lo $elf" ;;
     6231    bfd_elf32_i386_freebsd_vec) tb="$tb elf32-i386.lo elf32.lo $elf" ;;
    60546232    bfd_elf32_i386_vec)         tb="$tb elf32-i386.lo elf32.lo $elf" ;;
    6055     bfd_elf64_x86_64_vec)       tb="$tb elf64-x86-64.lo elf64.lo $elf"
    6056                                 target64=true ;;
     6233    bfd_elf32_i860_little_vec)  tb="$tb elf32-i860.lo elf32.lo $elf" ;;
    60576234    bfd_elf32_i860_vec)         tb="$tb elf32-i860.lo elf32.lo $elf" ;;
    6058     bfd_elf32_i860_little_vec)  tb="$tb elf32-i860.lo elf32.lo $elf" ;;
    60596235    bfd_elf32_i960_vec)         tb="$tb elf32-i960.lo elf32.lo $elf" ;;
     6236    bfd_elf32_ia64_big_vec)     tb="$tb elf32-ia64.lo elf32.lo $elf" ;;
     6237    bfd_elf32_ia64_hpux_big_vec) tb="$tb elf32-ia64.lo elf32.lo $elf";;
     6238    bfd_elf32_ip2k_vec)         tb="$tb elf32-ip2k.lo elf32.lo $elf" ;;
     6239    bfd_elf32_iq2000_vec)       tb="$tb elf32-iq2000.lo elf32.lo $elf" ;;
    60606240    bfd_elf32_little_generic_vec) tb="$tb elf32-gen.lo elf32.lo $elf" ;;
    6061     bfd_elf32_littlemips_vec)   tb="$tb elf32-mips.lo elf32.lo $elf ecofflink.lo" ;;
    6062     bfd_elf64_littlemips_vec)   tb="$tb elf64-mips.lo elf64.lo elf32-mips.lo elf32.lo $elf ecofflink.lo"
    6063                                 target64=true ;;
     6241    bfd_elf32_littlearc_vec)    tb="$tb elf32-arc.lo elf32.lo $elf" ;;
     6242    bfd_elf32_littlearm_oabi_vec) tb="$tb elfarm-oabi.lo elf32.lo $elf" ;;
     6243    bfd_elf32_littlearm_vec)    tb="$tb elfarm-nabi.lo elf32.lo $elf" ;;
     6244    bfd_elf32_littlemips_vec)   tb="$tb elf32-mips.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo" ;;
    60646245    bfd_elf32_m32r_vec)         tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
    6065     bfd_elf32_m68hc11_vec)      tb="$tb elf32-m68hc11.lo elf32.lo $elf" ;;
    6066     bfd_elf32_m68hc12_vec)      tb="$tb elf32-m68hc12.lo elf32.lo $elf" ;;
     6246    bfd_elf32_m68hc11_vec)      tb="$tb elf32-m68hc11.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
     6247    bfd_elf32_m68hc12_vec)      tb="$tb elf32-m68hc12.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
    60676248    bfd_elf32_m68k_vec)         tb="$tb elf32-m68k.lo elf32.lo $elf" ;;
    60686249    bfd_elf32_m88k_vec)         tb="$tb elf32-m88k.lo elf32.lo $elf" ;;
     
    60716252    bfd_elf32_mn10200_vec)      tb="$tb elf-m10200.lo elf32.lo $elf" ;;
    60726253    bfd_elf32_mn10300_vec)      tb="$tb elf-m10300.lo elf32.lo $elf" ;;
     6254    bfd_elf32_msp430_vec)       tb="$tb elf32-msp430.lo elf32.lo $elf" ;;
     6255    bfd_elf32_nbigmips_vec)     tb="$tb elfn32-mips.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
     6256    bfd_elf32_nlittlemips_vec)  tb="$tb elfn32-mips.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
     6257    bfd_elf32_ntradbigmips_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
     6258    bfd_elf32_ntradlittlemips_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
     6259    bfd_elf32_openrisc_vec)     tb="$tb elf32-openrisc.lo elf32.lo $elf" ;;
     6260    bfd_elf32_or32_big_vec)     tb="$tb elf32-or32.lo elf32.lo $elf" ;;
    60736261    bfd_elf32_pj_vec)           tb="$tb elf32-pj.lo elf32.lo $elf";;
    60746262    bfd_elf32_pjl_vec)          tb="$tb elf32-pj.lo elf32.lo $elf";;
    60756263    bfd_elf32_powerpc_vec)      tb="$tb elf32-ppc.lo elf32.lo $elf" ;;
    60766264    bfd_elf32_powerpcle_vec)    tb="$tb elf32-ppc.lo elf32.lo $elf" ;;
     6265    bfd_elf32_s390_vec)         tb="$tb elf32-s390.lo elf32.lo $elf" ;;
     6266    # FIXME: We include cofflink.lo not because it's needed for
     6267    # bfd_elf32_sh64[l]_vec, but because we include bfd_elf32_sh[l]_vec
     6268    # which needs it but does not list it.  Should be fixed in right place.
     6269    bfd_elf32_sh64_vec)         tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf32.lo $elf cofflink.lo" target_size=64 ;;
     6270    bfd_elf32_sh64l_vec)        tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf32.lo $elf cofflink.lo" target_size=64 ;;
     6271    bfd_elf32_sh64lin_vec)      tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf32.lo $elf cofflink.lo" target_size=64 ;;
     6272    bfd_elf32_sh64blin_vec)     tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf32.lo $elf cofflink.lo" target_size=64 ;;
     6273    bfd_elf32_sh64lnbsd_vec)    tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf32.lo $elf cofflink.lo" ;;
     6274    bfd_elf32_sh64nbsd_vec)     tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf32.lo $elf cofflink.lo" ;;
    60776275    bfd_elf32_sh_vec)           tb="$tb elf32-sh.lo elf32.lo $elf coff-sh.lo" ;;
     6276    bfd_elf32_shblin_vec)       tb="$tb elf32-sh.lo elf32.lo $elf coff-sh.lo cofflink.lo" ;;
    60786277    bfd_elf32_shl_vec)          tb="$tb elf32-sh.lo elf32.lo $elf coff-sh.lo" ;;
    6079     bfd_elf32_shlin_vec)        tb="$tb elf32-sh-lin.lo elf32.lo $elf coff-sh.lo cofflink.lo" ;;
    6080     bfd_elf32_shblin_vec)       tb="$tb elf32-sh-lin.lo elf32.lo $elf coff-sh.lo cofflink.lo" ;;
     6278    bfd_elf32_shlin_vec)        tb="$tb elf32-sh.lo elf32.lo $elf coff-sh.lo cofflink.lo" ;;
     6279    bfd_elf32_shlnbsd_vec)      tb="$tb elf32-sh.lo elf32.lo $elf coff-sh.lo cofflink.lo" ;;
     6280    bfd_elf32_shnbsd_vec)       tb="$tb elf32-sh.lo elf32.lo $elf coff-sh.lo cofflink.lo" ;;
    60816281    bfd_elf32_sparc_vec)        tb="$tb elf32-sparc.lo elf32.lo $elf" ;;
    6082     bfd_elf32_tradbigmips_vec)  tb="$tb elf32-mips.lo elf32.lo $elf ecofflink.lo" ;;
    6083     bfd_elf32_tradlittlemips_vec) tb="$tb elf32-mips.lo elf32.lo $elf ecofflink.lo" ;;
     6282    bfd_elf32_tradbigmips_vec)  tb="$tb elf32-mips.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo" ;;
     6283    bfd_elf32_tradlittlemips_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo" ;;
     6284    bfd_elf32_us_cris_vec)      tb="$tb elf32-cris.lo elf32.lo $elf" ;;
    60846285    bfd_elf32_v850_vec)         tb="$tb elf32-v850.lo elf32.lo $elf" ;;
    6085     bfd_elf64_big_generic_vec)  tb="$tb elf64-gen.lo elf64.lo $elf"
    6086                                 target64=true ;;
    6087     bfd_elf64_little_generic_vec) tb="$tb elf64-gen.lo elf64.lo $elf"
    6088                                 target64=true ;;
    6089     bfd_elf64_sparc_vec)        tb="$tb elf64-sparc.lo elf64.lo $elf"
    6090                                 target64=true ;;
    6091     bfd_elf64_tradbigmips_vec)  tb="$tb elf64-mips.lo elf64.lo $elf ecofflink.lo"
    6092                                 target64=true ;;
    6093     bfd_elf64_tradlittlemips_vec) tb="$tb elf64-mips.lo elf64.lo $elf ecofflink.lo"
    6094                                 target64=true ;;
    6095     cisco_core_big_vec)         tb="$tb cisco-core.lo" ;;
    6096     cisco_core_little_vec)      tb="$tb cisco-core.lo" ;;
     6286    bfd_elf32_vax_vec)          tb="$tb elf32-vax.lo elf32.lo $elf" ;;
     6287    bfd_elf32_xstormy16_vec)    tb="$tb elf32-xstormy16.lo elf32.lo $elf" ;;
     6288    bfd_elf32_xtensa_le_vec)    tb="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
     6289    bfd_elf32_xtensa_be_vec)    tb="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
     6290    bfd_elf64_alpha_freebsd_vec) tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
     6291    bfd_elf64_alpha_vec)        tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
     6292    bfd_elf64_big_generic_vec)  tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
     6293    bfd_elf64_bigmips_vec)      tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
     6294    bfd_elf64_hppa_linux_vec)   tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;;
     6295    bfd_elf64_hppa_vec)         tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;;
     6296    bfd_elf64_ia64_aix_big_vec) tb="$tb elf64-ia64.lo elf64.lo $elf"; target_size=64 ;;
     6297    bfd_elf64_ia64_aix_little_vec) tb="$tb elf64-ia64.lo elf64.lo $elf"; target_size=64 ;;
     6298    bfd_elf64_ia64_big_vec)     tb="$tb elf64-ia64.lo elf64.lo $elf"; target_size=64 ;;
     6299    bfd_elf64_ia64_hpux_big_vec) tb="$tb elf64-ia64.lo elf64.lo $elf"; target_size=64 ;;
     6300    bfd_elf64_ia64_little_vec)  tb="$tb elf64-ia64.lo elf64.lo $elf"; target_size=64 ;;
     6301    bfd_elf64_little_generic_vec) tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
     6302    bfd_elf64_littlemips_vec)   tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
     6303    bfd_elf64_mmix_vec)         tb="$tb elf64-mmix.lo elf64.lo $elf" target_size=64 ;;
     6304    bfd_elf64_powerpc_vec)      tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
     6305    bfd_elf64_powerpcle_vec)    tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
     6306    bfd_elf64_s390_vec)         tb="$tb elf64-s390.lo elf64.lo $elf"; target_size=64 ;;
     6307    bfd_elf64_sh64_vec)         tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
     6308    bfd_elf64_sh64l_vec)        tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
     6309    bfd_elf64_sh64lin_vec)      tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
     6310    bfd_elf64_sh64blin_vec)     tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
     6311    bfd_elf64_sh64lnbsd_vec)    tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
     6312    bfd_elf64_sh64nbsd_vec)     tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
     6313    bfd_elf64_sparc_vec)        tb="$tb elf64-sparc.lo elf64.lo $elf"; target_size=64 ;;
     6314    bfd_elf64_tradbigmips_vec)  tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
     6315    bfd_elf64_tradlittlemips_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
     6316    bfd_elf64_x86_64_vec)       tb="$tb elf64-x86-64.lo elf64.lo $elf"; target_size=64 ;;
     6317    bfd_mmo_vec)                tb="$tb mmo.lo" target_size=64 ;;
     6318    bfd_powerpc_pe_vec)         tb="$tb pe-ppc.lo peigen.lo cofflink.lo" ;;
     6319    bfd_powerpc_pei_vec)        tb="$tb pei-ppc.lo peigen.lo cofflink.lo" ;;
     6320    bfd_powerpcle_pe_vec)       tb="$tb pe-ppc.lo peigen.lo cofflink.lo" ;;
     6321    bfd_powerpcle_pei_vec)      tb="$tb pei-ppc.lo peigen.lo cofflink.lo" ;;
    60976322    cris_aout_vec)              tb="$tb aout-cris.lo" ;;
    6098     demo_64_vec)                tb="$tb demo64.lo aout64.lo"
    6099                                 target64=true ;;
     6323    demo_64_vec)                tb="$tb demo64.lo aout64.lo"; target_size=64 ;;
    61006324    ecoff_big_vec)              tb="$tb coff-mips.lo ecoff.lo ecofflink.lo" ;;
     6325    ecoff_biglittle_vec)        tb="$tb coff-mips.lo ecoff.lo ecofflink.lo" ;;
    61016326    ecoff_little_vec)           tb="$tb coff-mips.lo ecoff.lo ecofflink.lo" ;;
    6102     ecoff_biglittle_vec)        tb="$tb coff-mips.lo ecoff.lo ecofflink.lo" ;;
    6103     ecoffalpha_little_vec)      tb="$tb coff-alpha.lo ecoff.lo ecofflink.lo"
    6104                                 target64=true ;;
     6327    ecoffalpha_little_vec)      tb="$tb coff-alpha.lo ecoff.lo ecofflink.lo"; target_size=64 ;;
    61056328    go32coff_vec)               tb="$tb coff-go32.lo cofflink.lo" ;;
    61066329    go32stubbedcoff_vec)        tb="$tb coff-stgo32.lo cofflink.lo" ;;
     
    61156338    i386dynix_vec)              tb="$tb i386dynix.lo aout32.lo" ;;
    61166339    i386freebsd_vec)            tb="$tb i386freebsd.lo aout32.lo" ;;
    6117     i386msdos_vec)              tb="$tb i386msdos.lo" ;;
    6118     i386pe_vec)                 tb="$tb pe-i386.lo peigen.lo cofflink.lo" ;;
    6119     i386pei_vec)                tb="$tb pei-i386.lo peigen.lo cofflink.lo" ;;
    61206340    i386linux_vec)              tb="$tb i386linux.lo aout32.lo" ;;
    61216341    i386lynx_aout_vec)          tb="$tb i386lynx.lo lynx-core.lo aout32.lo" ;;
    61226342    i386lynx_coff_vec)          tb="$tb cf-i386lynx.lo cofflink.lo lynx-core.lo" ;;
    61236343    i386mach3_vec)              tb="$tb i386mach3.lo aout32.lo" ;;
     6344    i386msdos_vec)              tb="$tb i386msdos.lo" ;;
    61246345    i386netbsd_vec)             tb="$tb i386netbsd.lo aout32.lo" ;;
    61256346    i386os9k_vec)               tb="$tb i386os9k.lo aout32.lo" ;;
    6126     i386aout_emx_vec)           tb="$tb i386aoutemx.lo aout32.lo " ;;
     6347    i386aout_emx_vec)   tb="$tb i386aoutemx.lo aout32.lo" ;;
     6348    i386pe_vec)                 tb="$tb pe-i386.lo peigen.lo cofflink.lo" ;;
     6349    i386pei_vec)                tb="$tb pei-i386.lo peigen.lo cofflink.lo" ;;
    61276350    i860coff_vec)               tb="$tb coff-i860.lo cofflink.lo" ;;
    61286351    icoff_big_vec)              tb="$tb coff-i960.lo cofflink.lo" ;;
    61296352    icoff_little_vec)           tb="$tb coff-i960.lo cofflink.lo" ;;
    61306353    ieee_vec)                   tb="$tb ieee.lo" ;;
     6354    m68k4knetbsd_vec)           tb="$tb m68k4knetbsd.lo aout32.lo" ;;
     6355    m68kaux_coff_vec)           tb="$tb coff-aux.lo coff-m68k.lo cofflink.lo" ;;
    61316356    m68kcoff_vec)               tb="$tb coff-m68k.lo cofflink.lo" ;;
    61326357    m68kcoffun_vec)             tb="$tb coff-u68k.lo coff-m68k.lo cofflink.lo" ;;
     
    61356360    m68klynx_coff_vec)          tb="$tb cf-m68klynx.lo coff-m68k.lo cofflink.lo lynx-core.lo" ;;
    61366361    m68knetbsd_vec)             tb="$tb m68knetbsd.lo aout32.lo" ;;
    6137     m68k4knetbsd_vec)           tb="$tb m68k4knetbsd.lo aout32.lo" ;;
    6138     m68kaux_coff_vec)           tb="$tb coff-aux.lo coff-m68k.lo cofflink.lo" ;;
    61396362    m68ksysvcoff_vec)           tb="$tb coff-svm68k.lo cofflink.lo" ;;
    61406363    m88kbcs_vec)                tb="$tb coff-m88k.lo" ;;
    6141     mipslpe_vec)                tb="$tb pe-mips.lo peigen.lo cofflink.lo" ;;
    6142     mipslpei_vec)               tb="$tb pei-mips.lo peigen.lo cofflink.lo" ;;
     6364    m88kmach3_vec)              tb="$tb m88kmach3.lo aout32.lo" ;;
     6365    mach_o_be_vec)              tb="$tb mach-o.lo" ;;
     6366    mach_o_le_vec)              tb="$tb mach-o.lo" ;;
     6367    mach_o_fat_vec)             tb="$tb mach-o.lo" ;;
    61436368    mcore_pe_big_vec)           tb="$tb pe-mcore.lo peigen.lo cofflink.lo" ;;
    61446369    mcore_pe_little_vec)        tb="$tb pe-mcore.lo peigen.lo cofflink.lo" ;;
    61456370    mcore_pei_big_vec)          tb="$tb pei-mcore.lo peigen.lo cofflink.lo" ;;
    61466371    mcore_pei_little_vec)       tb="$tb pei-mcore.lo peigen.lo cofflink.lo" ;;
     6372    mipslpe_vec)                tb="$tb pe-mips.lo peigen.lo cofflink.lo" ;;
     6373    mipslpei_vec)               tb="$tb pei-mips.lo peigen.lo cofflink.lo" ;;
    61476374    newsos3_vec)                tb="$tb newsos3.lo aout32.lo" ;;
     6375    nlm32_alpha_vec)            tb="$tb nlm32-alpha.lo nlm32.lo nlm.lo"; target_size=64 ;;
    61486376    nlm32_i386_vec)             tb="$tb nlm32-i386.lo nlm32.lo nlm.lo" ;;
    6149     rs6000coff64_vec)           tb="$tb coff64-rs6000.lo xcofflink.lo"
    6150                                 target64=true ;;
     6377    nlm32_powerpc_vec)          tb="$tb nlm32-ppc.lo nlm32.lo nlm.lo" ;;
    61516378    nlm32_sparc_vec)            tb="$tb nlm32-sparc.lo nlm32.lo nlm.lo" ;;
    6152     nlm32_alpha_vec)            tb="$tb nlm32-alpha.lo nlm32.lo nlm.lo"
    6153                                 target64=true ;;
     6379    or32coff_big_vec)           tb="$tb coff-or32.lo cofflink.lo" ;;
     6380    pc532machaout_vec)          tb="$tb pc532-mach.lo aout-ns32k.lo" ;;
     6381    pc532netbsd_vec)            tb="$tb ns32knetbsd.lo aout-ns32k.lo" ;;
     6382    pef_vec)                    tb="$tb pef.lo" ;;
     6383    pef_xlib_vec)               tb="$tb pef.lo" ;;
     6384    pdp11_aout_vec)             tb="$tb pdp11.lo" ;;
     6385    pmac_xcoff_vec)             tb="$tb coff-rs6000.lo xcofflink.lo" ;;
     6386    ppcboot_vec)                tb="$tb ppcboot.lo" ;;
    61546387    riscix_vec)                 tb="$tb aout32.lo riscix.lo" ;;
    6155     nlm32_powerpc_vec)          tb="$tb nlm32-ppc.lo nlm32.lo nlm.lo" ;;
    6156     pc532netbsd_vec)            tb="$tb ns32knetbsd.lo aout-ns32k.lo" ;;
    6157     pc532machaout_vec)          tb="$tb pc532-mach.lo aout-ns32k.lo" ;;
    6158     pmac_xcoff_vec)             tb="$tb coff-pmac.lo xcofflink.lo" ;;
     6388    rs6000coff64_vec)           tb="$tb coff64-rs6000.lo xcofflink.lo aix5ppc-core.lo"; target_size=64 ;;
    61596389    rs6000coff_vec)             tb="$tb coff-rs6000.lo xcofflink.lo" ;;
    6160     bfd_powerpc_pe_vec)         tb="$tb pe-ppc.lo peigen.lo cofflink.lo" ;;
    6161     bfd_powerpcle_pe_vec)       tb="$tb pe-ppc.lo peigen.lo cofflink.lo" ;;
    6162     bfd_powerpc_pei_vec)        tb="$tb pei-ppc.lo peigen.lo cofflink.lo" ;;
    6163     bfd_powerpcle_pei_vec)      tb="$tb pei-ppc.lo peigen.lo cofflink.lo" ;;
    6164     ppcboot_vec)                tb="$tb ppcboot.lo" ;;
     6390    shcoff_small_vec)           tb="$tb coff-sh.lo cofflink.lo" ;;
    61656391    shcoff_vec)                 tb="$tb coff-sh.lo cofflink.lo" ;;
     6392    shlcoff_small_vec)          tb="$tb coff-sh.lo cofflink.lo" ;;
    61666393    shlcoff_vec)                tb="$tb coff-sh.lo cofflink.lo" ;;
    6167     shcoff_small_vec)           tb="$tb coff-sh.lo cofflink.lo" ;;
    6168     shlcoff_small_vec)          tb="$tb coff-sh.lo cofflink.lo" ;;
    61696394    shlpe_vec)                  tb="$tb pe-sh.lo coff-sh.lo peigen.lo cofflink.lo" ;;
    61706395    shlpei_vec)                 tb="$tb pei-sh.lo coff-sh.lo peigen.lo cofflink.lo" ;;
    61716396    som_vec)                    tb="$tb som.lo" ;;
     6397    sparccoff_vec)              tb="$tb coff-sparc.lo" ;;
    61726398    sparcle_aout_vec)           tb="$tb aout-sparcle.lo aout32.lo" ;;
    61736399    sparclinux_vec)             tb="$tb sparclinux.lo aout32.lo" ;;
     
    61756401    sparclynx_coff_vec)         tb="$tb cf-sparclynx.lo lynx-core.lo" ;;
    61766402    sparcnetbsd_vec)            tb="$tb sparcnetbsd.lo aout32.lo" ;;
    6177     sparccoff_vec)              tb="$tb coff-sparc.lo" ;;
    6178     srec_vec)                   tb="$tb srec.lo" ;;
    61796403    sunos_big_vec)              tb="$tb sunos.lo aout32.lo" ;;
    6180     symbolsrec_vec)             tb="$tb srec.lo" ;;
    6181     tekhex_vec)                 tb="$tb tekhex.lo" ;;
     6404    sym_vec)                    tb="$tb xsym.lo" ;;
    61826405    tic30_aout_vec)             tb="$tb aout-tic30.lo" ;;
    61836406    tic30_coff_vec)             tb="$tb coff-tic30.lo" ;;
     6407    tic4x_coff0_vec)            tb="$tb coff-tic4x.lo" ;;
     6408    tic4x_coff0_beh_vec)        tb="$tb coff-tic4x.lo" ;;
     6409    tic4x_coff1_vec)            tb="$tb coff-tic4x.lo" ;;
     6410    tic4x_coff1_beh_vec)        tb="$tb coff-tic4x.lo" ;;
     6411    tic4x_coff2_vec)            tb="$tb coff-tic4x.lo" ;;
     6412    tic4x_coff2_beh_vec)        tb="$tb coff-tic4x.lo" ;;
     6413    tic54x_coff0_beh_vec)       tb="$tb coff-tic54x.lo" ;;
    61846414    tic54x_coff0_vec)           tb="$tb coff-tic54x.lo" ;;
    6185     tic54x_coff0_beh_vec)       tb="$tb coff-tic54x.lo" ;;
     6415    tic54x_coff1_beh_vec)       tb="$tb coff-tic54x.lo" ;;
    61866416    tic54x_coff1_vec)           tb="$tb coff-tic54x.lo" ;;
    6187     tic54x_coff1_beh_vec)       tb="$tb coff-tic54x.lo" ;;
     6417    tic54x_coff2_beh_vec)       tb="$tb coff-tic54x.lo" ;;
    61886418    tic54x_coff2_vec)           tb="$tb coff-tic54x.lo" ;;
    6189     tic54x_coff2_beh_vec)       tb="$tb coff-tic54x.lo" ;;
    61906419    tic80coff_vec)              tb="$tb coff-tic80.lo cofflink.lo" ;;
     6420    vaxnetbsd_vec)              tb="$tb vaxnetbsd.lo aout32.lo" ;;
     6421    vax1knetbsd_vec)            tb="$tb vax1knetbsd.lo aout32.lo" ;;
     6422    vaxbsd_vec)                 tb="$tb vaxbsd.lo aout32.lo" ;;
    61916423    versados_vec)               tb="$tb versados.lo" ;;
    6192     vms_alpha_vec)              tb="$tb vms.lo vms-hdr.lo vms-gsd.lo vms-tir.lo vms-misc.lo"
    6193                                 target64=true ;;
     6424    vms_alpha_vec)              tb="$tb vms.lo vms-hdr.lo vms-gsd.lo vms-tir.lo vms-misc.lo"; target_size=64 ;;
    61946425    vms_vax_vec)                tb="$tb vms.lo vms-hdr.lo vms-gsd.lo vms-tir.lo vms-misc.lo" ;;
    61956426    w65_vec)                    tb="$tb coff-w65.lo reloc16.lo" ;;
     
    61976428    z8kcoff_vec)                tb="$tb coff-z8k.lo reloc16.lo" ;;
    61986429
     6430    # These appear out of order in targets.c
     6431    srec_vec)                   tb="$tb srec.lo" ;;
     6432    symbolsrec_vec)             tb="$tb srec.lo" ;;
     6433    tekhex_vec)                 tb="$tb tekhex.lo" ;;
     6434    cisco_core_big_vec)         tb="$tb cisco-core.lo" ;;
     6435    cisco_core_little_vec)      tb="$tb cisco-core.lo" ;;
     6436
    61996437    "")                 ;;
    62006438    *) { echo "configure: error: *** unknown target vector $vec" 1>&2; exit 1; } ;;
    62016439    esac
     6440
     6441    if test ${target_size} = 64; then
     6442        target64=true
     6443    fi
     6444    if test x"${vec}" = x"${defvec}"; then
     6445        bfd_default_target_size=${target_size}
     6446    fi
    62026447done
    62036448
     
    62356480  havevecs=
    62366481  selarchs=
     6482  test -n "$assocvecs" &&
     6483    assocvecs=`echo $assocvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
    62376484else    # all_targets is true
    62386485  # Only set these if they will be nonempty, for the clever echo.
    62396486  havevecs=
     6487  assocvecs=
    62406488  test -n "$selvecs" &&
    62416489    havevecs=`echo $selvecs | sed -e 's/^/-DHAVE_/' -e 's/ \(.\)/ -DHAVE_\1/g'`
     
    62496497  *true*)
    62506498    wordsize=64
     6499    bfd_libs='$(BFD64_LIBS) $(BFD32_LIBS)'
    62516500    all_backends='$(BFD64_BACKENDS) $(BFD32_BACKENDS)'
    62526501    if test -z "$GCC" && test "$BFD_HOST_64BIT_LONG" = "0" && test "$BFD_HOST_64_BIT_DEFINED" = "0"; then
     
    62546503      echo "configure: warning: your compiler may not have a 64 bit integral type" 1>&2
    62556504    fi
     6505    if test -n "$GCC" ; then
     6506       bad_64bit_gcc=no;
     6507       echo $ac_n "checking for gcc version with buggy 64-bit support""... $ac_c" 1>&6
     6508echo "configure:6509: checking for gcc version with buggy 64-bit support" >&5
     6509       # Add more tests for gcc versions with non-working 64-bit support here.
     6510       cat > conftest.$ac_ext <<EOF
     6511#line 6512 "configure"
     6512#include "confdefs.h"
     6513:__GNUC__:__GNUC_MINOR__:__i386__:
     6514EOF
     6515if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
     6516  egrep ": 2 : 91 : 1 :" >/dev/null 2>&1; then
     6517  rm -rf conftest*
     6518  bad_64bit_gcc=yes;
     6519                    echo "$ac_t""yes: egcs-1.1.2 on ix86 spotted" 1>&6
     6520else
     6521  rm -rf conftest*
     6522  echo "$ac_t""no" 1>&6
     6523fi
     6524rm -f conftest*
     6525
     6526       if test $bad_64bit_gcc = yes ; then
     6527         { echo "configure: error: A newer version of gcc is needed for the requested 64-bit BFD configuration" 1>&2; exit 1; }
     6528       fi
     6529    fi
    62566530    ;;
    62576531  false-false-false)
    62586532    wordsize=32
     6533    bfd_libs='$(BFD32_LIBS)'
    62596534    all_backends='$(BFD32_BACKENDS)'
    62606535    ;;
     
    62666541
    62676542
     6543
     6544
    62686545tdefaults=""
    62696546test -n "${defvec}" && tdefaults="${tdefaults} -DDEFAULT_VECTOR=${defvec}"
    62706547test -n "${selvecs}" && tdefaults="${tdefaults} -DSELECT_VECS='${selvecs}'"
     6548test -n "${assocvecs}" && tdefaults="${tdefaults} -DASSOCIATED_VECS='${assocvecs}'"
    62716549test -n "${selarchs}" && tdefaults="${tdefaults} -DSELECT_ARCHITECTURES='${selarchs}'"
    62726550test -n "${havevecs}" && tdefaults="${tdefaults} ${havevecs}"
     
    62776555ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    62786556echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    6279 echo "configure:6280: checking for $ac_hdr" >&5
     6557echo "configure:6558: checking for $ac_hdr" >&5
    62806558if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    62816559  echo $ac_n "(cached) $ac_c" 1>&6
     
    62836561  cat > conftest.$ac_ext <<EOF
    62846562#include <sys/types.h>
    6285 #line 6286 "configure"
     6563#line 6564 "configure"
    62866564#include "confdefs.h"
    62876565#include <$ac_hdr>
    62886566EOF
    62896567ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    6290 { (eval echo configure:6291: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     6568{ (eval echo configure:6569: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    62916569ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    62926570if test -z "$ac_err"; then
     
    63176595do
    63186596echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    6319 echo "configure:6320: checking for $ac_func" >&5
     6597echo "configure:6598: checking for $ac_func" >&5
    63206598if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    63216599  echo $ac_n "(cached) $ac_c" 1>&6
    63226600else
    63236601  cat > conftest.$ac_ext <<EOF
    6324 #line 6325 "configure"
     6602#line 6603 "configure"
    63256603#include "confdefs.h"
    63266604/* System header to define __stub macros and hopefully few prototypes,
     
    63456623; return 0; }
    63466624EOF
    6347 if { (eval echo configure:6348: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     6625if { (eval echo configure:6626: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    63486626  rm -rf conftest*
    63496627  eval "ac_cv_func_$ac_func=yes"
     
    63706648
    63716649echo $ac_n "checking for working mmap""... $ac_c" 1>&6
    6372 echo "configure:6373: checking for working mmap" >&5
     6650echo "configure:6651: checking for working mmap" >&5
    63736651if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
    63746652  echo $ac_n "(cached) $ac_c" 1>&6
     
    63786656else
    63796657  cat > conftest.$ac_ext <<EOF
    6380 #line 6381 "configure"
     6658#line 6659 "configure"
    63816659#include "confdefs.h"
    63826660
     
    65186796
    65196797EOF
    6520 if { (eval echo configure:6521: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     6798if { (eval echo configure:6799: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    65216799then
    65226800  ac_cv_func_mmap_fixed_mapped=yes
     
    65436821do
    65446822echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    6545 echo "configure:6546: checking for $ac_func" >&5
     6823echo "configure:6824: checking for $ac_func" >&5
    65466824if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    65476825  echo $ac_n "(cached) $ac_c" 1>&6
    65486826else
    65496827  cat > conftest.$ac_ext <<EOF
    6550 #line 6551 "configure"
     6828#line 6829 "configure"
    65516829#include "confdefs.h"
    65526830/* System header to define __stub macros and hopefully few prototypes,
     
    65716849; return 0; }
    65726850EOF
    6573 if { (eval echo configure:6574: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     6851if { (eval echo configure:6852: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    65746852  rm -rf conftest*
    65756853  eval "ac_cv_func_$ac_func=yes"
     
    67086986PATHIFS="$PATH_IFS"
    67096987
    6710 trap 'rm -fr `echo "Makefile doc/Makefile bfd-in3.h:bfd-in2.h po/Makefile.in:po/Make-in config.h:config.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
     6988trap 'rm -fr `echo "Makefile doc/Makefile bfd-in3.h:bfd-in2.h bfdver.h:version.h po/Makefile.in:po/Make-in config.h:config.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
    67116989EOF
    67126990cat >> $CONFIG_STATUS <<EOF
     
    67587036s%@build_vendor@%$build_vendor%g
    67597037s%@build_os@%$build_os%g
    6760 s%@CC@%$CC%g
    67617038s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
    67627039s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
     
    67707047s%@MAKEINFO@%$MAKEINFO%g
    67717048s%@SET_MAKE@%$SET_MAKE%g
     7049s%@bfd_version@%$bfd_version%g
     7050s%@bfd_version_string@%$bfd_version_string%g
    67727051s%@AR@%$AR%g
    67737052s%@RANLIB@%$RANLIB%g
     7053s%@CC@%$CC%g
    67747054s%@LN_S@%$LN_S%g
    67757055s%@OBJEXT@%$OBJEXT%g
     
    67807060s%@MAINTAINER_MODE_FALSE@%$MAINTAINER_MODE_FALSE%g
    67817061s%@MAINT@%$MAINT%g
     7062s%@INSTALL_LIBBFD_TRUE@%$INSTALL_LIBBFD_TRUE%g
     7063s%@INSTALL_LIBBFD_FALSE@%$INSTALL_LIBBFD_FALSE%g
     7064s%@bfdlibdir@%$bfdlibdir%g
     7065s%@bfdincludedir@%$bfdincludedir%g
    67827066s%@CPP@%$CPP%g
    67837067s%@ALLOCA@%$ALLOCA%g
     
    68157099s%@TDEFINES@%$TDEFINES%g
    68167100s%@wordsize@%$wordsize%g
     7101s%@bfd_libs@%$bfd_libs%g
    68177102s%@all_backends@%$all_backends%g
    68187103s%@bfd_backends@%$bfd_backends%g
    68197104s%@bfd_machines@%$bfd_machines%g
     7105s%@bfd_default_target_size@%$bfd_default_target_size%g
    68207106s%@tdefaults@%$tdefaults%g
    68217107
     
    68607146cat >> $CONFIG_STATUS <<EOF
    68617147
    6862 CONFIG_FILES=\${CONFIG_FILES-"Makefile doc/Makefile bfd-in3.h:bfd-in2.h po/Makefile.in:po/Make-in"}
     7148CONFIG_FILES=\${CONFIG_FILES-"Makefile doc/Makefile bfd-in3.h:bfd-in2.h bfdver.h:version.h po/Makefile.in:po/Make-in"}
    68637149EOF
    68647150cat >> $CONFIG_STATUS <<\EOF
Note: See TracChangeset for help on using the changeset viewer.