tdb: Use waf by default.
authorJelmer Vernooij <jelmer@samba.org>
Mon, 1 Nov 2010 05:18:55 +0000 (06:18 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Mon, 1 Nov 2010 06:04:14 +0000 (06:04 +0000)
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Mon Nov  1 06:04:14 UTC 2010 on sn-devel-104

lib/tdb/autogen-autotools.sh [new file with mode: 0755]
lib/tdb/autogen.sh [changed from file to symlink]

diff --git a/lib/tdb/autogen-autotools.sh b/lib/tdb/autogen-autotools.sh
new file mode 100755 (executable)
index 0000000..bf84eee
--- /dev/null
@@ -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
+
deleted file mode 100755 (executable)
index bf84eeee19a9116f3dc79177449a91321b3e8c31..0000000000000000000000000000000000000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/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
-
new file mode 120000 (symlink)
index 0000000000000000000000000000000000000000..a229cc94ac167df85fef24086b6ecfb3495635c1
--- /dev/null
@@ -0,0 +1 @@
+autogen-waf.sh
\ No newline at end of file