Use always the bundled Waf binary which is preferred.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4208 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Enrico Tröger 2009-09-17 18:04:21 +00:00
parent ba59bcd0dc
commit 7cd556f400

View File

@ -3,10 +3,7 @@
# This script creates a "configure" script and a Makefile to imitate autotools # This script creates a "configure" script and a Makefile to imitate autotools
# but Waf is actually used to build # but Waf is actually used to build
WAF="waf" WAF="./waf"
(waf --version) < /dev/null > /dev/null 2>&1 || {
WAF="./waf"
}
# Makefile # Makefile
cat > Makefile << EOF cat > Makefile << EOF