Lines Matching refs:cache_file
1114 cache_file=/dev/null
1189 ac_prev=cache_file ;;
1192 cache_file=$ac_optarg ;;
1195 cache_file=config.cache ;;
2710 if test -r "$cache_file"; then
2713 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2714 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2715 printf "%s\n" "$as_me: loading cache $cache_file" >&6;}
2716 case $cache_file in
2717 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2718 *) . "./$cache_file";;
2722 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2723 printf "%s\n" "$as_me: creating cache $cache_file" >&6;}
2724 >$cache_file
34691 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
34692 if test -w "$cache_file"; then
34693 if test "x$cache_file" != "x/dev/null"; then
34694 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
34695 printf "%s\n" "$as_me: updating cache $cache_file" >&6;}
34696 if test ! -f "$cache_file" || test -h "$cache_file"; then
34697 cat confcache >"$cache_file"
34699 case $cache_file in #(
34701 mv -f confcache "$cache_file"$$ &&
34702 mv -f "$cache_file"$$ "$cache_file" ;; #(
34704 mv -f confcache "$cache_file" ;;
34709 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
34710 printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;}
37343 case $cache_file in
37344 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
37346 ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;