]> git.ipfire.org Git - people/ms/strongswan.git/commitdiff
Add -s to make if --enable-silent-rules is ./configured
authorMartin Willi <martin@revosec.ch>
Wed, 10 Apr 2013 13:36:14 +0000 (15:36 +0200)
committerMartin Willi <martin@revosec.ch>
Mon, 6 May 2013 13:04:56 +0000 (15:04 +0200)
Makefile.am
configure.in

index 3cd798648b01a8ed7d03fe4ab7fa7a274710a916..1fc1fcdb3143495274e6b5e2777e21b941b05675 100644 (file)
@@ -4,6 +4,10 @@ if USE_SCRIPTS
   SUBDIRS += scripts
 endif
 
+if USE_SILENT_RULES
+  AM_MAKEFLAGS = -s
+endif
+
 ACLOCAL_AMFLAGS = -I m4/config
 
 EXTRA_DIST = Doxyfile.in LICENSE Android.common.mk.in Android.common.mk Android.mk
index c287d5d02f6f43705800c7c224e18ee8efa21888..f0a2ec96141a4df900045e94f5f48cda00d227b2 100644 (file)
@@ -1218,6 +1218,7 @@ AM_CONDITIONAL(USE_IMCV, test x$imcv = xtrue)
 AM_CONDITIONAL(USE_PTS, test x$pts = xtrue)
 AM_CONDITIONAL(USE_TROUSERS, test x$tss = xtrousers)
 AM_CONDITIONAL(MONOLITHIC, test x$monolithic = xtrue)
+AM_CONDITIONAL(USE_SILENT_RULES, test x$enable_silent_rules = xyes)
 AM_CONDITIONAL(UNITTESTS, test x$unit_tests = xtrue)
 AM_CONDITIONAL(USE_TKM, test x$tkm = xtrue)