Lines Matching refs:cache_file
956 cache_file=/dev/null
1033 ac_prev=cache_file ;;
1036 cache_file=$ac_optarg ;;
1039 cache_file=config.cache ;;
2688 if test -r "$cache_file"; then
2691 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2692 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2693 $as_echo "$as_me: loading cache $cache_file" >&6;}
2694 case $cache_file in
2695 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2696 *) . "./$cache_file";;
2700 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2701 $as_echo "$as_me: creating cache $cache_file" >&6;}
2702 >$cache_file
14589 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14590 if test -w "$cache_file"; then
14591 if test "x$cache_file" != "x/dev/null"; then
14592 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14593 $as_echo "$as_me: updating cache $cache_file" >&6;}
14594 if test ! -f "$cache_file" || test -h "$cache_file"; then
14595 cat confcache >"$cache_file"
14597 case $cache_file in #(
14599 mv -f confcache "$cache_file"$$ &&
14600 mv -f "$cache_file"$$ "$cache_file" ;; #(
14602 mv -f confcache "$cache_file" ;;
14607 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14608 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}