Lines Matching refs:cache_file
778 cache_file=/dev/null
854 ac_prev=cache_file ;;
857 cache_file=$ac_optarg ;;
860 cache_file=config.cache ;;
2023 if test -r "$cache_file"; then
2026 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2027 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2028 $as_echo "$as_me: loading cache $cache_file" >&6;}
2029 case $cache_file in
2030 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2031 *) . "./$cache_file";;
2035 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2036 $as_echo "$as_me: creating cache $cache_file" >&6;}
2037 >$cache_file
11502 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11503 if test -w "$cache_file"; then
11504 if test "x$cache_file" != "x/dev/null"; then
11505 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11506 $as_echo "$as_me: updating cache $cache_file" >&6;}
11507 if test ! -f "$cache_file" || test -h "$cache_file"; then
11508 cat confcache >"$cache_file"
11510 case $cache_file in #(
11512 mv -f confcache "$cache_file"$$ &&
11513 mv -f "$cache_file"$$ "$cache_file" ;; #(
11515 mv -f confcache "$cache_file" ;;
11520 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11521 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}