Lines Matching refs:cache_file
863 cache_file=/dev/null
938 ac_prev=cache_file ;;
941 cache_file=$ac_optarg ;;
944 cache_file=config.cache ;;
2074 if test -r "$cache_file"; then
2077 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2078 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2079 printf "%s\n" "$as_me: loading cache $cache_file" >&6;}
2080 case $cache_file in
2081 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2082 *) . "./$cache_file";;
2086 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2087 printf "%s\n" "$as_me: creating cache $cache_file" >&6;}
2088 >$cache_file
2563 as_fn_error $? "run \`${MAKE-make} distclean' and/or \`rm $cache_file'
14024 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14025 if test -w "$cache_file"; then
14026 if test "x$cache_file" != "x/dev/null"; then
14027 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14028 printf "%s\n" "$as_me: updating cache $cache_file" >&6;}
14029 if test ! -f "$cache_file" || test -h "$cache_file"; then
14030 cat confcache >"$cache_file"
14032 case $cache_file in #(
14034 mv -f confcache "$cache_file"$$ &&
14035 mv -f "$cache_file"$$ "$cache_file" ;; #(
14037 mv -f confcache "$cache_file" ;;
14042 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14043 printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;}