guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 02/02: Update guile.m4 to check for 2.2 by default


From: Andy Wingo
Subject: [Guile-commits] 02/02: Update guile.m4 to check for 2.2 by default
Date: Wed, 31 May 2017 15:52:44 -0400 (EDT)

wingo pushed a commit to branch stable-2.2
in repository guile.

commit 9846178c69445142ef0b9432417453d2d4de6635
Author: Andy Wingo <address@hidden>
Date:   Wed May 31 21:52:15 2017 +0200

    Update guile.m4 to check for 2.2 by default
    
    * meta/guile.m4 (GUILE_PKG): Update default Guile versions to 2.2.
---
 meta/guile.m4 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/guile.m4 b/meta/guile.m4
index 4978880..89823e9 100644
--- a/meta/guile.m4
+++ b/meta/guile.m4
@@ -61,7 +61,7 @@
 #
 AC_DEFUN([GUILE_PKG],
  [PKG_PROG_PKG_CONFIG
-  _guile_versions_to_search="m4_default([$1], [2.0 1.8])"
+  _guile_versions_to_search="m4_default([$1], [2.2 2.0 1.8])"
   if test -n "$GUILE_EFFECTIVE_VERSION"; then
     _guile_tmp=""
     for v in $_guile_versions_to_search; do
@@ -221,7 +221,7 @@ AC_DEFUN([GUILE_SITE_DIR],
 # as well.
 #
 # By default, this macro will search for the latest stable version of
-# Guile (e.g. 2.0). x.y or x.y.z versions can be specified. If an older
+# Guile (e.g. 2.2). x.y or x.y.z versions can be specified. If an older
 # version is found, the macro will signal an error.
 #
 # The effective version of the found @code{guile} is set to
@@ -237,7 +237,7 @@ AC_DEFUN([GUILE_SITE_DIR],
 AC_DEFUN([GUILE_PROGS],
  [_guile_required_version="m4_default([$1], [$GUILE_EFFECTIVE_VERSION])"
   if test -z "$_guile_required_version"; then
-    _guile_required_version=2.0
+    _guile_required_version=2.2
   fi
 
   _guile_candidates=guile



reply via email to

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