summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorMatteo F. Vescovi <mfv@debian.org>2016-11-06 14:40:49 +0100
committerMatteo F. Vescovi <mfv@debian.org>2016-11-06 14:40:49 +0100
commite12b0ce8663bf326405d9fb231e9fefd7eea4df2 (patch)
tree12bd04ea48b48d94fb9eb981a87d497f5bb68998 /tests/Makefile.am
parent733da055ee4ab8f6ab5947a6dd43d1c84c7cbeea (diff)
New upstream version 0.8.92
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 8679720..01f07e0 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,3 +1,5 @@
-TESTS_ENVIRONMENT = env top_builddir=$(top_builddir) $(EMACS) -batch -L $(top_builddir) -L $(top_srcdir) -L $(srcdir) -l
+# LOG_COMPILER was introduced in Automake 1.12; don't expect "make
+# check" or "make distcheck" to work with earlier versions.
+LOG_COMPILER = env top_builddir=$(top_builddir) $(EMACS) -batch -L $(top_builddir) -L $(top_srcdir) -L $(srcdir) -l
TESTS = load-all.el skip-tag-forward.el history.el jabberd.el nick-change-fail.el
dist_noinst_DATA = $(TESTS)