* configure.in: Be sure to invoke config.sub using the shell.

* configure: Regenerate.
This commit is contained in:
Mark Kettenis 2005-01-12 22:12:24 +00:00
parent fa565c2b2d
commit 07baa8eeeb
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2005-01-12 Mark Kettenis <kettenis@gnu.org>
* configure.in: Be sure to invoke config.sub using the shell.
* configure: Regenerate.
2005-01-11 Alan Modra <amodra@bigpond.net.au>
* configure.host: Correct sed patterns for last change.

2
ld/configure vendored
View File

@ -5099,7 +5099,7 @@ do
all_targets=true
else
# Canonicalize the secondary target names.
result=`$ac_config_sub $targ_alias 2>/dev/null`
result=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $targ_alias 2>/dev/null`
if test -n "$result"; then
targ=$result
else

View File

@ -169,7 +169,7 @@ do
all_targets=true
else
# Canonicalize the secondary target names.
result=`$ac_config_sub $targ_alias 2>/dev/null`
result=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $targ_alias 2>/dev/null`
if test -n "$result"; then
targ=$result
else