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 ;;
1792 if test -r "$cache_file"; then
1795 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1796 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1797 printf "%s\n" "$as_me: loading cache $cache_file" >&6;}
1798 case $cache_file in
1799 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1800 *) . "./$cache_file";;
1804 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1805 printf "%s\n" "$as_me: creating cache $cache_file" >&6;}
1806 >$cache_file
1962 as_fn_error $? "run \`${MAKE-make} distclean' and/or \`rm $cache_file'
3882 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
3883 if test -w "$cache_file"; then
3884 if test "x$cache_file" != "x/dev/null"; then
3885 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
3886 printf "%s\n" "$as_me: updating cache $cache_file" >&6;}
3887 if test ! -f "$cache_file" || test -h "$cache_file"; then
3888 cat confcache >"$cache_file"
3890 case $cache_file in #(
3892 mv -f confcache "$cache_file"$$ &&
3893 mv -f "$cache_file"$$ "$cache_file" ;; #(
3895 mv -f confcache "$cache_file" ;;
3900 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
3901 printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;}