mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-18 10:45:15 +08:00
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:
parent
08b6974837
commit
3fdd727caa
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user