[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: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2003-09-28 00:40:35 CEST

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@?

-garrett

---------------------------------------------------------------------
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:41:24 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.