(autoconf-macros.texi): Also set GUILE_LOAD_PATH when invoking the
authorMarius Vollmer <mvo@zagadka.de>
Mon, 14 Jan 2002 18:10:19 +0000 (18:10 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Mon, 14 Jan 2002 18:10:19 +0000 (18:10 +0000)
uninstalled guile executable.

doc/ref/Makefile.am

index 5aab26a..1f42fcc 100644 (file)
@@ -43,7 +43,7 @@ GUILE = $(top_builddir)/libguile/guile
 
 autoconf.texi: autoconf-macros.texi
 autoconf-macros.texi: $(top_srcdir)/guile-config/guile.m4
-       GUILE=$(GUILE) \
+       GUILE=$(GUILE) GUILE_LOAD_PATH=$(top_srcdir) \
        $(top_srcdir)/scripts/snarf-guile-m4-docs $< > $(srcdir)/$@
 
 # Optionally support building an HTML version of the reference manual.