Lines Matching refs:cache_file
830 cache_file=/dev/null
906 ac_prev=cache_file ;;
909 cache_file=$ac_optarg ;;
912 cache_file=config.cache ;;
2519 if test -r "$cache_file"; then
2522 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2523 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2524 $as_echo "$as_me: loading cache $cache_file" >&6;}
2525 case $cache_file in
2526 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2527 *) . "./$cache_file";;
2531 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2532 $as_echo "$as_me: creating cache $cache_file" >&6;}
2533 >$cache_file
7860 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
7861 if test -w "$cache_file"; then
7862 if test "x$cache_file" != "x/dev/null"; then
7863 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
7864 $as_echo "$as_me: updating cache $cache_file" >&6;}
7865 if test ! -f "$cache_file" || test -h "$cache_file"; then
7866 cat confcache >"$cache_file"
7868 case $cache_file in #(
7870 mv -f confcache "$cache_file"$$ &&
7871 mv -f "$cache_file"$$ "$cache_file" ;; #(
7873 mv -f confcache "$cache_file" ;;
7878 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
7879 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}