Home | History | Annotate | Download | only in fixincludes

Lines Matching refs:cache_file

722 cache_file=/dev/null
798 ac_prev=cache_file ;;
801 cache_file=$ac_optarg ;;
804 cache_file=config.cache ;;
2090 if test -r "$cache_file"; then
2093 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2094 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2095 $as_echo "$as_me: loading cache $cache_file" >&6;}
2096 case $cache_file in
2097 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2098 *) . "./$cache_file";;
2102 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2103 $as_echo "$as_me: creating cache $cache_file" >&6;}
2104 >$cache_file
2162 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
5562 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
5563 if test -w "$cache_file"; then
5564 if test "x$cache_file" != "x/dev/null"; then
5565 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
5566 $as_echo "$as_me: updating cache $cache_file" >&6;}
5567 if test ! -f "$cache_file" || test -h "$cache_file"; then
5568 cat confcache >"$cache_file"
5570 case $cache_file in #(
5572 mv -f confcache "$cache_file"$$ &&
5573 mv -f "$cache_file"$$ "$cache_file" ;; #(
5575 mv -f confcache "$cache_file" ;;
5580 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
5581 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}