Lines Matching refs:javac
50 # because even Sun's javac doesn't support these combinations.
83 dnl "javac -target 1.1". This avoids having to compile conftestver.java
160 dnl The support of Sun javac for target-version and source-version:
162 dnl javac 1.3: -target 1.1 1.2 1.3 default: 1.1
165 dnl javac 1.4: -target 1.1 1.2 1.3 1.4 default: 1.2
169 dnl javac 1.5: -target 1.1 1.2 1.3 1.4 1.5 default: 1.5
174 dnl javac 1.6: -target 1.1 1.2 1.3 1.4 1.5 1.6 default: 1.6
300 dnl Try with -target option alone. (Sun javac 1.3.1 has the -target
333 dnl -target and -source options. (Supported by Sun javac 1.4 and
354 AC_CHECK_PROG(HAVE_JAVAC_IN_PATH, javac, yes)
410 dnl Test whether javac is usable.
411 if { javac -version >/dev/null 2>/dev/null || test $? -le 2; } \
412 …&& ( if javac -help 2>&1 >/dev/null | grep at.dms.kjc.Main >/dev/null && javac -help 2>/dev/null |…
413 dnl OK, javac works.
417 if { echo "$as_me:__oline__: javac -d . conftest.java" >&AS_MESSAGE_LOG_FD
418 javac -d . conftest.java >&AS_MESSAGE_LOG_FD 2>&1
425 … if { echo "$as_me:__oline__: javac -source $source_version -d . conftest.java" >&AS_MESSAGE_LOG_FD
426 javac -source "$source_version" -d . conftest.java >&AS_MESSAGE_LOG_FD 2>&1
430 && { echo "$as_me:__oline__: javac -d . conftestfail.java" >&AS_MESSAGE_LOG_FD
431 javac -d . conftestfail.java >&AS_MESSAGE_LOG_FD 2>&1
434 …&& ! { echo "$as_me:__oline__: javac -source $source_version -d . conftestfail.java" >&AS_MESSAGE_…
435 javac -source "$source_version" -d . conftestfail.java >&AS_MESSAGE_LOG_FD 2>&1
437 CONF_JAVAC="javac -source $source_version"
441 CONF_JAVAC="javac"
446 dnl Try with -target option alone. (Sun javac 1.3.1 has the -target
449 … if { echo "$as_me:__oline__: javac -target $target_version -d . conftest.java" >&AS_MESSAGE_LOG_FD
450 javac -target "$target_version" -d . conftest.java >&AS_MESSAGE_LOG_FD 2>&1
457 …if { echo "$as_me:__oline__: javac -target $target_version -source $source_version -d . conftest.j…
458 …javac -target "$target_version" -source "$source_version" -d . conftest.java >&AS_MESSAGE_LOG_FD 2…
462 …&& { echo "$as_me:__oline__: javac -target $target_version -d . conftestfail.java" >&AS_MESSAGE_LO…
463 javac -target "$target_version" -d . conftestfail.java >&AS_MESSAGE_LOG_FD 2>&1
466 …&& ! { echo "$as_me:__oline__: javac -target $target_version -source $source_version -d . conftest…
467 …javac -target "$target_version" -source "$source_version" -d . conftestfail.java >&AS_MESSAGE_LOG_…
469 CONF_JAVAC="javac -target $target_version -source $source_version"
473 CONF_JAVAC="javac -target $target_version"
479 dnl -target and -source options. (Supported by Sun javac 1.4 and
482 …if { echo "$as_me:__oline__: javac -target $target_version -source $source_version -d . conftest.j…
483 …javac -target "$target_version" -source "$source_version" -d . conftest.java >&AS_MESSAGE_LOG_FD 2…
487 CONF_JAVAC="javac -target $target_version -source $source_version"