From a86f4f6d53d05d6e1027619d00882feff1b857a8 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 23 Sep 2023 17:12:30 -0400 Subject: Improve Guile load path initialization in launcher script. Use entire load path from the build environment. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 3840af1..0bfe2da 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,8 @@ # Handle substitution of fully-expanded Autoconf variables. do_subst = $(SED) \ -e 's,[@]GUILE[@],$(GUILE),g' \ - -e 's,[@]guilemoduledir[@],$(guilemoduledir),g' \ - -e 's,[@]guileobjectdir[@],$(guileobjectdir),g' \ + -e 's,[@]guilemodulepath[@],$(guilemodulepath),g' \ + -e 's,[@]guileobjectpath[@],$(guileobjectpath),g' \ -e 's,[@]datadir[@],$(datadir),g' scripts/super-bloom: scripts/super-bloom.in Makefile -- cgit v1.2.3