Skip to content

xdvipsk: support building manpage with system kpathsea - #85

Open
Flowdalic wants to merge 1 commit into
TeX-Live:trunkfrom
Flowdalic:xdvipsk-kpathsea
Open

xdvipsk: support building manpage with system kpathsea#85
Flowdalic wants to merge 1 commit into
TeX-Live:trunkfrom
Flowdalic:xdvipsk-kpathsea

Conversation

@Flowdalic

Copy link
Copy Markdown

When building xdvipsk with --with-system-kpathsea, KPATHSEA_PATHS_H was hardcoded to ${top_builddir}/.. in man/Makefile.am which caused a build failure because paths.h could not be found. This fix resolves KPATHSEA_PATHS_H in configure.ac similar to how web2c does it.

When building xdvipsk with --with-system-kpathsea, KPATHSEA_PATHS_H was
hardcoded to ${top_builddir}/.. in man/Makefile.am which caused a build
failure because paths.h could not be found. This fix resolves
KPATHSEA_PATHS_H in configure.ac similar to how web2c does it.
@gucci-on-fleek

Copy link
Copy Markdown
Member

Thanks for the patch! Everything looks reasonable to me, but I'll defer to @kberry for anything involving autotools.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants