From ece0773ca85bf8a7235795ead111bf971312c80b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Wed, 10 May 2017 16:32:26 +0200 Subject: build: Prefer building with Guile 2.2. * Makefile.am (guilesitedir): Append @GUILE_EFFECTIVE_VERSION@. * configure.ac: Use 'GUILE_PKG', and pass "2.2" first. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index c77ad64..841f35f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ bin_SCRIPTS = bin/cuirass bin/evaluate noinst_SCRIPTS = pre-inst-env -guilesitedir = $(datarootdir)/guile/site/2.0 +guilesitedir = $(datarootdir)/guile/site/@GUILE_EFFECTIVE_VERSION@ dist_guilesite_DATA = src/cuirass.scm nodist_guilesite_DATA = $(dist_guilesite_DATA:.scm=.go) -- cgit v1.2.3