Lines Matching refs:cache_file
685 cache_file=/dev/null
761 ac_prev=cache_file ;;
764 cache_file=$ac_optarg ;;
767 cache_file=config.cache ;;
2050 if test -r "$cache_file"; then
2053 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2054 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2055 $as_echo "$as_me: loading cache $cache_file" >&6;}
2056 case $cache_file in
2057 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2058 *) . "./$cache_file";;
2062 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2063 $as_echo "$as_me: creating cache $cache_file" >&6;}
2064 >$cache_file
4290 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
4291 if test -w "$cache_file"; then
4292 if test "x$cache_file" != "x/dev/null"; then
4293 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
4294 $as_echo "$as_me: updating cache $cache_file" >&6;}
4295 if test ! -f "$cache_file" || test -h "$cache_file"; then
4296 cat confcache >"$cache_file"
4298 case $cache_file in #(
4300 mv -f confcache "$cache_file"$$ &&
4301 mv -f "$cache_file"$$ "$cache_file" ;; #(
4303 mv -f confcache "$cache_file" ;;
4308 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
4309 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}