summaryrefslogtreecommitdiff
path: root/maint.mk
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2013-11-13 14:27:03 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2013-11-13 14:27:03 +0100
commitd46f4091f99cb163b1b46f8630c7827b231c6885 (patch)
treeeea80497a14d6a38634e01c7c532417fe7c66b2a /maint.mk
parentac38e48fc4c25c7def12f2da773e1263e7d3fc35 (diff)
downloadgnutls-d46f4091f99cb163b1b46f8630c7827b231c6885.tar.gz
Added intprops module (which is needed by newer libtasn1 versions)
Diffstat (limited to 'maint.mk')
-rw-r--r--maint.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/maint.mk b/maint.mk
index 8cb58f8415..9c02ed4e35 100644
--- a/maint.mk
+++ b/maint.mk
@@ -1287,12 +1287,13 @@ gnulib-version = $$(cd $(gnulib_dir) \
&& { git describe || git rev-parse --short=10 HEAD; } )
bootstrap-tools ?= autoconf,automake,gnulib
+gpgv = $$(gpgv2 --version >/dev/null && echo gpgv2 || echo gpgv)
# If it's not already specified, derive the GPG key ID from
# the signed tag we've just applied to mark this release.
gpg_key_ID ?= \
$$(cd $(srcdir) \
&& git cat-file tag v$(VERSION) \
- | gpgv --status-fd 1 --keyring /dev/null - - 2>/dev/null \
+ | $(gpgv) --status-fd 1 --keyring /dev/null - - 2>/dev/null \
| awk '/^\[GNUPG:\] ERRSIG / {print $$3; exit}')
translation_project_ ?= coordinator@translationproject.org