This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Guile".
http://git.savannah.gnu.org/cgit/guile.git/commit/?id=176ee5c82a9e6c775722cfe96711f2a02cdb7672 The branch, master has been updated via 176ee5c82a9e6c775722cfe96711f2a02cdb7672 (commit) from 358663caf54994e2b7d0c2eb1dd8ce8794116971 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 176ee5c82a9e6c775722cfe96711f2a02cdb7672 Author: Andy Wingo <wi...@pobox.com> Date: Fri Aug 27 12:56:54 2010 -0700 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. ----------------------------------------------------------------------- Summary of changes: am/snarf | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/am/snarf b/am/snarf index 74d0ad2..cfa5f5b 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)) hooks/post-receive -- GNU Guile