* doc/autoconf.texi (Making testsuite Scripts): atconfig is not
created from an input template.
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+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>
@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