Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #228489

Category diffutils
Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
Changed at Mon 28 Apr 2025 08:42:49
Repository git://git.savannah.gnu.org/diffutils.git
Project diffutils
Branch master
Revision 33ee12e5878c950dfd5ee230039abc514d936d03

Comments

build: use system help2man
Instead of shipping an old ‘help2man’ that is not properly maintained,
use the system’s ‘help2man’.  It was already listed as a build
prerequisite, and being configured via AM_MISSING_PROG.
Problem for FreeBSD and NetBSD reported by Bruno Haible
<https://bugs.gnu.org/72235>.
* man/Makefile.am (EXTRA_DIST): Remove help2man.
($(dist_man1_MANS)): Do not depend on help2man.
Use $(HELP2MAN) instead.
* man/help2man: Remove.

Changed files