Lines Matching refs:cache_file
830 cache_file=/dev/null
905 ac_prev=cache_file ;;
908 cache_file=$ac_optarg ;;
911 cache_file=config.cache ;;
2090 if test -r "$cache_file"; then
2093 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2094 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2095 printf "%s\n" "$as_me: loading cache $cache_file" >&6;}
2096 case $cache_file in
2097 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2098 *) . "./$cache_file";;
2102 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2103 printf "%s\n" "$as_me: creating cache $cache_file" >&6;}
2104 >$cache_file
15104 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15105 if test -w "$cache_file"; then
15106 if test "x$cache_file" != "x/dev/null"; then
15107 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15108 printf "%s\n" "$as_me: updating cache $cache_file" >&6;}
15109 if test ! -f "$cache_file" || test -h "$cache_file"; then
15110 cat confcache >"$cache_file"
15112 case $cache_file in #(
15114 mv -f confcache "$cache_file"$$ &&
15115 mv -f "$cache_file"$$ "$cache_file" ;; #(
15117 mv -f confcache "$cache_file" ;;
15122 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15123 printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;}