aboutsummaryrefslogtreecommitdiff
path: root/libjava/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2004-08-28configure.ac: Handle --enable-gc-debug.Hans Boehm1-0/+7
* configure.ac: Handle --enable-gc-debug. * configure: Regenerate. * include/config.h.in (LIBGCJ_GC_DEBUG): Add. * boehm.cc: Include gc_mark.h, javaxfc.h, but no GC private files. Rearrange include file order. (GC_DEBUG): Set if LIBGCJ_GC_DEBUG is set. (GC_finalize_all, GC_debug_generic_malloc): Don't declare. (disable_gc_mutex): Delete along with all references. (_Jv_MarkObj, _Jv_MarkArray): Use public types, adjust for debug header size. (_Jv_AllocObj, _Jv_allocPtrFreeObj): Define out of line for debug case. (_Jv_AllocArray): Declare min_heap_addr only if needed. (gcj_describe_type_fn): New. (_Jv_InitGC): Use GC_new_free_list, GC_new_proc, and GC_new_kind. Register gcj_describe_type_fn. * include/boehm-gc.h: (_Jv_AllocObj, _Jv_allocPtrFreeObj): Don't define, but declare, for debug case. * java/lang/natObject.cc: (GC_DEBUG): Define if LIBGCJ_GC_DEBUG is set. From-SVN: r86686
2004-08-20configure.ac: Replaced all AC_TRY_COMPILE macros with AC_COMPILE_IFELSE macros.Michael Koch1-19/+19
2004-08-20 Michael Koch <konqueror@gmx.de> * configure.ac: Replaced all AC_TRY_COMPILE macros with AC_COMPILE_IFELSE macros. From-SVN: r86333
2004-08-20configure.in: Renamed to configure.ac.Michael Koch1-0/+1408
2004-08-20 Michael Koch <konqueror@gmx.de> * configure.in: Renamed to configure.ac. * configure.ac: New file. * configure, Makefile.in, gcj/Makefile.in, include/Makefile.in include/config.h.in, testsuite/Makefile.in: Regenerated. From-SVN: r86326
2004-08-04Reverted renaming of configure.in to configure.ac, has to waitPaolo Bonzini1-1407/+0
for updating of automake. From-SVN: r85555
2004-08-04configure.ac: New name of...Paolo Bonzini1-0/+1407
2004-08-04 Paolo Bonzini <bonzini@gnu.org> * configure.ac: New name of... * configure.in: ... this file. From-SVN: r85551