Lines Matching refs:cache_file
956 cache_file=/dev/null
1033 ac_prev=cache_file ;;
1036 cache_file=$ac_optarg ;;
1039 cache_file=config.cache ;;
2688 if test -r "$cache_file"; then
2691 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2692 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2693 $as_echo "$as_me: loading cache $cache_file" >&6;}
2694 case $cache_file in
2695 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2696 *) . "./$cache_file";;
2700 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2701 $as_echo "$as_me: creating cache $cache_file" >&6;}
2702 >$cache_file
14753 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14754 if test -w "$cache_file"; then
14755 if test "x$cache_file" != "x/dev/null"; then
14756 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14757 $as_echo "$as_me: updating cache $cache_file" >&6;}
14758 if test ! -f "$cache_file" || test -h "$cache_file"; then
14759 cat confcache >"$cache_file"
14761 case $cache_file in #(
14763 mv -f confcache "$cache_file"$$ &&
14764 mv -f "$cache_file"$$ "$cache_file" ;; #(
14766 mv -f confcache "$cache_file" ;;
14771 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14772 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}