Lines Matching refs:cache_file
67 cache_file=./config.cache
136 ac_prev=cache_file ;;
139 cache_file="$ac_optarg" ;;
542 if test -r "$cache_file"; then
543 echo "loading cache $cache_file"
544 . $cache_file
546 echo "creating cache $cache_file"
547 > $cache_file
5724 if cmp -s $cache_file confcache; then
5727 if test -w $cache_file; then
5728 echo "updating cache $cache_file"
5729 cat confcache > $cache_file
5731 echo "not updating unwritable cache $cache_file"