Home | History | Annotate | Download | only in dist

Lines Matching refs:cache_file

21 cache_file=./config.cache
69 ac_prev=cache_file ;;
72 cache_file="$ac_optarg" ;;
376 if test -r "$cache_file"; then
377 echo "loading cache $cache_file"
378 . $cache_file
380 echo "creating cache $cache_file"
381 > $cache_file
1045 if cmp -s $cache_file confcache; then
1048 if test -w $cache_file; then
1049 echo "updating cache $cache_file"
1050 cat confcache > $cache_file
1052 echo "not updating unwritable cache $cache_file"