]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Fix description of AC_CONFIG_TESTDIR to not mention atconfig.in.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 6 Aug 2010 21:00:46 +0000 (23:00 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 6 Aug 2010 21:00:46 +0000 (23:00 +0200)
* doc/autoconf.texi (Making testsuite Scripts): atconfig is not
created from an input template.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
doc/autoconf.texi

index 3a998af248c3156a27669887e3e9eee644aa327f..87768b8c201f29fc7ccc82a40965eda20d715c4a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
index b7e2c197f09be1f7b6f42f23b27ddd558592d543..0f04b103958f9d6a9696de00552cc789d0846185 100644 (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