From cedc5a1cf65f41717150ec041467c651c7d004d9 Mon Sep 17 00:00:00 2001 From: Peter Marschall Date: Fri, 1 Jun 2018 18:20:25 +0200 Subject: [PATCH] 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. --- configure.ac | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.ac b/configure.ac index 8e8a2cff..32d064b3 100644 --- a/configure.ac +++ b/configure.ac @@ -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)