Lines Matching refs:cache_file
785 cache_file=/dev/null
860 ac_prev=cache_file ;;
863 cache_file=$ac_optarg ;;
866 cache_file=config.cache ;;
1791 if test -r "$cache_file"; then
1794 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1795 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1796 printf "%s\n" "$as_me: loading cache $cache_file" >&6;}
1797 case $cache_file in
1798 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1799 *) . "./$cache_file";;
1803 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1804 printf "%s\n" "$as_me: creating cache $cache_file" >&6;}
1805 >$cache_file
1961 as_fn_error $? "run \`${MAKE-make} distclean' and/or \`rm $cache_file'
3881 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
3882 if test -w "$cache_file"; then
3883 if test "x$cache_file" != "x/dev/null"; then
3884 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
3885 printf "%s\n" "$as_me: updating cache $cache_file" >&6;}
3886 if test ! -f "$cache_file" || test -h "$cache_file"; then
3887 cat confcache >"$cache_file"
3889 case $cache_file in #(
3891 mv -f confcache "$cache_file"$$ &&
3892 mv -f "$cache_file"$$ "$cache_file" ;; #(
3894 mv -f confcache "$cache_file" ;;
3899 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
3900 printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;}