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

conftest files.
This commit is contained in:
Paul Eggert 2004-12-15 22:37:46 +00:00
parent bea2437161
commit 632f88fbc0
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-12-15 Nicolas Joly <njoly@pasteur.fr>
* lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
generated conftest files.
2004-12-13 Noah Misch <noah@cs.caltech.edu>
* lib/autotest/general.m4 (_AT_CHECK) [--trace]: Do not enable shell

View File

@ -486,7 +486,8 @@ dnl # for best performing tool in a list breaks down.
fi
# 10*(2^10) chars as input seems more than enough
test $ac_count -gt 10 && break
done])
done
rm -f conftest.*])
])