Fix description of AC_CONFIG_TESTDIR to not mention atconfig.in.

* doc/autoconf.texi (Making testsuite Scripts): atconfig is not
created from an input template.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
This commit is contained in:
Ralf Wildenhues 2010-08-06 23:00:46 +02:00
parent 08b6974837
commit 3fdd727caa
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2010-08-06 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Fix description of AC_CONFIG_TESTDIR to not mention atconfig.in.
* doc/autoconf.texi (Making testsuite Scripts): atconfig is not
created from an input template.
2010-08-05 Bruno Haible <bruno@clisp.org>
and Eric Blake <eblake@redhat.com>

View File

@ -24229,9 +24229,9 @@ Invoke @code{AC_CONFIG_TESTDIR}.
@defmac AC_CONFIG_TESTDIR (@var{directory}, @dvar{test-path, directory})
@acindex{CONFIG_TESTDIR}
An Autotest test suite is to be configured in @var{directory}. This
macro requires the instantiation of @file{@var{directory}/atconfig} from
@file{@var{directory}/atconfig.in}, and sets the default
@code{AUTOTEST_PATH} to @var{test-path} (@pxref{testsuite Invocation}).
macro causes @file{@var{directory}/atconfig} to be created by
@command{config.status} and sets the default @code{AUTOTEST_PATH} to
@var{test-path} (@pxref{testsuite Invocation}).
@end defmac
@item