diff --git a/autogen.sh b/autogen.sh index a6b2d4e4a..17b17bdc2 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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 }