From 2816976745d273051504b8a82d87d48f7f5c3ee7 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sat, 22 Nov 2014 00:11:21 +0100 Subject: Make test suite compatible with automake 1.14. --- Makefile.am | 4 ++-- 1 file 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 -- cgit v1.2.3