diff options
author | Michael Meissner <gnu@the-meissners.org> | 1999-09-14 23:29:35 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1999-09-14 23:29:35 +0000 |
commit | 6d83c84bcf00bba306b0a020cc2574425c116f93 (patch) | |
tree | e7abd6f8f74a839f63077fb775e996f87f326dd1 /binutils/configure | |
parent | a8100d5bb4759ac2d306ff0cd03a8b0f880a7b02 (diff) | |
download | gdb-6d83c84bcf00bba306b0a020cc2574425c116f93.zip gdb-6d83c84bcf00bba306b0a020cc2574425c116f93.tar.gz gdb-6d83c84bcf00bba306b0a020cc2574425c116f93.tar.bz2 |
Fix problem with going to automake 2.14
Diffstat (limited to 'binutils/configure')
-rwxr-xr-x | binutils/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/configure b/binutils/configure index a369b12..9c2e03d 100755 --- a/binutils/configure +++ b/binutils/configure @@ -5126,7 +5126,7 @@ esac if test -n "$enable_targets"; then for targ in `echo $enable_targets | sed 's/,/ /g'` do - result=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $targ 2>/dev/null` + result=`$ac_config_sub $targ 2>/dev/null` if test -n "$result"; then canon_targets="$canon_targets $result" else |