Code

Build system: Straighten up building of the DF plugin.
authorFlorian Forster <octo@huhu.verplant.org>
Wed, 6 May 2009 14:28:27 +0000 (16:28 +0200)
committerFlorian Forster <octo@huhu.verplant.org>
Wed, 6 May 2009 14:28:27 +0000 (16:28 +0200)
commiteafb8003851eaea28dfe90b094fbd6be28a38c92
tree570691638fd6d1667d36145d734ea979c2b67614
parent068ae14b916aa298995433da83302032c5e57c76
Build system: Straighten up building of the DF plugin.

In rare cases, e. g. Solaris, getmntent is available but neither the one nor
the two argument version could be recognized. This lead to `cu_mount_getlist'
returning NULL without an error, leading to the df plugin fail without notice.

While at it I re-implemented the dependency checking of the DF plugin to match
the proprocessor logic in utils_mount.c.
configure.in
src/Makefile.am
src/utils_mount.c
src/utils_mount.h