]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
authorStepan Kasal <kasal@ucw.cz>
Mon, 22 May 2006 10:37:15 +0000 (10:37 +0000)
committerStepan Kasal <kasal@ucw.cz>
Mon, 22 May 2006 10:37:15 +0000 (10:37 +0000)
only the files that this macro generates.

ChangeLog
lib/autoconf/programs.m4

index 6d97e8138dbe9049d1eecf64906e09d749863d82..2db7e8476f2f4a8b3159e7fe397df582abd6b94f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-05-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
+       only the files that this macro generates.
+
 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
 
        * doc/autoconf.texi (Limitations of Usual Tools) <sed>: For
index 0103c010d8114850dc7e095b9cc8399da46067a6..838ee86acd1af853913c71cab9a677f6b9d884ee 100644 (file)
@@ -505,7 +505,7 @@ dnl   # for best performing tool in a list breaks down.
     # 10*(2^10) chars as input seems more than enough
     test $ac_count -gt 10 && break
   done
-  rm -f conftest.*])
+  rm -f conftest.in conftest.tmp conftest.nl conftest.out])
 ])