Hello Warren,

* Warren Young wrote on Tue, Dec 04, 2007 at 04:07:59PM CET:
> Just a feature request for autoreconf: the ability to get the equivalent of 
> "aclocal -I dirname" with ACLOCAL_AMFLAGS is fine if you're using automake, 
> but not all projects do.

You should still be able to just put this in Makefile.am,
even if it looks a bit ugly:

# This file exists only to supply aclocal with an option
# when autoreconf is run:
ACLOCAL_AMFLAGS = -I dirname

Cheers,
Ralf


_______________________________________________
Autoconf mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to