1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

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

This commit is contained in:
Thien-Thi Nguyen 2002-01-10 01:34:22 +00:00
parent 8430281a5c
commit c8af48bac6

View file

@ -43,7 +43,8 @@ GUILE = $(top_builddir)/libguile/guile
autoconf.texi: autoconf-macros.texi
autoconf-macros.texi: $(top_srcdir)/guile-config/guile.m4
GUILE=$(GUILE) $(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.