mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
gpgconf: Print the full commit id.
* autogen.sh: Update to version 2024-07-04 from libgpg-error.
* configure.ac (BUILD_REVISION): Rename the ac_define by
BUILD_COMMITID.
* tools/gpgconf.c (show_version_gnupg): Use it here.
--
(cherry picked from commit 736579331b
)
This commit is contained in:
parent
ce73691bd3
commit
cf21e473a5
3 changed files with 75 additions and 43 deletions
|
@ -1082,7 +1082,7 @@ show_version_gnupg (estream_t fp, const char *prefix)
|
|||
ssize_t length;
|
||||
|
||||
es_fprintf (fp, "%s%sGnuPG %s (%s)\n%s%s\n", prefix, *prefix?"":"* ",
|
||||
strusage (13), BUILD_REVISION, prefix, strusage (17));
|
||||
strusage (13), BUILD_COMMITID, prefix, strusage (17));
|
||||
|
||||
/* Show the GnuPG VS-Desktop version in --show-configs mode */
|
||||
if (prefix && *prefix)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue