
xxx:
	@echo ""; \
	echo ""; \
	echo "You didn't bother to read the documentation, did you?"; \
	echo "Big Brother is watching you, you see.  We spent a lot of time trying to write"; \
	echo "some of that stuff, so we would really appreciate it if you at least take the"; \
	echo "time to read it and follow the directions.  Trust me, it will make everyone"; \
	echo "happier in the long run."; \
	echo ""; \
	echo "So, we STRONGLY recommend that you hit Ctrl-C now and READ THE DOCS!!!"; \
	echo ""; \
	echo "Do not expect much sympathy from us otherwise."; \
	echo ""; \
	echo "====> Press Enter to continue, or hit Ctrl-C to abort <====";
	@read
	./configure
	@echo ""; \
	echo "Okay, but we have no sympathy when it doesn't work."; \
	echo ""; \
	echo "Run 'make' again to get moving.";

