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 ;;
1745 if test -r "$cache_file"; then
1748 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1749 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1750 printf "%s\n" "$as_me: loading cache $cache_file" >&6;}
1751 case $cache_file in
1752 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1753 *) . "./$cache_file";;
1757 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1758 printf "%s\n" "$as_me: creating cache $cache_file" >&6;}
1759 >$cache_file
1915 as_fn_error $? "run \`${MAKE-make} distclean' and/or \`rm $cache_file'
3466 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
3467 if test -w "$cache_file"; then
3468 if test "x$cache_file" != "x/dev/null"; then
3469 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
3470 printf "%s\n" "$as_me: updating cache $cache_file" >&6;}
3471 if test ! -f "$cache_file" || test -h "$cache_file"; then
3472 cat confcache >"$cache_file"
3474 case $cache_file in #(
3476 mv -f confcache "$cache_file"$$ &&
3477 mv -f "$cache_file"$$ "$cache_file" ;; #(
3479 mv -f confcache "$cache_file" ;;
3484 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
3485 printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;}