[PATCH 3/5] wmmemload: Fix autotools warnings.

2014-10-03 Thread Doug Torrance
In particular, drop the arguments to AM_INIT_AUTOMAKE and merge CPPFLAGS into AM_CPPFLAGS. --- wmmemload/configure.ac| 2 +- wmmemload/src/Makefile.am | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/wmmemload/configure.ac b/wmmemload/configure.ac index

[PATCH 5/5] wmmemload: Fix version check for kernel 3.0.

2014-10-03 Thread Doug Torrance
Based on the patch from Debian by Guillermo Indalecio Fernandez guillermo...@gmail.com: http://sources.debian.net/src/wmmemload/0.1.6-8/debian/patches/04-kernel30.patch/ --- wmmemload/src/mem_linux.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git

[PATCH 4/5] wmmemload: Fix errors in the manpage.

2014-10-03 Thread Doug Torrance
Several command-line options were incorrectly given in the manpage. Based on the patch from Debian by Philipp Benner phil...@debian.org: http://sources.debian.net/src/wmmemload/0.1.6-8/debian/patches/03-manual.patch/ --- wmmemload/doc/wmmemload.1 | 6 +++--- 1 file changed, 3 insertions(+), 3