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
Hi all:
Does automake support the autoconf macro AC_CONFIG_SUBDIRS? It is
suposed that autoconf will run "configure" from the subdirectories listed,
but.. does automake support this macro and descend to the subdirectories
to build Makefile.in, etc? (and autoconf for generating its correso