changeset 19835:c1654224bc99

enable silent makefile rules by default * configure.ac: Pass [yes] to AM_SILENT_RULES.
author John W. Eaton <jwe@octave.org>
date Sat, 21 Feb 2015 01:41:35 -0500
parents be7b05f95d7c
children e195d8408ce8
files configure.ac
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Sat Feb 21 00:22:23 2015 -0500
+++ b/configure.ac	Sat Feb 21 01:41:35 2015 -0500
@@ -67,9 +67,10 @@
 
 AM_INIT_AUTOMAKE([1.11 foreign -Wno-portability -Wno-override tar-ustar subdir-objects])
 
-## Add the option to enable silent rules, available since Automake 1.11
-## and included by default starting with Automake 1.13.
-AM_SILENT_RULES
+## Add the option to enable silent rules and make silent rules the
+## default behavior.  Available since Automake 1.11 and included by
+## default starting with Automake 1.13.
+AM_SILENT_RULES([yes])
 
 OCTAVE_CANONICAL_HOST