Lines Matching refs:cache_file
844 cache_file=/dev/null
920 ac_prev=cache_file ;;
923 cache_file=$ac_optarg ;;
926 cache_file=config.cache ;;
2220 if test -r "$cache_file"; then
2223 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2224 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2225 $as_echo "$as_me: loading cache $cache_file" >&6;}
2226 case $cache_file in
2227 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2228 *) . "./$cache_file";;
2232 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2233 $as_echo "$as_me: creating cache $cache_file" >&6;}
2234 >$cache_file
13837 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13838 if test -w "$cache_file"; then
13839 if test "x$cache_file" != "x/dev/null"; then
13840 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13841 $as_echo "$as_me: updating cache $cache_file" >&6;}
13842 if test ! -f "$cache_file" || test -h "$cache_file"; then
13843 cat confcache >"$cache_file"
13845 case $cache_file in #(
13847 mv -f confcache "$cache_file"$$ &&
13848 mv -f "$cache_file"$$ "$cache_file" ;; #(
13850 mv -f confcache "$cache_file" ;;
13855 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13856 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}