Lines Matching refs:cache_file
706 cache_file=/dev/null
781 ac_prev=cache_file ;;
784 cache_file=$ac_optarg ;;
787 cache_file=config.cache ;;
1678 if test -r "$cache_file"; then
1681 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1682 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1683 printf "%s\n" "$as_me: loading cache $cache_file" >&6;}
1684 case $cache_file in
1685 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1686 *) . "./$cache_file";;
1690 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1691 printf "%s\n" "$as_me: creating cache $cache_file" >&6;}
1692 >$cache_file
1848 as_fn_error $? "run \`${MAKE-make} distclean' and/or \`rm $cache_file'
2584 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
2585 if test -w "$cache_file"; then
2586 if test "x$cache_file" != "x/dev/null"; then
2587 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
2588 printf "%s\n" "$as_me: updating cache $cache_file" >&6;}
2589 if test ! -f "$cache_file" || test -h "$cache_file"; then
2590 cat confcache >"$cache_file"
2592 case $cache_file in #(
2594 mv -f confcache "$cache_file"$$ &&
2595 mv -f "$cache_file"$$ "$cache_file" ;; #(
2597 mv -f confcache "$cache_file" ;;
2602 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
2603 printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;}