summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-09-22 17:17:25 -0700
committerJelmer Vernooij <jelmer@samba.org>2010-09-22 17:48:24 -0700
commit8dd0c8c5460c6f16367a4a73f0ce4b27d5acab4f (patch)
tree67a61a1957a546c79137124f6c25f83fc2c475e5 /source4/lib
parentc031329af1f4300237ba200a4d6ff5eb041d8e3d (diff)
downloadsamba-8dd0c8c5460c6f16367a4a73f0ce4b27d5acab4f.tar.gz
samba-8dd0c8c5460c6f16367a4a73f0ce4b27d5acab4f.tar.bz2
samba-8dd0c8c5460c6f16367a4a73f0ce4b27d5acab4f.zip
ldb: Use waf as default build system.
Diffstat (limited to 'source4/lib')
-rwxr-xr-xsource4/lib/ldb/autogen-autotools.sh18
l---------[-rwxr-xr-x]source4/lib/ldb/autogen.sh19
2 files changed, 19 insertions, 18 deletions
diff --git a/source4/lib/ldb/autogen-autotools.sh b/source4/lib/ldb/autogen-autotools.sh
new file mode 100755
index 0000000000..c68f2259b6
--- /dev/null
+++ b/source4/lib/ldb/autogen-autotools.sh
@@ -0,0 +1,18 @@
+#!/bin/sh
+
+echo "Using autotools based build"
+
+rm -rf autom4te.cache
+rm -f configure config.h.in
+
+IPATHS="-I libreplace -I lib/replace -I ../libreplace -I ../replace -I ../../../lib/replace"
+IPATHS="$IPATHS -I ./external"
+
+autoheader $IPATHS || exit 1
+autoconf $IPATHS || exit 1
+
+rm -rf autom4te.cache
+
+echo "Now run ./configure and then make."
+exit 0
+
diff --git a/source4/lib/ldb/autogen.sh b/source4/lib/ldb/autogen.sh
index c68f2259b6..672a86b206 100755..120000
--- a/source4/lib/ldb/autogen.sh
+++ b/source4/lib/ldb/autogen.sh
@@ -1,18 +1 @@
-#!/bin/sh
-
-echo "Using autotools based build"
-
-rm -rf autom4te.cache
-rm -f configure config.h.in
-
-IPATHS="-I libreplace -I lib/replace -I ../libreplace -I ../replace -I ../../../lib/replace"
-IPATHS="$IPATHS -I ./external"
-
-autoheader $IPATHS || exit 1
-autoconf $IPATHS || exit 1
-
-rm -rf autom4te.cache
-
-echo "Now run ./configure and then make."
-exit 0
-
+../../../buildtools/scripts/autogen-waf.sh \ No newline at end of file