source: box/invisnet/bootstrap @ 2717

Revision 2717, 102 bytes checked in by chris, 21 months ago (diff)

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 repository browser.