Re: [Fwd: autoreconf and aclocal options (-I, --ac-dir)]

2006-04-04 Thread Ralf Wildenhues
* Chris Pickett wrote on Mon, Apr 03, 2006 at 05:00:23PM CEST: > On Mon, April 3, 2006 4:57 am, Stepan Kasal wrote: > > > > You cannot modify the system-wide dirlist file, so you decided to modify > > the top Makefile.am of every package. > > Well, just for the packages that need the local macro.

Re: [Fwd: autoreconf and aclocal options (-I, --ac-dir)]

2006-04-04 Thread Chris Pickett
On Mon, April 3, 2006 4:57 am, Stepan Kasal wrote: > you are using system-wide Automake together with *.m4 files from packages > installed locally (under your home directory). > > You cannot modify the system-wide dirlist file, so you decided to modify > the top Makefile.am of every package. Well