summaryrefslogtreecommitdiff
path: root/bootstrap
blob: 55831389c2b12f6c16020f330dbf7f48ee3b0396 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh

set -e

# Generate version information from git release tag

./scripts/git-version > VERSION

# To satisfy automake
touch ChangeLog

# Bootstrap autotools
autoreconf --verbose --force --install

rm -rf autom4te.cache
rm -f config.h.in~