Hi,

I'm currently working on a Debian package of the current unstable
lilypond version. I suggest the following patch to configure.ac, similar
to the version check in STEPMAKE_GUILE_DEVEL a couple of lines above.
Without this patch, at least for me the build fails if guile-1.8 is not
available on the system.

Regards,
Tobias
--- a/configure.ac
+++ b/configure.ac
@@ -219,7 +219,13 @@
 STEPMAKE_WINDOWS
 
 # guile executable for some scripts
-STEPMAKE_GUILE(OPTIONAL, 1.8.2, 1.9.0)
+if test "$GUILEv2" = "yes"
+then
+    STEPMAKE_GUILE(OPTIONAL, 2.0.7, 2.2.0)
+else
+    STEPMAKE_GUILE(OPTIONAL, 1.8.2, 1.9.0)
+fi
+
 
 # perl for help2man and for mf2pt1.pl
 STEPMAKE_PERL(REQUIRED)

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to