summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/cfg.mk b/cfg.mk
index 3012a27d9..e4f608ed9 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -34,9 +34,13 @@ gpg_key_ID = B9AB9A16
local-checks-to-skip = strftime-check
# The local directory containing the checked-out copy of gnulib used in this
-# release. Used solely to get gnulib's SHA1 for the "announcement" target.
+# release. Used to get gnulib's SHA1 for the "announcement" target and
+# for signing release tags.
gnulib_dir = gnulib
+# Tools used to bootstrap this package, used for "announcement".
+bootstrap-tools = autoconf,automake,gnulib,bison
+
# Now that we have better tests, make this the default.
export VERBOSE = yes