lilypond-devel
[Top][All Lists]
Advanced

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

build: adding forntforge 20110222 to requirements (issue 5530044)


From: janek . lilypond
Subject: build: adding forntforge 20110222 to requirements (issue 5530044)
Date: Sat, 07 Jan 2012 23:24:18 +0000

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)






reply via email to

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