mirror of
git://git.sv.gnu.org/autoconf
synced 2025-02-17 14:01:27 +08:00
docs: fix some typos
* doc/autoconf.texi (testsuite Scripts): Fix typos. * THANKS: Update. Signed-off-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
cdef0d2dad
commit
7218999370
@ -1,3 +1,9 @@
|
|||||||
|
2011-02-16 Matt Kraai <kraai@ftbfs.org> (tiny change)
|
||||||
|
|
||||||
|
docs: fix some typos
|
||||||
|
* doc/autoconf.texi (testsuite Scripts): Fix typos.
|
||||||
|
* THANKS: Update.
|
||||||
|
|
||||||
2011-02-16 Paul Eggert <eggert@cs.ucla.edu>
|
2011-02-16 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
autoconf: tune long long tests, particularly for c99
|
autoconf: tune long long tests, particularly for c99
|
||||||
|
1
THANKS
1
THANKS
@ -265,6 +265,7 @@ Martin Mokrejs mmokrejs@natur.cuni.cz
|
|||||||
Martin Wilck martin@tropos.de
|
Martin Wilck martin@tropos.de
|
||||||
Martyn Johnson Martyn.Johnson@cl.cam.ac.uk
|
Martyn Johnson Martyn.Johnson@cl.cam.ac.uk
|
||||||
Matěj Týč matej.tyc@gmail.com
|
Matěj Týč matej.tyc@gmail.com
|
||||||
|
Matt Kraai kraai@ftbfs.org
|
||||||
Matteo Frigo ?
|
Matteo Frigo ?
|
||||||
Matthew D. Langston langston@SLAC.Stanford.EDU
|
Matthew D. Langston langston@SLAC.Stanford.EDU
|
||||||
Matthew Mueller donut@azstarnet.com
|
Matthew Mueller donut@azstarnet.com
|
||||||
|
@ -24027,7 +24027,7 @@ the installer's end.
|
|||||||
Each test of the validation suite should be part of some test group. A
|
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
|
@dfn{test group} is a sequence of interwoven tests that ought to be
|
||||||
executed together, usually because one test in the group creates data
|
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
|
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
|
keep only a few tests per test group. Ideally there is only one test
|
||||||
per test group.
|
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
|
A convenient alternative consists in moving all the global issues
|
||||||
(local Autotest macros, elementary health checking, and @code{AT_INIT}
|
(local Autotest macros, elementary health checking, and @code{AT_INIT}
|
||||||
invocation) into the file @code{local.at}, and making
|
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
|
suites. In such case, generating the whole test suite or pieces of it
|
||||||
is only a matter of choosing the @command{autom4te} command line
|
is only a matter of choosing the @command{autom4te} command line
|
||||||
arguments.
|
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.
|
suite need to get information coming out of the configuration process.
|
||||||
Some of this information, common for all validation suites, is provided
|
Some of this information, common for all validation suites, is provided
|
||||||
through the file @file{atconfig}, automatically created by
|
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
|
testing environment specifically needs, you might prepare an optional
|
||||||
file named @file{atlocal.in}, instantiated by @code{AC_CONFIG_FILES}.
|
file named @file{atlocal.in}, instantiated by @code{AC_CONFIG_FILES}.
|
||||||
The configuration process produces @file{atconfig} and @file{atlocal}
|
The configuration process produces @file{atconfig} and @file{atlocal}
|
||||||
|
Loading…
Reference in New Issue
Block a user