summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2017-03-21 16:25:08 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2017-03-21 16:30:25 +0100
commitc902e834a7dd4cdaae708ac55d5c56b0f7fa8dc0 (patch)
tree853741a6a31a2974118f8cbbeae2e72bcf2394db /configure.ac
parentdb5355b978ecda1fe0cf7e7ababe7542fd1bb1ab (diff)
downloadvala-c902e834a7dd4cdaae708ac55d5c56b0f7fa8dc0.tar.gz
doc: Generate and update manpages
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 8b481b977..0f27ed6f8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,6 +21,9 @@ AC_PROG_INSTALL
LT_INIT([disable-static])
PKG_PROG_PKG_CONFIG([0.21])
+AC_CHECK_PROG([HELP2MAN], [help2man], [help2man])
+AM_CONDITIONAL([HAVE_HELP2MAN], [test x$HELP2MAN = xhelp2man])
+
##
## Settings:
##