We were 95% of the way there on this anyway. The source dist tarball already does have the prebuilt man page ready to use, only the ./configure script was being told it needed ronn to continue. This just detects when being run from the tarball based on another artifact only found in the tarball and not in the Git sources and based on that decides if it can skip that dependency check.
Fixes #313
We were 95% of the way there on this anyway. The source dist tarball already does have the prebuilt man page ready to use, only the
./configure
script was being told it neededronn
to continue. This just detects when being run from the tarball based on another artifact only found in the tarball and not in the Git sources and based on that decides if it can skip that dependency check.