Lines Matching refs:cache_file
1507 cache_file=/dev/null
1584 ac_prev=cache_file ;;
1587 cache_file=$ac_optarg ;;
1590 cache_file=config.cache ;;
3542 if test -r "$cache_file"; then
3545 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
3546 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3547 $as_echo "$as_me: loading cache $cache_file" >&6;}
3548 case $cache_file in
3549 [\\/]* | ?:[\\/]* ) . "$cache_file";;
3550 *) . "./$cache_file";;
3554 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3555 $as_echo "$as_me: creating cache $cache_file" >&6;}
3556 >$cache_file
32749 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
32750 if test -w "$cache_file"; then
32751 if test "x$cache_file" != "x/dev/null"; then
32752 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
32753 $as_echo "$as_me: updating cache $cache_file" >&6;}
32754 if test ! -f "$cache_file" || test -h "$cache_file"; then
32755 cat confcache >"$cache_file"
32757 case $cache_file in #(
32759 mv -f confcache "$cache_file"$$ &&
32760 mv -f "$cache_file"$$ "$cache_file" ;; #(
32762 mv -f confcache "$cache_file" ;;
32767 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
32768 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}