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: Simon Josefsson
Subject: Re: Separate csharpcomp.sh, and a license problem
Date: Tue, 06 Dec 2005 13:30:08 +0100
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

Bruno Haible <address@hidden> writes:

> 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.

Ok, this all sounds good.

I don't have time to experiment with this now, but if your C# work is
adopted for automake, I can test the java approach too, if that would
help getting that stuff into automake as well.  It seems that both
things should be in automake proper.

Thanks.




reply via email to

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