Lines Matching refs:cache_file
880 cache_file=/dev/null
956 ac_prev=cache_file ;;
959 cache_file=$ac_optarg ;;
962 cache_file=config.cache ;;
2707 if test -r "$cache_file"; then
2710 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2711 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2712 $as_echo "$as_me: loading cache $cache_file" >&6;}
2713 case $cache_file in
2714 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2715 *) . "./$cache_file";;
2719 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2720 $as_echo "$as_me: creating cache $cache_file" >&6;}
2721 >$cache_file
20994 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
20995 if test -w "$cache_file"; then
20996 if test "x$cache_file" != "x/dev/null"; then
20997 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
20998 $as_echo "$as_me: updating cache $cache_file" >&6;}
20999 if test ! -f "$cache_file" || test -h "$cache_file"; then
21000 cat confcache >"$cache_file"
21002 case $cache_file in #(
21004 mv -f confcache "$cache_file"$$ &&
21005 mv -f "$cache_file"$$ "$cache_file" ;; #(
21007 mv -f confcache "$cache_file" ;;
21012 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
21013 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}