Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build breaks if MANPATH contains multiple directories #18

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

sshambar
Copy link

The configure script doesn't correctly handle locating the mandir directory, and uses
the MANPATH environment variable directly - which breaks if MANPATH is a true path with multiple path entries.

I've updated configure to handle this case, and added support for a --mandir parameter, and updated the rpm spec file to use it (passing the system _mandir value).

I also updated the spec file to generalize the handling of httpd conf and module directories, and added support for some of the fedora macros for documentation (which I believe are used in other distributions).

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.

1 participant