Garrett Rooney wrote:
> dlr@tigris.org wrote:
>
>> Author: dlr
>> Date: Sat Sep 27 17:32:23 2003
>> New Revision: 7214
>>
>> Modified:
>> trunk/Makefile.in
>> trunk/build/ac-macros/java.m4
>> Log:
>> Make the "jar" binary available.
>>
>> * Makefile.in
>> (JAR): New Makefile variable provided by an autoconf substitution.
>>
>> * build/ac-macros/java.m4
>> (JAR): Perform an autoconf substitution.
>>
>>
>> Modified: trunk/Makefile.in
>> ==============================================================================
>>
>> --- trunk/Makefile.in (original)
>> +++ trunk/Makefile.in Sat Sep 27 17:32:23 2003
>> @@ -184,6 +184,7 @@
>>
>> JDK = @JDK@
>> JAVAC = @JAVAC@
>> +JAR = @JAVAC@
>
>
> Shouldn't that be @JAR@?
Yeah, thanks Garret -- r7215 already took care of that.
- Dan
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Sep 28 00:46:52 2003