Diego Sevilla Ruiz <[EMAIL PROTECTED]> writes:

> [...] AC_CONFIG_SUBDIRS [...] does automake support this macro and
> descend to the subdirectories to build Makefile.in, etc?

No.

> (and autoconf for generating its corresonding subdir/configure?

No.

> or must I do it myself?

Yes.

If you know you want to regenerate all the Makefile.in, configure etc
files each time you do it on the root directory, I guess you could
just add a call to the "bootstrapping" scripts in the subdirectories
from your root bootstrapping script. So it's no big deal to set up
manually.

Regards,
Morten

Reply via email to