Re: Automake & dependency tracking

2004-10-11 Thread Eric Dorland
* Wouter Verhelst ([EMAIL PROTECTED]) wrote: > Hi, > > Recent versions of automake add an option --disable-dependency-tracking > to the generated configure script. If you don't use that option, the > generated Makefile will wrap all calls to the compiler in a call to > 'depcomp', which will genera

Re: Automake & dependency tracking

2004-10-11 Thread Peter Eisentraut
Wouter Verhelst wrote: > Is there any other reason why we would still need to use automake's > dependency tracking anyway? I don't think so. You may want to use it while working on the package, but it seems like a fine idea to turn it off when finalizing the package.

Automake & dependency tracking

2004-10-10 Thread Wouter Verhelst
Hi, Recent versions of automake add an option --disable-dependency-tracking to the generated configure script. If you don't use that option, the generated Makefile will wrap all calls to the compiler in a call to 'depcomp', which will generate a Makefile snippet in a .deps directory to better trac