* Makefile.am (EXTRA_PROGRAMS): Change $(SRCONV_PROG) to sysconf
sysdump coffdump to avoid extra $(EXEEXT). * Makefile.in: Rebuild. Also rebuild configure with correct version of autoconf.
This commit is contained in:
parent
e5a940e2c8
commit
803f093def
@ -1,3 +1,9 @@
|
|||||||
|
Sun May 3 22:04:49 1998 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
|
* Makefile.am (EXTRA_PROGRAMS): Change $(SRCONV_PROG) to sysconf
|
||||||
|
sysdump coffdump to avoid extra $(EXEEXT).
|
||||||
|
* Makefile.in: Rebuild.
|
||||||
|
|
||||||
Wed Apr 29 22:22:55 1998 Geoffrey Noer <noer@cygnus.com>
|
Wed Apr 29 22:22:55 1998 Geoffrey Noer <noer@cygnus.com>
|
||||||
|
|
||||||
* configure.in: Stop appending EXEEXT to the end of
|
* configure.in: Stop appending EXEEXT to the end of
|
||||||
|
3
binutils/configure
vendored
3
binutils/configure
vendored
@ -4533,7 +4533,7 @@ EOF
|
|||||||
# Ultrix sh set writes to stderr and can't be redirected directly,
|
# Ultrix sh set writes to stderr and can't be redirected directly,
|
||||||
# and sets the high bit in the cache file unless we assign to the vars.
|
# and sets the high bit in the cache file unless we assign to the vars.
|
||||||
(set) 2>&1 |
|
(set) 2>&1 |
|
||||||
case `(ac_space=' '; set) 2>&1` in
|
case `(ac_space=' '; set) 2>&1 | grep ac_space` in
|
||||||
*ac_space=\ *)
|
*ac_space=\ *)
|
||||||
# `set' does not quote correctly, so add quotes (double-quote substitution
|
# `set' does not quote correctly, so add quotes (double-quote substitution
|
||||||
# turns \\\\ into \\, and sed turns \\ into \).
|
# turns \\\\ into \\, and sed turns \\ into \).
|
||||||
@ -4925,6 +4925,7 @@ fi; done
|
|||||||
EOF
|
EOF
|
||||||
cat >> $CONFIG_STATUS <<EOF
|
cat >> $CONFIG_STATUS <<EOF
|
||||||
|
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
cat >> $CONFIG_STATUS <<\EOF
|
cat >> $CONFIG_STATUS <<\EOF
|
||||||
test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
|
test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
|
||||||
|
Loading…
Reference in New Issue
Block a user