f168e69676d356ca8ecab78d08f4987b61bb2702
[samba.git] / source4 / autogen-waf.sh
1 #!/bin/sh
2
3 echo "Setting up for waf build"
4 rm -f configure Makefile
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"