Lines Matching refs:cache_file
751 cache_file=/dev/null
826 ac_prev=cache_file ;;
829 cache_file=$ac_optarg ;;
832 cache_file=config.cache ;;
1746 if test -r "$cache_file"; then
1749 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1750 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1751 printf "%s\n" "$as_me: loading cache $cache_file" >&6;}
1752 case $cache_file in
1753 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1754 *) . "./$cache_file";;
1758 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1759 printf "%s\n" "$as_me: creating cache $cache_file" >&6;}
1760 >$cache_file
1916 as_fn_error $? "run \`${MAKE-make} distclean' and/or \`rm $cache_file'
3467 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
3468 if test -w "$cache_file"; then
3469 if test "x$cache_file" != "x/dev/null"; then
3470 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
3471 printf "%s\n" "$as_me: updating cache $cache_file" >&6;}
3472 if test ! -f "$cache_file" || test -h "$cache_file"; then
3473 cat confcache >"$cache_file"
3475 case $cache_file in #(
3477 mv -f confcache "$cache_file"$$ &&
3478 mv -f "$cache_file"$$ "$cache_file" ;; #(
3480 mv -f confcache "$cache_file" ;;
3485 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
3486 printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;}