Lines Matching refs:cache_file
901 cache_file=/dev/null
977 ac_prev=cache_file ;;
980 cache_file=$ac_optarg ;;
983 cache_file=config.cache ;;
2614 if test -r "$cache_file"; then
2617 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2618 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2619 $as_echo "$as_me: loading cache $cache_file" >&6;}
2620 case $cache_file in
2621 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2622 *) . "./$cache_file";;
2626 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2627 $as_echo "$as_me: creating cache $cache_file" >&6;}
2628 >$cache_file
18664 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
18665 if test -w "$cache_file"; then
18666 if test "x$cache_file" != "x/dev/null"; then
18667 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18668 $as_echo "$as_me: updating cache $cache_file" >&6;}
18669 if test ! -f "$cache_file" || test -h "$cache_file"; then
18670 cat confcache >"$cache_file"
18672 case $cache_file in #(
18674 mv -f confcache "$cache_file"$$ &&
18675 mv -f "$cache_file"$$ "$cache_file" ;; #(
18677 mv -f confcache "$cache_file" ;;
18682 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18683 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}