Mercurial > hg > octave-nkf
comparison 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 |
comparison
equal
deleted
inserted
replaced
20005:be7b05f95d7c | 20006:c1654224bc99 |
---|---|
65 AC_CONFIG_AUX_DIR([build-aux]) | 65 AC_CONFIG_AUX_DIR([build-aux]) |
66 AC_CONFIG_MACRO_DIR([m4]) | 66 AC_CONFIG_MACRO_DIR([m4]) |
67 | 67 |
68 AM_INIT_AUTOMAKE([1.11 foreign -Wno-portability -Wno-override tar-ustar subdir-objects]) | 68 AM_INIT_AUTOMAKE([1.11 foreign -Wno-portability -Wno-override tar-ustar subdir-objects]) |
69 | 69 |
70 ## Add the option to enable silent rules, available since Automake 1.11 | 70 ## Add the option to enable silent rules and make silent rules the |
71 ## and included by default starting with Automake 1.13. | 71 ## default behavior. Available since Automake 1.11 and included by |
72 AM_SILENT_RULES | 72 ## default starting with Automake 1.13. |
73 AM_SILENT_RULES([yes]) | |
73 | 74 |
74 OCTAVE_CANONICAL_HOST | 75 OCTAVE_CANONICAL_HOST |
75 | 76 |
76 AC_DEFINE(OCTAVE_SOURCE, 1, [Define to 1 if this is Octave.]) | 77 AC_DEFINE(OCTAVE_SOURCE, 1, [Define to 1 if this is Octave.]) |
77 | 78 |