mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-02 13:00:26 +02:00
(autoconf-macros.texi): Also set GUILE_LOAD_PATH when invoking the
uninstalled guile executable.
This commit is contained in:
parent
b2b00def26
commit
51b39a3096
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue