Lines Matching refs:cache_file
837 cache_file=/dev/null
912 ac_prev=cache_file ;;
915 cache_file=$ac_optarg ;;
918 cache_file=config.cache ;;
2391 if test -r "$cache_file"; then
2394 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2395 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2396 printf "%s\n" "$as_me: loading cache $cache_file" >&6;}
2397 case $cache_file in
2398 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2399 *) . "./$cache_file";;
2403 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2404 printf "%s\n" "$as_me: creating cache $cache_file" >&6;}
2405 >$cache_file
15822 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15823 if test -w "$cache_file"; then
15824 if test "x$cache_file" != "x/dev/null"; then
15825 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15826 printf "%s\n" "$as_me: updating cache $cache_file" >&6;}
15827 if test ! -f "$cache_file" || test -h "$cache_file"; then
15828 cat confcache >"$cache_file"
15830 case $cache_file in #(
15832 mv -f confcache "$cache_file"$$ &&
15833 mv -f "$cache_file"$$ "$cache_file" ;; #(
15835 mv -f confcache "$cache_file" ;;
15840 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15841 printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;}