Changeset 2717 for box/trunk/bootstrap


Ignore:
Timestamp:
28/08/2010 10:01:16 (18 months ago)
Author:
chris
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/bootstrap

    r217 r2717  
    11#!/bin/sh 
     2 
     3set -e 
    24 
    35aclocal -I infrastructure/m4 
    46autoheader 
    57autoconf 
     8( cd bundled/tdb; ./autogen.sh; ) 
Note: See TracChangeset for help on using the changeset viewer.