Skip to content

configure: check for makeinfo instead of tex for documentation#231

Merged
brarcher merged 1 commit intolibcheck:masterfrom
nmeum:makeinfo
Oct 26, 2019
Merged

configure: check for makeinfo instead of tex for documentation#231
brarcher merged 1 commit intolibcheck:masterfrom
nmeum:makeinfo

Conversation

@nmeum
Copy link
Copy Markdown
Contributor

@nmeum nmeum commented Oct 25, 2019

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.

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.
@brarcher brarcher merged commit 8160201 into libcheck:master Oct 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants