Simon Josefsson wrote: > > - automake's support uses only gcj, ignoring the "javac" and "jikes" > > commands. > > Right. > > > - It completely ignores CLASSPATH issues. > > Which, automake or javacomp?
I meant, automake. > I'd like to support javac and jikes. javacomp supports it. > Does javacomp support building *.jar files? You don't need javacomp for that. A simple $(JAR) cf $@ foo*.class in the Makefile.am, coupled with a AC_CHECK_PROG(JAR, jar, jar) in the configure.ac, does it. Bruno _______________________________________________ bug-gnulib mailing list bug-gnulib@gnu.org http://lists.gnu.org/mailman/listinfo/bug-gnulib