Lines Matching refs:cache_file
719 cache_file=/dev/null
795 ac_prev=cache_file ;;
798 cache_file=$ac_optarg ;;
801 cache_file=config.cache ;;
2086 if test -r "$cache_file"; then
2089 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2090 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2091 $as_echo "$as_me: loading cache $cache_file" >&6;}
2092 case $cache_file in
2093 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2094 *) . "./$cache_file";;
2098 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2099 $as_echo "$as_me: creating cache $cache_file" >&6;}
2100 >$cache_file
5549 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
5550 if test -w "$cache_file"; then
5551 if test "x$cache_file" != "x/dev/null"; then
5552 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
5553 $as_echo "$as_me: updating cache $cache_file" >&6;}
5554 if test ! -f "$cache_file" || test -h "$cache_file"; then
5555 cat confcache >"$cache_file"
5557 case $cache_file in #(
5559 mv -f confcache "$cache_file"$$ &&
5560 mv -f "$cache_file"$$ "$cache_file" ;; #(
5562 mv -f confcache "$cache_file" ;;
5567 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
5568 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}