Mercurial > hg > octave-nkf
diff configure.ac @ 20006: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 | 1687269e31e4 |
children | 81078b0e39e8 |
line wrap: on
line diff
--- a/configure.ac +++ b/configure.ac @@ -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