On 2014-09-18 09:36 +0100, R. Diez wrote:
> If I add this line to my Makefile.am (and I make sure that the 'm4'
> subdir is created beforehand), then it works as intended:
>
> ACLOCAL_AMFLAGS = -I m4
>
> However, if I use this syntax:
>
> ACLOCAL_AMFLAGS := -I m4
>
> Then I get the followin
Hallo there:
If I add this line to my Makefile.am (and I make sure that the 'm4' subdir is
created beforehand), then it works as intended:
ACLOCAL_AMFLAGS = -I m4
However, if I use this syntax:
ACLOCAL_AMFLAGS := -I m4
Then I get the following warning:
libtoolize: Consider adding `-I m