* Guido Draheim <[EMAIL PROTECTED]> [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