]> granicus.if.org Git - sysstat/commit
Fixed a bug where systemd unit file couldn't be installed
authorseb <seb@kluane.home>
Wed, 13 Mar 2013 14:36:56 +0000 (15:36 +0100)
committerseb <seb@kluane.home>
Wed, 13 Mar 2013 14:36:56 +0000 (15:36 +0100)
commit581641bbf6d44a2863c31f81df1693e3c01600cc
treed704c0a8d760abaf77f345892492bc781827a395
parent8805237592f517db0b04516eb766871467288597
Fixed a bug where systemd unit file couldn't be installed
because PKG_PROG_PKG_CONFIG macro wasn't expanded in configure
script.

Mail from Peter Schiffer <pschiffe@redhat.com> 08/03/2013:

I'm writing you regarding a little problem I've noticed when running
./configure script:

./configure: line 3923: PKG_PROG_PKG_CONFIG: command not found
checking for systemctl... /bin/systemctl
./configure: line 3975: --variable=systemdsystemunitdir: command not found

According to Google, you might be missing pkg-config program in your
path while generating configure script from configure.in file.
Because of this, systemd unit file won't be installed while doing make
install.
CHANGES
configure
configure.in