From 707343e5eb8ee04c0e54091b86da6a5a49cc9748 Mon Sep 17 00:00:00 2001 From: Ludovic Courtes Date: Fri, 15 Feb 2008 17:48:55 +0100 Subject: Fix Guile-Lint support on NixOS. --- guile-lint.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'guile-lint.am') diff --git a/guile-lint.am b/guile-lint.am index 9fb1e55..7edf72d 100644 --- a/guile-lint.am +++ b/guile-lint.am @@ -9,7 +9,11 @@ if HAVE_GUILE_LINT # reports errors (e.g., with macros). So better ignore its exit code # for now. +# Note: We re-export `$GUILE' to make sure Guile-Lint uses the same +# Guile as we do, e.g., on NixOS. + all-local: $(dist_module_DATA) - -$(GUILE_LINT) -L $(top_srcdir)/src/guile \ + -GUILE="$(GUILE)" \ + $(GUILE_LINT) -L $(top_srcdir)/src/guile \ -L $(top_builddir)/src/guile -k $^ endif -- cgit v1.2.3