root/box/trunk/bootstrap

Revision 2717, 102 bytes (checked in by chris, 6 days ago)

Remove QDBM, and switch BackupClientInodeToIDMap to use the bundled TDB
instead.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3set -e
4
5aclocal -I infrastructure/m4
6autoheader
7autoconf
8( cd bundled/tdb; ./autogen.sh; )
Note: See TracBrowser for help on using the browser.