tchize wrote: > > Speaking about automake. > > Since a few week i noticed each time i do a commit, all the Makefile.in are > commited along. Did someone change the configure script to regenerate > automake.in file each time a ./configure is run? If that's the case, maybe > removing Makefile.in files from cvs would be a good think (if they became > machine dependent, there is no reason to keep them in CVS) Some file is out of sync, so it keeps re-running automake. One would normally thing this should correct itself once the up to date ones are committed. Maybe something that the makefiles depend on was committed with a bogus date. The rationale for having the Makefile.in's in CVS is to make it easier for users to grab snapshots and not need a large set of tools. Ideally, this dependency should get fixed up somehow so that it doesn't re-run automake every time.