]> granicus.if.org Git - check/commit
configure: check for makeinfo instead of tex for documentation
authorSören Tempel <soeren+git@soeren-tempel.net>
Fri, 25 Oct 2019 15:35:48 +0000 (17:35 +0200)
committerSören Tempel <soeren+git@soeren-tempel.net>
Fri, 25 Oct 2019 15:35:48 +0000 (17:35 +0200)
commitb0e84f626894bc0005b98a3c8ced3da76c256f89
tree6a1e5faa9ff389fc53490d4e658f2ef425ceaf50
parent5c6ba0143fd8a2c70438c851d3980438b78b2866
configure: check for makeinfo instead of tex for documentation

While upgrading the Alpine Linux check package to 0.13.0 I noticed that
documentation files were no longer installed, even though they were
installed successfully previously.

After investigating this for a while I noticed that this seems to be due
to an incorrect fix for #206. In #206 the issue reporter complains that
the build fails if texinfo is not installed, the fix in #212 checks for
tex instead of makeinfo though. makeinfo is the command used by the
implicit gnu make rule to generate info pages.
configure.ac