summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSami Kerola2017-06-24 21:42:58 +0200
committerSami Kerola2017-08-30 21:32:48 +0200
commit367f40806e25390b7c1b20ad56f90d0b0bf8e56f (patch)
treed72b223abb195f55a253ddf0cbe36a74852ca879 /configure.ac
parentrfkill: make command to build in util-linux project (diff)
downloadkernel-qcow2-util-linux-367f40806e25390b7c1b20ad56f90d0b0bf8e56f.tar.gz
kernel-qcow2-util-linux-367f40806e25390b7c1b20ad56f90d0b0bf8e56f.tar.xz
kernel-qcow2-util-linux-367f40806e25390b7c1b20ad56f90d0b0bf8e56f.zip
rfkill: make programming style to match util-linux project
Use the usual facilities, add translation strings, move global variables at the beginning of the file, make usage() look as expected, add standard command-line option parsing. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index ac4871a8a..dd1e324dd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1618,6 +1618,7 @@ UL_BUILD_INIT([renice], [yes])
AM_CONDITIONAL([BUILD_RENICE], [test "x$build_renice" = xyes])
UL_BUILD_INIT([rfkill], [yes])
+UL_REQUIRES_LINUX([rfkill])
AM_CONDITIONAL([BUILD_RFKILL], [test "x$build_rfkill" = xyes])
UL_BUILD_INIT([setsid], [yes])