Lines Matching refs:cache_file
633 cache_file=/dev/null
709 ac_prev=cache_file ;;
712 cache_file=$ac_optarg ;;
715 cache_file=config.cache ;;
1735 if test -r "$cache_file"; then
1738 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1739 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1740 $as_echo "$as_me: loading cache $cache_file" >&6;}
1741 case $cache_file in
1742 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1743 *) . "./$cache_file";;
1747 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1748 $as_echo "$as_me: creating cache $cache_file" >&6;}
1749 >$cache_file
1807 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3052 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
3053 if test -w "$cache_file"; then
3054 if test "x$cache_file" != "x/dev/null"; then
3055 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
3056 $as_echo "$as_me: updating cache $cache_file" >&6;}
3057 if test ! -f "$cache_file" || test -h "$cache_file"; then
3058 cat confcache >"$cache_file"
3060 case $cache_file in #(
3062 mv -f confcache "$cache_file"$$ &&
3063 mv -f "$cache_file"$$ "$cache_file" ;; #(
3065 mv -f confcache "$cache_file" ;;
3070 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
3071 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}