Lines Matching refs:cache_file
653 cache_file=/dev/null
729 ac_prev=cache_file ;;
732 cache_file=$ac_optarg ;;
735 cache_file=config.cache ;;
1728 if test -r "$cache_file"; then
1731 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1732 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1733 $as_echo "$as_me: loading cache $cache_file" >&6;}
1734 case $cache_file in
1735 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1736 *) . "./$cache_file";;
1740 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1741 $as_echo "$as_me: creating cache $cache_file" >&6;}
1742 >$cache_file
1800 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3250 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
3251 if test -w "$cache_file"; then
3252 if test "x$cache_file" != "x/dev/null"; then
3253 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
3254 $as_echo "$as_me: updating cache $cache_file" >&6;}
3255 if test ! -f "$cache_file" || test -h "$cache_file"; then
3256 cat confcache >"$cache_file"
3258 case $cache_file in #(
3260 mv -f confcache "$cache_file"$$ &&
3261 mv -f "$cache_file"$$ "$cache_file" ;; #(
3263 mv -f confcache "$cache_file" ;;
3268 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
3269 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}