diff options
author | Andy Wingo <wingo@oblong.net> | 2009-06-08 11:44:51 +0200 |
---|---|---|
committer | Andy Wingo <wingo@oblong.net> | 2009-06-08 11:44:51 +0200 |
commit | 8dd42d3bc977b306d38afa5be3465210a9b30266 (patch) | |
tree | f425585db74945ceed1a0c0b584d6c5c83670e2e /doc/ref/Makefile.am | |
parent | 55dce020bdde1ffc690a0e91fab7d0f5713195b4 (diff) | |
download | guile-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.am | 2 |
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)/$@ |