• Home
  • Raw
  • Download

Lines Matching refs:javac

51 # because even Sun's javac doesn't support these combinations.
84 dnl "javac -target 1.1". This avoids having to compile conftestver.java
164 dnl The support of Sun javac for target-version and source-version:
166 dnl javac 1.3: -target 1.1 1.2 1.3 default: 1.1
169 dnl javac 1.4: -target 1.1 1.2 1.3 1.4 default: 1.2
173 dnl javac 1.5: -target 1.1 1.2 1.3 1.4 1.5 default: 1.5
178 dnl javac 1.6: -target 1.1 1.2 1.3 1.4 1.5 1.6 default: 1.6
355 dnl Try with -target option alone. (Sun javac 1.3.1 has the -target
388 dnl -target and -source options. (Supported by Sun javac 1.4 and
409 AC_CHECK_PROG([HAVE_JAVAC_IN_PATH], [javac], [yes])
516 dnl Test whether javac is usable.
517 if { javac -version >/dev/null 2>/dev/null || test $? -le 2; } \
518 …&& ( if javac -help 2>&1 >/dev/null | grep at.dms.kjc.Main >/dev/null && javac -help 2>/dev/null |…
519 dnl OK, javac works.
523 if { echo "$as_me:__oline__: javac -d . conftest.java" >&AS_MESSAGE_LOG_FD
524 javac -d . conftest.java >&AS_MESSAGE_LOG_FD 2>&1
531 … if { echo "$as_me:__oline__: javac -source $source_version -d . conftest.java" >&AS_MESSAGE_LOG_FD
532 javac -source "$source_version" -d . conftest.java >&AS_MESSAGE_LOG_FD 2>&1
536 && { echo "$as_me:__oline__: javac -d . conftestfail.java" >&AS_MESSAGE_LOG_FD
537 javac -d . conftestfail.java >&AS_MESSAGE_LOG_FD 2>&1
540 …&& ! { echo "$as_me:__oline__: javac -source $source_version -d . conftestfail.java" >&AS_MESSAGE_…
541 javac -source "$source_version" -d . conftestfail.java >&AS_MESSAGE_LOG_FD 2>&1
543 CONF_JAVAC="javac -source $source_version"
547 CONF_JAVAC="javac"
552 dnl Try with -target option alone. (Sun javac 1.3.1 has the -target
555 … if { echo "$as_me:__oline__: javac -target $target_version -d . conftest.java" >&AS_MESSAGE_LOG_FD
556 javac -target "$target_version" -d . conftest.java >&AS_MESSAGE_LOG_FD 2>&1
563 …if { echo "$as_me:__oline__: javac -target $target_version -source $source_version -d . conftest.j…
564javac -target "$target_version" -source "$source_version" -d . conftest.java >&AS_MESSAGE_LOG_FD 2…
568 …&& { echo "$as_me:__oline__: javac -target $target_version -d . conftestfail.java" >&AS_MESSAGE_LO…
569 javac -target "$target_version" -d . conftestfail.java >&AS_MESSAGE_LOG_FD 2>&1
572 …&& ! { echo "$as_me:__oline__: javac -target $target_version -source $source_version -d . conftest…
573javac -target "$target_version" -source "$source_version" -d . conftestfail.java >&AS_MESSAGE_LOG_…
575 CONF_JAVAC="javac -target $target_version -source $source_version"
579 CONF_JAVAC="javac -target $target_version"
585 dnl -target and -source options. (Supported by Sun javac 1.4 and
588 …if { echo "$as_me:__oline__: javac -target $target_version -source $source_version -d . conftest.j…
589javac -target "$target_version" -source "$source_version" -d . conftest.java >&AS_MESSAGE_LOG_FD 2…
593 CONF_JAVAC="javac -target $target_version -source $source_version"