[git] GPG-ERROR - branch, master, updated. libgpg-error-1.32-4-g61d78fd
by NIIBE Yutaka
cvs at cvs.gnupg.org
Wed Sep 5 04:57:40 CEST 2018
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Error codes used by GnuPG et al.".
The branch, master has been updated
via 61d78fdc25e5ff9289697c141457d8d322232250 (commit)
via aa697dae4c363b3d24ec9be3a0cd41df3bf806ce (commit)
from 19f9902b004cb980de4da908fa571103bfe2b630 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 61d78fdc25e5ff9289697c141457d8d322232250
Author: NIIBE Yutaka <gniibe at fsij.org>
Date: Wed Sep 5 11:55:55 2018 +0900
gpg-error-config: Forward compatibility support.
* src/gpg-error-config.in: Support --variable=* option.
Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>
diff --git a/src/gpg-error-config.in b/src/gpg-error-config.in
index 93f25f7..e050632 100644
--- a/src/gpg-error-config.in
+++ b/src/gpg-error-config.in
@@ -67,6 +67,16 @@ while test $# -gt 0; do
echo "@PACKAGE_VERSION@"
exit 0
;;
+ --variable=*)
+ case "${1#*=}" in
+ prefix) echo "$prefix" ;;
+ exec_prefix) echo "$exec_prefix" ;;
+ host) echo "@GPG_ERROR_CONFIG_HOST@" ;;
+ mtcflags) echo "@GPG_ERROR_CONFIG_MT_CFLAGS@" ;;
+ mtlibs) echo "@GPG_ERROR_CONFIG_MT_LIBS@";;
+ esac
+ exit 0
+ ;;
--cflags)
output="$output @GPG_ERROR_CONFIG_CFLAGS@"
if test $mt = yes ; then
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 43 +++++++++++++++++++++++++++++++++++++++----
src/gpg-error-config.in | 25 ++++++++++---------------
2 files changed, 49 insertions(+), 19 deletions(-)
hooks/post-receive
--
Error codes used by GnuPG et al.
http://git.gnupg.org
More information about the Gnupg-commits
mailing list