summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-12-21 19:31:40 +0100
committerJelmer Vernooij <jelmer@samba.org>2010-12-21 20:29:21 +0100
commit58206fb9b8d1a66af5a1c08379ed5f6e3413c2f0 (patch)
tree3472082bd3bdcce408dca19cc9083bdc7bea4ad4 /lib
parent4663a6a66e45d6107781097e576cba8b81288556 (diff)
downloadsamba-58206fb9b8d1a66af5a1c08379ed5f6e3413c2f0.tar.gz
samba-58206fb9b8d1a66af5a1c08379ed5f6e3413c2f0.tar.bz2
samba-58206fb9b8d1a66af5a1c08379ed5f6e3413c2f0.zip
tevent: Remove reference to nonexistant configure.developer from autogen.sh.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Tue Dec 21 20:29:21 CET 2010 on sn-devel-104
Diffstat (limited to 'lib')
-rwxr-xr-xlib/tevent/autogen-waf.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tevent/autogen-waf.sh b/lib/tevent/autogen-waf.sh
index ee95847ef0..3005239885 100755
--- a/lib/tevent/autogen-waf.sh
+++ b/lib/tevent/autogen-waf.sh
@@ -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"