Fix problem with going to automake 2.14
authorMichael Meissner <gnu@the-meissners.org>
Tue, 14 Sep 1999 23:29:35 +0000 (23:29 +0000)
committerMichael Meissner <gnu@the-meissners.org>
Tue, 14 Sep 1999 23:29:35 +0000 (23:29 +0000)
12 files changed:
bfd/ChangeLog
bfd/configure
bfd/configure.in
binutils/ChangeLog
binutils/configure
binutils/configure.in
gas/ChangeLog
gas/configure
gas/configure.in
opcodes/ChangeLog
opcodes/configure
opcodes/configure.in

index 54b4bc2..237e8a5 100644 (file)
@@ -1,3 +1,10 @@
+1999-09-14  Michael Meissner  <meissner@cygnus.com>
+
+       * 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  <nickc@cygnus.com>
 
        * elf32-m32r.c (ELF_MAXPAGESIZE): Change to 0x1 (at request of
index a8d90dd..cbf4027 100755 (executable)
@@ -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
index 2fdd76d..814c73f 100644 (file)
@@ -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
index 4297c2a..8f81ca3 100644 (file)
@@ -1,3 +1,10 @@
+1999-09-14  Michael Meissner  <meissner@cygnus.com>
+
+       * 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  <ian@zembu.com>
 
        * ar.c (main): Clear output_file if we don't change the archive.
index a369b12..9c2e03d 100755 (executable)
@@ -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
index 5c777d2..cc5eb70 100644 (file)
@@ -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
index 6b33d08..ca19c00 100644 (file)
@@ -1,3 +1,10 @@
+1999-09-14  Michael Meissner  <meissner@cygnus.com>
+
+       * 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  <donn@interix.com>
 
        * config/te-interix.h (GLOBAL_OFFSET_TABLE_NAME): Define.
index 9f5dc06..06c44f3 100755 (executable)
@@ -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
index 397e20c..697211a 100644 (file)
@@ -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
index 80fc541..c048270 100644 (file)
@@ -1,3 +1,10 @@
+1999-09-14  Michael Meissner  <meissner@cygnus.com>
+
+       * 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.
index 7ac8e4b..e6e5029 100755 (executable)
@@ -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
index b8d84a5..f1c94b2 100644 (file)
@@ -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