From ada8ae30a89eb395e51d6f423c65a57a7dcbfb1b Mon Sep 17 00:00:00 2001 From: Ray Donnelly Date: Fri, 6 Nov 2015 13:23:43 +0000 Subject: Add help2man as PROGS_REQ and to travis libtool needs it. Signed-off-by: Ray Donnelly diff --git a/.travis.yml b/.travis.yml index 26d730f..0269ac5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,7 @@ addons: - gperf - libncurses5-dev - texinfo + - help2man # Building crosstool-NG core install: 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... -- cgit v0.10.2-6-g49f6