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


_______________________________________________
Autoconf mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to