Lines Matching refs:cache_file
939 cache_file=/dev/null
1015 ac_prev=cache_file ;;
1018 cache_file=$ac_optarg ;;
1021 cache_file=config.cache ;;
2443 if test -r "$cache_file"; then
2446 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2447 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2448 $as_echo "$as_me: loading cache $cache_file" >&6;}
2449 case $cache_file in
2450 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2451 *) . "./$cache_file";;
2455 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2456 $as_echo "$as_me: creating cache $cache_file" >&6;}
2457 >$cache_file
9944 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
9945 if test -w "$cache_file"; then
9946 if test "x$cache_file" != "x/dev/null"; then
9947 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
9948 $as_echo "$as_me: updating cache $cache_file" >&6;}
9949 if test ! -f "$cache_file" || test -h "$cache_file"; then
9950 cat confcache >"$cache_file"
9952 case $cache_file in #(
9954 mv -f confcache "$cache_file"$$ &&
9955 mv -f "$cache_file"$$ "$cache_file" ;; #(
9957 mv -f confcache "$cache_file" ;;
9962 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
9963 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}