Lines Matching refs:cache_file
831 cache_file=/dev/null
906 ac_prev=cache_file ;;
909 cache_file=$ac_optarg ;;
912 cache_file=config.cache ;;
2090 if test -r "$cache_file"; then
2093 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2094 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2095 printf "%s\n" "$as_me: loading cache $cache_file" >&6;}
2096 case $cache_file in
2097 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2098 *) . "./$cache_file";;
2102 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2103 printf "%s\n" "$as_me: creating cache $cache_file" >&6;}
2104 >$cache_file
2577 as_fn_error $? "run \`${MAKE-make} distclean' and/or \`rm $cache_file'
14816 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14817 if test -w "$cache_file"; then
14818 if test "x$cache_file" != "x/dev/null"; then
14819 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14820 printf "%s\n" "$as_me: updating cache $cache_file" >&6;}
14821 if test ! -f "$cache_file" || test -h "$cache_file"; then
14822 cat confcache >"$cache_file"
14824 case $cache_file in #(
14826 mv -f confcache "$cache_file"$$ &&
14827 mv -f "$cache_file"$$ "$cache_file" ;; #(
14829 mv -f confcache "$cache_file" ;;
14834 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14835 printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;}