Lines Matching refs:cache_file
788 cache_file=/dev/null
864 ac_prev=cache_file ;;
867 cache_file=$ac_optarg ;;
870 cache_file=config.cache ;;
2096 if test -r "$cache_file"; then
2099 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2100 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2101 $as_echo "$as_me: loading cache $cache_file" >&6;}
2102 case $cache_file in
2103 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2104 *) . "./$cache_file";;
2108 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2109 $as_echo "$as_me: creating cache $cache_file" >&6;}
2110 >$cache_file
6650 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
6651 if test -w "$cache_file"; then
6652 if test "x$cache_file" != "x/dev/null"; then
6653 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
6654 $as_echo "$as_me: updating cache $cache_file" >&6;}
6655 if test ! -f "$cache_file" || test -h "$cache_file"; then
6656 cat confcache >"$cache_file"
6658 case $cache_file in #(
6660 mv -f confcache "$cache_file"$$ &&
6661 mv -f "$cache_file"$$ "$cache_file" ;; #(
6663 mv -f confcache "$cache_file" ;;
6668 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
6669 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}