On 26-Sep-2001 Jason Kasper wrote:
> Actually, after digging into the black arts of auto*, I can say that
> it's automake that is doing this. If you take a very simple Makefile.am
> and run automake against it, automake will happily generate a
> Makefile.in that knows how to rebuild config.h, configure, Makefile,
> Makefile.am, and Makefile.in. Why, I have NO bloody idea.
>
this is automake's default behaviour. If you add a 'AM_MAINTAINER_MODE'
definition it gives the configure script modality. After that it should not
try to regen itself unless you pass it --enable-maintainer-mode. At least that
is the result of my reading thus far, give it a try.
I still say this dual level configure script is horked.