On 03/04/2008, at 4:18 PM, Nathan Scott wrote:
On Thu, 2008-04-03 at 13:26 -0700, James Peach wrote:
commit f3d97e64f2774ea4414c0556e17d7fdd83e30df6
Author: James Peach <jpeach@xxxxxxxxx>
Date: Thu Apr 3 13:22:11 2008 -0700
Use the prefix-relative etc directory instead of harcoding /etc.
Can you give some more details as to why?
I just want the --prefix option to work correctly. When I run ./
configure --prefix=/foo, I expect *all* of the package's files to go
under /foo. IMHO that's kinda the point.
I don't think this
is going to work as you'd expect - in particular pmGetConfig(3)
will not like this, as it (kinda has to) hard-code the pcp.conf
location.
Maybe I could teach pmGetConfig how to find pcp.conf?
|