Lines Matching refs:cache_file
877 cache_file=/dev/null
952 ac_prev=cache_file ;;
955 cache_file=$ac_optarg ;;
958 cache_file=config.cache ;;
2262 if test -r "$cache_file"; then
2265 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2266 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2267 printf "%s\n" "$as_me: loading cache $cache_file" >&6;}
2268 case $cache_file in
2269 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2270 *) . "./$cache_file";;
2274 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2275 printf "%s\n" "$as_me: creating cache $cache_file" >&6;}
2276 >$cache_file
17744 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
17745 if test -w "$cache_file"; then
17746 if test "x$cache_file" != "x/dev/null"; then
17747 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
17748 printf "%s\n" "$as_me: updating cache $cache_file" >&6;}
17749 if test ! -f "$cache_file" || test -h "$cache_file"; then
17750 cat confcache >"$cache_file"
17752 case $cache_file in #(
17754 mv -f confcache "$cache_file"$$ &&
17755 mv -f "$cache_file"$$ "$cache_file" ;; #(
17757 mv -f confcache "$cache_file" ;;
17762 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
17763 printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;}