diff options
author | Werner Koch <wk@gnupg.org> | 2017-08-23 14:50:03 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2017-08-23 14:52:29 +0200 |
commit | 008ae0bd868cb49ad4d67fc8c71707cd2a162137 (patch) | |
tree | a44e969be8a0f3fda71cff05d1a14ead3236e01c /configure.ac | |
parent | po: Update Norwegian translation (diff) | |
download | gnupg2-008ae0bd868cb49ad4d67fc8c71707cd2a162137.tar.xz gnupg2-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 <wk@gnupg.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index b52c86d27..33c88d28b 100644 --- a/configure.ac +++ b/configure.ac @@ -49,6 +49,10 @@ m4_define([mym4_revision_dec], m4_argn(8, mym4_verslist)) m4_esyscmd([echo ]mym4_version[>VERSION]) AC_INIT([mym4_package],[mym4_version], [https://bugs.gnupg.org]) +# When changing the SWDB tag please also adjust the hard coded tags in +# build-aux/speedo.mk and Makefile.am +AC_DEFINE_UNQUOTED(GNUPG_SWDB_TAG, "gnupg22", [swdb tag for this branch]) + NEED_GPG_ERROR_VERSION=1.24 NEED_LIBGCRYPT_API=1 |