diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 54b4bc27f1..237e8a5676 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 a8d90ddf94..cbf4027776 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 2fdd76d088..814c73f84a 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 diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 4297c2ae8d..8f81ca3d8f 100644 --- a/binutils/ChangeLog +++ b/binutils/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-12 Ian Lance Taylor * ar.c (main): Clear output_file if we don't change the archive. diff --git a/binutils/configure b/binutils/configure index a369b12a01..9c2e03d0a3 100755 --- a/binutils/configure +++ b/binutils/configure @@ -5126,7 +5126,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/binutils/configure.in b/binutils/configure.in index 5c777d2e48..cc5eb70d4a 100644 --- a/binutils/configure.in +++ b/binutils/configure.in @@ -130,7 +130,7 @@ BFD_BINARY_FOPEN 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/gas/ChangeLog b/gas/ChangeLog index 6b33d084d0..ca19c0067d 100644 --- a/gas/ChangeLog +++ b/gas/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 Donn Terry * config/te-interix.h (GLOBAL_OFFSET_TABLE_NAME): Define. diff --git a/gas/configure b/gas/configure index 9f5dc063ba..06c44f3579 100755 --- a/gas/configure +++ b/gas/configure @@ -1936,7 +1936,7 @@ install_tooldir=install-exec-tooldir canon_targets="" if test -n "$enable_targets" ; then for t in `echo $enable_targets | sed 's/,/ /g'`; do - result=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $t 2>/dev/null` + result=`$ac_config_sub $t 2>/dev/null` if test -n "$result" ; then canon_targets="$canon_targets $result" # else diff --git a/gas/configure.in b/gas/configure.in index 397e20cecf..697211a0bf 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -61,7 +61,7 @@ install_tooldir=install-exec-tooldir canon_targets="" if test -n "$enable_targets" ; then for t in `echo $enable_targets | sed 's/,/ /g'`; do - result=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $t 2>/dev/null` + result=`$ac_config_sub $t 2>/dev/null` if test -n "$result" ; then canon_targets="$canon_targets $result" # else diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 80fc5415f3..c04827075d 100644 --- a/opcodes/ChangeLog +++ b/opcodes/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. + Tue Sep 7 13:50:32 1999 Jeffrey A Law (law@cygnus.com) * hppa-dis.c (print_insn_hppa): Escape '%' in output strings. diff --git a/opcodes/configure b/opcodes/configure index 7ac8e4b363..e6e5029e92 100755 --- a/opcodes/configure +++ b/opcodes/configure @@ -4219,7 +4219,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/opcodes/configure.in b/opcodes/configure.in index b8d84a5aea..f1c94b2341 100644 --- a/opcodes/configure.in +++ b/opcodes/configure.in @@ -90,7 +90,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