automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Sam Steingold
Subject: Re: multiple configure.ac --> single aclocal.m4
Date: Thu, 04 Aug 2005 15:19:36 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt)

> * Braden McDaniel <address@hidden> [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.in?
>
> Given:
>
>    package/
>      m4/
>      Makefile.am
>      configure.ac
>      subpackage/
>        Makefile.am
>        configure.ac
>
> In package/Makefile.am:
>
>    ACLOCAL_AMFLAGS = -I m4
>
> In package/subpackage/Makefile.am:
>
>    ACLOCAL_AMFLAGS = -I ../m4
>
> You shouldn't need to run aclocal directly; if you run autoreconf, it
> should Just Work.

I don't use automake and autoreconf.
I have Makefile.in's not Makefile.am's.

-- 
Sam Steingold (http://www.podval.org/~sds) running w2k
<http://www.dhimmi.com/> <http://www.honestreporting.com> <http://pmw.org.il/>
<http://www.iris.org.il> <http://ffii.org/> <http://www.memri.org/>
Live Lisp and prosper.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]