From 8fa223daba1963c34cc828075ce6773ff01fafe3 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 16 Apr 2018 12:53:39 +0200 Subject: choom: new command to adjust OOM-killer score value Let's provide command line tool, man page with OOM description and bash-completion. It seems better than force end-users to use "echo" to /proc. Addresses: https://github.com/karelzak/util-linux/issues/609 Signed-off-by: Karel Zak --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 3ad35abec..8dbb062ac 100644 --- a/configure.ac +++ b/configure.ac @@ -1664,6 +1664,10 @@ AC_ARG_ENABLE([ipcs], UL_BUILD_INIT([ipcs]) AM_CONDITIONAL([BUILD_IPCS], [test "x$build_ipcs" = xyes]) +UL_BUILD_INIT([choom], [check]) +UL_REQUIRES_LINUX([choom]) +AM_CONDITIONAL([BUILD_CHOOM], [test "x$build_choom" = xyes]) + UL_BUILD_INIT([lsipc], [check]) UL_REQUIRES_LINUX([lsipc]) UL_REQUIRES_BUILD([lsipc], [libsmartcols]) -- cgit v1.2.3-55-g7522