bug#9037: distcheck should check for missing m4 files too (was: Re: bug#9026: Supporting $ACLOCAL_PATH?)

2011-07-09 Thread Stefano Lattarini
On Saturday 09 July 2011, Peter Johansson wrote: > Hi Bruno, > > On 7/8/11 5:24 PM, Bruno Haible wrote: > > +If you are using GNU @code{automake} 1.10 or newer, it is even easier: > > +Add the line > > + > > +@example > > +ACLOCAL_AMFLAGS = --install -I m4 > > +@end example > > + > > +@noindent >

bug#9026: Supporting $ACLOCAL_PATH?

2011-07-09 Thread Peter Johansson
Hi Bruno, On 7/8/11 5:24 PM, Bruno Haible wrote: +If you are using GNU @code{automake} 1.10 or newer, it is even easier: +Add the line + +@example +ACLOCAL_AMFLAGS = --install -I m4 +@end example + +@noindent +to your top level @file{Makefile.am}, and run @samp{aclocal --install -I m4}. +This wi