Lines Matching refs:cache_file
800 cache_file=/dev/null
876 ac_prev=cache_file ;;
879 cache_file=$ac_optarg ;;
882 cache_file=config.cache ;;
2151 if test -r "$cache_file"; then
2154 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2155 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2156 $as_echo "$as_me: loading cache $cache_file" >&6;}
2157 case $cache_file in
2158 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2159 *) . "./$cache_file";;
2163 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2164 $as_echo "$as_me: creating cache $cache_file" >&6;}
2165 >$cache_file
14087 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14088 if test -w "$cache_file"; then
14089 if test "x$cache_file" != "x/dev/null"; then
14090 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14091 $as_echo "$as_me: updating cache $cache_file" >&6;}
14092 if test ! -f "$cache_file" || test -h "$cache_file"; then
14093 cat confcache >"$cache_file"
14095 case $cache_file in #(
14097 mv -f confcache "$cache_file"$$ &&
14098 mv -f "$cache_file"$$ "$cache_file" ;; #(
14100 mv -f confcache "$cache_file" ;;
14105 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14106 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}