Lines Matching refs:cache_file
882 cache_file=/dev/null
958 ac_prev=cache_file ;;
961 cache_file=$ac_optarg ;;
964 cache_file=config.cache ;;
2575 if test -r "$cache_file"; then
2578 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2579 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2580 $as_echo "$as_me: loading cache $cache_file" >&6;}
2581 case $cache_file in
2582 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2583 *) . "./$cache_file";;
2587 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2588 $as_echo "$as_me: creating cache $cache_file" >&6;}
2589 >$cache_file
11522 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11523 if test -w "$cache_file"; then
11524 if test "x$cache_file" != "x/dev/null"; then
11525 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11526 $as_echo "$as_me: updating cache $cache_file" >&6;}
11527 if test ! -f "$cache_file" || test -h "$cache_file"; then
11528 cat confcache >"$cache_file"
11530 case $cache_file in #(
11532 mv -f confcache "$cache_file"$$ &&
11533 mv -f "$cache_file"$$ "$cache_file" ;; #(
11535 mv -f confcache "$cache_file" ;;
11540 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11541 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}