summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2010-08-28 09:01:16 +0000
committerChris Wilson <chris+github@qwirx.com>2010-08-28 09:01:16 +0000
commitbbfcd39bf0c0871f6bb84bd52ea66a58ce1a2dc0 (patch)
tree92fabf7a67f5e4fe35a100bb42fbd510b0cf98eb /bootstrap
parenta26e07c5fb97b264bf1547cedfa8d988459a5a01 (diff)
Remove QDBM, and switch BackupClientInodeToIDMap to use the bundled TDB
instead.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap3
1 files changed, 3 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index 14fc19e3..eaf83d5d 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,5 +1,8 @@
#!/bin/sh
+set -e
+
aclocal -I infrastructure/m4
autoheader
autoconf
+( cd bundled/tdb; ./autogen.sh; )