[pkg-opensc-commit] [engine-pkcs11] 95/152: Fix autoconf/automake for automake 1.13+

Eric Dorland eric at moszumanska.debian.org
Mon Oct 19 03:11:20 UTC 2015


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository engine-pkcs11.

commit 8d6264eea5fb16dcd2c8d1a9e5ca6e031f370241
Author: Martin Paljak <martin at martinpaljak.net>
Date:   Wed Feb 20 13:41:14 2013 +0200

    Fix autoconf/automake for automake 1.13+
    
    configure.ac:11: error: 'AM_CONFIG_HEADER': this macro is obsolete.
        You should use the 'AC_CONFIG_HEADERS' macro instead.
    
    Also reported in issue, which fixes #1:
    
    https://github.com/OpenSC/engine_pkcs11/issues/1
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 100776d..484f509 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@ define([PACKAGE_SUFFIX], [-svn])
 
 AC_INIT([engine_pkcs11],[PACKAGE_VERSION_MAJOR.PACKAGE_VERSION_MINOR.PACKAGE_VERSION_FIX[]PACKAGE_SUFFIX])
 AC_CONFIG_AUX_DIR([.])
-AM_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE([${PACKAGE_NAME}], [${PACKAGE_VERSION}])
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/engine-pkcs11.git



More information about the pkg-opensc-commit mailing list