build: rewrote the autoconf-like macros to be more consistent
[Samba/ekacnet.git] / source4 / autogen-waf.sh
blob2e4869721cd9940b64cf6b65bc56009aba6240fd
1 #!/bin/sh
3 echo "Setting up for waf build"
4 ln -sf configure.waf configure
6 # this relies on the fact that make looks for 'makefile' before 'Makefile'
7 ln -sf Makefile.waf makefile
9 echo "done ... now run ./configure or ./configure.developer"