--- configure-orig	Tue Jul 18 18:09:35 2000
+++ configure	Wed Jul 19 12:01:30 2000
@@ -1635,10 +1635,15 @@ rm -f confcache
 
 
 # Actually configure libtool.  ac_aux_dir is where install-sh is found.
+#
+# Added "CROSSHOST" variable to the cross-compiler host available
+# to ../ltconfig to help in determing the correct file extension for
+# the executable binutils once built.
+# (TJW - 07/18/2000)
 CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
 LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
 LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \
-DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \
+DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" CROSSHOST="$host_alias" \
 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
 $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $lt_target \
 || { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
