]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* configure.in: Be sure to invoke config.sub using the shell.
authorMark Kettenis <kettenis@gnu.org>
Wed, 12 Jan 2005 22:12:24 +0000 (22:12 +0000)
committerMark Kettenis <kettenis@gnu.org>
Wed, 12 Jan 2005 22:12:24 +0000 (22:12 +0000)
* configure: Regenerate.

ld/ChangeLog
ld/configure
ld/configure.in

index 5300a8210b47b58ed8c43afeeb124bfb292df9ea..d072d91864cc5998d4619a7e8cfd5b6ec412c6c4 100644 (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.
index 15cd2a4e03620b6ec927e4e3276885b03a8af7c7..f6b6d2e0bed38ca41341430401ebdc6e22a0b286 100755 (executable)
@@ -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
index 87a9bba74c74fdff0980196bbd5fbd99123ac4ef..28665eac25c25fc5b48275bfcc05ff81ebc57029 100644 (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