Home | History | Annotate | Download | only in build-aux

Lines Matching refs:CONF_JAVAC

30 CONF_JAVAC='@CONF_JAVAC@'
40 test -z "$JAVA_VERBOSE" || echo "$CONF_JAVAC $@"
41 exec $CONF_JAVAC "$@"
45 # In this case, $CONF_JAVAC starts with "gcj -C".
48 test -z "$JAVA_VERBOSE" || echo "$CONF_JAVAC $@"
49 exec $CONF_JAVAC "$@"
52 # In this case, $CONF_JAVAC starts with "javac".
55 test -z "$JAVA_VERBOSE" || echo "$CONF_JAVAC $@"
56 exec $CONF_JAVAC "$@"
59 # In this case, $CONF_JAVAC starts with "jikes".
67 test -z "$JAVA_VERBOSE" || echo "$CONF_JAVAC $@"
68 exec $CONF_JAVAC "$@"