Back when hardware was slower and we had lots and lots of
imakefile-like configure scripts, forcing the use of config.cache made
sense for performance reasons. Now that we have one configure script
and we build on modern hardware, config.cache just introduces errors
as you are debugging changes to the configure script.
This commit stops second guessing autoconf's cache handling.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24468
dc483132-0cff-0310-8789-
dd5450dbe970
K5_AC_INIT([aclocal.m4])
-#
-# autoconf 2.49 defaults to a /dev/null cache file, which is what we
-# do not want for performance reasons.
-if test "x$cache_file" = "x/dev/null"; then
- cache_file=./config.cache
- AC_CACHE_LOAD
-fi
CONFIG_RULES
KRB5_VERSION=K5_VERSION