automake
[Top][All Lists]
Advanced

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

Re: Unwanted autoheader call included in Makefile.in


From: Guido Draheim
Subject: Re: Unwanted autoheader call included in Makefile.in
Date: Tue, 28 Jan 2003 10:35:36 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.1) Gecko/20020826



Rafael Laboissiere schrieb:
When I use the macro AC_CONFIG_HEADERS, automake includes a rule in
Makefile.in to rebuild config.h.in through autoheader.  Now, I do not want
at all that this file gets touched by autoheader, even when I modifiy one of
its "presumed dependencies" aclocal.m4 and configure.ac.


I've been plagued with some implicit and unnecessary `rebuild`s in
some projects - and the solution is quite simple: in your configure.ac
script, reset autotools variables to a colon - i.e.
   AUTOHEADER=":"
or perhaps better yet, rewrite it as
   AUTOHEADER="echo autoheader ignored"
so you still see when it would have been called.

Is that a way to disable this automake behavior, or am I asking for
something that is complete non-sense?

Thanks in advance for your help.


have fun, guido





reply via email to

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