From 6d83c84bcf00bba306b0a020cc2574425c116f93 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Tue, 14 Sep 1999 23:29:35 +0000 Subject: Fix problem with going to automake 2.14 --- bfd/ChangeLog | 7 +++++++ bfd/configure | 2 +- bfd/configure.in | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) (limited to 'bfd') diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 54b4bc2..237e8a5 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +1999-09-14 Michael Meissner + + * configure.in (Canonicalization of target names): Remove adding + ${CONFIG_SHELL} in front of $ac_config_sub, since autoconfig 2.14 + generates $ac_config_sub with a ${CONFIG_SHELL} already. + * configure: Regenerate. + 1999-09-14 Nick Clifton * elf32-m32r.c (ELF_MAXPAGESIZE): Change to 0x1 (at request of diff --git a/bfd/configure b/bfd/configure index a8d90dd..cbf4027 100755 --- a/bfd/configure +++ b/bfd/configure @@ -5293,7 +5293,7 @@ esac if test -n "$enable_targets" ; then for targ in `echo $enable_targets | sed 's/,/ /g'` do - result=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $targ 2>/dev/null` + result=`$ac_config_sub $targ 2>/dev/null` if test -n "$result" ; then canon_targets="$canon_targets $result" else diff --git a/bfd/configure.in b/bfd/configure.in index 2fdd76d..814c73f 100644 --- a/bfd/configure.in +++ b/bfd/configure.in @@ -341,7 +341,7 @@ AC_SUBST(WIN32LIBADD) if test -n "$enable_targets" ; then for targ in `echo $enable_targets | sed 's/,/ /g'` do - result=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $targ 2>/dev/null` + result=`$ac_config_sub $targ 2>/dev/null` if test -n "$result" ; then canon_targets="$canon_targets $result" else -- cgit v1.1