Lines Matching refs:cache_file
724 cache_file=/dev/null
800 ac_prev=cache_file ;;
803 cache_file=$ac_optarg ;;
806 cache_file=config.cache ;;
1980 if test -r "$cache_file"; then
1983 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1984 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1985 $as_echo "$as_me: loading cache $cache_file" >&6;}
1986 case $cache_file in
1987 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1988 *) . "./$cache_file";;
1992 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1993 $as_echo "$as_me: creating cache $cache_file" >&6;}
1994 >$cache_file
3978 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
3979 if test -w "$cache_file"; then
3980 if test "x$cache_file" != "x/dev/null"; then
3981 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
3982 $as_echo "$as_me: updating cache $cache_file" >&6;}
3983 if test ! -f "$cache_file" || test -h "$cache_file"; then
3984 cat confcache >"$cache_file"
3986 case $cache_file in #(
3988 mv -f confcache "$cache_file"$$ &&
3989 mv -f "$cache_file"$$ "$cache_file" ;; #(
3991 mv -f confcache "$cache_file" ;;
3996 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
3997 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}