AC_INIT(src/gnu/classpath/tools/gjdoc/Main.java) dnl Tool discovery AC_CHECK_PROG(JAR_TOOL, jar, jar, ,$PATH) AC_PROG_JAVA_CC() dnl Setup the output files AC_OUTPUT(Makefile) dnl End.