]> git.donarmstrong.com Git - lilypond.git/commitdiff
[configure]: Reject OTF versions from Century fonts too.
authorWerner Lemberg <wl@gnu.org>
Tue, 25 Aug 2009 06:53:39 +0000 (08:53 +0200)
committerWerner Lemberg <wl@gnu.org>
Tue, 25 Aug 2009 06:53:39 +0000 (08:53 +0200)
configure.in

index f274204aaa4bdd354b924f20f75da2ea9750cfb1..66226f8bc369f226d2b6d41e3487c4e10cec72c8 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`