I'm installing this on HEAD and branch-1-9. Thanks Karl! 2005-06-29 Alexandre Duret-Lutz <[EMAIL PROTECTED]>
* doc/automake.texi (Include, Extending aclocal): Typos. Report from Karl Berry. Index: doc/automake.texi =================================================================== RCS file: /cvs/automake/automake/doc/automake.texi,v retrieving revision 1.116 diff -u -r1.116 automake.texi --- doc/automake.texi 8 Jun 2005 18:46:17 -0000 1.116 +++ doc/automake.texi 29 Jun 2005 20:33:04 -0000 @@ -1981,7 +1981,7 @@ and many third party macros are underquoted; and we have to apologize for this temporary inconvenience. The reason we have to be stricter is that a future implementation of @command{aclocal} (@pxref{Future of -aclocal}) will have to temporary include all these third party +aclocal}) will have to temporarily include all these third party @file{.m4} files, maybe several times, including even files that are not actually needed. Doing so should alleviate many problems of the current implementation, however it requires a stricter style from the @@ -7282,7 +7282,7 @@ condition applies to the entire contents of that fragment. Makefile fragments included this way are always distributed because -there are needed to rebuild @file{Makefile.in}. +they are needed to rebuild @file{Makefile.in}. @node Conditionals @chapter Conditionals -- Alexandre Duret-Lutz