1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-30 06:50:31 +02:00

* Makefile.am: attempt to use guile from $(top_builddir)/libguile

when building autoconf-macros.texi.  There are still problems with
	modules and running makeinfo when builddir != srcdir.
This commit is contained in:
Gary Houston 2002-01-08 18:04:10 +00:00
parent a3e49ac158
commit 8430281a5c
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2002-01-08 Gary Houston <ghouston@arglist.com>
* Makefile.am: attempt to use guile from $(top_builddir)/libguile
when building autoconf-macros.texi. There are still problems with
modules and running makeinfo when builddir != srcdir.
2002-01-08 Thien-Thi Nguyen <ttn@giblet.glug.org> 2002-01-08 Thien-Thi Nguyen <ttn@giblet.glug.org>
* data-rep.texi, gh.texi, guile.texi, intro.texi, * data-rep.texi, gh.texi, guile.texi, intro.texi,

View file

@ -37,11 +37,13 @@ guile_TEXINFOS = preface.texi intro.texi program.texi scheme-intro.texi \
ETAGS_ARGS = $(info_TEXINFOS) $(guile_TEXINFOS) ETAGS_ARGS = $(info_TEXINFOS) $(guile_TEXINFOS)
GUILE = $(top_builddir)/libguile/guile
# Automated snarfing # Automated snarfing
autoconf.texi: autoconf-macros.texi autoconf.texi: autoconf-macros.texi
autoconf-macros.texi: $(top_srcdir)/guile-config/guile.m4 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 $< > $@
# Optionally support building an HTML version of the reference manual. # Optionally support building an HTML version of the reference manual.