[SCM] GNU Autoconf source repository branch, master, updated. v2.68-39-g7218999
"Eric Blake" <[email protected]> Wed, 16 Feb 2011 15:56:55 +0000
| Newsgroups | gmane.comp.sysutils.autoconf.cvs |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf source repository".
http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=721899937032c51f86c68c5147cc3998eec60a67
The branch, master has been updated
via 721899937032c51f86c68c5147cc3998eec60a67 (commit)
from cdef0d2dad57f92301cb4baf782f8c24b01d5f1d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 721899937032c51f86c68c5147cc3998eec60a67
Author: Matt Kraai <[email protected]>
Date: Wed Feb 16 04:58:53 2011 -0800
docs: fix some typos
* doc/autoconf.texi (testsuite Scripts): Fix typos.
* THANKS: Update.
Signed-off-by: Eric Blake <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 6 ++++++
THANKS | 1 +
doc/autoconf.texi | 6 +++---
3 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 79b9058..d883c62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-02-16 Matt Kraai <[email protected]> (tiny change)
+
+ docs: fix some typos
+ * doc/autoconf.texi (testsuite Scripts): Fix typos.
+ * THANKS: Update.
+
2011-02-16 Paul Eggert <[email protected]>
autoconf: tune long long tests, particularly for c99
diff --git a/THANKS b/THANKS
index 079be66..a3ee752 100644
--- a/THANKS
+++ b/THANKS
@@ -265,6 +265,7 @@ Martin Mokrejs [email protected]
Martin Wilck [email protected]
Martyn Johnson [email protected]
Matěj Týč [email protected]
+Matt Kraai [email protected]
Matteo Frigo ?
Matthew D. Langston [email protected]
Matthew Mueller [email protected]
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 5be070c..20d23f1 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -24027,7 +24027,7 @@ the installer's end.
Each test of the validation suite should be part of some test group. A
@dfn{test group} is a sequence of interwoven tests that ought to be
executed together, usually because one test in the group creates data
-files than a later test in the same group needs to read. Complex test
+files that a later test in the same group needs to read. Complex test
groups make later debugging more tedious. It is much better to
keep only a few tests per test group. Ideally there is only one test
per test group.
@@ -24045,7 +24045,7 @@ identification of the package, is automatically included if found.
A convenient alternative consists in moving all the global issues
(local Autotest macros, elementary health checking, and @code{AT_INIT}
invocation) into the file @code{local.at}, and making
-@file{testsuite.at} be a simple list of @code{m4_include} of sub test
+@file{testsuite.at} be a simple list of @code{m4_include}s of sub test
suites. In such case, generating the whole test suite or pieces of it
is only a matter of choosing the @command{autom4te} command line
arguments.
@@ -24078,7 +24078,7 @@ It often happens in practice that individual tests in the validation
suite need to get information coming out of the configuration process.
Some of this information, common for all validation suites, is provided
through the file @file{atconfig}, automatically created by
-@code{AC_CONFIG_TESTDIR}. For configuration informations which your
+@code{AC_CONFIG_TESTDIR}. For configuration information which your
testing environment specifically needs, you might prepare an optional
file named @file{atlocal.in}, instantiated by @code{AC_CONFIG_FILES}.
The configuration process produces @file{atconfig} and @file{atlocal}
hooks/post-receive
--
GNU Autoconf source repository