From 7684ff2d1a02a2e7110a1c33535be181ee94f9a9 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Mon, 9 Jul 2012 15:10:17 -0700 Subject: [PATCH] wscript: improve error message --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 5044912a..5ce453c6 100644 --- 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 = '.' -- 2.26.2