1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-07 08:40:21 +02:00

(autoconf-macros.texi): Fix build bug: Write this file to srcdir.

Also, attempt to use guile from $(top_builddir)/libguile.
There are still problems with modules and running makeinfo when
builddir != srcdir.
This commit is contained in:
Thien-Thi Nguyen 2002-01-10 02:13:39 +00:00
parent ef5b5fdcd0
commit 25cf7cfdd3

View file

@ -35,11 +35,14 @@ guile_TEXINFOS = preface.texi intro.texi scheme-intro.texi \
autoconf.texi autoconf-macros.texi \
extend.texi repl-modules.texi srfi-modules.texi misc-modules.texi
GUILE = $(top_builddir)/libguile/guile
# Automated snarfing
autoconf.texi: autoconf-macros.texi
autoconf-macros.texi: $(top_srcdir)/guile-config/guile.m4
$(top_srcdir)/scripts/snarf-guile-m4-docs $< > $@
GUILE=$(GUILE) \
$(top_srcdir)/scripts/snarf-guile-m4-docs $< > $(srcdir)/$@
# Optionally support building an HTML version of the reference manual.