Lines Matching refs:cache_file
874 cache_file=/dev/null
951 ac_prev=cache_file ;;
954 cache_file=$ac_optarg ;;
957 cache_file=config.cache ;;
2363 if test -r "$cache_file"; then
2366 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2367 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2368 $as_echo "$as_me: loading cache $cache_file" >&6;}
2369 case $cache_file in
2370 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2371 *) . "./$cache_file";;
2375 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2376 $as_echo "$as_me: creating cache $cache_file" >&6;}
2377 >$cache_file
10088 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
10089 if test -w "$cache_file"; then
10090 if test "x$cache_file" != "x/dev/null"; then
10091 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
10092 $as_echo "$as_me: updating cache $cache_file" >&6;}
10093 if test ! -f "$cache_file" || test -h "$cache_file"; then
10094 cat confcache >"$cache_file"
10096 case $cache_file in #(
10098 mv -f confcache "$cache_file"$$ &&
10099 mv -f "$cache_file"$$ "$cache_file" ;; #(
10101 mv -f confcache "$cache_file" ;;
10106 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
10107 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}