diff options
-rw-r--r-- | .travis.yml | 1 | ||||
-rw-r--r-- | configure.ac | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 26d730f8..0269ac50 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 adde2abb..a4a9cb9e 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... |