From 8dd42d3bc977b306d38afa5be3465210a9b30266 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Mon, 8 Jun 2009 11:44:51 +0200 Subject: [PATCH] don't autocompile snarfing m4 docs * doc/ref/Makefile.am (autoconf-macros.texi): Yet another place we shouldn't autocompile. --- doc/ref/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/Makefile.am b/doc/ref/Makefile.am index 368b82321..9d73e5da8 100644 --- a/doc/ref/Makefile.am +++ b/doc/ref/Makefile.am @@ -90,7 +90,7 @@ include $(top_srcdir)/am/pre-inst-guile autoconf.texi: autoconf-macros.texi autoconf-macros.texi: $(top_srcdir)/meta/guile.m4 - $(top_builddir)/meta/uninstalled-env guile-tools \ + GUILE_AUTO_COMPILE=0 $(top_builddir)/meta/uninstalled-env guile-tools \ snarf-guile-m4-docs $(top_srcdir)/meta/guile.m4 \ > $(srcdir)/$@