pacparser
pacparser copied to clipboard
Build fixes
These are trivial build fixes that makes it easier for distros.
- Changes
CFLAGStoMAINT_CFLAGS. This leavesCFLAGSas unset by default so that the user can freely set it either in the user's environment or as a make argument. The specific variable nameMAINT_CFLAGSis not important and other suggestions as what to call it are welcome of course. - Adds
DOC_PREFIXso that the user can specifically set the documentation directory duringmake install. For example distros may wish to override thepacparserdirectory topacparser-1.4.0or in Slackware documentation is installed to/usr/doc/and not/usr/share/doc/as in most other distributions.
@manugarg When you have a chance can you please review this PR and https://github.com/manugarg/pacparser/pull/137?
@manugarg When you have a chance can you please review this PR and #137?
Sorry for the late merge here. We don't need #137 any more.
Thanks for the merge and fixes!