diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-08-07 21:34:19 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-08-07 21:34:19 +0000 |
commit | 0c429f8e928dcbd8d3dad7acdb3446c181ba0cb8 (patch) | |
tree | 808acc504b4e4afb61c57585959d934cbf7d7394 /libjava/configure.in | |
parent | 0fc672d12056e1f917bddf92f126ec0a41aff909 (diff) | |
download | gcc-0c429f8e928dcbd8d3dad7acdb3446c181ba0cb8.tar.gz |
boehm-gc:
* configure.in: Set INCLUDES to absolute path.
Save $INCLUDES in boehm-cflags, too.
Set INCLUDES so it's available to config.status.
* configure: Regenerate.
libjava:
* configure.in: Don't initialize GCINCS to boehm-gc/include.
* configure: Regenerate.
libjava/libltdl:
* configure.in: Don't initialize GCINCS to boehm-gc/include.
* Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70233 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/configure.in')
-rw-r--r-- | libjava/configure.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libjava/configure.in b/libjava/configure.in index 765bdadbc96..25bd5223045 100644 --- a/libjava/configure.in +++ b/libjava/configure.in @@ -375,13 +375,12 @@ case "$GC" in boehm) AC_MSG_RESULT(boehm) GCLIBS=../boehm-gc/libgcjgc_convenience.la - GCINCS='-I$(top_srcdir)/../boehm-gc/include' JC1GCSPEC='-fuse-boehm-gc' GCTESTSPEC="-L`${PWDCMD-pwd}`/../boehm-gc/.libs -rpath `${PWDCMD-pwd}`/../boehm-gc/.libs" dnl We also want to pick up some cpp flags required when including dnl boehm-config.h. Yuck. - GCINCS="$GCINCS `cat ../boehm-gc/boehm-cflags`" + GCINCS="`cat ../boehm-gc/boehm-cflags`" GCOBJS=boehm.lo GCHDR=boehm-gc.h dnl The POSIX thread support needs to know this. |