]> git.donarmstrong.com Git - lilypond.git/blobdiff - configure.in
[configure]: Reject OTF versions from Century fonts too.
[lilypond.git] / configure.in
index b067305f9dcf38c807099c986524dd54bd279cec..e2118d95f598ca016eaa350497cf727da45950c5 100644 (file)
@@ -73,7 +73,9 @@ 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:foundry=urw" | grep 'file:' | grep -v "\.ttf"`
+      NCSB_FILE=`$FCMATCH --verbose "Century Schoolbook L:style=$style:foundry=urw" \
+                | grep 'file:' \
+                | grep -v "\.@<:@ot@:>@tf"`
 
       NCSB_FILE=`echo $NCSB_FILE | sed 's/^.*"\(.*\)".*$/\1/g'`
       NCSB_FILE=`$PYTHON "$srcdir/scripts/auxiliar/readlink.py" $NCSB_FILE`