Lines Matching refs:cache_file
878 cache_file=/dev/null
954 ac_prev=cache_file ;;
957 cache_file=$ac_optarg ;;
960 cache_file=config.cache ;;
2718 if test -r "$cache_file"; then
2721 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2722 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2723 $as_echo "$as_me: loading cache $cache_file" >&6;}
2724 case $cache_file in
2725 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2726 *) . "./$cache_file";;
2730 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2731 $as_echo "$as_me: creating cache $cache_file" >&6;}
2732 >$cache_file
2793 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
19637 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
19638 if test -w "$cache_file"; then
19639 if test "x$cache_file" != "x/dev/null"; then
19640 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
19641 $as_echo "$as_me: updating cache $cache_file" >&6;}
19642 if test ! -f "$cache_file" || test -h "$cache_file"; then
19643 cat confcache >"$cache_file"
19645 case $cache_file in #(
19647 mv -f confcache "$cache_file"$$ &&
19648 mv -f "$cache_file"$$ "$cache_file" ;; #(
19650 mv -f confcache "$cache_file" ;;
19655 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
19656 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}