From 3e22eef52c2826c3a8f8e7980affdce3856e270e Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Sun, 7 Oct 2018 16:59:34 +0200 Subject: [PATCH] Fix guile-config for Guile 3.0 * meta/guile-config.in (guile-module): Use pkg-config for effective version. --- meta/guile-config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/guile-config.in b/meta/guile-config.in index b3e4c3d94..46428e1b9 100755 --- a/meta/guile-config.in +++ b/meta/guile-config.in @@ -8,7 +8,7 @@ exec "@installed_guile@" -e main -s $0 "$@" ;;;; guile-config --- utility for linking programs with Guile ;;;; Jim Blandy --- September 1997 ;;;; -;;;; Copyright (C) 1998, 2001, 2004, 2005, 2006, 2008, 2009, 2011 Free Software Foundation, Inc. +;;;; Copyright (C) 1998,2001,2004-2006,2008-2009,2011,2018 Free Software Foundation, Inc. ;;;; ;;;; This library is free software; you can redistribute it and/or ;;;; modify it under the terms of the GNU Lesser General Public @@ -77,7 +77,7 @@ exec "@installed_guile@" -e main -s $0 "$@" (dle " " p " --help - show usage info (this message)") (dle " " p " --help SUBCOMMAND - show help for SUBCOMMAND"))) -(define guile-module "guile-2.2") +(define guile-module "guile-@GUILE_EFFECTIVE_VERSION@") (define (pkg-config . args) (let* ((real-args (cons %pkg-config-program args))