Bugzilla – Bug 89
configure generates broken Makefile
Last modified: 2002-12-13 14:48:53 MST
It looks like some sort of sloppiness obscured the name change of a few variables. Without the attached patch, or other such modification, the MAN_POSTINSTALL macro will expand to reference file names in the root directory because the broken manpath variables will be blank. I replaced them with what I thought would be appropriate and everything seems to work fine now.
Created attachment 18 [details] fix manpath variables in configure script so sane Makefile is generated
Thanks, that fix will be in the next release.