tsocket: fill in sa.sa_len if the system supports it
[Samba/gebeck_regimport.git] / lib / talloc / autogen-waf.sh
blobee95847ef072ee61817bb9dc681ac94ad36eb4b2
1 #!/bin/sh
3 p=`dirname $0`
5 echo "Setting up for waf build"
7 echo "done. Now run $p/configure or $p/configure.developer then make."
8 if [ $p != "." ]; then
9 echo "Notice: The build invoke path is not the main directory! Use make with the parameter"
10 echo "-C $p. Example: make -C $p all"