Lines Matching refs:cache_file
780 cache_file=/dev/null
856 ac_prev=cache_file ;;
859 cache_file=$ac_optarg ;;
862 cache_file=config.cache ;;
2117 if test -r "$cache_file"; then
2120 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2121 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2122 $as_echo "$as_me: loading cache $cache_file" >&6;}
2123 case $cache_file in
2124 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2125 *) . "./$cache_file";;
2129 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2130 $as_echo "$as_me: creating cache $cache_file" >&6;}
2131 >$cache_file
12852 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
12853 if test -w "$cache_file"; then
12854 if test "x$cache_file" != "x/dev/null"; then
12855 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
12856 $as_echo "$as_me: updating cache $cache_file" >&6;}
12857 if test ! -f "$cache_file" || test -h "$cache_file"; then
12858 cat confcache >"$cache_file"
12860 case $cache_file in #(
12862 mv -f confcache "$cache_file"$$ &&
12863 mv -f "$cache_file"$$ "$cache_file" ;; #(
12865 mv -f confcache "$cache_file" ;;
12870 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
12871 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}