From: Heikki Junes Date: Wed, 20 Jul 2005 10:55:26 +0000 (+0000) Subject: * Documentation/topdocs/INSTALL.texi, configure.in: fix X-Git-Tag: release/2.7.3~34 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9e23fb01d71729a5615576ec9bfc036f5d200b6a;p=lilypond.git * Documentation/topdocs/INSTALL.texi, configure.in: fix version dependencies for fontforge and gs. --- diff --git a/ChangeLog b/ChangeLog index 48237866db..45a0957aee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-07-20 Heikki Junes + + * Documentation/topdocs/INSTALL.texi, configure.in: fix + version dependencies for fontforge and gs. + 2005-07-20 Han-Wen Nienhuys * scm/framework-null.scm: new file, used for benchmarking. diff --git a/Documentation/topdocs/INSTALL.texi b/Documentation/topdocs/INSTALL.texi index aacf932b43..4993a64702 100644 --- a/Documentation/topdocs/INSTALL.texi +++ b/Documentation/topdocs/INSTALL.texi @@ -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 7f59ec951b..bed0d62e20 100644 --- a/THANKS +++ b/THANKS @@ -11,6 +11,8 @@ Graham Percival - Documentation Editor CONTRIBUTORS + +Heikki Junes Joe Neeman Yoshinobu Ishizaki diff --git a/configure.in b/configure.in index e8766fc8fc..0fdd49c8ac 100644 --- a/configure.in +++ b/configure.in @@ -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])