Quoting Jean-Marc Lasgouttes <[EMAIL PROTECTED]>: > >>>>> "younes" == younes a <[EMAIL PROTECTED]> writes: > > younes> I didn't know about that feature indeed but doing the autogen > younes> and configure steps each time you make a change to Makefile.am > younes> is a curse on windows. > > If you do a change to Makefile.am, the only thing that is going to > happen is that automake will rebuild the corresponding Makeilfe.in. > Are you seeing something different?
Maybe I am getting it wrong but then you need to configure again so that Makefile is generated upon Makefile.in, don't you? Autogen is slow already but configure is slow as hell. I don't have precise number but when I do this reconfiguring because of a Makefile.am change, maybe 8 times out of 10, config.h is regenerated. Abdel.