Lines Matching refs:cache_file
783 cache_file=/dev/null
859 ac_prev=cache_file ;;
862 cache_file=$ac_optarg ;;
865 cache_file=config.cache ;;
2118 if test -r "$cache_file"; then
2121 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2122 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2123 $as_echo "$as_me: loading cache $cache_file" >&6;}
2124 case $cache_file in
2125 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2126 *) . "./$cache_file";;
2130 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2131 $as_echo "$as_me: creating cache $cache_file" >&6;}
2132 >$cache_file
11818 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11819 if test -w "$cache_file"; then
11820 if test "x$cache_file" != "x/dev/null"; then
11821 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11822 $as_echo "$as_me: updating cache $cache_file" >&6;}
11823 if test ! -f "$cache_file" || test -h "$cache_file"; then
11824 cat confcache >"$cache_file"
11826 case $cache_file in #(
11828 mv -f confcache "$cache_file"$$ &&
11829 mv -f "$cache_file"$$ "$cache_file" ;; #(
11831 mv -f confcache "$cache_file" ;;
11836 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11837 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}