Lines Matching refs:cache_file
806 cache_file=/dev/null
882 ac_prev=cache_file ;;
885 cache_file=$ac_optarg ;;
888 cache_file=config.cache ;;
2271 if test -r "$cache_file"; then
2274 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2275 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2276 $as_echo "$as_me: loading cache $cache_file" >&6;}
2277 case $cache_file in
2278 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2279 *) . "./$cache_file";;
2283 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2284 $as_echo "$as_me: creating cache $cache_file" >&6;}
2285 >$cache_file
14353 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14354 if test -w "$cache_file"; then
14355 if test "x$cache_file" != "x/dev/null"; then
14356 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14357 $as_echo "$as_me: updating cache $cache_file" >&6;}
14358 if test ! -f "$cache_file" || test -h "$cache_file"; then
14359 cat confcache >"$cache_file"
14361 case $cache_file in #(
14363 mv -f confcache "$cache_file"$$ &&
14364 mv -f "$cache_file"$$ "$cache_file" ;; #(
14366 mv -f confcache "$cache_file" ;;
14371 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14372 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}