lilypond-devel
[Top][All Lists]
Advanced

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

Re: aclocal.m4: also recognize guile2.2 (issue 555370043 by address@hidd


From: hanwenn
Subject: Re: aclocal.m4: also recognize guile2.2 (issue 555370043 by address@hidden)
Date: Fri, 06 Mar 2020 12:10:23 -0800

Reviewers: lemzwerg,

Message:
commit 2d97439099b42785f3f0aafb2d715f532f6ed2a9
Author: Han-Wen Nienhuys <address@hidden>
Date:   Thu Feb 27 23:09:38 2020 +0100

    Also recognize guile2.2
    
    https://sourceforge.net/p/testlilyissues/issues/5800
    http://codereview.appspot.com/555370043


Description:
aclocal.m4: also recognize guile2.2

Please review this at https://codereview.appspot.com/555370043/

Affected files (+1, -1 lines):
  M aclocal.m4


Index: aclocal.m4
diff --git a/aclocal.m4 b/aclocal.m4
index 
19345394857c85a6d6f0e8a8cb8796d9bb928245..1b09e4437efeef462f55bf687d06476f93c59187
 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -630,7 +630,7 @@ AC_DEFUN(STEPMAKE_GUILE, [
     AC_MSG_CHECKING([for guile])
     guile="guile"
     found="no"
-    for r in $GUILE guile guile2 guile2.0 guile-2.0 \
+    for r in $GUILE guile guile2 guile2.2 guile2.0 guile-2.0 \
              guile1 guile19 guile18 \
              guile1.9 guile1.8 \
              guile-1 guile-1.9 guile-1.8; do





reply via email to

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