Lines Matching refs:cache_file
837 cache_file=/dev/null
914 ac_prev=cache_file ;;
917 cache_file=$ac_optarg ;;
920 cache_file=config.cache ;;
2592 if test -r "$cache_file"; then
2595 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2596 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2597 $as_echo "$as_me: loading cache $cache_file" >&6;}
2598 case $cache_file in
2599 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2600 *) . "./$cache_file";;
2604 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2605 $as_echo "$as_me: creating cache $cache_file" >&6;}
2606 >$cache_file
8125 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
8126 if test -w "$cache_file"; then
8127 if test "x$cache_file" != "x/dev/null"; then
8128 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
8129 $as_echo "$as_me: updating cache $cache_file" >&6;}
8130 if test ! -f "$cache_file" || test -h "$cache_file"; then
8131 cat confcache >"$cache_file"
8133 case $cache_file in #(
8135 mv -f confcache "$cache_file"$$ &&
8136 mv -f "$cache_file"$$ "$cache_file" ;; #(
8138 mv -f confcache "$cache_file" ;;
8143 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
8144 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}