Gitweb: http://git.fedorahosted.org/git/augeas.git?p=augeas.git;a=commitdiff;h=6bb97a7e3c733116ea2cd54a473550a9f2dd900b Commit: 6bb97a7e3c733116ea2cd54a473550a9f2dd900b Parent: 3b1dcefe032fe5a6039f890af257a5b242d00778 Author: Jim Meyering <[email protected]> AuthorDate: Mon Jun 15 11:41:15 2009 +0200 Committer: David Lutterkort <[email protected]> CommitterDate: Fri Jun 26 17:01:00 2009 -0700
enable automake-1.11 features: colorized and parallel tests, etc. Also enable automake's new "silent-rules" feature. Use "make V=1" to see the usual, verbose-mode commands. * configure.ac: Require automake-1.11. Enable color-tests parallel-tests. Use AM_SILENT_RULES([yes]) --- configure.ac | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 8eb08c9..91f2c85 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,8 @@ AC_INIT(augeas, 0.5.1) AC_CONFIG_SRCDIR([src/augeas.c]) AC_CONFIG_AUX_DIR([build/aux]) AM_CONFIG_HEADER([config.h]) -AM_INIT_AUTOMAKE([-Wno-portability]) +AM_INIT_AUTOMAKE([-Wno-portability 1.11 color-tests parallel-tests]) +AM_SILENT_RULES([yes]) # make --enable-silent-rules the default. dnl Check for NaturalDocs _______________________________________________ augeas-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/augeas-devel
