shithub: aubio

Download patch

ref: 7684ff2d1a02a2e7110a1c33535be181ee94f9a9
parent: 466a5daa0e1888d651eb2b35e4eddf192caf4c77
author: Paul Brossier <piem@piem.org>
date: Mon Jul 9 11:10:17 EDT 2012

wscript: improve error message

--- a/wscript
+++ b/wscript
@@ -24,7 +24,7 @@
 
 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 = '.'