[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: best aclocal include practice wanted
From: |
Thomas Porschberg |
Subject: |
Re: best aclocal include practice wanted |
Date: |
Sun, 5 Mar 2006 20:48:01 +0100 |
Am Sat, 04 Mar 2006 16:43:37 -0500
schrieb Braden McDaniel <address@hidden>:
> On Sat, 2006-03-04 at 19:52 +0100, Thomas Porschberg wrote:
> > what is the recommended way to include project-written m4 macros ?
> >
> > I include the macros in <project-root>/config/m4
> > and call in autogen.sh "aclocal -I config/m4"
>
> Set
>
> ACLOCAL_AMFLAGS = -I config/m4
>
> in your top-level Makefile.am, and just run autoreconf.
>
Thanks for your hints. I will also RTFM regarding "Handling Local
Macros".
Thomas