Lines Matching +full:runs +full:- +full:on
7 dnl java command tested. Otherwise, a hard-coded list will be used.
12 dnl compiling or running user-provided Java code.
14 dnl After AX_JAVAC_AND_JAVA runs, the shell variables "success" and
19 dnl It tests for the presence of a class based on a fully-qualified name.
23 dnl @version 2009-02-09
35 dnl Hard-coded default commands to test.
36 JAVAC_PROGS="javac,jikes,gcj -C"
40 if test -n "$JAVAC" ; then
43 if test -n "$JAVA" ; then
60 # prevent $JAVA VM issues with UTF-8 path names (THRIFT-3271)
84 rm -f configtest_ax_javac_and_java.java configtest_ax_javac_and_java.class
114 rm -f configtest_ax_javac_and_java.java configtest_ax_javac_and_java.class
121 …(printf "$2\n$($1 -version 2>/dev/null | sed -n 's/.*version \(@<:@0-9\.@:>@*\).*/\1/p')" | sort -…