Home | History | Annotate | Download | only in dbus

Lines Matching refs:cache_file

474 cache_file=/dev/null
535 ac_prev=cache_file ;;
538 cache_file=$ac_optarg ;;
541 cache_file=config.cache ;;
1448 if test -r "$cache_file"; then
1451 if test -f "$cache_file"; then
1452 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1453 echo "$as_me: loading cache $cache_file" >&6;}
1454 case $cache_file in
1455 [\\/]* | ?:[\\/]* ) . $cache_file;;
1456 *) . ./$cache_file;;
1460 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1461 echo "$as_me: creating cache $cache_file" >&6;}
1462 >$cache_file
1511 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1512 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
27920 if diff $cache_file confcache >/dev/null 2>&1; then :; else
27921 if test -w $cache_file; then
27922 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
27923 cat confcache >$cache_file
27925 echo "not updating unwritable cache $cache_file"