aboutsummaryrefslogtreecommitdiff
path: root/opcodes/configure
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-11-25 22:42:42 -0500
committerMike Frysinger <vapier@gentoo.org>2021-11-29 20:26:26 -0500
commit13678b206f14f75199ca4bf8efcd738a4e09b257 (patch)
tree95fe5738fe582be4b6649442f4efc204da553e13 /opcodes/configure
parent9832d223d632b496fb2e35921b7e96027fbb7b60 (diff)
downloadgdb-13678b206f14f75199ca4bf8efcd738a4e09b257.zip
gdb-13678b206f14f75199ca4bf8efcd738a4e09b257.tar.gz
gdb-13678b206f14f75199ca4bf8efcd738a4e09b257.tar.bz2
opcodes: enable silent build rules
Also add $(AM_V_xxx) to various manual rules in here.
Diffstat (limited to 'opcodes/configure')
-rwxr-xr-xopcodes/configure43
1 files changed, 41 insertions, 2 deletions
diff --git a/opcodes/configure b/opcodes/configure
index 6672c36..6708a19 100755
--- a/opcodes/configure
+++ b/opcodes/configure
@@ -3024,6 +3024,45 @@ END
fi
fi
+# Check whether --enable-silent-rules was given.
+if test "${enable_silent_rules+set}" = set; then :
+ enableval=$enable_silent_rules;
+fi
+
+case $enable_silent_rules in # (((
+ yes) AM_DEFAULT_VERBOSITY=0;;
+ no) AM_DEFAULT_VERBOSITY=1;;
+ *) AM_DEFAULT_VERBOSITY=0;;
+esac
+am_make=${MAKE-make}
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
+$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
+if ${am_cv_make_support_nested_variables+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if $as_echo 'TRUE=$(BAR$(V))
+BAR0=false
+BAR1=true
+V=1
+am__doit:
+ @$(TRUE)
+.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
+ am_cv_make_support_nested_variables=yes
+else
+ am_cv_make_support_nested_variables=no
+fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
+$as_echo "$am_cv_make_support_nested_variables" >&6; }
+if test $am_cv_make_support_nested_variables = yes; then
+ AM_V='$(V)'
+ AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
+else
+ AM_V=$AM_DEFAULT_VERBOSITY
+ AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
+fi
+AM_BACKSLASH='\'
+
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
@@ -10809,7 +10848,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 10812 "configure"
+#line 10851 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -10915,7 +10954,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 10918 "configure"
+#line 10957 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H