]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Fix some typos in the manual
authorChristos Kontas <xakon@yahoo.com>
Sat, 23 Jan 2010 21:23:08 +0000 (23:23 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 28 Jan 2010 06:38:02 +0000 (07:38 +0100)
* doc/automake.texi (Nested Packages, Rebuilding): Fix typos.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
doc/automake.texi

index c0270c332bb71829015dc47882d6d5d49066eaa2..efd8261119383b94a5d4ad5d8c7b9479eb30b433 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-01-28  Christos Kontas  <xakon@yahoo.com>  (tiny change)
+
+       Fix some typos in the manual
+       * doc/automake.texi (Nested Packages, Rebuilding): Fix typos.
+
 2010-01-17  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        Slighty improve tests acoutbs.test and acoutbs2.test.
index 32f5e5f19730f9639071e15cb612687f2e3670fc..da4ac25ff34aa79ba79a2fd3dab81a70581fe776 100644 (file)
@@ -1305,7 +1305,7 @@ run the @command{configure} script of B as part of its execution,
 building and installing A will also build and install B.  Generating a
 distribution for A will also include B.
 
-It is possible to gather several package like this.  GCC is a heavy
+It is possible to gather several packages like this.  GCC is a heavy
 user of this feature.  This gives installers a single package to
 configure, build and install, while it allows developers to work on
 subpackages independently.
@@ -8856,7 +8856,7 @@ Sometimes it is convenient to supplement the rebuild rules for
 @file{configure} or @file{config.status} with additional dependencies.
 The variables @code{CONFIGURE_DEPENDENCIES} and
 @code{CONFIG_STATUS_DEPENDENCIES} can be used to list these extra
-dependencies.  These variable should be defined in all
+dependencies.  These variables should be defined in all
 @file{Makefile}s of the tree (because these two rebuild rules are
 output in all them), so it is safer and easier to @code{AC_SUBST} them
 from @file{configure.ac}.  For instance, the following statement will