Reviewers: ,

Message:
Graham said
"we cannot assume that we have fontforge 20110222
with --enable-double until ../configure checks for this.
This requires a change to configure.in which will be 1-10 lines of
code."

I don't know how to check for --enable-double but this patch assures
that fontforge 20110222 is a requirement, not an option.

Description:
build: adding forntforge 20110222 to requirements

Please review this at http://codereview.appspot.com/5530044/

Affected files:
  M configure.in


Index: configure.in
diff --git a/configure.in b/configure.in
index 7a020d6e097fdef22e04ad16af6cc935f2da19a4..c599c0ee70b53acb11b60d984ca7a0c14c53f26f 100644
--- a/configure.in
+++ b/configure.in
@@ -163,8 +163,7 @@ STEPMAKE_PYTHON_DEVEL(REQUIRED)

 STEPMAKE_PATH_PROG(GHOSTSCRIPT, gs, OPTIONAL, 8.60)

-STEPMAKE_PATH_PROG(FONTFORGE, fontforge, REQUIRED, 20100501)
-STEPMAKE_PATH_PROG(FONTFORGE, fontforge, OPTIONAL, 20110222)
+STEPMAKE_PATH_PROG(FONTFORGE, fontforge, REQUIRED, 20110222)

 STEPMAKE_PATH_PROG(T1ASM, t1asm, REQUIRED)




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

Reply via email to