From b57501c3b7afa0378e3142cc415cfd02a374a77e Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Fri, 19 Jun 2009 14:27:56 +0200 Subject: don't autocompile at installcheck * examples/Makefile.am: Don't autocompile our tests at installcheck time. --- examples/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'examples') diff --git a/examples/Makefile.am b/examples/Makefile.am index afe869dba..5de528a21 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -81,6 +81,7 @@ installcheck: box/box box-module/box libbox.la libbox-module.la LTDL_LIBRARY_PATH="$(builddir):$$LTDL_LIBRARY_PATH" \ GUILE_LOAD_PATH="$(abs_top_srcdir):$$GUILE_LOAD_PATH" \ PATH="$(bindir):$$PATH" \ + GUILE_AUTO_COMPILE=0 \ srcdir="$(srcdir)" \ $(srcdir)/check.test -- cgit v1.2.1