mirror of
git://git.sv.gnu.org/autoconf
synced 2025-03-07 14:26:52 +08:00
* lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove generated
conftest files.
This commit is contained in:
parent
bea2437161
commit
632f88fbc0
@ -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
|
||||
|
@ -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.*])
|
||||
])
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user