On Thu, Jan 05, 2006 at 08:57:59AM +0000, Chris Burdess wrote:
> Hi
> 
> Could an autofriends wizard please take a peek at #24133? it should 
> just take a minute if you know the right invocation.
> -- 
> Chris Burdess


Right, Kaffe's configure does that. But rather than porting the code
over, to Classpath's configure, I'd prefer to add a test for jar/fastjar
and have the build use that instead of zip, where available.

Since Kaffe installs its own zip tool, and gcj installs fastjar, I'd
expect both to be available out of the box on systems where zip may not
be.

In particular with respect to Kaffe's bootstrap proces for the next
version, I'd like to be able to use a freshly built fastjar to 
bootstrap GNU Classpath. 

So I'd like to propose a --with-fastjar[=path-to-fastjar] switch to
configure, and associated makefile condition variables
COND_HAVE_ZIP_PROGRAM and COND_HAVE_FASTJAR_PROGRAM that would be used
to make current Makefiles using zip chose the right tool with the right
options. Given that zip and jar largely do the same thing, I could try
to whip out a patch.

cheers,
dalibor topic


> _______________________________________________
> Classpath mailing list
> Classpath@gnu.org
> http://lists.gnu.org/mailman/listinfo/classpath



_______________________________________________
Classpath mailing list
Classpath@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath

Reply via email to