talloc: Remove reference to nonexistant configure.developer in autogen.sh.
authorJelmer Vernooij <jelmer@samba.org>
Tue, 21 Dec 2010 18:24:51 +0000 (19:24 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Tue, 21 Dec 2010 18:43:04 +0000 (19:43 +0100)
lib/talloc/autogen-waf.sh [deleted file]
lib/talloc/autogen.sh [changed from symlink to file mode: 0755]

diff --git a/lib/talloc/autogen-waf.sh b/lib/talloc/autogen-waf.sh
deleted file mode 100755 (executable)
index ee95847..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-p=`dirname $0`
-
-echo "Setting up for waf build"
-
-echo "done. Now run $p/configure or $p/configure.developer 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
deleted file mode 120000 (symlink)
index a229cc94ac167df85fef24086b6ecfb3495635c1..0000000000000000000000000000000000000000
+++ /dev/null
@@ -1 +0,0 @@
-autogen-waf.sh
\ No newline at end of file
new file mode 100755 (executable)
index 0000000000000000000000000000000000000000..3005239885575c563673f19533279939998066e6
--- /dev/null
@@ -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