]> Pileus Git - ~andy/fetchmail/commitdiff
Exploit newer automake/autoconf features.
authorMatthias Andree <matthias.andree@gmx.de>
Wed, 5 Sep 2012 01:27:41 +0000 (03:27 +0200)
committerMatthias Andree <matthias.andree@gmx.de>
Wed, 5 Sep 2012 01:27:41 +0000 (03:27 +0200)
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
configure.ac

index 8e494327399abfab63b166c3ed8074f9941fc993..fd00526a7c038d17ce83884daba2fdc13d1547f5 100644 (file)
@@ -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
index dd66cdbd7890745bfd05f24bb75bd721497ca34d..6780831d14eaf87d814f12fcbd9ea3c4902493bf 100644 (file)
@@ -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
 #