RichiH / vcsh

config manager based on Git
GNU General Public License v2.0
2.19k stars 123 forks source link

Only require ronn when building from Git, not from source dist #315

Closed alerque closed 3 years ago

alerque commented 3 years ago

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 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.