[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: rev 7214 - in trunk: . build/ac-macros

From: Daniel L. Rall <dlr_at_finemaltcoding.com>
Date: 2003-09-28 00:46:14 CEST

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

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.