SF.net SVN: geany:[4208] trunk/scripts/wafinit.sh

eht16 at users.sourceforge.net eht16 at xxxxx
Thu Sep 17 18:04:21 UTC 2009


Revision: 4208
          http://geany.svn.sourceforge.net/geany/?rev=4208&view=rev
Author:   eht16
Date:     2009-09-17 18:04:21 +0000 (Thu, 17 Sep 2009)

Log Message:
-----------
Use always the bundled Waf binary which is preferred.

Modified Paths:
--------------
    trunk/scripts/wafinit.sh

Modified: trunk/scripts/wafinit.sh
===================================================================
--- trunk/scripts/wafinit.sh	2009-09-17 18:03:18 UTC (rev 4207)
+++ trunk/scripts/wafinit.sh	2009-09-17 18:04:21 UTC (rev 4208)
@@ -3,10 +3,7 @@
 # This script creates a "configure" script and a Makefile to imitate autotools
 # but Waf is actually used to build
 
-WAF="waf"
-(waf --version) < /dev/null > /dev/null 2>&1 || {
-    WAF="./waf"
-}
+WAF="./waf"
 
 # Makefile
 cat > Makefile << EOF


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list