configure.ac: remove references to help2man

Now that we have proper DocBook sources for all man pages formerly
generated using help2man, it is not needed anymore.
This commit is contained in:
Peter Marschall 2018-06-01 18:20:25 +02:00 committed by Frank Morgner
parent 184bc137cd
commit cedc5a1cf6
1 changed files with 0 additions and 3 deletions

View File

@ -898,9 +898,6 @@ if test "${enable_man}" = "yes" -o "${enable_doc}" = "yes"; then
AC_MSG_RESULT([ok])
fi
AC_ARG_VAR([HELP2MAN],
[absolute path to help2man used for man page generation of npa-tool])
AC_PATH_PROG(HELP2MAN, help2man, not found)
AC_ARG_VAR([GENGETOPT],
[absolute path to gengetopt used for command line parsing of npa-tool])
AC_PATH_PROG(GENGETOPT, gengetopt, not found)