From 9525b61b1b82bcd7f9de30c9278cc9d52e9794b9 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 5 Jul 1995 14:34:12 +0000 Subject: * configure.in: Use $ac_config_sub, not $configsub. * configure: Likewise. --- bfd/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfd/configure') 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 -- cgit v1.1