Lines Matching refs:cache_file

1089 cache_file=/dev/null
1165 ac_prev=cache_file ;;
1168 cache_file=$ac_optarg ;;
1171 cache_file=config.cache ;;
2905 if test -r "$cache_file"; then
2908 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2909 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2910 $as_echo "$as_me: loading cache $cache_file" >&6;}
2911 case $cache_file in
2912 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2913 *) . "./$cache_file";;
2917 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2918 $as_echo "$as_me: creating cache $cache_file" >&6;}
2919 >$cache_file
2978 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3068 case "$cache_file" in
3136 { $as_echo "$as_me:${as_lineno-$LINENO}: $cache_file saved by another version, ignored." >&5
3137 $as_echo "$as_me: $cache_file saved by another version, ignored." >&6;}
3140 { $as_echo "$as_me:${as_lineno-$LINENO}: $cache_file version: $c_version" >&5
3141 $as_echo "$as_me: $cache_file version: $c_version" >&6;}
33640 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
33641 if test -w "$cache_file"; then
33642 if test "x$cache_file" != "x/dev/null"; then
33643 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
33644 $as_echo "$as_me: updating cache $cache_file" >&6;}
33645 if test ! -f "$cache_file" || test -h "$cache_file"; then
33646 cat confcache >"$cache_file"
33648 case $cache_file in #(
33650 mv -f confcache "$cache_file"$$ &&
33651 mv -f "$cache_file"$$ "$cache_file" ;; #(
33653 mv -f confcache "$cache_file" ;;
33658 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
33659 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
36038 ac_prev=cache_file ;;
36145 case $cache_file in
36146 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
36148 ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;