Kaydet (Commit) 7cd556f4 authored tarafından Enrico Tröger's avatar Enrico Tröger

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
üst ba59bcd0
...@@ -3,10 +3,7 @@ ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment