]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* tests/tools.m4 (autoupdating AC_LINK FILES): Clean up "src1"
authorPavel Roskin <proski@gnu.org>
Mon, 23 Oct 2000 04:01:41 +0000 (04:01 +0000)
committerPavel Roskin <proski@gnu.org>
Mon, 23 Oct 2000 04:01:41 +0000 (04:01 +0000)
and "src2" at the end of the test.

ChangeLog
tests/tools.m4

index 09cd2c08c16b62694ede79e30efab4f4602c795a..3b707bc571610e5b926a0e587ff52aad50cd200a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-10-20  Pavel Roskin  <proski@gnu.org>
+
+       * tests/tools.m4 (autoupdating AC_LINK FILES): Clean up "src1"
+       and "src2" at the end of the test.
+
 2000-10-19  Pavel Roskin  <proski@gnu.org>
 
        * NEWS: Documented changes in AC_PROG_CPP and AC_TRY_CPP.
index 96580b869d2b1437aa3f6f168ccfba6c12e96f22..3479df55fb31d7ee49729348827f675a242aef84 100644 (file)
@@ -209,7 +209,7 @@ AT_CHECK([cat src1], 0, [dst1
 AT_CHECK([cat src2], 0, [dst2
 ])
 
-AT_CLEANUP
+AT_CLEANUP(src1 src2)
 
 
 ## ------------------ ##