Lines Matching refs:cache_file
729 cache_file=/dev/null
805 ac_prev=cache_file ;;
808 cache_file=$ac_optarg ;;
811 cache_file=config.cache ;;
2284 if test -r "$cache_file"; then
2287 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2288 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2289 $as_echo "$as_me: loading cache $cache_file" >&6;}
2290 case $cache_file in
2291 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2292 *) . "./$cache_file";;
2296 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2297 $as_echo "$as_me: creating cache $cache_file" >&6;}
2298 >$cache_file
8426 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
8427 if test -w "$cache_file"; then
8428 if test "x$cache_file" != "x/dev/null"; then
8429 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
8430 $as_echo "$as_me: updating cache $cache_file" >&6;}
8431 if test ! -f "$cache_file" || test -h "$cache_file"; then
8432 cat confcache >"$cache_file"
8434 case $cache_file in #(
8436 mv -f confcache "$cache_file"$$ &&
8437 mv -f "$cache_file"$$ "$cache_file" ;; #(
8439 mv -f confcache "$cache_file" ;;
8444 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
8445 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}