mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-18 10:46:26 +00:00
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:
parent
df02517fd7
commit
ada8ae30a8
@ -25,6 +25,7 @@ addons:
|
||||
- gperf
|
||||
- libncurses5-dev
|
||||
- texinfo
|
||||
- help2man
|
||||
|
||||
# Building crosstool-NG core
|
||||
install:
|
||||
|
@ -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...
|
||||
|
Loading…
Reference in New Issue
Block a user