diff options
author | Werner Koch <wk@gnupg.org> | 2014-06-06 16:29:41 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2014-06-06 17:16:37 +0200 |
commit | b67e4e523e6d19d384e23c5bb03010caebd150e7 (patch) | |
tree | 503b12ee073908e80f7aaeb2ecfd95c74f8ab831 /autogen.rc | |
parent | Post beta release update. (diff) | |
download | gnupg2-b67e4e523e6d19d384e23c5bb03010caebd150e7.tar.xz gnupg2-b67e4e523e6d19d384e23c5bb03010caebd150e7.zip |
Improve the beta number generation.
* autogen.sh: Add option --find-version
* configure.ac: Rework the setting of the mym4_ variables.
--
The old system was not too well defined if no release for a series has
yet been done. We now introduce a "PACKAGE-N.M-base" tag to solve
this problem. To keep the M4 code readable the GIT parsing has been
moved to ./autogen.sh.
Diffstat (limited to 'autogen.rc')
-rw-r--r-- | autogen.rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/autogen.rc b/autogen.rc index 0f3d9d879..4860c38b3 100644 --- a/autogen.rc +++ b/autogen.rc @@ -1,5 +1,7 @@ # autogen.sh configuration for GnuPG -*- sh -*- +#version_parts=3 + case "$myhost:$myhostsub" in w32:ce) extraoptions="--enable-dirmngr-auto-start --disable-scdaemon " |