* lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove

only the files that this macro generates.
This commit is contained in:
Stepan Kasal 2006-05-22 10:37:15 +00:00
parent 408bb81c76
commit 8b8f873866
2 changed files with 6 additions and 1 deletions

View File

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

View 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])
])