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/configure.ac | |
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/configure.ac')
-rw-r--r-- | boehm-gc/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boehm-gc/configure.ac b/boehm-gc/configure.ac index 7d1c6e3df1b..474e2c9bcce 100644 --- a/boehm-gc/configure.ac +++ b/boehm-gc/configure.ac @@ -468,7 +468,7 @@ else multilib_arg= fi -AC_CONFIG_HEADERS([include/gc_config.h]) +AC_CONFIG_HEADERS([include/config.h include/gc_config.h]) AC_CONFIG_FILES(Makefile include/Makefile) AC_OUTPUT |