]> git.donarmstrong.com Git - lilypond.git/commitdiff
Ignore ttf files with fontforge configure check
authorReinhold Kainhofer <reinhold@kainhofer.com>
Sat, 6 Oct 2007 19:48:15 +0000 (21:48 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Tue, 9 Oct 2007 22:51:27 +0000 (00:51 +0200)
Signed-off-by: Reinhold Kainhofer <reinhold@kainhofer.com>
configure.in

index 15a41e98e0a71b37a44aab00c7172b2f52061830..6468597097a45e91e8968e2e09e039236dd0cc55 100644 (file)
@@ -70,7 +70,7 @@ if test "$NCSB_DIR" != "" ;  then
 else
   if test "$FCMATCH" != ""; then
     for style in Roman Italic "Bold Italic" Bold; do
-      NCSB_FILE=`$FCMATCH --verbose "Century Schoolbook L:style=$style" | grep 'file:'`
+      NCSB_FILE=`$FCMATCH --verbose "Century Schoolbook L:style=$style" | grep 'file:' | grep -v "\.ttf"`
 
       NCSB_FILE=`echo $NCSB_FILE | sed 's/^.*"\(.*\)".*$/\1/g'`
       NCSB_FILE=`$PYTHON "$srcdir/buildscripts/readlink.py" $NCSB_FILE`