Lines Matching refs:cache_file
867 cache_file=/dev/null
944 ac_prev=cache_file ;;
947 cache_file=$ac_optarg ;;
950 cache_file=config.cache ;;
2549 if test -r "$cache_file"; then
2552 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2553 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2554 $as_echo "$as_me: loading cache $cache_file" >&6;}
2555 case $cache_file in
2556 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2557 *) . "./$cache_file";;
2561 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2562 $as_echo "$as_me: creating cache $cache_file" >&6;}
2563 >$cache_file
15174 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15175 if test -w "$cache_file"; then
15176 if test "x$cache_file" != "x/dev/null"; then
15177 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15178 $as_echo "$as_me: updating cache $cache_file" >&6;}
15179 if test ! -f "$cache_file" || test -h "$cache_file"; then
15180 cat confcache >"$cache_file"
15182 case $cache_file in #(
15184 mv -f confcache "$cache_file"$$ &&
15185 mv -f "$cache_file"$$ "$cache_file" ;; #(
15187 mv -f confcache "$cache_file" ;;
15192 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15193 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}