summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-12-21 19:24:51 +0100
committerJelmer Vernooij <jelmer@samba.org>2010-12-21 19:43:04 +0100
commit4663a6a66e45d6107781097e576cba8b81288556 (patch)
treec9a7454dc58b56cbade488e7b8e67be510f732ba /lib
parente8790b93f299a52317823f361bda435b44476310 (diff)
downloadsamba-4663a6a66e45d6107781097e576cba8b81288556.tar.gz
samba-4663a6a66e45d6107781097e576cba8b81288556.tar.bz2
samba-4663a6a66e45d6107781097e576cba8b81288556.zip
talloc: Remove reference to nonexistant configure.developer in autogen.sh.
Diffstat (limited to 'lib')
-rwxr-xr-xlib/talloc/autogen-waf.sh11
-rwxr-xr-x[l---------]lib/talloc/autogen.sh12
2 files changed, 11 insertions, 12 deletions
diff --git a/lib/talloc/autogen-waf.sh b/lib/talloc/autogen-waf.sh
deleted file mode 100755
index ee95847ef0..0000000000
--- a/lib/talloc/autogen-waf.sh
+++ /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
diff --git a/lib/talloc/autogen.sh b/lib/talloc/autogen.sh
index a229cc94ac..3005239885 120000..100755
--- a/lib/talloc/autogen.sh
+++ b/lib/talloc/autogen.sh
@@ -1 +1,11 @@
-autogen-waf.sh \ No newline at end of file
+#!/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