bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Separate csharpcomp.sh, and a license problem


From: Bruno Haible
Subject: Re: Separate csharpcomp.sh, and a license problem
Date: Mon, 5 Dec 2005 20:53:38 +0100
User-agent: KMail/1.5

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]