diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2004-02-26 21:39:45 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2004-02-26 21:39:45 +0000 |
commit | a749e46c012110579069947adb6fbfffb6c573fe (patch) | |
tree | 5fea6da73931f5cb669581538953a9db9518e83c /boehm-gc/ChangeLog | |
parent | 6bf92cb6097c0efb59cab150cf308322256fb28c (diff) | |
download | gcc-a749e46c012110579069947adb6fbfffb6c573fe.zip gcc-a749e46c012110579069947adb6fbfffb6c573fe.tar.gz gcc-a749e46c012110579069947adb6fbfffb6c573fe.tar.bz2 |
acinclude.m4: Remove GC_CONFIGURE macro; move contents to configure.in.
* acinclude.m4: Remove GC_CONFIGURE macro; move contents
to configure.in.
* aclocal.m4: Regenerate.
* configure.in: Receive contents of GC_CONFIGURE macro.
* configure: Regenerate.
(Makefile.in and include/Makefile.in just got timestamp updates)
From-SVN: r78523
Diffstat (limited to 'boehm-gc/ChangeLog')
-rw-r--r-- | boehm-gc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog index 1f239d9..6324b0a 100644 --- a/boehm-gc/ChangeLog +++ b/boehm-gc/ChangeLog @@ -1,5 +1,11 @@ 2004-02-26 Nathanael Nerode <neroden@gcc.gnu.org> + * acinclude.m4: Remove GC_CONFIGURE macro; move contents + to configure.in. + * aclocal.m4: Regenerate. + * configure.in: Receive contents of GC_CONFIGURE macro. + * configure: Regenerate. + * configure.in: Remove more obsolete, bogus code. * configure: Regenerate. |