diff options
author | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-26 05:31:48 +0000 |
---|---|---|
committer | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-26 05:31:48 +0000 |
commit | cfd109322b5d6f25b4b3387720ad82cc91428bfd (patch) | |
tree | 1cbe2ac91d5cb58cd4410b9b1cefddc46001e910 /boehm-gc/ChangeLog | |
parent | b066032ae1e6bdcc561fe23a190f31e0a5cd5d9f (diff) | |
download | gcc-cfd109322b5d6f25b4b3387720ad82cc91428bfd.tar.gz |
2004-11-26 Bryce McKinlay <mckinlay@redhat.com>
Fix "PACKAGE_NAME redefined" errors.
* configure.ac (AC_CONFIG_HEADERS): Build both include/config.h
and include/gc_config.h.
* configure: Regenerated.
* include/gc_config.h.in: No longer auto-generated. Define only the
macros needed by libjava.
* include/config.h.in: Generated by autoheader.
* include/gc.h: Include config.h, not gc_config.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91330 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 8baf7f7caa5..f097c715026 100644 --- a/boehm-gc/ChangeLog +++ b/boehm-gc/ChangeLog @@ -1,3 +1,14 @@ +2004-11-26 Bryce McKinlay <mckinlay@redhat.com> + + Fix "PACKAGE_NAME redefined" errors. + * configure.ac (AC_CONFIG_HEADERS): Build both include/config.h + and include/gc_config.h. + * configure: Regenerated. + * include/gc_config.h.in: No longer auto-generated. Define only the + macros needed by libjava. + * include/config.h.in: Generated by autoheader. + * include/gc.h: Include config.h, not gc_config.h. + 2004-11-25 Kelley Cook <kcook@gcc.gnu.org> * configure: Regenerate for libtool reversion. |