wscript: improve error message
authorPaul Brossier <piem@piem.org>
Mon, 9 Jul 2012 22:10:17 +0000 (15:10 -0700)
committerPaul Brossier <piem@piem.org>
Mon, 9 Jul 2012 22:10:17 +0000 (15:10 -0700)
wscript

diff --git a/wscript b/wscript
index 5044912a5bb0244f6b5b3405ac39fcd94cc8e59f..5ce453c6d22a5955d925e50b6531b12b28e46e2c 100644 (file)
--- a/wscript
+++ b/wscript
@@ -24,7 +24,7 @@ LIB_VERSION = '.'.join \
 
 import os.path, sys
 if os.path.exists('src/config.h') or os.path.exists('Makefile'):
-    print "Please run 'make distclean' using waf"
+    print "Please run 'make distclean' to clean-up autotools files before using waf"
     sys.exit(1)
 
 top = '.'