diff options
author | Michael Meissner <gnu@the-meissners.org> | 1999-09-14 23:16:48 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1999-09-14 23:16:48 +0000 |
commit | a8100d5bb4759ac2d306ff0cd03a8b0f880a7b02 (patch) | |
tree | 5c34f1c994bf154f821a3b393d02a8dfaad5f0d4 /ld/configure.in | |
parent | e4e24acbc8053e0397c44e10e1b3ea02ea7cd913 (diff) | |
download | gdb-a8100d5bb4759ac2d306ff0cd03a8b0f880a7b02.zip gdb-a8100d5bb4759ac2d306ff0cd03a8b0f880a7b02.tar.gz gdb-a8100d5bb4759ac2d306ff0cd03a8b0f880a7b02.tar.bz2 |
Fix problem with going to automake 2.14
Diffstat (limited to 'ld/configure.in')
-rw-r--r-- | ld/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/configure.in b/ld/configure.in index a3546c7..a0fef19 100644 --- a/ld/configure.in +++ b/ld/configure.in @@ -105,7 +105,7 @@ do all_targets=true else # Canonicalize the secondary target names. - result=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $targ_alias 2>/dev/null` + result=`$ac_config_sub $targ_alias 2>/dev/null` if test -n "$result"; then targ=$result else |