[git] GPGME - branch, master, updated. gpgme-1.1.8-171-g3bd6538
by Werner Koch
cvs at cvs.gnupg.org
Wed Apr 6 21:25:35 CEST 2011
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 "GnuPG Made Easy".
The branch, master has been updated
via 3bd6538bf504e49200eed46438a19d385f866a06 (commit)
from cdefec02b385dcf3302e47d380812c3450e8713c (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 3bd6538bf504e49200eed46438a19d385f866a06
Author: Werner Koch <wk at gnupg.org>
Date: Wed Apr 6 20:57:23 2011 +0200
Add an AC_SUBST_NOTMAKE
Without that the multiline INSERT__TYPEDEFS_FOR_GPGME_H would be
expanded in the Makefiles and mess them up.
diff --git a/configure.ac b/configure.ac
index 3aed5f7..3ab7708 100644
--- a/configure.ac
+++ b/configure.ac
@@ -263,6 +263,7 @@ else
INSERT__TYPEDEFS_FOR_GPGME_H="#include <sys/types.h>"
fi
AC_SUBST(INSERT__TYPEDEFS_FOR_GPGME_H)
+AM_SUBST_NOTMAKE(INSERT__TYPEDEFS_FOR_GPGME_H)
# Checks for compiler features.
if test "$GCC" = yes; then
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
hooks/post-receive
--
GnuPG Made Easy
http://git.gnupg.org
More information about the Gnupg-commits
mailing list