Lines Matching refs:cache_file
844 cache_file=/dev/null
919 ac_prev=cache_file ;;
922 cache_file=$ac_optarg ;;
925 cache_file=config.cache ;;
2440 if test -r "$cache_file"; then
2443 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2444 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2445 printf "%s\n" "$as_me: loading cache $cache_file" >&6;}
2446 case $cache_file in
2447 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2448 *) . "./$cache_file";;
2452 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2453 printf "%s\n" "$as_me: creating cache $cache_file" >&6;}
2454 >$cache_file
14026 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14027 if test -w "$cache_file"; then
14028 if test "x$cache_file" != "x/dev/null"; then
14029 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14030 printf "%s\n" "$as_me: updating cache $cache_file" >&6;}
14031 if test ! -f "$cache_file" || test -h "$cache_file"; then
14032 cat confcache >"$cache_file"
14034 case $cache_file in #(
14036 mv -f confcache "$cache_file"$$ &&
14037 mv -f "$cache_file"$$ "$cache_file" ;; #(
14039 mv -f confcache "$cache_file" ;;
14044 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14045 printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;}