]> 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)
committerPatrick McCarty <pnorcks@gmail.com>
Wed, 16 Sep 2009 18:34:15 +0000 (11:34 -0700)
(cherry picked from commit 71b978ee2718cd0e3fdb2ade582af3e2fe5ab855)

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`