From: Akim Demaille Date: Mon, 28 Jan 2002 10:46:13 +0000 (+0000) Subject: * doc/autoconf.texi (Writing testsuite.at): AT_CLEANUP no longer X-Git-Tag: AUTOCONF-2.52h~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebf52538feb021f9fc9af368d68f3111be284c3e;p=thirdparty%2Fautoconf.git * doc/autoconf.texi (Writing testsuite.at): AT_CLEANUP no longer needs an argument. --- diff --git a/ChangeLog b/ChangeLog index 5b6220d9e..abd4b38fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-01-28 Akim Demaille + + * doc/autoconf.texi (Writing testsuite.at): AT_CLEANUP no longer + needs an argument. + 2002-01-28 Akim Demaille * lib/autotest/general.m4 (AT_INIT): Don't be ridiculous: adjust diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 3fba87c47..59d3915ba 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -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