summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2010-10-18 20:34:25 +0000
committerChris Wilson <chris+github@qwirx.com>2010-10-18 20:34:25 +0000
commitcd154e05f09a5bd40e258f50a71e89d263143e35 (patch)
treefacb5de5351f04d00c32b0504291f68eb8890b26 /bootstrap
parenta1f32183837c489dae93a1813653288e41c60f70 (diff)
Revert [2710] and [2717], remove TDB and replace with QDBM again, to fix
build on Windows and make it easier to merge Charles' work.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap3
1 files changed, 0 insertions, 3 deletions
diff --git a/bootstrap b/bootstrap
index eaf83d5d..14fc19e3 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,8 +1,5 @@
#!/bin/sh
-set -e
-
aclocal -I infrastructure/m4
autoheader
autoconf
-( cd bundled/tdb; ./autogen.sh; )