From 07baa8eeeb4f438d00ec2ae27be9cf39cef8d685 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Wed, 12 Jan 2005 22:12:24 +0000 Subject: [PATCH] * configure.in: Be sure to invoke config.sub using the shell. * configure: Regenerate. --- ld/ChangeLog | 5 +++++ ld/configure | 2 +- ld/configure.in | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index 5300a8210b4..d072d91864c 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2005-01-12 Mark Kettenis + + * configure.in: Be sure to invoke config.sub using the shell. + * configure: Regenerate. + 2005-01-11 Alan Modra * configure.host: Correct sed patterns for last change. diff --git a/ld/configure b/ld/configure index 15cd2a4e036..f6b6d2e0bed 100755 --- a/ld/configure +++ b/ld/configure @@ -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 diff --git a/ld/configure.in b/ld/configure.in index 87a9bba74c7..28665eac25c 100644 --- a/ld/configure.in +++ b/ld/configure.in @@ -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 -- 2.30.2