]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
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 54b4bc27f12693497362489c3ecdce7fcfae38e6..237e8a56763493e4039ba0ffbbbb53df9a54262a 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 a8d90ddf946d50bc49405c5716b524362e293abf..cbf40277761bad831e24c3403ee59f0a8e59bcec 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 2fdd76d08841382123d962ddb026987c663e81c7..814c73f84acb09f49b3f4ea2286d34bdf18b7ed8 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 4297c2ae8d0a539336b4183fb93b54f829a8981a..8f81ca3d8fd66d5b66f31f32fcc2207815b2ace3 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 a369b12a01fe14065d652026719ad90432604c04..9c2e03d0a3857c22b7ae06e2782248faf6183f47 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 5c777d2e48f0f4923eb24d063394a239ad274db0..cc5eb70d4a77dbb6d46416adf130403fe9764376 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 6b33d084d050ceca71170e6288edf4f313a7dafd..ca19c0067d1943166cd76fb09a6df0b58d1bb281 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 9f5dc063bab1292476043a58508b634dbcf34ae1..06c44f3579688d5f633a500fce23cac0baf63698 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 397e20cecf2d61b9cd654f1db2033c3db8ae07d0..697211a0bfa3bc16bb57008c20b9accadd487986 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 80fc5415f3422e3545af8651e3b89742955509e7..c04827075d35308e73f4d5048d832cf2533979d7 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 7ac8e4b3633cbe7b76c54b9406a4c605f51a604d..e6e5029e924b055320d1baf48c09eba1cb9b491d 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 b8d84a5aeada9a1b87c76b4e5f5ec86d9993099c..f1c94b23411ec1c93632a3333282e2315c377a06 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