Lines Matching refs:cache_file
813 cache_file=/dev/null
889 ac_prev=cache_file ;;
892 cache_file=$ac_optarg ;;
895 cache_file=config.cache ;;
2212 if test -r "$cache_file"; then
2215 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2216 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2217 $as_echo "$as_me: loading cache $cache_file" >&6;}
2218 case $cache_file in
2219 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2220 *) . "./$cache_file";;
2224 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2225 $as_echo "$as_me: creating cache $cache_file" >&6;}
2226 >$cache_file
7787 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
7788 if test -w "$cache_file"; then
7789 if test "x$cache_file" != "x/dev/null"; then
7790 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
7791 $as_echo "$as_me: updating cache $cache_file" >&6;}
7792 if test ! -f "$cache_file" || test -h "$cache_file"; then
7793 cat confcache >"$cache_file"
7795 case $cache_file in #(
7797 mv -f confcache "$cache_file"$$ &&
7798 mv -f "$cache_file"$$ "$cache_file" ;; #(
7800 mv -f confcache "$cache_file" ;;
7805 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
7806 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}