| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
* m4/acinclude.m4 (REGEN_WITH_JAY): Use backquote, not $(...).
* configure.ac (QT_INCLUDE_DIR): Use backquote, not $(...).
|
|
|
|
|
|
|
|
| |
2006-03-27 Dalibor Topic <robilad@kaffe.org>
* m4/acinclude.m4 (CLASSPATH_FIND_JAVAC): Use
AC_MSG_ERROR instead of echoing the error message
that no compiler has been found manually.
|
|
|
|
|
|
|
| |
* m4/acinclude.m4
(CLASSPATH_WITH_GLIBJ): Add support for fastjar.
* lib/Makefile.am: Likewise.
|
|
|
|
|
| |
* m4/acinclude.m4: Test also for ecj found before exiting configure
with no javac found error message.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
#if __GNUC__ <= 3.
|
|
|
|
| |
program. Changed zip install handling.
|
| |
|
|
|
|
|
|
| |
* m4/acinclude.m4 (CLASSPATH_CHECK_JIKES): Check for -encoding
option to jikes.
(JIKESENCODING): New subst.
|
|
|
|
|
|
|
| |
directories.
* lib/Makefile.am (genclasses): Pass top_srcdir to
gen-classlist.sh.
* m4/acinclude.m4: Quote default value of vm_classes.
|
|
|
|
|
|
|
| |
* lib/gen-classlist.sh.in: Handle 'vm_classes' feature.
* lib/Makefile.am (compile_classpath): Updated for new
classpath-setting approach.
(noinst_DATA): Now unconditional.
|
|
* 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.
|