Lines Matching refs:cache_file
843 cache_file=/dev/null
919 ac_prev=cache_file ;;
922 cache_file=$ac_optarg ;;
925 cache_file=config.cache ;;
2404 if test -r "$cache_file"; then
2407 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2408 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2409 $as_echo "$as_me: loading cache $cache_file" >&6;}
2410 case $cache_file in
2411 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2412 *) . "./$cache_file";;
2416 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2417 $as_echo "$as_me: creating cache $cache_file" >&6;}
2418 >$cache_file
2476 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
18145 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
18146 if test -w "$cache_file"; then
18147 if test "x$cache_file" != "x/dev/null"; then
18148 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18149 $as_echo "$as_me: updating cache $cache_file" >&6;}
18150 if test ! -f "$cache_file" || test -h "$cache_file"; then
18151 cat confcache >"$cache_file"
18153 case $cache_file in #(
18155 mv -f confcache "$cache_file"$$ &&
18156 mv -f "$cache_file"$$ "$cache_file" ;; #(
18158 mv -f confcache "$cache_file" ;;
18163 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18164 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}