[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.4'
Florian Forster
octo at verplant.org
Mon Oct 6 15:36:26 CEST 2008
README | 8 +++++---
configure.in | 13 ++++++++++++-
2 files changed, 17 insertions(+), 4 deletions(-)
New commits:
commit 452db816211a3a5322caaedc28fa17ffff72161d
Author: Florian Forster <octo at huhu.verplant.org>
Date: Mon Oct 6 15:35:42 2008 +0200
configure.in: Correct the `--enable-<plugin>' code.
The new behavior is documented in the `README' file, too.
commit 9276a81328091fdebc833eb10580d53bc51659db
Author: Bruno Prémont <bonbons at linux-vserver.org>
Date: Sun Oct 5 14:09:08 2008 +0200
configure.in: Let configure bail out on missing dependencies
The patch below adds check in AC_PLUGIN() that verifies if the
dependencies are met for any enabled plugin.
In case some dependency is missing (default is disabled and enabled
is selected) configure will fail after dumping summary so all
dependency issues are visible in a single configure pass.
A later addition would be to list requirements (dependencies, OS/Kernel
restrictions) for all plugins in an easily accessible location (e.g.
INSTALL file)
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
More information about the collectd-changes
mailing list