Lines Matching refs:cache_file
832 cache_file=/dev/null
909 ac_prev=cache_file ;;
912 cache_file=$ac_optarg ;;
915 cache_file=config.cache ;;
2532 if test -r "$cache_file"; then
2535 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2536 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2537 $as_echo "$as_me: loading cache $cache_file" >&6;}
2538 case $cache_file in
2539 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2540 *) . "./$cache_file";;
2544 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2545 $as_echo "$as_me: creating cache $cache_file" >&6;}
2546 >$cache_file
7956 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
7957 if test -w "$cache_file"; then
7958 if test "x$cache_file" != "x/dev/null"; then
7959 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
7960 $as_echo "$as_me: updating cache $cache_file" >&6;}
7961 if test ! -f "$cache_file" || test -h "$cache_file"; then
7962 cat confcache >"$cache_file"
7964 case $cache_file in #(
7966 mv -f confcache "$cache_file"$$ &&
7967 mv -f "$cache_file"$$ "$cache_file" ;; #(
7969 mv -f confcache "$cache_file" ;;
7974 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
7975 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}