]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Various spelling and grammar fixes.
authorMichael Ploujnikov <ploujj@gmail.com>
Sun, 7 Dec 2008 11:10:18 +0000 (12:10 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 7 Dec 2008 11:10:55 +0000 (12:10 +0100)
* doc/automake.texi (Optional, Future of aclocal): Various
spelling and grammar fixes.
* THANKS: Update.

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

index d0d82cade50bbeac00c8d71b7c29961e77642a8f..fab34e42765cc9fb0cac2bba6eb3cb8c100471c7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-12-07  Michael Ploujnikov  <ploujj@gmail.com>  (tiny change)
+
+       * doc/automake.texi (Optional, Future of aclocal): Various
+       spelling and grammar fixes.
+       * THANKS: Update.
+
 2008-12-03  William Pursell  <bill.pursell@gmail.com>
 
        Simple typographical and grammar errors in automake.texi.
diff --git a/THANKS b/THANKS
index 1098dae7ec2894ef5f07508913a935ad05f513f4..1c743542faa976cc1f53df81faf470e463d192bc 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -203,6 +203,7 @@ Matthias Clasen             clasen@mathematik.uni-freiburg.de
 Maxim Sinev            good@goods.ru
 Merijn de Jonge                M.de.Jonge@cwi.nl
 Michael Brantley       Michael-Brantley@deshaw.com
+Michael Ploujnikov     ploujj@gmail.com
 Michel de Ruiter       mdruiter@cs.vu.nl
 Mike Castle            dalgoda@ix.netcom.com
 Mike Frysinger         vapier@gentoo.org
index 52b178b98b62c51cf9707916ddc7ae149df536bf..a0dd99f66957db2c17b92016722fa773f5ab0829 100644 (file)
@@ -2820,7 +2820,7 @@ part of @samp{make dist}.
 
 As for @code{AC_CONFIG_FILES} (@pxref{Requirements}), parts of the
 specification using shell variables will be ignored as far as cleaning
-and distributing is concerned.  (There is no rebuild rules for links.)
+and distributing is concerned.  (There are no rebuild rules for links.)
 
 @item AC_LIBOBJ
 @itemx AC_LIBSOURCE
@@ -3649,7 +3649,7 @@ macros you want to revert, and run @samp{aclocal -I m4 --install}.
 @command{aclocal} is expected to disappear.  This feature really
 should not be offered by Automake.  Automake should focus on
 generating @file{Makefile}s; dealing with M4 macros really is
-Autoconf's job.  That some people install Automake just to use
+Autoconf's job.  The fact that some people install Automake just to use
 @command{aclocal}, but do not use @command{automake} otherwise is an
 indication of how that feature is misplaced.