Changes committed to git://oss.sgi.com/markgw/pcp.git dev
This commit adds support for configure --libexecdir with
RPM packaging - it works as committed, but I expect there
will be follow-up changes to simplify this part of
configure.in (need feedback from Martin for SLES/OpenSuSE).
commit 6ec40cb6275de8b3231cad30d27e3f2ea5230097
Author: Mark Goodwin <mgoodwin@xxxxxxxxxx>
Date: Tue Dec 1 22:21:25 2009 +1100
Support configure --libexecdir for $PCP_BINADM_DIR
Adds support for PCP_BINADM_DIR=/usr/libexec/pcp/bin on platforms that
use libexec, and use it explicitly in the Fedora RPM spec, where we
now also make use the %{_libexecdir} RPM macro.
This whole section of configure.in could do with some simplification
and rationalization, but that's not the intent of this commit.
modified: CHANGELOG
modified: build/rpm/pcp_fedora.spec
modified: configure.in
modified: src/include/pcp.conf.in
Signed-off-by: Mark Goodwin <mgoodwin@xxxxxxxxxx>
|