This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: configure.in in subdirectories


Diego Sevilla Ruiz <dsevilla@ditec.um.es> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]