summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-11-01 06:18:55 +0100
committerJelmer Vernooij <jelmer@samba.org>2010-11-01 06:04:14 +0000
commit1aa8308c30962ac04a2997acaa7f2a7458729cc2 (patch)
tree18b6bc8736640e9868798863cdc001b97e1f9b97
parenta2d787d95d1f20aa2c080c2281bcf213728dfbc4 (diff)
downloadsamba-1aa8308c30962ac04a2997acaa7f2a7458729cc2.tar.gz
samba-1aa8308c30962ac04a2997acaa7f2a7458729cc2.tar.bz2
samba-1aa8308c30962ac04a2997acaa7f2a7458729cc2.zip
tdb: Use waf by default.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Nov 1 06:04:14 UTC 2010 on sn-devel-104
-rwxr-xr-xlib/tdb/autogen-autotools.sh14
l---------[-rwxr-xr-x]lib/tdb/autogen.sh15
2 files changed, 15 insertions, 14 deletions
diff --git a/lib/tdb/autogen-autotools.sh b/lib/tdb/autogen-autotools.sh
new file mode 100755
index 0000000000..bf84eeee19
--- /dev/null
+++ b/lib/tdb/autogen-autotools.sh
@@ -0,0 +1,14 @@
+#!/bin/sh
+
+rm -rf autom4te.cache
+rm -f configure config.h.in
+
+IPATHS="-I libreplace -I lib/replace -I ../libreplace -I ../replace"
+autoconf $IPATHS || exit 1
+autoheader $IPATHS || exit 1
+
+rm -rf autom4te.cache
+
+echo "Now run ./configure and then make."
+exit 0
+
diff --git a/lib/tdb/autogen.sh b/lib/tdb/autogen.sh
index bf84eeee19..a229cc94ac 100755..120000
--- a/lib/tdb/autogen.sh
+++ b/lib/tdb/autogen.sh
@@ -1,14 +1 @@
-#!/bin/sh
-
-rm -rf autom4te.cache
-rm -f configure config.h.in
-
-IPATHS="-I libreplace -I lib/replace -I ../libreplace -I ../replace"
-autoconf $IPATHS || exit 1
-autoheader $IPATHS || exit 1
-
-rm -rf autom4te.cache
-
-echo "Now run ./configure and then make."
-exit 0
-
+autogen-waf.sh \ No newline at end of file