Lines Matching refs:cache_file
836 cache_file=/dev/null
912 ac_prev=cache_file ;;
915 cache_file=$ac_optarg ;;
918 cache_file=config.cache ;;
2580 if test -r "$cache_file"; then
2583 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2584 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2585 $as_echo "$as_me: loading cache $cache_file" >&6;}
2586 case $cache_file in
2587 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2588 *) . "./$cache_file";;
2592 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2593 $as_echo "$as_me: creating cache $cache_file" >&6;}
2594 >$cache_file
8066 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
8067 if test -w "$cache_file"; then
8068 if test "x$cache_file" != "x/dev/null"; then
8069 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
8070 $as_echo "$as_me: updating cache $cache_file" >&6;}
8071 if test ! -f "$cache_file" || test -h "$cache_file"; then
8072 cat confcache >"$cache_file"
8074 case $cache_file in #(
8076 mv -f confcache "$cache_file"$$ &&
8077 mv -f "$cache_file"$$ "$cache_file" ;; #(
8079 mv -f confcache "$cache_file" ;;
8084 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
8085 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}