Lines Matching refs:cache_file
707 cache_file=/dev/null
783 ac_prev=cache_file ;;
786 cache_file=$ac_optarg ;;
789 cache_file=config.cache ;;
2127 if test -r "$cache_file"; then
2130 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2131 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2132 $as_echo "$as_me: loading cache $cache_file" >&6;}
2133 case $cache_file in
2134 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2135 *) . "./$cache_file";;
2139 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2140 $as_echo "$as_me: creating cache $cache_file" >&6;}
2141 >$cache_file
4264 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
4265 if test -w "$cache_file"; then
4266 if test "x$cache_file" != "x/dev/null"; then
4267 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
4268 $as_echo "$as_me: updating cache $cache_file" >&6;}
4269 if test ! -f "$cache_file" || test -h "$cache_file"; then
4270 cat confcache >"$cache_file"
4272 case $cache_file in #(
4274 mv -f confcache "$cache_file"$$ &&
4275 mv -f "$cache_file"$$ "$cache_file" ;; #(
4277 mv -f confcache "$cache_file" ;;
4282 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
4283 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}