Home | History | Annotate | Download | only in m4

Lines Matching full:jikes

184   dnl The support of jikes for target-version and source-version:
186 dnl jikes 1.14 does not have a way to specify the target-version. It
189 dnl For jikes 1.14, the source-version always is 1.3.
410 AC_CHECK_PROG([HAVE_JIKES_IN_PATH], [jikes], [yes])
602 dnl Test whether jikes is usable.
603 if { jikes >/dev/null 2>/dev/null || test $? = 1; } \
605 # See if the existing CLASSPATH is sufficient to make jikes work.
607 jikes conftestlib.java >&AS_MESSAGE_LOG_FD 2>&1
612 dnl OK, jikes works.
616 CONF_JAVAC="jikes"