+2005-02-08 Stepan Kasal <kasal@ucw.cz>
+
+ * doc/automake.texi (Requirements, Options): Typos.
+
2005-02-08 Alexandre Duret-Lutz <adl@gnu.org>
* lib/missing (makeinfo): Compute the output file if neither -o
@noindent
Here cleaning, distributing, and rebuilding are done automatically,
-because @code{$@{APIVERSION@}} is know at @code{make}-time.
+because @code{$@{APIVERSION@}} is known at @code{make}-time.
Note that you should not use shell variables to declare
@file{Makefile} files for which @command{automake} must create
@file{Makefile.in}. Even @code{AC_SUBST} does not help here, because
-@command{automake} needs to know the filename at run-time in order to
+@command{automake} needs to know the filename when it runs in order to
check whether @file{Makefile.am} exists. (In the very hairy case that
your setup requires such use of variables, you will have to tell
Automake which @file{Makefile.in}s to generate on the command-line.)
These options must be passed as argument to @code{AM_INIT_AUTOMAKE}
(@pxref{Macros}) because they can require additional configure checks.
-Automake will complain if it sees such options in a
+Automake will complain if it sees such options in an
@code{AUTOMAKE_OPTIONS} variable.
@code{tar-v7} selects the old V7 tar format. This is the historical