Closed spotaws closed 1 year ago
Thanks for this. I think I have worked out how the lack of PERL
setting got past both past make distcheck
on my machine and GitHub CI!
I have applied a different fix, using the recommended code in x-to-1
for Perl detection (unfortunately I can't use the gnulib perl module, because it's GPL; I'll ask if that can be relicensed).
The arguments passed to x-to-1
are correct; in particular, the options to help2man
must be distinct arguments from the path to help2man
.
With 2.0.9, x-to-1 no longer works properly for two reasons:
This PR adds basic detection of the perl runtime and assignment to $PERL to configure.ac AND quote-wraps the help2man invocation in man/Makefile.am.