Lines Matching refs:cache_file
733 cache_file=/dev/null
810 ac_prev=cache_file ;;
813 cache_file=$ac_optarg ;;
816 cache_file=config.cache ;;
2436 if test -r "$cache_file"; then
2439 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2440 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2441 $as_echo "$as_me: loading cache $cache_file" >&6;}
2442 case $cache_file in
2443 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2444 *) . "./$cache_file";;
2448 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2449 $as_echo "$as_me: creating cache $cache_file" >&6;}
2450 >$cache_file
6688 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
6689 if test -w "$cache_file"; then
6690 if test "x$cache_file" != "x/dev/null"; then
6691 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
6692 $as_echo "$as_me: updating cache $cache_file" >&6;}
6693 if test ! -f "$cache_file" || test -h "$cache_file"; then
6694 cat confcache >"$cache_file"
6696 case $cache_file in #(
6698 mv -f confcache "$cache_file"$$ &&
6699 mv -f "$cache_file"$$ "$cache_file" ;; #(
6701 mv -f confcache "$cache_file" ;;
6706 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
6707 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}