* configure.in: Be sure to invoke config.sub using the shell.
* configure: Regenerate.
This commit is contained in:
parent
fa565c2b2d
commit
07baa8eeeb
3 changed files with 7 additions and 2 deletions
|
@ -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
2
ld/configure
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue