On 1/14/08, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > Thanks for your findings and suggestions, I fixed them as below and put > you in THANKS. Please consider just sending patches to the source, to > the automake-patches list.
Here's another: index 8b51080..9d311be 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -1214,7 +1214,7 @@ Speed up one-time builds. Some compilers do not offer any practical way to derive the list of dependencies as a side-effect of the compilation, requiring a separate run (maybe of another tool) to compute these dependencies. The -performance penalty implied my these methods is important enough to +performance penalty implied by these methods is important enough to disable them by default. The option @option{--enable-dependency-tracking} must be passed to @command{configure} to activate them.