summaryrefslogtreecommitdiff
path: root/bootstrap
blob: eaf83d5dc603d4e4ab75eb20bb374d9def80c0f6 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

set -e

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