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

Lines Matching refs:CONF_JAVAC

31 CONF_JAVAC='@CONF_JAVAC@'
41 test -z "$JAVA_VERBOSE" || echo "$CONF_JAVAC $@"
42 exec $CONF_JAVAC "$@"
46 # In this case, $CONF_JAVAC starts with "gcj -C".
49 test -z "$JAVA_VERBOSE" || echo "$CONF_JAVAC $@"
50 exec $CONF_JAVAC "$@"
53 # In this case, $CONF_JAVAC starts with "javac".
56 test -z "$JAVA_VERBOSE" || echo "$CONF_JAVAC $@"
57 exec $CONF_JAVAC "$@"
60 # In this case, $CONF_JAVAC starts with "jikes".
68 test -z "$JAVA_VERBOSE" || echo "$CONF_JAVAC $@"
69 exec $CONF_JAVAC "$@"