Re: configure.in in subdirectories

2000-08-18 Thread Morten Eriksen
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

configure.in in subdirectories

2000-08-18 Thread Diego Sevilla Ruiz
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