From 954d46413fbc6e7c6be0bab5fab8de0e4abb4e17 Mon Sep 17 00:00:00 2001 From: Neil Jerram Date: Mon, 29 Jun 2009 20:25:41 +0100 Subject: [PATCH] Use GUILE_FOR_BUILD for autogeneration steps during the build This is a fix for a MinGW cross compile build. * doc/ref/Makefile.am (autoconf-macros.texi): Use GUILE_FOR_BUILD to generate this. --- doc/ref/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/Makefile.am b/doc/ref/Makefile.am index b60f2ff87..46958b60a 100644 --- a/doc/ref/Makefile.am +++ b/doc/ref/Makefile.am @@ -86,7 +86,7 @@ include $(top_srcdir)/am/pre-inst-guile autoconf.texi: autoconf-macros.texi autoconf-macros.texi: $(top_srcdir)/guile-config/guile.m4 - $(preinstguiletool)/snarf-guile-m4-docs $(top_srcdir)/guile-config/guile.m4 \ + GUILE="$(GUILE_FOR_BUILD)" $(top_srcdir)/scripts/snarf-guile-m4-docs $(top_srcdir)/guile-config/guile.m4 \ > $(srcdir)/$@ MAINTAINERCLEANFILES = autoconf-macros.texi