Add help2man as PROGS_REQ and to travis

libtool needs it.

Signed-off-by: Ray Donnelly <mingw.android@gmail.com>
This commit is contained in:
Ray Donnelly 2015-11-06 13:23:43 +00:00
parent df02517fd7
commit ada8ae30a8
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ addons:
- gperf
- libncurses5-dev
- texinfo
- help2man
# Building crosstool-NG core
install:

View File

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