]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (Writing testsuite.at): AT_CLEANUP no longer
authorAkim Demaille <akim@epita.fr>
Mon, 28 Jan 2002 10:46:13 +0000 (10:46 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 28 Jan 2002 10:46:13 +0000 (10:46 +0000)
needs an argument.

ChangeLog
doc/autoconf.texi

index 5b6220d9eefdd2f9a40d3fbb1c81fe2395c513e3..abd4b38fa3a0c1f13780a4a5163b107a819df335 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-01-28  Akim Demaille  <akim@epita.fr>
+
+       * doc/autoconf.texi (Writing testsuite.at): AT_CLEANUP no longer
+       needs an argument.
+
 2002-01-28  Akim Demaille  <akim@epita.fr>
 
        * lib/autotest/general.m4 (AT_INIT): Don't be ridiculous: adjust
index 3fba87c47c42102d62c340c98459c9483b5cdc63..59d3915baac5e7ca54f14dd814f9457fe0e32fd2 100644 (file)
@@ -11742,13 +11742,9 @@ other words, don't fear registering several times the same keyword in a
 test group.
 @end defmac
 
-@defmac AT_CLEANUP (@ovar{generated-files})
+@defmac AT_CLEANUP
 @atindex CLEANUP
-This macro completes a group of related tests.  It accepts a single
-argument, which is a white separated list of files which have been
-created within the test group.  It has the effect of recursively
-removing those listed files.  There is no need to list @file{stdout},
-@file{stderr}, nor files created with @code{AT_DATA}.
+End the current test group.
 @end defmac
 
 @sp 1