diff options
author | Andy Wingo <wingo@pobox.com> | 2009-06-19 14:27:56 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2009-06-19 14:27:56 +0200 |
commit | b57501c3b7afa0378e3142cc415cfd02a374a77e (patch) | |
tree | f5fcdf4a5332c2329b4d05b13764c700b3af9106 /examples | |
parent | 25b82b3485e9e44d8d6268d3774b0b81d0d501b2 (diff) |
don't autocompile at installcheck
* examples/Makefile.am: Don't autocompile our tests at installcheck
time.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 |