summaryrefslogtreecommitdiff
path: root/source4/autogen-waf.sh
blob: 2e4869721cd9940b64cf6b65bc56009aba6240fd (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

echo "Setting up for waf build"
ln -sf configure.waf configure

# this relies on the fact that make looks for 'makefile' before 'Makefile'
ln -sf Makefile.waf makefile

echo "done ... now run ./configure or ./configure.developer"