[pkg-opensc-commit] [engine-pkcs11] 100/152: build: remove automake depreciated syntax
Eric Dorland
eric at moszumanska.debian.org
Mon Oct 19 03:11:21 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 1fcfd50008a9f4e2462ef70aad34b7bb1950ac61
Author: Alon Bar-Lev <alon.barlev at gmail.com>
Date: Fri Sep 27 21:39:19 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 df19f36..3d8ebc7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@ AC_INIT([engine_pkcs11],[PACKAGE_VERSION_MAJOR.PACKAGE_VERSION_MINOR.PACKAGE_VER
AC_CONFIG_AUX_DIR([.])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE([${PACKAGE_NAME}], [${PACKAGE_VERSION}])
+AM_INIT_AUTOMAKE
ENGINE_PKCS11_VERSION_MAJOR="PACKAGE_VERSION_MAJOR"
ENGINE_PKCS11_VERSION_MINOR="PACKAGE_VERSION_MINOR"
--
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