Lines Matching refs:cache_file
795 cache_file=/dev/null
870 ac_prev=cache_file ;;
873 cache_file=$ac_optarg ;;
876 cache_file=config.cache ;;
2052 if test -r "$cache_file"; then
2055 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2056 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2057 printf "%s\n" "$as_me: loading cache $cache_file" >&6;}
2058 case $cache_file in
2059 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2060 *) . "./$cache_file";;
2064 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2065 printf "%s\n" "$as_me: creating cache $cache_file" >&6;}
2066 >$cache_file
9088 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
9089 if test -w "$cache_file"; then
9090 if test "x$cache_file" != "x/dev/null"; then
9091 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
9092 printf "%s\n" "$as_me: updating cache $cache_file" >&6;}
9093 if test ! -f "$cache_file" || test -h "$cache_file"; then
9094 cat confcache >"$cache_file"
9096 case $cache_file in #(
9098 mv -f confcache "$cache_file"$$ &&
9099 mv -f "$cache_file"$$ "$cache_file" ;; #(
9101 mv -f confcache "$cache_file" ;;
9106 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
9107 printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;}