This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: configure.in in subdirectories
- To: Diego Sevilla Ruiz <dsevilla at ditec dot um dot es>
- Subject: Re: configure.in in subdirectories
- From: Morten Eriksen <mortene at sim dot no>
- Date: 18 Aug 2000 18:04:06 +0200
- Cc: automake at gnu dot org, autoconf at gnu dot org
- References: <Pine.LNX.4.21.0008181437140.30462-100000@ditec.um.es>
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