]> git.ipfire.org Git - thirdparty/util-linux.git/commit
build-sys: add --disable-all-programs
authorKarel Zak <kzak@redhat.com>
Tue, 27 May 2014 09:34:15 +0000 (11:34 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 27 May 2014 09:34:15 +0000 (11:34 +0200)
commit08b1c219427e44594f2d732ebfd057d2a0eed7bc
tree20c6d2b5aeaa0192dfbe43e433ec2ab24c040bbf
parent50d096acfd4f8daa7835efda9743293663f0ece9
build-sys: add --disable-all-programs

This is necessary to build only explicitly specified program/library,
for example to build only libblkid.so

   ./configure --disable-all-programs --enable-libblkid

or to build only hwclock(8):

   ./configure --disable-all-programs --enable-hwclock

Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac