autoconf
[Top][All Lists]
Advanced

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

Re: Build package with subpackages


From: Ralf Wildenhues
Subject: Re: Build package with subpackages
Date: Tue, 12 Sep 2006 09:26:56 +0200
User-agent: Mutt/1.5.13 (2006-09-01)

Hello Sanjaya, Harlan,

* Harlan Stenn wrote on Tue, Sep 12, 2006 at 09:18:31AM CEST:
> 
> You can specify the build order in the SUBDIRS variable, and '.' can be
> one of the things specified.  By default, . is built first (as I
> recall).

It's the other way round: by default, the build order is depth-first,
i.e., '.' is built last.  See `info Automake Subdirectories'.

> Just put . in the correct place in your SUBDIRS list.

And use AC_CONFIG_SUBDIRS for specifying directories containing
sub-configure scripts.

Cheers,
Ralf




reply via email to

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