bug-lilypond
[Top][All Lists]
Advanced

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

Re: configure doesn't check for t1asm, t1utils


From: John Mandereau
Subject: Re: configure doesn't check for t1asm, t1utils
Date: Tue, 26 Aug 2008 22:39:22 +0200

On 2008/08/23 23:10 -0700, Richard Powell wrote:
> I just downloaded from git last weekish via the command:
> 
> git clone git://git.sv.gnu.org/lilypond.git
> 
> ===
> pascal:lilypond richardpowell$ git log
> commit 57149ead5101efed1c286e6cb20665366c878044
> Author: Carl Sorensen <address@hidden>
> Date:   Fri Jul 4 16:44:44 2008 -0600
> 
>      Remove leftover debugging comments from fret-diagrams.scm
> ===
> 
> looks like the last check in was on July 4th.

I beg your pardon, but commits are pushed ("checked-in" is for CVS) to
branch "master" on git.sv.gnu.org almost daily.  I suspect you didn't
pull ("git pull") recently, or cloning failed before completion, so you
missed a lot of commits; the particular commit you miss is

commit 378f582cbdc7191dba967a9b6e6c45e75bf61f5a
Author: John Mandereau <address@hidden>
Date:   Fri Jul 18 22:57:24 2008 +0200

    Add configure check for t1asm

diff --git a/configure.in b/configure.in
index 8a193d0..1f3040a 100644
--- a/configure.in
+++ b/configure.in
@@ -133,6 +133,8 @@ STEPMAKE_PATH_PROG(GHOSTSCRIPT, gs, OPTIONAL, 8.15)
 
 STEPMAKE_PATH_PROG(FONTFORGE, fontforge, REQUIRED, 20050624)
 
+STEPMAKE_PATH_PROG(T1ASM, t1asm, REQUIRED)
+
 AC_CHECK_HEADERS([assert.h grp.h libio.h pwd.h sys/stat.h wchar.h 
fpu_control.h])
 AC_LANG_PUSH(C++)
 AC_CHECK_HEADERS([sstream boost/lambda/lambda.hpp])


Hope this helps,
John





reply via email to

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