From: Pavel Roskin Date: Mon, 23 Oct 2000 04:01:41 +0000 (+0000) Subject: * tests/tools.m4 (autoupdating AC_LINK FILES): Clean up "src1" X-Git-Tag: autoconf-2.50~546 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c965f419ddd76cc6771f7dfeefa035cf8dc1801;p=thirdparty%2Fautoconf.git * tests/tools.m4 (autoupdating AC_LINK FILES): Clean up "src1" and "src2" at the end of the test. --- diff --git a/ChangeLog b/ChangeLog index 09cd2c08c..3b707bc57 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-10-20 Pavel Roskin + + * tests/tools.m4 (autoupdating AC_LINK FILES): Clean up "src1" + and "src2" at the end of the test. + 2000-10-19 Pavel Roskin * NEWS: Documented changes in AC_PROG_CPP and AC_TRY_CPP. diff --git a/tests/tools.m4 b/tests/tools.m4 index 96580b869..3479df55f 100644 --- a/tests/tools.m4 +++ b/tests/tools.m4 @@ -209,7 +209,7 @@ AT_CHECK([cat src1], 0, [dst1 AT_CHECK([cat src2], 0, [dst2 ]) -AT_CLEANUP +AT_CLEANUP(src1 src2) ## ------------------ ##