diff options
author | Werner Koch <[email protected]> | 2017-08-23 12:50:03 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2017-08-23 12:52:29 +0000 |
commit | 008ae0bd868cb49ad4d67fc8c71707cd2a162137 (patch) | |
tree | a44e969be8a0f3fda71cff05d1a14ead3236e01c /Makefile.am | |
parent | po: Update Norwegian translation (diff) | |
download | gnupg-008ae0bd868cb49ad4d67fc8c71707cd2a162137.tar.gz gnupg-008ae0bd868cb49ad4d67fc8c71707cd2a162137.zip |
build: Change SWDB tag "gnupg21" to "gnupg22".
* configure.ac (GNUPG_SWDB_TAG): New ac_define. Set it to "gnupg22".
* tools/gpgconf.c (query_swdb): Use it.
* build-aux/speedo.mk: Change tag "gnupg21" to "gnupg22".
* Makefile.am (distcheck-hook): Ditto.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index b972cffa3..c01c0a843 100644 --- a/Makefile.am +++ b/Makefile.am @@ -99,7 +99,7 @@ dist-hook: gen-ChangeLog distcheck-hook: set -e; ( \ - pref="#+macro: gnupg21_" ;\ + pref="#+macro: gnupg22_" ;\ reldate="$$(date -u +%Y-%m-%d)" ;\ echo "$${pref}ver $(PACKAGE_VERSION)" ;\ echo "$${pref}date $${reldate}" ;\ |