Lines Matching refs:cache_file
871 cache_file=/dev/null
947 ac_prev=cache_file ;;
950 cache_file=$ac_optarg ;;
953 cache_file=config.cache ;;
2557 if test -r "$cache_file"; then
2560 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2561 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2562 $as_echo "$as_me: loading cache $cache_file" >&6;}
2563 case $cache_file in
2564 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2565 *) . "./$cache_file";;
2569 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2570 $as_echo "$as_me: creating cache $cache_file" >&6;}
2571 >$cache_file
17139 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
17140 if test -w "$cache_file"; then
17141 if test "x$cache_file" != "x/dev/null"; then
17142 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
17143 $as_echo "$as_me: updating cache $cache_file" >&6;}
17144 if test ! -f "$cache_file" || test -h "$cache_file"; then
17145 cat confcache >"$cache_file"
17147 case $cache_file in #(
17149 mv -f confcache "$cache_file"$$ &&
17150 mv -f "$cache_file"$$ "$cache_file" ;; #(
17152 mv -f confcache "$cache_file" ;;
17157 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
17158 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}