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 ;;
2341 if test -r "$cache_file"; then
2344 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2345 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2346 $as_echo "$as_me: loading cache $cache_file" >&6;}
2347 case $cache_file in
2348 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2349 *) . "./$cache_file";;
2353 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2354 $as_echo "$as_me: creating cache $cache_file" >&6;}
2355 >$cache_file
9794 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
9795 if test -w "$cache_file"; then
9796 if test "x$cache_file" != "x/dev/null"; then
9797 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
9798 $as_echo "$as_me: updating cache $cache_file" >&6;}
9799 if test ! -f "$cache_file" || test -h "$cache_file"; then
9800 cat confcache >"$cache_file"
9802 case $cache_file in #(
9804 mv -f confcache "$cache_file"$$ &&
9805 mv -f "$cache_file"$$ "$cache_file" ;; #(
9807 mv -f confcache "$cache_file" ;;
9812 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
9813 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}