Lines Matching refs:cache_file
770 cache_file=/dev/null
845 ac_prev=cache_file ;;
848 cache_file=$ac_optarg ;;
851 cache_file=config.cache ;;
2343 if test -r "$cache_file"; then
2346 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2347 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2348 printf "%s\n" "$as_me: loading cache $cache_file" >&6;}
2349 case $cache_file in
2350 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2351 *) . "./$cache_file";;
2355 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2356 printf "%s\n" "$as_me: creating cache $cache_file" >&6;}
2357 >$cache_file
9758 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
9759 if test -w "$cache_file"; then
9760 if test "x$cache_file" != "x/dev/null"; then
9761 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
9762 printf "%s\n" "$as_me: updating cache $cache_file" >&6;}
9763 if test ! -f "$cache_file" || test -h "$cache_file"; then
9764 cat confcache >"$cache_file"
9766 case $cache_file in #(
9768 mv -f confcache "$cache_file"$$ &&
9769 mv -f "$cache_file"$$ "$cache_file" ;; #(
9771 mv -f confcache "$cache_file" ;;
9776 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
9777 printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;}