Lines Matching refs:cache_file
935 cache_file=/dev/null
1010 ac_prev=cache_file ;;
1013 cache_file=$ac_optarg ;;
1016 cache_file=config.cache ;;
2601 if test -r "$cache_file"; then
2604 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2605 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2606 printf "%s\n" "$as_me: loading cache $cache_file" >&6;}
2607 case $cache_file in
2608 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2609 *) . "./$cache_file";;
2613 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2614 printf "%s\n" "$as_me: creating cache $cache_file" >&6;}
2615 >$cache_file
3091 as_fn_error $? "run \`${MAKE-make} distclean' and/or \`rm $cache_file'
20056 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
20057 if test -w "$cache_file"; then
20058 if test "x$cache_file" != "x/dev/null"; then
20059 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
20060 printf "%s\n" "$as_me: updating cache $cache_file" >&6;}
20061 if test ! -f "$cache_file" || test -h "$cache_file"; then
20062 cat confcache >"$cache_file"
20064 case $cache_file in #(
20066 mv -f confcache "$cache_file"$$ &&
20067 mv -f "$cache_file"$$ "$cache_file" ;; #(
20069 mv -f confcache "$cache_file" ;;
20074 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
20075 printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;}