* configure.in: Use $ac_config_sub, not $configsub.

* configure: Likewise.
This commit is contained in:
Ian Lance Taylor 1995-07-05 14:34:12 +00:00
parent b6113657eb
commit 9525b61b1b
3 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,12 @@
Wed Jul 5 10:31:47 1995 Ian Lance Taylor <ian@cygnus.com>
* 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 <raeburn@kr-pc.cygnus.com>
* config/i386aix.mh (HDEFINES): Remove -DFASCIST_FDOPEN.

2
bfd/configure vendored
View File

@ -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

View File

@ -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