Lines Matching refs:cache_file
846 cache_file=/dev/null
922 ac_prev=cache_file ;;
925 cache_file=$ac_optarg ;;
928 cache_file=config.cache ;;
2575 if test -r "$cache_file"; then
2578 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2579 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2580 $as_echo "$as_me: loading cache $cache_file" >&6;}
2581 case $cache_file in
2582 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2583 *) . "./$cache_file";;
2587 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2588 $as_echo "$as_me: creating cache $cache_file" >&6;}
2589 >$cache_file
16923 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
16924 if test -w "$cache_file"; then
16925 if test "x$cache_file" != "x/dev/null"; then
16926 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
16927 $as_echo "$as_me: updating cache $cache_file" >&6;}
16928 if test ! -f "$cache_file" || test -h "$cache_file"; then
16929 cat confcache >"$cache_file"
16931 case $cache_file in #(
16933 mv -f confcache "$cache_file"$$ &&
16934 mv -f "$cache_file"$$ "$cache_file" ;; #(
16936 mv -f confcache "$cache_file" ;;
16941 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
16942 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}