diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-07-05 14:34:12 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-07-05 14:34:12 +0000 |
commit | 9525b61b1b82bcd7f9de30c9278cc9d52e9794b9 (patch) | |
tree | 8fd5b9a943a8cdf8596ce5bdcaef3f257ca8ead6 /bfd/configure | |
parent | b6113657eb083653806e8624b79d484920c98464 (diff) | |
download | gdb-9525b61b1b82bcd7f9de30c9278cc9d52e9794b9.zip gdb-9525b61b1b82bcd7f9de30c9278cc9d52e9794b9.tar.gz gdb-9525b61b1b82bcd7f9de30c9278cc9d52e9794b9.tar.bz2 |
* configure.in: Use $ac_config_sub, not $configsub.
* configure: Likewise.
Diffstat (limited to 'bfd/configure')
-rwxr-xr-x | bfd/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/configure b/bfd/configure index 43b20d1..a1fb8a1 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 |