Lines Matching refs:cache_file
884 cache_file=/dev/null
958 ac_prev=cache_file ;;
961 cache_file=$ac_optarg ;;
964 cache_file=config.cache ;;
2505 if test -r "$cache_file"; then
2508 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2509 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2510 printf "%s\n" "$as_me: loading cache $cache_file" >&6;}
2511 case $cache_file in
2512 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2513 *) . "./$cache_file";;
2517 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2518 printf "%s\n" "$as_me: creating cache $cache_file" >&6;}
2519 >$cache_file
19566 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
19567 if test -w "$cache_file"; then
19568 if test "x$cache_file" != "x/dev/null"; then
19569 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
19570 printf "%s\n" "$as_me: updating cache $cache_file" >&6;}
19571 if test ! -f "$cache_file" || test -h "$cache_file"; then
19572 cat confcache >"$cache_file"
19574 case $cache_file in #(
19576 mv -f confcache "$cache_file"$$ &&
19577 mv -f "$cache_file"$$ "$cache_file" ;; #(
19579 mv -f confcache "$cache_file" ;;
19584 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
19585 printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;}