This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Unwanted autoheader call included in Makefile.in


* Guido Draheim <guidod-2003-@gmx.de> [2003-01-28 10:35]:

> 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.

A so simple and elegant soultion for my problem!  Thanks a lot, it worked
for me.

-- 
Rafael



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]