3d08fe075cd5f51daf2a1f3ad0ed9a4e86ec813f
[samba.git] / source4 / autogen-waf.sh
1 #!/bin/sh
2
3 echo "Setting up for waf build"
4 rm -f configure
5 cp configure.waf configure
6
7 # this relies on the fact that make looks for 'makefile' before 'Makefile'
8 cp Makefile.waf makefile
9
10 echo "done ... now run ./configure or ./configure.developer"