[SCM] GNU Autoconf source repository branch, master, updated. v2.67-15-g3fdd727

"Ralf Wildenhues" <[email protected]> Fri, 06 Aug 2010 21:04:43 +0000
Newsgroups gmane.comp.sysutils.autoconf.cvs
Message-ID <[email protected]>
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=3fdd727caa5cce516595f1d92220d7a88519b5ef

The branch, master has been updated
       via  3fdd727caa5cce516595f1d92220d7a88519b5ef (commit)
      from  08b6974837c2d042a6d86f77e2300e423d952930 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3fdd727caa5cce516595f1d92220d7a88519b5ef
Author: Ralf Wildenhues <[email protected]>
Date:   Fri Aug 6 23:00:46 2010 +0200

    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 <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog         |    6 ++++++
 doc/autoconf.texi |    6 +++---
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 3a998af..87768b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-08-06  Ralf Wildenhues  <[email protected]>
+
+	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  <[email protected]>
 	and Eric Blake  <[email protected]>
 
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index b7e2c19..0f04b10 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -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


hooks/post-receive
-- 
GNU Autoconf source repository