Lines Matching refs:cache_file
19 cache_file=./config.cache
88 ac_prev=cache_file ;;
91 cache_file="$ac_optarg" ;;
494 if test -r "$cache_file"; then
495 echo "loading cache $cache_file"
496 . $cache_file
498 echo "creating cache $cache_file"
499 > $cache_file
1463 if cmp -s $cache_file confcache; then
1466 if test -w $cache_file; then
1467 echo "updating cache $cache_file"
1468 cat confcache > $cache_file
1470 echo "not updating unwritable cache $cache_file"