maint: use help2man configured with --disable-nls
commit321933e14fbe05cd212d78de0beefdde64b5966b
authorBernhard Voelker <mail@bernhard-voelker.de>
Tue, 10 Sep 2013 05:56:18 +0000 (10 07:56 +0200)
committerBernhard Voelker <mail@bernhard-voelker.de>
Thu, 12 Sep 2013 05:41:28 +0000 (12 07:41 +0200)
tree20e14fcccb6269a04180d4b7a7345c5a3a0d2be2
parent46f7e05291a22a1f15f839827ed257782138fae0
maint: use help2man configured with --disable-nls

Prompted by the continuous integration build failure at:
http://hydra.nixos.org/build/6038769

The previously committed 'help2man' requires a Perl module
which does not seem to be installed everywhere - and which
is not needed for our purposes:

  Can't locate Locale/gettext.pm in @INC
  BEGIN failed--compilation aborted at ./man/help2man line 28.

This module was pulled in automatically by the default configure call.
Use the NLS-disabled version instead.

* man/help2man.in: Use help2man configured with the --disable-nls
option to avoid the dependency to the above Perl module.
* man/help2man.diff: Adapt the line numbers of the hunks in the
coreutils-specific patch for help2man to apply without fuzz.

Reported by Pádraig Brady.
man/help2man.diff
man/help2man.in