talloc: Remove reference to nonexistant configure.developer in autogen.sh.
[Samba.git] / lib / talloc / autogen.sh
blob3005239885575c563673f19533279939998066e6
1 #!/bin/sh
3 p=`dirname $0`
5 echo "Setting up for waf build"
7 echo "done. Now run $p/configure 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"