Lines Matching refs:cache_file
1006 cache_file=/dev/null
1081 ac_prev=cache_file ;;
1084 cache_file=$ac_optarg ;;
1087 cache_file=config.cache ;;
2517 if test -r "$cache_file"; then
2520 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2521 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2522 $as_echo "$as_me: loading cache $cache_file" >&6;}
2523 case $cache_file in
2524 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2525 *) . "./$cache_file";;
2529 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2530 $as_echo "$as_me: creating cache $cache_file" >&6;}
2531 >$cache_file
28626 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
28627 if test -w "$cache_file"; then
28628 test "x$cache_file" != "x/dev/null" &&
28629 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
28630 $as_echo "$as_me: updating cache $cache_file" >&6;}
28631 cat confcache >$cache_file
28633 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
28634 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
31151 ac_prev=cache_file ;;
31258 case $cache_file in
31259 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
31261 ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;