Lines Matching refs:cache_file
749 cache_file=/dev/null
824 ac_prev=cache_file ;;
827 cache_file=$ac_optarg ;;
830 cache_file=config.cache ;;
1742 if test -r "$cache_file"; then
1745 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1746 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1747 printf "%s\n" "$as_me: loading cache $cache_file" >&6;}
1748 case $cache_file in
1749 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1750 *) . "./$cache_file";;
1754 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1755 printf "%s\n" "$as_me: creating cache $cache_file" >&6;}
1756 >$cache_file
1912 as_fn_error $? "run \`${MAKE-make} distclean' and/or \`rm $cache_file'
3403 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
3404 if test -w "$cache_file"; then
3405 if test "x$cache_file" != "x/dev/null"; then
3406 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
3407 printf "%s\n" "$as_me: updating cache $cache_file" >&6;}
3408 if test ! -f "$cache_file" || test -h "$cache_file"; then
3409 cat confcache >"$cache_file"
3411 case $cache_file in #(
3413 mv -f confcache "$cache_file"$$ &&
3414 mv -f "$cache_file"$$ "$cache_file" ;; #(
3416 mv -f confcache "$cache_file" ;;
3421 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
3422 printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;}