automake
[Top][All Lists]
Advanced

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

Re: How can I make the Makefile pass options to autoconf when configure.


From: Steve M. Robbins
Subject: Re: How can I make the Makefile pass options to autoconf when configure.ac is updated?
Date: Sat, 16 Mar 2002 15:50:13 -0500
User-agent: Mutt/1.3.27i

On Sat, Mar 16, 2002 at 08:40:06PM -0000, Stephano Mariani wrote:
> I need to pass a --m4dir to autoconf to generate the configure script
> correctly, how can I do this so that whenever configure regenerated by
> the automake rule:
> 
> cd . && /bin/sh /path/to/project/missing --run aclocal
> cd . && \
>   /bin/sh /path/to/project/missing --run automake --foreign  Makefile
> cd . && /bin/sh //path/to/project/missing --run autoconf

It sounds like you want to use ACLOCAL_AMFLAGS in your
Makefile.am.


> PS: I did not know which list this applied to so sorry for the
> cross-post.

The script aclocal comes from automake, so that would seem more
apropos.

-S

-- 
by Rocket to the Moon,
by Airplane to the Rocket,
by Taxi to the Airport,
by Frontdoor to the Taxi,
by throwing back the blanket and laying down the legs ...
- They Might Be Giants




reply via email to

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