Hi, I had a quick look at newlib's autotools setup just now. It uses AC_CONFIG_SUBDIRS, but does not add the directories it configures to the SUBDIRS in Makefile.in. Is it safe to assume that this is the correct behavior? Regards, Marshall On Wed, Sep 9, 2009 at 11:33 AM, Dan Smithers <dan@xxxxxxxxxxxxxx> wrote: > > Thanks for the quick response, > > Alfred M. Szmidt wrote: > > > Please see `(autoconf) Subdirectories' in the manual. > > That was where I started: I already use > > AC_CONFIG_SUBDIRS (zlib compression boost_ext) > AC_OUTPUT([Makefile]) > > in the top level configure.ac and > > SUBDIRS= zlib compression boost_ext > > in Makefile.am > > This all seems to work for the existing entries but when I add zlib, > zlib is not treated as the others. > > thanks > > dan > > > > _______________________________________________ > Autoconf mailing list > Autoconf@xxxxxxx > http://lists.gnu.org/mailman/listinfo/autoconf _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf