Lines Matching refs:cache_file
788 cache_file=/dev/null
865 ac_prev=cache_file ;;
868 cache_file=$ac_optarg ;;
871 cache_file=config.cache ;;
2049 if test -r "$cache_file"; then
2052 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2053 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2054 $as_echo "$as_me: loading cache $cache_file" >&6;}
2055 case $cache_file in
2056 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2057 *) . "./$cache_file";;
2061 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2062 $as_echo "$as_me: creating cache $cache_file" >&6;}
2063 >$cache_file
11767 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11768 if test -w "$cache_file"; then
11769 if test "x$cache_file" != "x/dev/null"; then
11770 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11771 $as_echo "$as_me: updating cache $cache_file" >&6;}
11772 if test ! -f "$cache_file" || test -h "$cache_file"; then
11773 cat confcache >"$cache_file"
11775 case $cache_file in #(
11777 mv -f confcache "$cache_file"$$ &&
11778 mv -f "$cache_file"$$ "$cache_file" ;; #(
11780 mv -f confcache "$cache_file" ;;
11785 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11786 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}