]> git.donarmstrong.com Git - lilypond.git/commitdiff
* Documentation/topdocs/INSTALL.texi, configure.in: fix
authorHeikki Junes <heikki.junes@hut.fi>
Wed, 20 Jul 2005 10:55:26 +0000 (10:55 +0000)
committerHeikki Junes <heikki.junes@hut.fi>
Wed, 20 Jul 2005 10:55:26 +0000 (10:55 +0000)
version dependencies for fontforge and gs.

ChangeLog
Documentation/topdocs/INSTALL.texi
THANKS
configure.in

index 48237866db07f243977b04b2c375b215cc66c76e..45a0957aeee28cdb42e605935e8c9bd4580ad77d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-07-20  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * Documentation/topdocs/INSTALL.texi, configure.in: fix
+       version dependencies for fontforge and gs.
+
 2005-07-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * scm/framework-null.scm: new file, used for benchmarking.
index aacf932b43092199fd74885fca761b17c1398511..4993a6470254f69db0160c11b94b0b0568f162da 100644 (file)
@@ -19,8 +19,8 @@
 
 @section Downloading
 
-Even numbered minor versions are `stable' (2.2, 2.4 etc), while odd
-version are development releases (2.3, 2.5, etc).  Building LilyPond
+Even numbered minor versions are `stable' (2.4, 2.6 etc), while odd
+version are development releases (2.5, 2.7, etc).  Building LilyPond
 is an involved process.  If possible
 @uref{http://lilypond.org/download,download a precompiled binary}
 for your platform.
@@ -70,7 +70,7 @@ FOO-devel, libFOO-dev or FOO-dev package too.
 
 @itemize
 
-@item @uref{http://fontforge.sf.net/,FontForge} 20050530 or newer.
+@item @uref{http://fontforge.sf.net/,FontForge} 20050624 or newer.
 
 @item @uref{http://www.xs4all.nl/~hanwen/mftrace/,mftrace} (1.1.9 or
 newer),
diff --git a/THANKS b/THANKS
index 7f59ec951b389a47587965030ae365be64499b76..bed0d62e207454cdafc008c0813e2b0f50ad002d 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -11,6 +11,8 @@ Graham Percival   - Documentation Editor
 
 
 CONTRIBUTORS
+
+Heikki Junes
 Joe Neeman
 Yoshinobu Ishizaki
 
index e8766fc8fc4e6d18ad20e966ea18fd8a7193fc1f..0fdd49c8ac848ed9ad9f39b297931b722ed4c650 100644 (file)
@@ -66,9 +66,9 @@ STEPMAKE_GUILE_DEVEL(REQUIRED, 1.6.5)
 STEPMAKE_MAKEINFO(REQUIRED)
 STEPMAKE_PYTHON_DEVEL(REQUIRED)
 
-STEPMAKE_PATH_PROG(GHOSTSCRIPT, gs, OPTIONAL, 8.14)
+STEPMAKE_PATH_PROG(GHOSTSCRIPT, gs, OPTIONAL, 8.15)
 
-STEPMAKE_PROGS(MFTRACE, mftrace, REQUIRED, 1.1.1)
+STEPMAKE_PROGS(MFTRACE, mftrace, REQUIRED, 1.1.9)
 STEPMAKE_PATH_PROG(FONTFORGE, fontforge, REQUIRED, 20050624)
 
 AC_CHECK_HEADERS([assert.h grp.h libio.h pwd.h sys/stat.h wchar.h])