tevent: Remove reference to nonexistant configure.developer from autogen.sh.
authorJelmer Vernooij <jelmer@samba.org>
Tue, 21 Dec 2010 18:31:40 +0000 (19:31 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Tue, 21 Dec 2010 19:29:21 +0000 (20:29 +0100)
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Tue Dec 21 20:29:21 CET 2010 on sn-devel-104

lib/tevent/autogen-waf.sh

index ee95847ef072ee61817bb9dc681ac94ad36eb4b2..3005239885575c563673f19533279939998066e6 100755 (executable)
@@ -4,7 +4,7 @@ p=`dirname $0`
 
 echo "Setting up for waf build"
 
-echo "done. Now run $p/configure or $p/configure.developer then make."
+echo "done. Now run $p/configure then make."
 if [ $p != "." ]; then
        echo "Notice: The build invoke path is not the main directory! Use make with the parameter"
        echo "-C $p. Example: make -C $p all"