diff options
-rw-r--r-- | Makefile.am | 4 |
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 |