After following the "Native Build" instructions on Fedora 42, I got the
following error message.
```
bootstrap: error: Prerequisite 'help2man' not found. Please install it, or
bootstrap: 'export HELP2MAN=/path/to/help2man'.
bootstrap: error: HACKING explains how to obtain these prerequisite programs:
bootstrap: Program Min_version Homepage
bootstrap: -----------------------------------------------------------
bootstrap: help2man 1.29 https://www.gnu.org/s/help2man
bootstrap: make 3.81 https://www.gnu.org/s/make
bootstrap: makeinfo 4.8 https://www.gnu.org/s/texinfo
bootstrap: xz 4.999.8beta https://tukaani.org/xz
bootstrap: autoconf 2.64 https://www.gnu.org/s/autoconf
bootstrap: automake 1.11.1 https://www.gnu.org/s/automake
bootstrap: -----------------------------------------------------------
```
help2man is available from the Fedora repositories.
https://packages.fedoraproject.org/pkgs/help2man/help2man/
Adding it to the list of required packages.
After installing the help2man package, the build process proceeds successfully.