autogen.sh: s/html2man/help2man/

This commit is contained in:
Michael Friedrich 2013-02-07 20:48:19 +01:00
parent cff8102604
commit 1a08cc63bb
1 changed files with 1 additions and 1 deletions

View File

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