This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Additional aclocal dir
* Akim Demaille:
| ACLOCAL_AMFLAGS = -I dir
Not ACLOCAL_FLAGS?
Just trying install gimp from cvs. Installed latest automake
cvs before. Export ACLOCAL_AMFLAGS, and gimp's autogen.sh
complains about m4 files, and suggest using ACLOCAL_FLAGS. I
unset _AMFLAGS, and set _FLAGS, and it seems, that works.
[the problem was, that glib,gtk,gettext's m4 files was
installed in /usr/local/share/aclocal and automake was
installed in /usr/share/aclocal]