Lines Matching refs:cache_file
719 cache_file=/dev/null
795 ac_prev=cache_file ;;
798 cache_file=$ac_optarg ;;
801 cache_file=config.cache ;;
1922 if test -r "$cache_file"; then
1925 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1926 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1927 $as_echo "$as_me: loading cache $cache_file" >&6;}
1928 case $cache_file in
1929 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1930 *) . "./$cache_file";;
1934 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1935 $as_echo "$as_me: creating cache $cache_file" >&6;}
1936 >$cache_file
1994 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3563 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
3564 if test -w "$cache_file"; then
3565 if test "x$cache_file" != "x/dev/null"; then
3566 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
3567 $as_echo "$as_me: updating cache $cache_file" >&6;}
3568 if test ! -f "$cache_file" || test -h "$cache_file"; then
3569 cat confcache >"$cache_file"
3571 case $cache_file in #(
3573 mv -f confcache "$cache_file"$$ &&
3574 mv -f "$cache_file"$$ "$cache_file" ;; #(
3576 mv -f confcache "$cache_file" ;;
3581 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
3582 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
4678 ac_prev=cache_file ;;
4785 case $cache_file in
4786 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
4788 ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;