[git] GnuPG - branch, master, updated. gnupg-2.1.10-44-gaf14285

by Werner Koch cvs at cvs.gnupg.org
Fri Dec 18 17:15:45 CET 2015


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 "The GNU Privacy Guard".

The branch, master has been updated
       via  af142854a73567836a0ca44ad62900469c23d531 (commit)
      from  06436882c31ed6339b2bef2b59d24a1a8ba751fd (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 af142854a73567836a0ca44ad62900469c23d531
Author: Werner Koch <wk at gnupg.org>
Date:   Fri Dec 18 17:06:39 2015 +0100

    build: Add required macro for pkg-config
    
    * configure.ac (PKG_PROG_PKG_CONFIG): New.
    --
    
    GnuPG-bug-id: 2197

diff --git a/configure.ac b/configure.ac
index 5a75e50..77487b2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -589,6 +589,7 @@ AC_ISC_POSIX
 AC_SYS_LARGEFILE
 GNUPG_CHECK_USTAR
 
+
 # We need to compile and run a program on the build machine.  A
 # comment in libgpg-error says that the AC_PROG_CC_FOR_BUILD macro in
 # the AC archive is broken for autoconf 2.57.  Given that there is no
@@ -604,6 +605,9 @@ fi
 AC_MSG_RESULT($CC_FOR_BUILD)
 AC_ARG_VAR(CC_FOR_BUILD,[build system C compiler])
 
+# We need to call this macro because other pkg-config macros are
+# not always used.
+PKG_PROG_PKG_CONFIG
 
 
 try_gettext=yes

-----------------------------------------------------------------------

Summary of changes:
 configure.ac | 4 ++++
 1 file changed, 4 insertions(+)


hooks/post-receive
-- 
The GNU Privacy Guard
http://git.gnupg.org




More information about the Gnupg-commits mailing list