aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2014-11-22 00:11:21 +0100
committerMatthias Andree <matthias.andree@gmx.de>2014-11-22 00:11:21 +0100
commit2816976745d273051504b8a82d87d48f7f5c3ee7 (patch)
tree2f3a2e25ec039390c6b0338126a54404fe502218
parentff83a54b4f48010c4477b18b9551cd513d649f8e (diff)
downloadfetchmail-2816976745d273051504b8a82d87d48f7f5c3ee7.tar.gz
fetchmail-2816976745d273051504b8a82d87d48f7f5c3ee7.tar.bz2
fetchmail-2816976745d273051504b8a82d87d48f7f5c3ee7.zip
Make test suite compatible with automake 1.14.
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index e9c59472..c7367dd9 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-bzip2 dist-xz
+AUTOMAKE_OPTIONS= 1.11 foreign no-dist-gzip dist-bzip2 dist-xz subdir-objects
AM_CPPFLAGS= -I$(srcdir)/libesmtp
ACLOCAL_AMFLAGS= -I m4 -I m4-local
@@ -45,7 +45,7 @@ DEPENDENCIES= libfm.a $(LIBOBJS)
check_PROGRAMS=
TESTS= t.smoke t.validate-xhtml10 t.validate-xhtml t.x509_name_match
-TESTS_ENVIRONMENT= srcdir="$(srcdir)" LC_ALL=C TZ=UTC SHELL="$(SHELL)" $(SHELL)
+LOG_COMPILER= env LC_ALL=C TZ=UTC $(SHELL)
if NEED_TRIO
noinst_LIBRARIES+= libtrio.a