From c514c5d1c7082b7e6e6b0d425c381b5221da3aab Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Mon, 14 Jan 2002 18:10:19 +0000 Subject: [PATCH] (autoconf-macros.texi): Also set GUILE_LOAD_PATH when invoking the uninstalled guile executable. --- 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 5aab26a26..1f42fcc80 100644 --- a/doc/ref/Makefile.am +++ b/doc/ref/Makefile.am @@ -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.