diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-08-31 21:50:38 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-08-31 21:50:38 +0000 |
commit | fb589130a864058ea2202886f752945234fabba2 (patch) | |
tree | 3b2cb424a6f4a95eb6499232b298a3013d12caa6 /gas/ChangeLog | |
parent | 057815134f25d19307d6f6fb2a6956a9d52b719f (diff) | |
download | binutils-fb589130a864058ea2202886f752945234fabba2.zip binutils-fb589130a864058ea2202886f752945234fabba2.tar.gz binutils-fb589130a864058ea2202886f752945234fabba2.tar.bz2 |
* Makefile.in (prefix, exec_prefix): Use @-subtitutions.
* aclocal.m4 (AC_OUTPUT_LINKS): Deleted redefinition, since autoconf 1.109 has
this fixed.
* configure.in: Don't change quote characters around AC_MSG_ERROR invocation.
Don't use AC_HEADER_STDC, since it requires running a program. Cache
NEED_*_DECLARATION values.
* configure, conf.in: Regenerated with a modified autoconf 1.109.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index e060c2e..15f505f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,14 @@ +Wed Aug 31 17:43:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com) + + * Makefile.in (prefix, exec_prefix): Use @-subtitutions. + + * aclocal.m4 (AC_OUTPUT_LINKS): Deleted redefinition, since + autoconf 1.109 has this fixed. + * configure.in: Don't change quote characters around AC_MSG_ERROR + invocation. Don't use AC_HEADER_STDC, since it requires running a + program. Cache NEED_*_DECLARATION values. + * configure, conf.in: Regenerated with a modified autoconf 1.109. + Wed Aug 31 11:20:48 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) * config/obj-coff.h (S_IS_DEFINED): Absolute symbols are defined |