Lines Matching refs:cache_file
862 cache_file=/dev/null
937 ac_prev=cache_file ;;
940 cache_file=$ac_optarg ;;
943 cache_file=config.cache ;;
2073 if test -r "$cache_file"; then
2076 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2077 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2078 printf "%s\n" "$as_me: loading cache $cache_file" >&6;}
2079 case $cache_file in
2080 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2081 *) . "./$cache_file";;
2085 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2086 printf "%s\n" "$as_me: creating cache $cache_file" >&6;}
2087 >$cache_file
13891 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13892 if test -w "$cache_file"; then
13893 if test "x$cache_file" != "x/dev/null"; then
13894 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13895 printf "%s\n" "$as_me: updating cache $cache_file" >&6;}
13896 if test ! -f "$cache_file" || test -h "$cache_file"; then
13897 cat confcache >"$cache_file"
13899 case $cache_file in #(
13901 mv -f confcache "$cache_file"$$ &&
13902 mv -f "$cache_file"$$ "$cache_file" ;; #(
13904 mv -f confcache "$cache_file" ;;
13909 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13910 printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;}