Lines Matching refs:cache_file
973 cache_file=/dev/null
1048 ac_prev=cache_file ;;
1051 cache_file=$ac_optarg ;;
1054 cache_file=config.cache ;;
2738 if test -r "$cache_file"; then
2741 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2742 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2743 printf "%s\n" "$as_me: loading cache $cache_file" >&6;}
2744 case $cache_file in
2745 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2746 *) . "./$cache_file";;
2750 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2751 printf "%s\n" "$as_me: creating cache $cache_file" >&6;}
2752 >$cache_file
25071 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
25072 if test -w "$cache_file"; then
25073 if test "x$cache_file" != "x/dev/null"; then
25074 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
25075 printf "%s\n" "$as_me: updating cache $cache_file" >&6;}
25076 if test ! -f "$cache_file" || test -h "$cache_file"; then
25077 cat confcache >"$cache_file"
25079 case $cache_file in #(
25081 mv -f confcache "$cache_file"$$ &&
25082 mv -f "$cache_file"$$ "$cache_file" ;; #(
25084 mv -f confcache "$cache_file" ;;
25089 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
25090 printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;}