summaryrefslogtreecommitdiff
path: root/guile
diff options
context:
space:
mode:
authorAlon Bar-Lev <alon.barlev@gmail.com>2019-04-03 18:42:26 +0300
committerAlon Bar-Lev <alon.barlev@gmail.com>2019-04-09 20:19:31 +0300
commit499a021b968033057944492ee3074f0898aa4dba (patch)
tree5cbd52096309c5c42a337caeba62ec85b72e9e48 /guile
parente360b641eedddd2dea389d9fd860a86ff21297a1 (diff)
downloadgnutls-499a021b968033057944492ee3074f0898aa4dba.tar.gz
build: allow override guile system location
guile has three settings acquired from system: * GUILE_SITE * GUILE_SITE_CCACHE * GUILE_EXTENSION The <guile-2.2 m4 macro exposed only GUILE_SITE while build tried to guess the other variables based on the $libdir of the gnutls which may be different. The >=guile-2.2 m4 macro provides all settings for build to use as default, while allowing to override each. Resolves: #748 Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
Diffstat (limited to 'guile')
-rw-r--r--guile/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/guile/Makefile.am b/guile/Makefile.am
index 1d554a1f7a..cb9b7093c6 100644
--- a/guile/Makefile.am
+++ b/guile/Makefile.am
@@ -22,8 +22,7 @@ SUBDIRS = src
EXTRA_DIST = .dir-locals.el
-guilemoduledir = $(GUILE_SITE)
-guilemodulesubdir = $(GUILE_SITE)/gnutls
+guilemodulesubdir = $(guilemoduledir)/gnutls
nodist_guilemodule_DATA = modules/gnutls.scm
dist_guilemodulesub_DATA = modules/gnutls/extra.scm