Lines Matching refs:cache_file
674 cache_file=/dev/null
751 ac_prev=cache_file ;;
754 cache_file=$ac_optarg ;;
757 cache_file=config.cache ;;
1727 if test -r "$cache_file"; then
1730 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1731 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1732 $as_echo "$as_me: loading cache $cache_file" >&6;}
1733 case $cache_file in
1734 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1735 *) . "./$cache_file";;
1739 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1740 $as_echo "$as_me: creating cache $cache_file" >&6;}
1741 >$cache_file
1799 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3574 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
3575 if test -w "$cache_file"; then
3576 if test "x$cache_file" != "x/dev/null"; then
3577 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
3578 $as_echo "$as_me: updating cache $cache_file" >&6;}
3579 if test ! -f "$cache_file" || test -h "$cache_file"; then
3580 cat confcache >"$cache_file"
3582 case $cache_file in #(
3584 mv -f confcache "$cache_file"$$ &&
3585 mv -f "$cache_file"$$ "$cache_file" ;; #(
3587 mv -f confcache "$cache_file" ;;
3592 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
3593 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}