Lines Matching refs:cache_file
796 cache_file=/dev/null
872 ac_prev=cache_file ;;
875 cache_file=$ac_optarg ;;
878 cache_file=config.cache ;;
2145 if test -r "$cache_file"; then
2148 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2149 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2150 $as_echo "$as_me: loading cache $cache_file" >&6;}
2151 case $cache_file in
2152 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2153 *) . "./$cache_file";;
2157 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2158 $as_echo "$as_me: creating cache $cache_file" >&6;}
2159 >$cache_file
13248 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13249 if test -w "$cache_file"; then
13250 if test "x$cache_file" != "x/dev/null"; then
13251 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13252 $as_echo "$as_me: updating cache $cache_file" >&6;}
13253 if test ! -f "$cache_file" || test -h "$cache_file"; then
13254 cat confcache >"$cache_file"
13256 case $cache_file in #(
13258 mv -f confcache "$cache_file"$$ &&
13259 mv -f "$cache_file"$$ "$cache_file" ;; #(
13261 mv -f confcache "$cache_file" ;;
13266 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13267 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}