]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: add note about BUILD_* macros
authorKarel Zak <kzak@redhat.com>
Thu, 27 Oct 2011 12:28:27 +0000 (14:28 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 3 Nov 2011 11:32:49 +0000 (12:32 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
Documentation/howto-build-sys.txt

index 22ae8fc6fdc2a1922e2860041027bcd4326cd652..53566140ebb3cc1df47bcd1b738e118f0823da20 100644 (file)
@@ -10,6 +10,9 @@ util-linux build system
        ...
        endif
 
+ - "if BUILD_<NAME>" blocks are never nested within another "if BUILD_<NAME>",
+   all dependencies have to be resolved in configure.ac (see UL_REQUIRES_BUILD())
+
  - all BUILD_<NAME> in configure.am are always based on build_<name> variables,
    for example: