Mercurial > hg > octave-nkf
diff configure.ac @ 17375:bc018154e46a
build: Support optional Automake silent rules
* configure.ac: Call AM_SILENT_RULES to provide --enable-silent-rules.
* libinterp/Makefile.am (.yy.cc): Add Automake silent rule prefix.
author | Mike Miller <mtmiller@ieee.org> |
---|---|
date | Thu, 05 Sep 2013 01:37:46 -0400 |
parents | 219552139c18 |
children | f0e3d3de5c22 |
line wrap: on
line diff
--- a/configure.ac +++ b/configure.ac @@ -43,6 +43,10 @@ AM_INIT_AUTOMAKE([1.11 tar-ustar]) +## Add the option to enable silent rules, available since Automake 1.11 +## and included by default starting with Automake 1.13. +AM_SILENT_RULES + OCTAVE_CANONICAL_HOST AC_DEFINE(OCTAVE_SOURCE, 1, [Define to 1 if this is Octave.])