guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 01/01: Fix guile-config for Guile 3.0


From: Andy Wingo
Subject: [Guile-commits] 01/01: Fix guile-config for Guile 3.0
Date: Sun, 7 Oct 2018 17:07:48 -0400 (EDT)

wingo pushed a commit to branch master
in repository guile.

commit 3e22eef52c2826c3a8f8e7980affdce3856e270e
Author: Andy Wingo <address@hidden>
Date:   Sun Oct 7 16:59:34 2018 +0200

    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 b3e4c3d..46428e1 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 <address@hidden> --- 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 "address@hidden@")
 
 (define (pkg-config . args)
   (let* ((real-args (cons %pkg-config-program args))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]