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