Lines Matching refs:cache_file
794 cache_file=/dev/null
871 ac_prev=cache_file ;;
874 cache_file=$ac_optarg ;;
877 cache_file=config.cache ;;
2365 if test -r "$cache_file"; then
2368 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2369 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2370 $as_echo "$as_me: loading cache $cache_file" >&6;}
2371 case $cache_file in
2372 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2373 *) . "./$cache_file";;
2377 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2378 $as_echo "$as_me: creating cache $cache_file" >&6;}
2379 >$cache_file
11956 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11957 if test -w "$cache_file"; then
11958 if test "x$cache_file" != "x/dev/null"; then
11959 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11960 $as_echo "$as_me: updating cache $cache_file" >&6;}
11961 if test ! -f "$cache_file" || test -h "$cache_file"; then
11962 cat confcache >"$cache_file"
11964 case $cache_file in #(
11966 mv -f confcache "$cache_file"$$ &&
11967 mv -f "$cache_file"$$ "$cache_file" ;; #(
11969 mv -f confcache "$cache_file" ;;
11974 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11975 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}