Lines Matching refs:cache_file
1113 cache_file=/dev/null
1188 ac_prev=cache_file ;;
1191 cache_file=$ac_optarg ;;
1194 cache_file=config.cache ;;
2709 if test -r "$cache_file"; then
2712 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2713 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2714 printf "%s\n" "$as_me: loading cache $cache_file" >&6;}
2715 case $cache_file in
2716 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2717 *) . "./$cache_file";;
2721 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2722 printf "%s\n" "$as_me: creating cache $cache_file" >&6;}
2723 >$cache_file
34165 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
34166 if test -w "$cache_file"; then
34167 if test "x$cache_file" != "x/dev/null"; then
34168 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
34169 printf "%s\n" "$as_me: updating cache $cache_file" >&6;}
34170 if test ! -f "$cache_file" || test -h "$cache_file"; then
34171 cat confcache >"$cache_file"
34173 case $cache_file in #(
34175 mv -f confcache "$cache_file"$$ &&
34176 mv -f "$cache_file"$$ "$cache_file" ;; #(
34178 mv -f confcache "$cache_file" ;;
34183 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
34184 printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;}
36809 case $cache_file in
36810 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
36812 ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;