BZ #13: Don't hard-code jikes

Status fields:

creation_ts:2005-12-14 20:50
component:unspecified
version:unspecified
rep_platform:All
op_sys:Linux
bug_status:RESOLVED
resolution:FIXED
reporter:fitzsim@redhat.com
The compiler discovery configure tests should be imported from e.g. Java-GNOME
so that configure fails if a valid java compiler is not installed.  As it is,
the build fails if jikes is not installed.

Comment #1 by twisti@complang.tuwien.ac.at on 2005-12-20 00:47:54

Good point.  This is a long time on my todo list, but nobody complained about it
:-)  So, now it's time...

Comment #2 by twisti@complang.tuwien.ac.at on 2006-01-08 23:05:54

Ok, again i found a good macro on http://ac-archive.sourceforge.net/, namely
AC_PROG_JAVAC.  CACAO is now using these two files:

http://ac-archive.sourceforge.net/Java_Support/ac_prog_javac.html
http://ac-archive.sourceforge.net/Java_Support/ac_prog_javac_works.html

I removed guavac and added ecj.  I hope this is working for most people.