summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2018-06-22 23:30:42 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2018-06-22 23:36:19 +0200
commitfa58fc32576a08bf11fa98623473f5e6ec5b6d68 (patch)
tree95dc77bd67c2de98699e2eb062ae09c6f2367d1c /configure
parentc728d88e11ffed97f8a5b96e1c0595a2462c5edc (diff)
downloadlvm2-fa58fc32576a08bf11fa98623473f5e6ec5b6d68.tar.gz
build: support --disable-silent-rules
Add support for standardized option for have verbose builds. Useful for distro builds where more details can be useful.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure17
1 files changed, 17 insertions, 0 deletions
diff --git a/configure b/configure
index 4536b0302..7dee1101c 100755
--- a/configure
+++ b/configure
@@ -643,6 +643,7 @@ DMEVENTD_PIDFILE
WRITE_INSTALL
VALGRIND_POOL
USRSBINDIR
+SILENT_RULES
USE_TRACKING
UDEV_HAS_BUILTIN_BLKID
UDEV_RULE_EXEC_DETECTION
@@ -885,6 +886,7 @@ ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_dependency_tracking
+enable_silent_rules
enable_static_link
with_user
with_group
@@ -1622,6 +1624,7 @@ Optional Features:
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
--disable-dependency-tracking
speeds up one-time build.
+ --disable-silent-rules disable silent building
--enable-static_link use this to link the tools to their libraries
statically (default is dynamic linking
--disable-thin_check_needs_check
@@ -8044,6 +8047,20 @@ fi
$as_echo "$USE_TRACKING" >&6; }
################################################################################
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build silently" >&5
+$as_echo_n "checking whether to build silently... " >&6; }
+# Check whether --enable-silent-rules was given.
+if test "${enable_silent_rules+set}" = set; then :
+ enableval=$enable_silent_rules; SILENT_RULES=$enableval
+else
+ SILENT_RULES=yes
+fi
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $SILENT_RULES" >&5
+$as_echo "$SILENT_RULES" >&6; }
+
+
+################################################################################
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use static linking" >&5
$as_echo_n "checking whether to use static linking... " >&6; }
# Check whether --enable-static_link was given.