From: Michael Friedrich Date: Thu, 7 Feb 2013 19:48:19 +0000 (+0100) Subject: autogen.sh: s/html2man/help2man/ X-Git-Tag: v0.0.2~519 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1a08cc63bb9754bb7e8d9a7c87bf76ea1ba42a13;p=icinga2 autogen.sh: s/html2man/help2man/ --- 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 }