#!/bin/sh

set -e

aclocal -I infrastructure/m4
autoheader
autoconf
( cd bundled/tdb; ./autogen.sh; )

