From 93e0bd4703f6e0c1ee99c651e1ed7430fb2fc92d Mon Sep 17 00:00:00 2001 From: David Sterba Date: Tue, 3 Feb 2015 16:31:51 +0100 Subject: btrfs-progs: autoconf: print summary about features Signed-off-by: David Sterba --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure.ac b/configure.ac index f523ba5d..dd677371 100644 --- a/configure.ac +++ b/configure.ac @@ -149,6 +149,10 @@ AC_MSG_RESULT([ cflags: ${CFLAGS} ldflags: ${LDFLAGS} + documentaton: ${enable_documentation} + backtrace support: ${enable_backtrace} + btrfs-convert: ${enable_btrfsconvert} + Type 'make' to compile. ]) -- cgit v1.2.3