classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Detection of zip in configure


From: Dalibor Topic
Subject: Re: Detection of zip in configure
Date: Thu, 5 Jan 2006 10:29:22 -0800
User-agent: Mutt/1.3.28i

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
> address@hidden
> http://lists.gnu.org/mailman/listinfo/classpath





reply via email to

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