Lines Matching refs:cache_file
708 cache_file=/dev/null
785 ac_prev=cache_file ;;
788 cache_file=$ac_optarg ;;
791 cache_file=config.cache ;;
1723 if test -r "$cache_file"; then
1726 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1727 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1728 $as_echo "$as_me: loading cache $cache_file" >&6;}
1729 case $cache_file in
1730 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1731 *) . "./$cache_file";;
1735 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1736 $as_echo "$as_me: creating cache $cache_file" >&6;}
1737 >$cache_file
1795 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3122 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
3123 if test -w "$cache_file"; then
3124 if test "x$cache_file" != "x/dev/null"; then
3125 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
3126 $as_echo "$as_me: updating cache $cache_file" >&6;}
3127 if test ! -f "$cache_file" || test -h "$cache_file"; then
3128 cat confcache >"$cache_file"
3130 case $cache_file in #(
3132 mv -f confcache "$cache_file"$$ &&
3133 mv -f "$cache_file"$$ "$cache_file" ;; #(
3135 mv -f confcache "$cache_file" ;;
3140 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
3141 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}