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
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/
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
> * 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