Lines Matching refs:cache_file
823 cache_file=/dev/null
899 ac_prev=cache_file ;;
902 cache_file=$ac_optarg ;;
905 cache_file=config.cache ;;
2507 if test -r "$cache_file"; then
2510 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2511 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2512 $as_echo "$as_me: loading cache $cache_file" >&6;}
2513 case $cache_file in
2514 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2515 *) . "./$cache_file";;
2519 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2520 $as_echo "$as_me: creating cache $cache_file" >&6;}
2521 >$cache_file
15247 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15248 if test -w "$cache_file"; then
15249 if test "x$cache_file" != "x/dev/null"; then
15250 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15251 $as_echo "$as_me: updating cache $cache_file" >&6;}
15252 if test ! -f "$cache_file" || test -h "$cache_file"; then
15253 cat confcache >"$cache_file"
15255 case $cache_file in #(
15257 mv -f confcache "$cache_file"$$ &&
15258 mv -f "$cache_file"$$ "$cache_file" ;; #(
15260 mv -f confcache "$cache_file" ;;
15265 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15266 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}