summaryrefslogtreecommitdiff
path: root/m4
Commit message (Collapse)AuthorAgeFilesLines
* 2006-01-21 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux2006-01-211-0/+13
| | | | | | | * m4/acinclude.m4 (CLASSPATH_WITH_GLIBJ): Add support for fastjar. * lib/Makefile.am: Likewise.
* 2006-01-19 Wolfgang Baer <WBaer@gmx.de>Wolfgang Baer2006-01-191-2/+2
| | | | | * m4/acinclude.m4: Test also for ecj found before exiting configure with no javac found error message.
* Added AX_CREATE_STDINT.m4Dalibor Topic2006-01-041-0/+690
| | | | | | | | | | | | | 2006-01-04 Dalibor Topic <robilad@kaffe.org> * configure.ac: Added AX_CREATE_STDINT_H * include/Makefile.am (DISTCLEANFILES): Remove config-int.h. * m4/ax_create_stdint_h.m4: New file. * native/fdlibm/mprec.h: Include config-int.h. Removed C99 typedefs. Removed stdint.h and inttypes.h includes.
* Build breakage fix for jikes 1.19Dalibor Topic2005-12-131-1/+10
| | | | | | | | | | 2005-12-12 Dalibor Topic <robilad@kaffe.org> Fixes bug #25353 * m4/acinclude.m4: Added JIKESWARNINGS makefile variable. Only add +Pno-shadow to JIKESWARNINGS if not using jikes 1.19. * lib/Makefile.am: Use JIKESWARNINGS instead of explicitely listing the warnings.
* 2005-10-05 Christian Thalinger <twisti@complang.tuwien.ac.at>Tom Tromey2005-10-051-0/+25
| | | | | | | | | * m4/acattribute.m4: Added. * configure.ac: Added AC_C_ATTRIBUTE. * native/fdlibm/java-assert.h: Added missing config.h include, changed comments to C comments. * native/jni/java-lang/java_lang_reflect_Array.c: Added missing config.h include.
* * m4/acinclude.m4 (CLASSPATH_CHECK_GCJ): Check for gcj 4 withMark Wielaard2005-09-111-39/+14
| | | | #if __GNUC__ <= 3.
* * m4/acinclude.m4 (CLASSPATH_WITH_GLIBJ): Always check for 'zip'Tom Tromey2005-08-271-8/+9
| | | | program. Changed zip install handling.
* * m4/acinclude.m4: fix broken expr(1) syntaxArchie Cobbs2005-07-031-1/+1
|
* * lib/Makefile.am (JAVAC): Use JIKESENCODING.Tom Tromey2005-06-171-0/+6
| | | | | | * m4/acinclude.m4 (CLASSPATH_CHECK_JIKES): Check for -encoding option to jikes. (JIKESENCODING): New subst.
* * lib/gen-classlist.sh.in (vm_dirlist): Prune non-existingTom Tromey2005-06-141-1/+1
| | | | | | | directories. * lib/Makefile.am (genclasses): Pass top_srcdir to gen-classlist.sh. * m4/acinclude.m4: Quote default value of vm_classes.
* * m4/acinclude.m4 (--with-vm-classes): New option.Tom Tromey2005-06-141-1/+15
| | | | | | | * lib/gen-classlist.sh.in: Handle 'vm_classes' feature. * lib/Makefile.am (compile_classpath): Updated for new classpath-setting approach. (noinst_DATA): Now unconditional.
* * autogen.sh: Use '-I m4'.Tom Tromey2005-04-267-0/+1518
* m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4: New files. * m4/pkg.m4, m4/accross.m4, m4/iconv.m4, m4/acinclude.m4: Moved from... * pkg.m4, accross.m4, iconv.m4, acinclude.m4: ... here. Removed.