[git] GPGME - branch, master, updated. gpgme-1.1.8-172-g7929e89
by Werner Koch
cvs at cvs.gnupg.org
Thu Apr 14 19:51:50 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 7929e89093dfdae3a97edd48e138ad09f5016bd1 (commit)
from 3bd6538bf504e49200eed46438a19d385f866a06 (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 7929e89093dfdae3a97edd48e138ad09f5016bd1
Author: Werner Koch <wk at gnupg.org>
Date: Thu Apr 14 19:23:04 2011 +0200
Require autoconf 1.11
This is because AM_SUBST_NOTMAKE is only offically supported since
this version of automake.
diff --git a/ChangeLog b/ChangeLog
index cb88a8b..505ea40 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-04-14 Werner Koch <wk at g10code.com>
+
+ * configure.ac: Require automake 1.11.
+
2011-04-06 Werner Koch <wk at g10code.com>
* autogen.sh (--build-w32): Support option --build-w64.
diff --git a/configure.ac b/configure.ac
index 3ab7708..a27f033 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@
# (Process this file with autoconf to produce a configure script.)
AC_PREREQ(2.59)
-min_automake_version="1.10"
+min_automake_version="1.11"
# Version number: Remember to change it immediately *after* a release.
# Make sure to run "svn up" and "./autogen.sh --force"
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 ++++
configure.ac | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
hooks/post-receive
--
GnuPG Made Easy
http://git.gnupg.org
More information about the Gnupg-commits
mailing list