]> git.donarmstrong.com Git - lilypond.git/blob - debian/patches/support_guile_2
Add new patch to support guile-2.0
[lilypond.git] / debian / patches / support_guile_2
1 Description: Add Guile 2.0 support to lilypond
2 Origin: vendor
3 Bug-Debian: http://bugs.debian.org/746005
4 Author: Don Armstrong <don@debian.org>
5 --- a/configure.ac
6 +++ b/configure.ac
7 @@ -219,7 +219,7 @@
8  STEPMAKE_WINDOWS
9  
10  # guile executable for some scripts
11 -STEPMAKE_GUILE(OPTIONAL, 1.8.2, 1.9.0)
12 +STEPMAKE_GUILE(OPTIONAL, 1.8.2, 2.2.0)
13  
14  # perl for help2man and for mf2pt1.pl
15  STEPMAKE_PERL(REQUIRED)