summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2009-07-21 00:39:39 +0200
committerPeter Simons <simons@cryp.to>2009-07-21 02:30:37 +0200
commit148210e6c0f6d42211ec94b3bb75050da1a722ef (patch)
tree80399491370da450b9a58ff93816f170ffe7b9e1 /bootstrap.sh
parent72d0b562adb6c431ef78189afb5559a09d4b0346 (diff)
downloadautoconf-archive-148210e6c0f6d42211ec94b3bb75050da1a722ef.tar.gz
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.
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh8
1 files changed, 8 insertions, 0 deletions
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