[git] GnuPG - branch, STABLE-BRANCH-1-4, updated. gnupg-1.4.13-4-gb4d4acf

by Werner Koch cvs at cvs.gnupg.org
Fri Jan 11 15:50:59 CET 2013


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, STABLE-BRANCH-1-4 has been updated
       via  b4d4acf491105687c98178b6f4efed2ca9bdc98f (commit)
      from  37f1a427440b9bb4374bf7d878f17190df75918b (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 b4d4acf491105687c98178b6f4efed2ca9bdc98f
Author: Werner Koch <wk at gnupg.org>
Date:   Fri Jan 11 15:42:32 2013 +0100

    Automake 1.13 compatibility fix.
    
    * configure.ac: s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/.
    --
    GnuPG-bug-id: 1459

diff --git a/configure.ac b/configure.ac
index c23cab2..87bd18f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -46,7 +46,7 @@ AC_CONFIG_SRCDIR(g10/gpg.c)
 AC_CANONICAL_HOST
 AM_INIT_AUTOMAKE([std-options])
 AB_INIT
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
 
 AC_GNU_SOURCE
 

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

Summary of changes:
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


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




More information about the Gnupg-commits mailing list