From f4673084b9af89fead20326078f04dfb24521dab Mon Sep 17 00:00:00 2001 From: bryce Date: Mon, 21 May 2001 08:37:04 +0000 Subject: * configure.in: Update boehm-gc include dir for new GC version. * configure: Rebuilt. * exception.cc: Only include . Remove TRUE/FALSE hacks and extern "C" wrapper. * boehm.cc: Update includes for new GC version. MAKE_PROC is now GC_MAKE_PROC. mark_proc is now GC_mark_proc. * posix-threads.cc: Only include . Don't need to wrap with extern "C". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42380 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/libltdl/ChangeLog | 5 +++++ libjava/libltdl/configure | 2 +- libjava/libltdl/configure.in | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) (limited to 'libjava/libltdl') diff --git a/libjava/libltdl/ChangeLog b/libjava/libltdl/ChangeLog index a013585e5d5..f54c4e4bbf5 100644 --- a/libjava/libltdl/ChangeLog +++ b/libjava/libltdl/ChangeLog @@ -1,3 +1,8 @@ +2001-05-21 Bryce McKinlay + + * configure.in: Use correct include dir for new Boehm GC. + * configure: Rebuilt. + 2000-09-10 Alexandre Oliva * Updated from libtool multi-language branch. diff --git a/libjava/libltdl/configure b/libjava/libltdl/configure index f0e6f22323d..cf09e770e52 100755 --- a/libjava/libltdl/configure +++ b/libjava/libltdl/configure @@ -2492,7 +2492,7 @@ fi GCINCS= if test "$GC" = "boehm"; then - GCINCS='-I$(top_srcdir)/../../boehm-gc -I$(top_builddir)/../../boehm-gc' + GCINCS='-I$(top_srcdir)/../../boehm-gc/include' GCINCS="$GCINCS `cat ../../boehm-gc/boehm-cflags`" cat >> confdefs.h <<\EOF #define HAVE_BOEHM_GC 1 diff --git a/libjava/libltdl/configure.in b/libjava/libltdl/configure.in index 188fc101da4..04988f64141 100644 --- a/libjava/libltdl/configure.in +++ b/libjava/libltdl/configure.in @@ -43,7 +43,7 @@ changequote([,]) GCINCS= if test "$GC" = "boehm"; then - GCINCS='-I$(top_srcdir)/../../boehm-gc -I$(top_builddir)/../../boehm-gc' + GCINCS='-I$(top_srcdir)/../../boehm-gc/include' GCINCS="$GCINCS `cat ../../boehm-gc/boehm-cflags`" AC_DEFINE(HAVE_BOEHM_GC) fi -- cgit v1.2.1