[pkg-opensc-commit] [pkcs11-helper] 10/17: Fixup comments

Eric Dorland eric at moszumanska.debian.org
Fri Jan 6 23:40:00 UTC 2017


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

eric pushed a commit to tag pkcs11-helper-1.04
in repository pkcs11-helper.

commit 0667d8baf708e2fed17792f582df0297b5cc8772
Author: alonbl <alonbl at 485eb718-1723-0410-b8a9-88cf21a28c35>
Date:   Wed Aug 1 15:56:11 2007 +0000

    Fixup comments
---
 configure.ac | 52 ++++++++++++++++++++++++++++++++++------------------
 1 file changed, 34 insertions(+), 18 deletions(-)

diff --git a/configure.ac b/configure.ac
index 43d674f..d4409f5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -67,7 +67,6 @@ AC_SUBST(PKCS11H_VERSION_MAJOR)
 AC_SUBST(PKCS11H_VERSION_MINOR)
 AC_SUBST(PKCS11H_VERSION_FIX)
 
-# Checks for programs.
 AC_CANONICAL_HOST
 
 LIBPKCS11_HELPER_LT_CURRENT="${PKCS11H_VERSION_MAJOR}"
@@ -77,7 +76,8 @@ AC_SUBST(LIBPKCS11_HELPER_LT_CURRENT)
 AC_SUBST(LIBPKCS11_HELPER_LT_REVISION)
 AC_SUBST(LIBPKCS11_HELPER_LT_AGE)
 
-AC_ARG_WITH([cygwin-native],
+AC_ARG_WITH(
+	[cygwin-native],
 	[AC_HELP_STRING([--with-cygwin-native], [Compile native win32])],
 	,
 	[with_cygwin_native="no"]
@@ -108,97 +108,113 @@ case "${host}" in
 	;;
 esac
 
-AC_ARG_ENABLE([doc],
+AC_ARG_ENABLE(
+	[doc],
 	[AC_HELP_STRING([--enable-doc], [Enable documantation])],
 	,
 	[enable_doc="no"]
 )
 
-AC_ARG_ENABLE([debug],
+AC_ARG_ENABLE(
+	[debug],
 	[AC_HELP_STRING([--disable-debug], [Disable debug support])],
 	,
 	[enable_debug="yes"]
 )
 
-AC_ARG_ENABLE([threading],
+AC_ARG_ENABLE(
+	[threading],
 	[AC_HELP_STRING([--disable-threading], [Disable threading])],
 	,
 	[enable_threading="yes"]
 )
 
-AC_ARG_ENABLE([token],
+AC_ARG_ENABLE(
+	[token],
 	[AC_HELP_STRING([--disable-token], [Disable token support])],
 	,
 	[enable_token="yes"]
 )
 
-AC_ARG_ENABLE([data],
+AC_ARG_ENABLE(
+	[data],
 	[AC_HELP_STRING([--disable-data], [Disable data objects support])],
 	,
 	[enable_data="yes"]
 )
 
-AC_ARG_ENABLE([certificate],
+AC_ARG_ENABLE(
+	[certificate],
 	[AC_HELP_STRING([--disable-certificate], [Disable certificate support])],
 	,
 	[enable_certificate="yes"]
 )
 
-AC_ARG_ENABLE([slotevent],
+AC_ARG_ENABLE(
+	[slotevent],
 	[AC_HELP_STRING([--disable-slotevent], [Disable slotevent support])],
 	,
 	[enable_slotevent="yes"]
 )
 
-AC_ARG_ENABLE([openssl],
+AC_ARG_ENABLE(
+	[openssl],
 	[AC_HELP_STRING([--disable-openssl], [Disable openssl interface])],
 	,
 	[enable_openssl="yes"]
 )
 
-AC_ARG_ENABLE([pedantic],
+AC_ARG_ENABLE(
+	[pedantic],
 	[AC_HELP_STRING([--enable-pedantic], [Enable pedantic compiler warnings, will not generate a working executable (debugging option)])],
 	,
 	[enable_pedantic="no"]
 )
 
-AC_ARG_ENABLE([crypto-engine-openssl],
+AC_ARG_ENABLE(
+	[crypto-engine-openssl],
 	[AC_HELP_STRING([--disable-crypto-engine-openssl], [Disable OpenSSL crypto engine)])],
 	,
 	[enable_crypto_engine_openssl="yes"]
 )
 
-AC_ARG_ENABLE([crypto-engine-gnutls],
+AC_ARG_ENABLE(
+	[crypto-engine-gnutls],
 	[AC_HELP_STRING([--disable-crypto-engine-gnutls], [Disable GnuTLS crypto engine])],
 	,
 	[enable_crypto_engine_gnutls="yes"]
 )
 
-AC_ARG_ENABLE([crypto-engine-nss],
+AC_ARG_ENABLE(
+	[crypto-engine-nss],
 	[AC_HELP_STRING([--disable-crypto-engine-nss], [Disable NSS crypto engine])],
 	,
 	[enable_crypto_engine_nss="yes"]
 )
 
-AC_ARG_ENABLE([crypto-engine-win32],
+AC_ARG_ENABLE(
+	[crypto-engine-win32],
 	[AC_HELP_STRING([--disable-crypto-engine-win32], [Disable win32 native crypto engine on win32 systems])],
 	,
 	[enable_crypto_engine_win32="yes"]
 )
 
-AC_ARG_WITH([apidocdir],
+AC_ARG_WITH(
+	[apidocdir],
 	[AC_HELP_STRING([--with-apidocdir], [Put API documents at this directory, default HTMLDIR/api])],
 	[apidocdir="${with_apidocdir}"],
 	[apidocdir="\$(htmldir)/api"]
 )
 
-AC_ARG_WITH([test-provider],
+AC_ARG_WITH(
+	[test-provider],
 	[AC_HELP_STRING([--with-test-provider=lib], [Specify providers for test phase])],
 	[AC_DEFINE_UNQUOTED([TEST_PROVIDER], ["${withval}"], [Test provider])],
 	[AC_DEFINE_UNQUOTED([TEST_PROVIDER], ["/usr/lib/pkcs11/provider.so"], [Test provider])]
 )
 
-AC_ARG_WITH([test-log-level],
+AC_ARG_WITH(
+	[test-log-level],
 	[AC_HELP_STRING([--with-test-log-level=level], [Specify log level for test phase])],
 	[AC_DEFINE_UNQUOTED([TEST_LOG_LEVEL], [${withval}], [Test log level])],
 	[AC_DEFINE_UNQUOTED([TEST_LOG_LEVEL], [3], [Test log level])]

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



More information about the pkg-opensc-commit mailing list