autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ACLOCAL_AMFLAGS without automake


From: Ralf Wildenhues
Subject: Re: ACLOCAL_AMFLAGS without automake
Date: Mon, 10 Dec 2007 13:32:08 +0100
User-agent: Mutt/1.5.17 (2007-11-13)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]