diff options
author | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-10 05:28:31 +0000 |
---|---|---|
committer | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-10 05:28:31 +0000 |
commit | a114b60bae745de9df8dc254ce40f14f0f0e22bf (patch) | |
tree | 577c1bdf45eec2c609f42fac6b43fce0d9cffb32 /boehm-gc/ChangeLog | |
parent | 961221fa53be12c7f5836ff9005fd539324595fb (diff) | |
download | gcc-a114b60bae745de9df8dc254ce40f14f0f0e22bf.tar.gz |
* Makefile.in: Rebuilt.
* Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native
builds.
* configure: Rebuilt.
* configure.in: Properly align --help output, fix capitalization
and punctuation.
* acinclude.m4: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28638 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/ChangeLog')
-rw-r--r-- | boehm-gc/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog index 92ba20ccf2e..acaa638b73b 100644 --- a/boehm-gc/ChangeLog +++ b/boehm-gc/ChangeLog @@ -1,3 +1,14 @@ +Mon Aug 9 18:33:38 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> + + * Makefile.in: Rebuilt. + * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native + builds. + + * configure: Rebuilt. + * configure.in: Properly align --help output, fix capitalization + and punctuation. + * acinclude.m4: Likewise. + 1999-08-04 Tom Tromey <tromey@cygnus.com> * configure.in: Added missing `;;'. From Anthony Green. |