[pkg-opensc-commit] [pkcs11-helper] 166/253: Expose programs via environment

Eric Dorland eric at moszumanska.debian.org
Fri Jan 6 23:39:15 UTC 2017


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

eric pushed a commit to branch master
in repository pkcs11-helper.

commit ada22769c33141df7cfa84fe0012e1190620aef7
Author: Alon Bar-Lev <alon.barlev at gmail.com>
Date:   Fri May 9 10:34:20 2008 +0000

    Expose programs via environment
---
 configure.ac | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configure.ac b/configure.ac
index b7839f4..9f6bcc3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -239,14 +239,17 @@ AC_LIBTOOL_WIN32_DLL
 AC_LIBTOOL_RC
 AC_PROG_LIBTOOL
 PKG_PROG_PKG_CONFIG
+AC_ARG_VAR([M4], [m4 utility])
 AC_CHECK_PROGS([M4], [m4])
 
 if test "${enable_doc}" = "yes"; then
+	AC_ARG_VAR([DOXYGEN], [doxygen utility])
 	AC_CHECK_PROGS([DOXYGEN], [doxygen])
 	test -z "${DOXYGEN}" && AC_MSG_ERROR([doxygen is required for docs])
 fi
 
 if test "${WIN32}" = "yes"; then
+	AC_ARG_VAR([MAN2HTML], [man2html utility])
 	AC_CHECK_PROGS([MAN2HTML], [man2html])
 	test -z "${MAN2HTML}" && AC_MSG_ERROR([man2html is required for win32])
 fi

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