summaryrefslogtreecommitdiff
path: root/doc/ref/Makefile.am
diff options
context:
space:
mode:
authorAndy Wingo <wingo@oblong.net>2009-06-08 11:44:51 +0200
committerAndy Wingo <wingo@oblong.net>2009-06-08 11:44:51 +0200
commit8dd42d3bc977b306d38afa5be3465210a9b30266 (patch)
treef425585db74945ceed1a0c0b584d6c5c83670e2e /doc/ref/Makefile.am
parent55dce020bdde1ffc690a0e91fab7d0f5713195b4 (diff)
downloadguile-8dd42d3bc977b306d38afa5be3465210a9b30266.tar.gz
don't autocompile snarfing m4 docs
* doc/ref/Makefile.am (autoconf-macros.texi): Yet another place we shouldn't autocompile.
Diffstat (limited to 'doc/ref/Makefile.am')
-rw-r--r--doc/ref/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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)/$@