+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
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