> 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
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
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