summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-06-06 16:09:27 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-07-12 21:24:38 +0200
commit92af59e90a50abcd140eae6df4da11be5707b612 (patch)
tree5423e6a610fab5ec8769a6e37e529b1825ad827f
parent1b0ea51b1513cf43c4ee4c95bed15e857963d645 (diff)
downloadgnutls_3_1_13.tar.gz
guile: Use `LOG_COMPILER', as required by Automake 1.12+.gnutls_3_1_13
-rw-r--r--guile/tests/Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/guile/tests/Makefile.am b/guile/tests/Makefile.am
index 1ef2381385..6b1cfd8a1b 100644
--- a/guile/tests/Makefile.am
+++ b/guile/tests/Makefile.am
@@ -1,5 +1,5 @@
# GnuTLS --- Guile bindings for GnuTLS.
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2013 Free Software Foundation, Inc.
#
# GnuTLS is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
@@ -31,8 +31,9 @@ endif
TESTS_ENVIRONMENT = \
GUILE_AUTO_COMPILE=0 \
- GUILE_WARN_DEPRECATED=detailed \
- $(top_builddir)/guile/pre-inst-guile -L $(srcdir)
+ GUILE_WARN_DEPRECATED=detailed
+
+LOG_COMPILER = $(top_builddir)/guile/pre-inst-guile -L $(srcdir)
EXTRA_DIST = $(TESTS) openpgp-pub.asc openpgp-sec.asc \