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

set -eu

gnulib/gnulib-tool --m4-base build-aux --source-base build-aux --import git-version-gen gitlog-to-changelog gnupload maintainer-makefile announce-gen
echo TODO >AUTHORS
(cd m4 && ../build-aux/gitlog-to-changelog -- master >../ChangeLog)
autoreconf --install -Wall