summaryrefslogtreecommitdiff
path: root/boehm-gc/ChangeLog
diff options
context:
space:
mode:
authorneroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>2004-08-16 18:58:05 +0000
committerneroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>2004-08-16 18:58:05 +0000
commit9575535e25170210488503f42fa4f7767fccaf2e (patch)
tree71da7587dc11e752d9d8bfd1e550dd73b3bf2671 /boehm-gc/ChangeLog
parent09c6aad02e8dcf09e0dacfe16766dbcd6dfc00a1 (diff)
downloadgcc-9575535e25170210488503f42fa4f7767fccaf2e.tar.gz
2004-08-16 Nathanael Nerode <neroden@gcc.gnu.org>
* aclocal.m4: Remove obsolete construct for old automake. * acinclude.m4: Regenerate with aclocal 1.9.1. * configure.ac: Remove duplicate AC_WITH calls. Replace AC_CANONICAL_SYSTEM with AC_CANONICAL_HOST, AC_CANONICAL_TARGET. Replace _GCC_TOPLEV_NONCANONICAL calls with ACX_NONCANONICAL_TARGET. Remove now-redundant subst of target_noncanonical. Remove now-gratuitous m4 quoting around $. Replace AM_PROG_LIBTOOL with AC_PROG_LIBTOOL and remove second, redundant AC_PROG_LIBTOOL. Use slightly more modern form of AC_INIT. * configure: Rebuild with autoconf 2.59. * Makefile.in, include/Makefile.in: Rebuild with automake 1.9.1. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86071 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/ChangeLog')
-rw-r--r--boehm-gc/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog
index c7895bad156..2acd7cea623 100644
--- a/boehm-gc/ChangeLog
+++ b/boehm-gc/ChangeLog
@@ -1,3 +1,17 @@
+2004-08-16 Nathanael Nerode <neroden@gcc.gnu.org>
+
+ * aclocal.m4: Remove obsolete construct for old automake.
+ * acinclude.m4: Regenerate with aclocal 1.9.1.
+ * configure.ac: Remove duplicate AC_WITH calls. Replace
+ AC_CANONICAL_SYSTEM with AC_CANONICAL_HOST, AC_CANONICAL_TARGET.
+ Replace _GCC_TOPLEV_NONCANONICAL calls with ACX_NONCANONICAL_TARGET.
+ Remove now-redundant subst of target_noncanonical. Remove
+ now-gratuitous m4 quoting around $. Replace AM_PROG_LIBTOOL with
+ AC_PROG_LIBTOOL and remove second, redundant AC_PROG_LIBTOOL.
+ Use slightly more modern form of AC_INIT.
+ * configure: Rebuild with autoconf 2.59.
+ * Makefile.in, include/Makefile.in: Rebuild with automake 1.9.1.
+
2004-08-16 Andreas Tobler <a.tobler@schweiz.ch>
* solaris_threads.c: Remove ifdef around #include "private/gc_priv.h"