From 624ceb44809f2be891f0af82df1d917d4a5aa9c1 Mon Sep 17 00:00:00 2001 From: Mathieu Lirzin Date: Tue, 20 Mar 2018 00:57:02 +0100 Subject: build: Properly set Guile load paths in programs This fixes an issue where the installed Guile load paths were set by the undefined 'moduledir' Make macro. * Makefile.am (AM_CPPFLAGS): Define PACKAGE_LOAD_PATH with 'guilesitedir' macro and PACKAGE_LOAD_COMPILED_PATH with 'guilesitegodir'. * NEWS: Update. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 7cbf969..a5f2c80 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,9 @@ GNU Mcron NEWS -*- outline -*- The "--disable-multi-user" configure variable is not reversed anymore. 'cron' and 'crontab' are now installed unless this option is used. + The programs now sets the GUILE_LOAD_PATH and GUILE_LOAD_COMPILED_PATH + environment variables with the location of the installed Guile modules. + * Noteworthy changes in release 1.1 (2018-03-19) [stable] ** New features -- cgit v1.2.3