aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/ChangeLog
diff options
context:
space:
mode:
authorBryce McKinlay <mckinlay@redhat.com>2004-11-26 05:31:48 +0000
committerBryce McKinlay <bryce@gcc.gnu.org>2004-11-26 05:31:48 +0000
commit504832c13ea77212dc0d9119a8014e4b59269480 (patch)
tree1cbe2ac91d5cb58cd4410b9b1cefddc46001e910 /boehm-gc/ChangeLog
parente2ba236a2fef9606a054c0047f171475241b63e4 (diff)
downloadgcc-504832c13ea77212dc0d9119a8014e4b59269480.zip
gcc-504832c13ea77212dc0d9119a8014e4b59269480.tar.gz
gcc-504832c13ea77212dc0d9119a8014e4b59269480.tar.bz2
Fix "PACKAGE_NAME redefined" errors.
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. From-SVN: r91330
Diffstat (limited to 'boehm-gc/ChangeLog')
-rw-r--r--boehm-gc/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog
index 8baf7f7..f097c71 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.