Lines Matching refs:cache_file
952 cache_file=/dev/null
1029 ac_prev=cache_file ;;
1032 cache_file=$ac_optarg ;;
1035 cache_file=config.cache ;;
2697 if test -r "$cache_file"; then
2700 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2701 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2702 $as_echo "$as_me: loading cache $cache_file" >&6;}
2703 case $cache_file in
2704 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2705 *) . "./$cache_file";;
2709 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2710 $as_echo "$as_me: creating cache $cache_file" >&6;}
2711 >$cache_file
2769 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
25874 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
25875 if test -w "$cache_file"; then
25876 if test "x$cache_file" != "x/dev/null"; then
25877 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
25878 $as_echo "$as_me: updating cache $cache_file" >&6;}
25879 if test ! -f "$cache_file" || test -h "$cache_file"; then
25880 cat confcache >"$cache_file"
25882 case $cache_file in #(
25884 mv -f confcache "$cache_file"$$ &&
25885 mv -f "$cache_file"$$ "$cache_file" ;; #(
25887 mv -f confcache "$cache_file" ;;
25892 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
25893 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}