gprofng: remove dependency on help2man

help2man is no longer used to create the gprofng man pages.

gprofng/ChangeLog
2023-10-31  Vladimir Mezentsev  <vladimir.mezentsev@oracle.com>

	* configure.ac: Remove HELP2MAN.
	* Makefile.in: Rebuild.
	* configure: Rebuild.
	* doc/Makefile.in: Rebuild.
	* gp-display-html/Makefile.in: Rebuild.
	* src/Makefile.in: Rebuild.
This commit is contained in:
Vladimir Mezentsev
2023-10-31 12:11:45 -07:00
parent 2285e8952a
commit 7b32e37eb6
6 changed files with 2 additions and 66 deletions

View File

@@ -208,14 +208,6 @@ AM_ZLIB
build_man=false
build_doc=false
if test $cross_compiling = no; then
AC_CHECK_PROGS([HELP2MAN], help2man, [$MISSING help2man])
case "x$HELP2MAN" in
x | */missing\ help2man* )
AC_MSG_WARN([gprofng: help2man is missing. Man pages will not be built.])
;;
* ) build_man=true ;;
esac
AC_CHECK_PROGS([MAKEINFO], makeinfo, [$MISSING makeinfo])
case "x$MAKEINFO" in
x | */missing\ makeinfo*)