guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] GNU Guile branch, master, updated. e27f640a6fa0af403e37d


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, master, updated. e27f640a6fa0af403e37d5c9a8651e03932465a4
Date: Thu, 04 Jun 2009 10:51:09 +0000

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=e27f640a6fa0af403e37d5c9a8651e03932465a4

The branch, master has been updated
       via  e27f640a6fa0af403e37d5c9a8651e03932465a4 (commit)
      from  c2521a212417b095475148e321daaf6e59ef5b3d (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 e27f640a6fa0af403e37d5c9a8651e03932465a4
Author: Andy Wingo <address@hidden>
Date:   Thu Jun 4 12:47:47 2009 +0200

    turn off autocompilation when snarfing
    
    * libguile/Makefile.am (snarf2checkedtexi): Turn off autocompilation when
      snarfing.

-----------------------------------------------------------------------

Summary of changes:
 libguile/Makefile.am |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/libguile/Makefile.am b/libguile/Makefile.am
index b9e8e2b..46bc998 100644
--- a/libguile/Makefile.am
+++ b/libguile/Makefile.am
@@ -337,10 +337,8 @@ error.x: cpp_err_symbols.c
 posix.x: cpp_sig_symbols.c
 load.x: libpath.h
 
-include $(top_srcdir)/am/pre-inst-guile
-
 alldotdocfiles    = $(DOT_DOC_FILES) $(EXTRA_DOT_DOC_FILES)
-snarf2checkedtexi = $(top_builddir)/meta/uninstalled-env guile-tools 
snarf-check-and-output-texi
+snarf2checkedtexi = GUILE_AUTO_COMPILE=0 $(top_builddir)/meta/uninstalled-env 
guile-tools snarf-check-and-output-texi
 dotdoc2texi       = cat $(alldotdocfiles) | $(snarf2checkedtexi)
 
 guile.texi: $(alldotdocfiles) guile$(EXEEXT)


hooks/post-receive
-- 
GNU Guile




reply via email to

[Prev in Thread] Current Thread [Next in Thread]