multiple configure.ac --> single aclocal.m4

2005-08-04 Thread Sam Steingold
I have a large package with many subpackages. each subpackage has its own configure.ac. how do I generate aclocal.m4? (I would rather not create a dozen separate aclocal.m4 files - one for each subpackage) I tried merging all the configure.in files in one: src/autoconf/aclocal.m4 : $(wildcard src

Re: multiple configure.ac --> single aclocal.m4

2005-08-04 Thread Braden McDaniel
Sam Steingold wrote: I have a large package with many subpackages. each subpackage has its own configure.ac. how do I generate aclocal.m4? [snip] So: how do I use aclocal.m4 with multiple subpackage configure.in? Given: package/ m4/ Makefile.am configure.ac subpackage/

Re: multiple configure.ac --> single aclocal.m4

2005-08-04 Thread Stepan Kasal
Hello, On Thu, Aug 04, 2005 at 12:05:40PM -0400, Sam Steingold wrote: > I have a large package with many subpackages. > each subpackage has its own configure.ac. > how do I generate aclocal.m4? > (I would rather not create a dozen separate aclocal.m4 files > - one for each subpackage) that wouldn

Re: multiple configure.ac --> single aclocal.m4

2005-08-04 Thread Sam Steingold
> * Braden McDaniel <[EMAIL PROTECTED]> [2005-08-04 13:00:01 -0400]: > > Sam Steingold wrote: >> I have a large package with many subpackages. >> each subpackage has its own configure.ac. >> how do I generate aclocal.m4? > > [snip] > >> So: how do I use aclocal.m4 with multiple subpackage configure