Re: problem with flex scanner && `make dist'

2006-03-07 Thread tom fogal
Sorry for the slow reply, got lost in my inbox. Perhaps I get too much mail... <[EMAIL PROTECTED]>Alexandre Duret-Lutz writes: "tf" == tom fogal <[EMAIL PROTECTED]> writes: > > tf> Unfortunately this seems to cause problems when I make dist. > tf> Specifically: > > tf> make[1]: *** No rule

Re: best aclocal include practice wanted

2006-03-07 Thread Alexandre Duret-Lutz
Did you read section "Handling Local Macros" of the Automake manual? -- Alexandre Duret-Lutz Shared books are happy books. http://www.bookcrossing.com/friend/gadl

Re: best aclocal include practice wanted

2006-03-07 Thread Braden McDaniel
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 /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 ru