Lines Matching refs:cache_file
884 cache_file=/dev/null
959 ac_prev=cache_file ;;
962 cache_file=$ac_optarg ;;
965 cache_file=config.cache ;;
2508 if test -r "$cache_file"; then
2511 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2512 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2513 printf "%s\n" "$as_me: loading cache $cache_file" >&6;}
2514 case $cache_file in
2515 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2516 *) . "./$cache_file";;
2520 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2521 printf "%s\n" "$as_me: creating cache $cache_file" >&6;}
2522 >$cache_file
3213 as_fn_error $? "run \`${MAKE-make} distclean' and/or \`rm $cache_file'
25449 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
25450 if test -w "$cache_file"; then
25451 if test "x$cache_file" != "x/dev/null"; then
25452 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
25453 printf "%s\n" "$as_me: updating cache $cache_file" >&6;}
25454 if test ! -f "$cache_file" || test -h "$cache_file"; then
25455 cat confcache >"$cache_file"
25457 case $cache_file in #(
25459 mv -f confcache "$cache_file"$$ &&
25460 mv -f "$cache_file"$$ "$cache_file" ;; #(
25462 mv -f confcache "$cache_file" ;;
25467 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
25468 printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;}