diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-05-04 02:07:04 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-05-04 02:07:04 +0000 |
commit | 803f093deff0a88a4a7b8b61091cba0e09cf5267 (patch) | |
tree | d1831e9080f7ad570063881f1fc7fc5bc79e907b /binutils/configure | |
parent | e5a940e2c8a7a1147740905f0917cec762745f3a (diff) | |
download | gdb-803f093deff0a88a4a7b8b61091cba0e09cf5267.zip gdb-803f093deff0a88a4a7b8b61091cba0e09cf5267.tar.gz gdb-803f093deff0a88a4a7b8b61091cba0e09cf5267.tar.bz2 |
* 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.
Diffstat (limited to 'binutils/configure')
-rwxr-xr-x | binutils/configure | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/binutils/configure b/binutils/configure index f974b37..3645cdb 100755 --- a/binutils/configure +++ b/binutils/configure @@ -4533,7 +4533,7 @@ EOF # 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. (set) 2>&1 | - case `(ac_space=' '; set) 2>&1` in + case `(ac_space=' '; set) 2>&1 | grep ac_space` in *ac_space=\ *) # `set' does not quote correctly, so add quotes (double-quote substitution # turns \\\\ into \\, and sed turns \\ into \). @@ -4925,6 +4925,7 @@ fi; done EOF cat >> $CONFIG_STATUS <<EOF + EOF cat >> $CONFIG_STATUS <<\EOF test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h |