Lines Matching refs:cache_file
1143 cache_file=/dev/null
1218 ac_prev=cache_file ;;
1221 cache_file=$ac_optarg ;;
1224 cache_file=config.cache ;;
2924 if test -r "$cache_file"; then
2927 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2928 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2929 printf "%s\n" "$as_me: loading cache $cache_file" >&6;}
2930 case $cache_file in
2931 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2932 *) . "./$cache_file";;
2936 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2937 printf "%s\n" "$as_me: creating cache $cache_file" >&6;}
2938 >$cache_file
3413 as_fn_error $? "run \`${MAKE-make} distclean' and/or \`rm $cache_file'
4421 as_fn_error $? "cached CC is different -- throw away $cache_file
28872 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
28873 if test -w "$cache_file"; then
28874 if test "x$cache_file" != "x/dev/null"; then
28875 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
28876 printf "%s\n" "$as_me: updating cache $cache_file" >&6;}
28877 if test ! -f "$cache_file" || test -h "$cache_file"; then
28878 cat confcache >"$cache_file"
28880 case $cache_file in #(
28882 mv -f confcache "$cache_file"$$ &&
28883 mv -f "$cache_file"$$ "$cache_file" ;; #(
28885 mv -f confcache "$cache_file" ;;
28890 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
28891 printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;}