Lines Matching refs:cache_file
698 cache_file=/dev/null
774 ac_prev=cache_file ;;
777 cache_file=$ac_optarg ;;
780 cache_file=config.cache ;;
2002 if test -r "$cache_file"; then
2005 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2006 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2007 $as_echo "$as_me: loading cache $cache_file" >&6;}
2008 case $cache_file in
2009 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2010 *) . "./$cache_file";;
2014 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2015 $as_echo "$as_me: creating cache $cache_file" >&6;}
2016 >$cache_file
2074 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3606 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
3607 if test -w "$cache_file"; then
3608 if test "x$cache_file" != "x/dev/null"; then
3609 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
3610 $as_echo "$as_me: updating cache $cache_file" >&6;}
3611 if test ! -f "$cache_file" || test -h "$cache_file"; then
3612 cat confcache >"$cache_file"
3614 case $cache_file in #(
3616 mv -f confcache "$cache_file"$$ &&
3617 mv -f "$cache_file"$$ "$cache_file" ;; #(
3619 mv -f confcache "$cache_file" ;;
3624 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
3625 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}