This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Unwanted autoheader call included in Makefile.in
- From: Rafael Laboissiere <laboissiere at psy dot mpg dot de>
- To: Guido Draheim <guidod-2003- at gmx dot de>
- Cc: automake at gnu dot org
- Date: Tue, 28 Jan 2003 11:13:54 +0100
- Subject: Re: Unwanted autoheader call included in Makefile.in
- Organization: Max-Planck Institute for Psychological Research -- Munich,Germany
- References: <20030128084517.GF2716@laboiss0> <3E364EE8.10803@gmx.de>
- Reply-to: Rafael Laboissiere <laboissiere at psy dot mpg dot de>
* 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