summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRay Donnelly <mingw.android@gmail.com>2015-11-06 13:23:43 (GMT)
committerRay Donnelly <mingw.android@gmail.com>2015-11-13 02:17:43 (GMT)
commitada8ae30a89eb395e51d6f423c65a57a7dcbfb1b (patch)
tree2f4e6c6ca514c4148965f7e95dd9f419cbe71f9d /configure.ac
parentdf02517fd73789f3c8a30d959f386243bf346a0f (diff)
Add help2man as PROGS_REQ and to travis
libtool needs it. Signed-off-by: Ray Donnelly <mingw.android@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index adde2ab..a4a9cb9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -171,6 +171,7 @@ ACX_CHECK_PROGS_REQ([wget], [wget])
ACX_CHECK_PROGS_REQ([tar], [tar])
ACX_CHECK_PROGS_REQ([gzip], [gzip])
ACX_CHECK_PROGS_REQ([bzip2], [bzip2])
+ACX_CHECK_PROGS_REQ([help2man], [help2man])
#--------------------------------------------------------------------
# Still boring, but remember the path, now...