Lines Matching refs:cache_file
320 cache_file=/dev/null
381 ac_prev=cache_file ;;
384 cache_file=$ac_optarg ;;
387 cache_file=config.cache ;;
1200 if test -r "$cache_file"; then
1203 if test -f "$cache_file"; then
1204 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1205 echo "$as_me: loading cache $cache_file" >&6;}
1206 case $cache_file in
1207 [\\/]* | ?:[\\/]* ) . $cache_file;;
1208 *) . ./$cache_file;;
1212 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1213 echo "$as_me: creating cache $cache_file" >&6;}
1214 >$cache_file
3278 if diff $cache_file confcache >/dev/null 2>&1; then :; else
3279 if test -w $cache_file; then
3280 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
3281 cat confcache >$cache_file
3283 echo "not updating unwritable cache $cache_file"