From 148210e6c0f6d42211ec94b3bb75050da1a722ef Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 21 Jul 2009 00:39:39 +0200 Subject: maint: use maintainer-makefile module from gnulib Gnulib is now registered as a submodule. Please run "git submodule init" to update your checked-out copy. --- bootstrap.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 bootstrap.sh (limited to 'bootstrap.sh') diff --git a/bootstrap.sh b/bootstrap.sh new file mode 100755 index 0000000..83e5abb --- /dev/null +++ b/bootstrap.sh @@ -0,0 +1,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 -- cgit v1.2.1