Lines Matching refs:cache_file
285 cache_file=/dev/null
346 ac_prev=cache_file ;;
349 cache_file=$ac_optarg ;;
352 cache_file=config.cache ;;
1160 if test -r "$cache_file"; then
1163 if test -f "$cache_file"; then
1164 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1165 echo "$as_me: loading cache $cache_file" >&6;}
1166 case $cache_file in
1167 [\\/]* | ?:[\\/]* ) . $cache_file;;
1168 *) . ./$cache_file;;
1172 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1173 echo "$as_me: creating cache $cache_file" >&6;}
1174 >$cache_file
1223 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1224 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
2444 if diff $cache_file confcache >/dev/null 2>&1; then :; else
2445 if test -w $cache_file; then
2446 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
2447 cat confcache >$cache_file
2449 echo "not updating unwritable cache $cache_file"