Home | History | Annotate | Download | only in expat

Lines Matching refs:cache_file

476 cache_file=/dev/null
537 ac_prev=cache_file ;;
540 cache_file=$ac_optarg ;;
543 cache_file=config.cache ;;
1405 if test -r "$cache_file"; then
1408 if test -f "$cache_file"; then
1409 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1410 echo "$as_me: loading cache $cache_file" >&6;}
1411 case $cache_file in
1412 [\\/]* | ?:[\\/]* ) . $cache_file;;
1413 *) . ./$cache_file;;
1417 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1418 echo "$as_me: creating cache $cache_file" >&6;}
1419 >$cache_file
1468 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1469 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
20907 if diff $cache_file confcache >/dev/null 2>&1; then :; else
20908 if test -w $cache_file; then
20909 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
20910 cat confcache >$cache_file
20912 echo "not updating unwritable cache $cache_file"