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

echo "Setting up for waf build"
rm -f configure
cp configure.waf configure

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

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