mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
Fix problem with going to automake 2.14
This commit is contained in:
parent
e4e24acbc8
commit
a8100d5bb4
@ -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>
|
||||
|
||||
* emultempl/pe.em (gld_${EMULATION_NAME}_after_open): allow for
|
||||
|
4
ld/configure
vendored
4
ld/configure
vendored
@ -4474,7 +4474,7 @@ fi
|
||||
|
||||
|
||||
case "${host}" in
|
||||
*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows)
|
||||
*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
|
||||
cat >> confdefs.h <<\EOF
|
||||
#define USE_BINARY_FOPEN 1
|
||||
EOF
|
||||
@ -4769,7 +4769,7 @@ do
|
||||
all_targets=true
|
||||
else
|
||||
# Canonicalize the secondary target names.
|
||||
result=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $targ_alias 2>/dev/null`
|
||||
result=`$ac_config_sub $targ_alias 2>/dev/null`
|
||||
if test -n "$result"; then
|
||||
targ=$result
|
||||
else
|
||||
|
@ -105,7 +105,7 @@ do
|
||||
all_targets=true
|
||||
else
|
||||
# Canonicalize the secondary target names.
|
||||
result=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $targ_alias 2>/dev/null`
|
||||
result=`$ac_config_sub $targ_alias 2>/dev/null`
|
||||
if test -n "$result"; then
|
||||
targ=$result
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user