Lines Matching refs:cache_file
844 cache_file=/dev/null
920 ac_prev=cache_file ;;
923 cache_file=$ac_optarg ;;
926 cache_file=config.cache ;;
2571 if test -r "$cache_file"; then
2574 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2575 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2576 $as_echo "$as_me: loading cache $cache_file" >&6;}
2577 case $cache_file in
2578 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2579 *) . "./$cache_file";;
2583 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2584 $as_echo "$as_me: creating cache $cache_file" >&6;}
2585 >$cache_file
2855 test -f $srcdir/$cache_file && mv $srcdir/$cache_file .
19215 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
19216 if test -w "$cache_file"; then
19217 if test "x$cache_file" != "x/dev/null"; then
19218 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
19219 $as_echo "$as_me: updating cache $cache_file" >&6;}
19220 if test ! -f "$cache_file" || test -h "$cache_file"; then
19221 cat confcache >"$cache_file"
19223 case $cache_file in #(
19225 mv -f confcache "$cache_file"$$ &&
19226 mv -f "$cache_file"$$ "$cache_file" ;; #(
19228 mv -f confcache "$cache_file" ;;
19233 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
19234 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}