mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-24 10:54:42 +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>
|
2010-08-05 Bruno Haible <bruno@clisp.org>
|
||||||
and Eric Blake <eblake@redhat.com>
|
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})
|
@defmac AC_CONFIG_TESTDIR (@var{directory}, @dvar{test-path, directory})
|
||||||
@acindex{CONFIG_TESTDIR}
|
@acindex{CONFIG_TESTDIR}
|
||||||
An Autotest test suite is to be configured in @var{directory}. This
|
An Autotest test suite is to be configured in @var{directory}. This
|
||||||
macro requires the instantiation of @file{@var{directory}/atconfig} from
|
macro causes @file{@var{directory}/atconfig} to be created by
|
||||||
@file{@var{directory}/atconfig.in}, and sets the default
|
@command{config.status} and sets the default @code{AUTOTEST_PATH} to
|
||||||
@code{AUTOTEST_PATH} to @var{test-path} (@pxref{testsuite Invocation}).
|
@var{test-path} (@pxref{testsuite Invocation}).
|
||||||
@end defmac
|
@end defmac
|
||||||
|
|
||||||
@item
|
@item
|
||||||
|
Loading…
Reference in New Issue
Block a user