From 6f2eb03433bcb2d3c351efed848a1f8554a7ff78 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 20 Feb 2017 14:17:37 +0100 Subject: build-sys: fix --disable-all-programs --enable-schedutils * add UL_ENABLE_ALIAS(NAME, MASTERNAME) to initialize $enable_ according to MASTERNAME. Note that we have to use $build_, the $enable_ is just AC_ARG_ENABLE() stuff only. The $build_ is evaluated and modified by our UL_...() functions. * add enable-schedutils.conf to have build-system regression test for this use-case Addresses: https://github.com/karelzak/util-linux/issues/415 Signed-off-by: Karel Zak --- tools/config-gen.d/enable-schedutils.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tools/config-gen.d/enable-schedutils.conf (limited to 'tools') diff --git a/tools/config-gen.d/enable-schedutils.conf b/tools/config-gen.d/enable-schedutils.conf new file mode 100644 index 000000000..08deee46b --- /dev/null +++ b/tools/config-gen.d/enable-schedutils.conf @@ -0,0 +1,3 @@ +include:disable-all.conf + +--enable-schedutils -- cgit v1.2.3-55-g7522