]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: update howto regards to build-system changes
authorKarel Zak <kzak@redhat.com>
Tue, 27 May 2014 13:37:26 +0000 (15:37 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 27 May 2014 13:37:26 +0000 (15:37 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
Documentation/howto-build-sys.txt

index cd59e18406820e42ca88202077d3afb476fba178..46d2793a125e7b699b86dc8d66444ddae92a2fec 100644 (file)
@@ -60,6 +60,13 @@ util-linux build system
 
        "no"    - the util/feature is unwanted
 
+   The default status is always defined by UL_DEFAULT_ENABLE() and it might be
+   globally modified by $ul_default_estate (see AC_ARG_ENABLE([all-programs])).
+
+ - it's possible to disable all programs, but enable just one (or more)
+   explicitly specified, for example:
+
+        ./configure --disable-all-programs --enable-hwclock
 
  - some basic scenarios for the ./configure script are defined in the
    tools/config-gen.d/ directory. If you want to use these predefined scenarios