diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 6d699543ca..772a2523b6 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +Wed Jul 5 10:31:47 1995 Ian Lance Taylor + + * configure.in: Use $ac_config_sub, not $configsub. + * configure: Likewise. + + Permit --enable-targets=ieee: + * config.bfd (*-*-ieee*): New target. + * config/ieee.mt: New file. + Wed Jul 5 04:16:35 1995 Ken Raeburn * config/i386aix.mh (HDEFINES): Remove -DFASCIST_FDOPEN. diff --git a/bfd/configure b/bfd/configure index 43b20d1ba2..a1fb8a1cc7 100755 --- a/bfd/configure +++ b/bfd/configure @@ -610,7 +610,7 @@ fi if test -n "$enable_targets" ; then for targ in `echo $enable_targets | sed 's/,/ /g'` do - result=`$configsub $targ 2>/dev/null` + result=`$ac_config_sub $targ 2>/dev/null` if test -n "$result" ; then canon_targets="$canon_targets $result" else diff --git a/bfd/configure.in b/bfd/configure.in index 2a3f45dcde..fbf0ae4df9 100644 --- a/bfd/configure.in +++ b/bfd/configure.in @@ -56,7 +56,7 @@ AC_SUBST_FILE(host_makefile_frag) if test -n "$enable_targets" ; then for targ in `echo $enable_targets | sed 's/,/ /g'` do - result=`$configsub $targ 2>/dev/null` + result=`$ac_config_sub $targ 2>/dev/null` if test -n "$result" ; then canon_targets="$canon_targets $result" else