[pkg-opensc-commit] [libp11] 12/86: configure.ac cleanup
Eric Dorland
eric at moszumanska.debian.org
Sun Jul 24 21:40:17 UTC 2016
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository libp11.
commit 6e2ec7143d1bbd8aea149f2b531050c237ce8b10
Author: Michał Trojnara <Michal.Trojnara at stunnel.org>
Date: Fri Jan 22 15:16:54 2016 +0100
configure.ac cleanup
---
configure.ac | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/configure.ac b/configure.ac
index 8e3bbbd..dd5a9b7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -85,7 +85,7 @@ AC_ARG_ENABLE(
AC_ARG_ENABLE(
[api-doc],
- [AS_HELP_STRING([--enable-api-doc],[enable generation and installation of api documents @<:@disabled@:>@])],
+ [AS_HELP_STRING([--enable-api-doc],[enable generation and installation of API documents @<:@disabled@:>@])],
,
[enable_api_doc="no"]
)
@@ -130,7 +130,7 @@ AC_CHECK_HEADERS([ \
AC_ARG_VAR([DOXYGEN], [doxygen utility])
AC_CHECK_PROGS([DOXYGEN],[doxygen])
-test "${enable_api_doc}" = "yes" -a -z "${DOXYGEN}" && AC_MSG_ERROR([doxygen is required for api doc])
+test "${enable_api_doc}" = "yes" -a -z "${DOXYGEN}" && AC_MSG_ERROR([doxygen is required for API doc])
if test "${WIN32}" != "yes"; then
AC_SEARCH_LIBS(
@@ -163,7 +163,6 @@ pkgconfigdir="\$(libdir)/pkgconfig"
AC_SUBST([pkgconfigdir])
AC_SUBST([apidocdir])
-AC_SUBST([PTHREAD_FLAGS])
AC_SUBST([LIBP11_VERSION_MAJOR])
AC_SUBST([LIBP11_VERSION_MINOR])
AC_SUBST([LIBP11_VERSION_FIX])
@@ -201,11 +200,9 @@ cat <<EOF
libp11 has been configured with the following options:
-
Version: ${PACKAGE_VERSION}
Libraries: $(eval eval eval echo "${libdir}")
-
-api doc support: ${enable_api_doc}
+API doc support: ${enable_api_doc}
Host: ${host}
Compiler: ${CC}
@@ -214,7 +211,6 @@ Compiler flags: ${CFLAGS}
Linker flags: ${LDFLAGS}
Libraries: ${LIBS}
-PTHREAD_FLAGS: ${PTHREAD_FLAGS}
OPENSSL_CFLAGS: ${OPENSSL_CFLAGS}
OPENSSL_LIBS: ${OPENSSL_LIBS}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/libp11.git
More information about the pkg-opensc-commit
mailing list