autoconf
[Top][All Lists]
Advanced

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

Re: Adding an external project to autoconf


From: Ralf Wildenhues
Subject: Re: Adding an external project to autoconf
Date: Fri, 11 Sep 2009 19:45:37 +0200
User-agent: Mutt/1.5.20 (2009-08-09)

* Dan Smithers wrote on Fri, Sep 11, 2009 at 11:57:05AM CEST:
> Keith Marshall wrote:
> > On Wednesday 09 September 2009 16:02:58 Bob Friesenhahn wrote:
> >> the zlib project does not use Autoconf or Automake.  It
> >> only pretends to look like a project which uses Autoconf or
> >> Automake using a hand-written configure and Makefile.in which only
> >> works completely under Linux.
> > 
> > ...and the resemblance is in name only; beyond that, there isn't even 
> > a superficial likeness -- certainly in no way GCS conformant.
> 
> How can I tell autoconf to run the configure without worrying about it?

AC_CONFIG_SUBDIRS([zlib])

will cause zlib/configure to be run if it exists in the source tree.

> Also, is there a way of setting up cascading projects that don't perform
> all the compiler checks for each sub-project?

Not really (rationale: the sub project would not be usable alone then).
But you can use -C aka. --cache-file to greatly speed up the sub
configure scripts.

Cheers,
Ralf




reply via email to

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