mirror of https://github.com/Icinga/icinga2.git
autogen.sh: s/html2man/help2man/
This commit is contained in:
parent
cff8102604
commit
1a08cc63bb
|
@ -101,7 +101,7 @@ fi
|
|||
|
||||
(help2man --version) < /dev/null > /dev/null 2>&1 || {
|
||||
echo
|
||||
echo "**Error**: You must have \`html2man' installed."
|
||||
echo "**Error**: You must have \`help2man' installed."
|
||||
echo "You can get it from: ftp://ftp.gnu.org/pub/gnu/"
|
||||
DIE=1
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue