don't autocompile while snarfing
authorAndy Wingo <wingo@pobox.com>
Fri, 27 Aug 2010 19:56:54 +0000 (12:56 -0700)
committerAndy Wingo <wingo@pobox.com>
Fri, 27 Aug 2010 19:56:54 +0000 (12:56 -0700)
* am/snarf (GUILE_SNARF): Don't autocompile while snarfing, as we
  probably don't have a compiled Guile at this point.

am/snarf

index 74d0ad2..cfa5f5b 100644 (file)
--- 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))