forked from Imagelibrary/binutils-gdb
Fix problem with going to automake 2.14
This commit is contained in:
@@ -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.
|
||||
|
||||
2
opcodes/configure
vendored
2
opcodes/configure
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user