unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* Master - Autoconf macro GUILE_PKG should track 2.2 as well
@ 2016-06-25  2:35 David Pirotte
  0 siblings, 0 replies; only message in thread
From: David Pirotte @ 2016-06-25  2:35 UTC (permalink / raw)
  To: guile-devel


[-- Attachment #1.1: Type: text/plain, Size: 33 bytes --]

Hello,

	Attached...

David

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-Autoconf-macro-GUILE_PKG-should-track-2.2-as-well.patch --]
[-- Type: text/x-patch, Size: 828 bytes --]

From fb74ffddbfae759054838e9291c7a25f65044052 Mon Sep 17 00:00:00 2001
From: David Pirotte <david@altosw.be>
Date: Fri, 24 Jun 2016 23:24:50 -0300
Subject: [PATCH 1/2] Autoconf macro GUILE_PKG should track 2.2 as well

* meta/guile.m4: Adding 2.2 to the list of avalable version of Guile to
  look for.
---
 meta/guile.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/guile.m4 b/meta/guile.m4
index dd3c212..e1d6483 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
-- 
2.8.1


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-06-25  2:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-25  2:35 Master - Autoconf macro GUILE_PKG should track 2.2 as well David Pirotte

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).