From 176ee5c82a9e6c775722cfe96711f2a02cdb7672 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Fri, 27 Aug 2010 12:56:54 -0700 Subject: [PATCH] don't autocompile while snarfing * am/snarf (GUILE_SNARF): Don't autocompile while snarfing, as we probably don't have a compiled Guile at this point. --- am/snarf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/am/snarf b/am/snarf index 74d0ad21f..cfa5f5b66 100644 --- a/am/snarf +++ b/am/snarf @@ -1,6 +1,6 @@ # -*- makefile -*- -GUILE_SNARF = $(top_builddir)/libguile/guile-snarf +GUILE_SNARF = GUILE_AUTO_COMPILE=0 $(top_builddir)/libguile/guile-snarf AM_V_SNARF = $(AM_V_SNARF_$(V)) AM_V_SNARF_ = $(AM_V_SNARF_$(AM_DEFAULT_VERBOSITY)) -- 2.20.1