changeset 1623:09375aed0208

Added a delay so the warning message isn't accidentally missed.
author Sam Lantinga <slouken@libsdl.org>
date Thu, 13 Apr 2006 13:25:21 +0000
parents 5bbfc3e20e10
children 8208ae96bb2d
files Makefile.in
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Thu Apr 13 13:23:56 2006 +0000
+++ b/Makefile.in	Thu Apr 13 13:25:21 2006 +0000
@@ -51,6 +51,7 @@
 $(srcdir)/configure: $(srcdir)/configure.in
 	@echo "Warning, configure.in is out of date"
 	#(cd $(srcdir) && sh autogen.sh && sh configure)
+	@sleep 3
 
 Makefile: $(srcdir)/Makefile.in
 	$(SHELL) config.status $@