Re: ACLOCAL_AMFLAGS looks like no effect on make

2007-11-27 Thread Oleg V. Zhylin
> Just to be sure: you put the ACLOCAL_AMFLAGS line in the toplevel > Makefile.am file? The file is named exactly Makefile.am? There is > no whitespace before the word `ACLOCAL_AMFLAGS'? Yes to all three. One further detail. As I debugged my package automake eventually captured ACLOCAL_AMFLAGS v

Re: ACLOCAL_AMFLAGS looks like no effect on make

2007-11-27 Thread Ralf Wildenhues
Hello Oleg, * Oleg V. Zhylin wrote on Tue, Nov 27, 2007 at 12:52:52AM CET: > > This time I'm running Automake 1.10. According to "6.3.4 Handling > Local Macros" in the manual > > ACLOCAL_AMFLAGS = -I m4 > > line should instruct both autoreconf and make to use these flags when > autoconf is

ACLOCAL_AMFLAGS looks like no effect on make

2007-11-26 Thread Oleg V. Zhylin
Hi, This time I'm running Automake 1.10. According to "6.3.4 Handling Local Macros" in the manual ACLOCAL_AMFLAGS = -I m4 line should instruct both autoreconf and make to use these flags when autoconf is executed. But in my case autoreconf does use the flags (autoreconf is nice enough to und