From 16416031c30a8c36a587a40453822cb2d3193262 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Wed, 5 Sep 2012 03:27:41 +0200 Subject: [PATCH] Exploit newer automake/autoconf features. The self-tests now run in parallel, and use coloured output in terminals. Users can now request a more concise compile with V=0 or by running ./configure --enable-silent-rules. This defaults to off. --- Makefile.am | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 8e494327..fd00526a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # Makefile for fetchmail SUBDIRS= . po -AUTOMAKE_OPTIONS= 1.11 foreign no-dist-gzip dist-xz +AUTOMAKE_OPTIONS= 1.11 foreign no-dist-gzip dist-xz color-tests parallel-tests AM_CPPFLAGS= -I$(srcdir)/libesmtp ACLOCAL_AMFLAGS= -I m4 -I m4-local diff --git a/configure.ac b/configure.ac index dd66cdbd..6780831d 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ AC_USE_SYSTEM_EXTENSIONS dnl automake options are in Makefile.am AC_PREREQ(2.64) dnl 2.60 required for AC_USE_SYSTEM_EXTENSIONS -AM_INIT_AUTOMAKE +AM_INIT_AUTOMAKE(silent-rules) dnl python is optional # -- 2.43.2