]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* doc/automake.texi (Requirements, Options): Typos.
authorAlexandre Duret-Lutz <adl@gnu.org>
Tue, 8 Feb 2005 21:41:17 +0000 (21:41 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Tue, 8 Feb 2005 21:41:17 +0000 (21:41 +0000)
ChangeLog
doc/automake.texi

index 4f69d1607a9858426f3fc7d94d2b72237f8c778d..7babaf332195592c001a4de34d5fc528cb4867cd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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
index 33b0f73b35a3b06aea507f871d7a1096516e7d05..f62399fff9a4ef5c5ce47cc63613762fa5d5a119 100644 (file)
@@ -1379,12 +1379,12 @@ AC_CONFIG_FILES([tests/automake-$@{APIVERSION@}:tests/automake.in],
 
 @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.)
@@ -6901,7 +6901,7 @@ is then compressed according to the set of @code{no-dist-gzip},
 
 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