
* configure.ac: Here. --- ChangeLog | 6 ++++++ configure.ac | 5 ++++- 2 files changed, 10 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5dc3d45..98a6923 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2013-02-13 Roland Levillain <roland@lrde.epita.fr> + Use Automake's silent-rules. + + * configure.ac: Here. + +2013-02-13 Roland Levillain <roland@lrde.epita.fr> + Disable Automake's extra-portability warnings. * configure.ac: Here, so that Automake 1.12 stops complaining diff --git a/configure.ac b/configure.ac index 9501c17..c172204 100644 --- a/configure.ac +++ b/configure.ac @@ -39,8 +39,11 @@ AC_CONFIG_FILES([build-aux/Makefile]) # Automake 1.11.2 or newer (Debian GNU/Linux 6 ships Automake 1.11.1 # only), at which point we'll use the new AM_PROG_AR macro instead. AM_INIT_AUTOMAKE([1.11 subdir-objects check-news tar-ustar dist-bzip2 - parallel-tests nostdinc + parallel-tests nostdinc silent-rules -Wall -Wno-extra-portability]) +# By default, let "make" hide the compilation command and display a +# "GEN ..." message, unless V=1 is passed to "make". +AM_SILENT_RULES([yes]) # Package metadata. AC_CONFIG_FILES([milena/mln/version.hh]) -- 1.7.2.5