Lines Matching refs:cache_file
322 cache_file=/dev/null
383 ac_prev=cache_file ;;
386 cache_file=$ac_optarg ;;
389 cache_file=config.cache ;;
1281 if test -r "$cache_file"; then
1284 if test -f "$cache_file"; then
1285 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1286 echo "$as_me: loading cache $cache_file" >&6;}
1287 case $cache_file in
1288 [\\/]* | ?:[\\/]* ) . $cache_file;;
1289 *) . ./$cache_file;;
1293 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1294 echo "$as_me: creating cache $cache_file" >&6;}
1295 >$cache_file
1344 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1345 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
6090 if diff $cache_file confcache >/dev/null 2>&1; then :; else
6091 if test -w $cache_file; then
6092 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
6093 cat confcache >$cache_file
6095 echo "not updating unwritable cache $cache_file"