From 4663a6a66e45d6107781097e576cba8b81288556 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 21 Dec 2010 19:24:51 +0100 Subject: talloc: Remove reference to nonexistant configure.developer in autogen.sh. --- lib/talloc/autogen.sh | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) mode change 120000 => 100755 lib/talloc/autogen.sh (limited to 'lib/talloc/autogen.sh') diff --git a/lib/talloc/autogen.sh b/lib/talloc/autogen.sh deleted file mode 120000 index a229cc94ac..0000000000 --- a/lib/talloc/autogen.sh +++ /dev/null @@ -1 +0,0 @@ -autogen-waf.sh \ No newline at end of file diff --git a/lib/talloc/autogen.sh b/lib/talloc/autogen.sh new file mode 100755 index 0000000000..3005239885 --- /dev/null +++ b/lib/talloc/autogen.sh @@ -0,0 +1,11 @@ +#!/bin/sh + +p=`dirname $0` + +echo "Setting up for waf build" + +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" +fi -- cgit