[pkg-opensc-commit] [engine-pkcs11] 62/152: Fixup configure help strings

Eric Dorland eric at moszumanska.debian.org
Mon Oct 19 03:11:15 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 c53389599b5123389dfa997cae6ea9f89aa6f066
Author: Alon Bar-Lev <alon.barlev at gmail.com>
Date:   Wed May 14 18:38:34 2008 +0000

    Fixup configure help strings
---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 5a21657..fa82672 100644
--- a/configure.ac
+++ b/configure.ac
@@ -78,14 +78,14 @@ AC_ARG_ENABLE(
 
 AC_ARG_ENABLE(
 	[doc],
-	[AC_HELP_STRING([--enable-doc], [enable installation of documents. @<:@disabled@:>@])],
+	[AC_HELP_STRING([--enable-doc], [enable installation of documents @<:@disabled@:>@])],
 	,
 	[enable_doc="no"]
 )
 
 AC_ARG_WITH(
 	[enginesdir],
-	[AC_HELP_STRING([--with-enginesdir], [OpenSSL engines directory. @<:@/usr/lib/engines@:>@])],
+	[AC_HELP_STRING([--with-enginesdir], [OpenSSL engines directory @<:@LIBDIR/engines@:>@])],
 	[enginesdir="${withval}"],
 	[enginesdir="\$(libdir)/engines"]
 )

-- 
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