Bug 89

Summary: configure generates broken Makefile
Product: Sudo Reporter: erici
Component: ConfigureAssignee: Todd C. Miller <Todd.Miller>
Status: RESOLVED FIXED    
Severity: high    
Priority: high    
Version: 1.6.6   
Hardware: SGI   
OS: IRIX   
Attachments: fix manpath variables in configure script so sane Makefile is generated

Description erici 2002-07-17 10:52:33 MDT
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.
Comment 1 erici 2002-07-17 10:56:59 MDT
Created attachment 18 [details]
fix manpath variables in configure script so sane Makefile is generated
Comment 2 Todd C. Miller 2002-12-13 10:48:53 MST
Thanks, that fix will be in the next release.