From 4663a6a66e45d6107781097e576cba8b81288556 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 21 Dec 2010 19:24:51 +0100 Subject: [PATCH] talloc: Remove reference to nonexistant configure.developer in autogen.sh. --- lib/talloc/{autogen-waf.sh => autogen.sh} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename lib/talloc/{autogen-waf.sh => autogen.sh} (75%) diff --git a/lib/talloc/autogen-waf.sh b/lib/talloc/autogen.sh similarity index 75% rename from lib/talloc/autogen-waf.sh rename to lib/talloc/autogen.sh index ee95847ef07..30052398855 100755 --- a/lib/talloc/autogen-waf.sh +++ b/lib/talloc/autogen.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" -- 2.11.4.GIT