[pkg-opensc-commit] [pam-p11] 51/66: build: remove automake depreciated syntax

Eric Dorland eric at moszumanska.debian.org
Tue Jun 13 04:06:54 UTC 2017


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

eric pushed a commit to branch master
in repository pam-p11.

commit b5bfa77e13de97748be2caa7a450f3758985c4e0
Author: Alon Bar-Lev <alon.barlev at gmail.com>
Date:   Fri Sep 27 22:03:59 2013 +0300

    build: remove automake depreciated syntax
    
    warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated
    
    Signed-off-by: Alon Bar-Lev <alon.barlev at gmail.com>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 72afe4a..df6f4ca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@ AC_INIT([pam_p11],[PACKAGE_VERSION_MAJOR.PACKAGE_VERSION_MINOR.PACKAGE_VERSION_F
 AC_CONFIG_AUX_DIR([.])
 AM_CONFIG_HEADER([config.h])
 AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE([${PACKAGE_NAME}], [${PACKAGE_VERSION}])
+AM_INIT_AUTOMAKE
 
 AC_CONFIG_SRCDIR([src/pam_p11.c])
 

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



More information about the pkg-opensc-commit mailing list