Bug 89 - configure generates broken Makefile
configure generates broken Makefile
Status: RESOLVED FIXED
Product: Sudo
Classification: Unclassified
Component: Configure
1.6.6
SGI IRIX
: high high
Assigned To: Todd C. Miller
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2002-07-17 10:52 MDT by erici
Modified: 2002-12-13 14:48 MST (History)
0 users

See Also:


Attachments
fix manpath variables in configure script so sane Makefile is generated (1.83 KB, patch)
2002-07-17 10:56 MDT, erici
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.