]> git.donarmstrong.com Git - lilypond.git/blobdiff - configure.in
Reduce linewidths to 66 to avoid problems with people's text editor. Added
[lilypond.git] / 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`