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:
parent
ef5b5fdcd0
commit
25cf7cfdd3
1 changed files with 4 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue