Lines Matching refs:cache_file
824 cache_file=/dev/null
901 ac_prev=cache_file ;;
904 cache_file=$ac_optarg ;;
907 cache_file=config.cache ;;
2471 if test -r "$cache_file"; then
2474 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2475 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2476 $as_echo "$as_me: loading cache $cache_file" >&6;}
2477 case $cache_file in
2478 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2479 *) . "./$cache_file";;
2483 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2484 $as_echo "$as_me: creating cache $cache_file" >&6;}
2485 >$cache_file
12256 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
12257 if test -w "$cache_file"; then
12258 if test "x$cache_file" != "x/dev/null"; then
12259 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
12260 $as_echo "$as_me: updating cache $cache_file" >&6;}
12261 if test ! -f "$cache_file" || test -h "$cache_file"; then
12262 cat confcache >"$cache_file"
12264 case $cache_file in #(
12266 mv -f confcache "$cache_file"$$ &&
12267 mv -f "$cache_file"$$ "$cache_file" ;; #(
12269 mv -f confcache "$cache_file" ;;
12274 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
12275 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}