[git] GCRYPT - branch, LIBGCRYPT-1-5-BRANCH, updated. libgcrypt-1.5.1-2-g8160f3b

by Werner Koch cvs at cvs.gnupg.org
Mon Mar 18 18:30:32 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 crypto library".

The branch, LIBGCRYPT-1-5-BRANCH has been updated
       via  8160f3b81e976d0568cc65260c29cc3d0f76fcc9 (commit)
      from  462dcda91ea20e5cc08ad644d49045f2944ae7fa (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 8160f3b81e976d0568cc65260c29cc3d0f76fcc9
Author: Werner Koch <wk at gnupg.org>
Date:   Mon Mar 18 18:15:49 2013 +0100

    Get rid of the deprecated AM_CONFIG_HEADER.
    
    * configure.ac: Use AC_CONFIG_HEADERS.
    --
    
    GnuPG-bug-id: 1459

diff --git a/configure.ac b/configure.ac
index 34c3beb..8c419aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -72,7 +72,7 @@ VERSION=$PACKAGE_VERSION
 
 AC_CONFIG_SRCDIR([src/libgcrypt.vers])
 AM_INIT_AUTOMAKE
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_LIBOBJ_DIR([compat])
 AC_CANONICAL_HOST

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

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


hooks/post-receive
-- 
The GNU crypto library
http://git.gnupg.org




More information about the Gnupg-commits mailing list