From: Werner Lemberg Date: Tue, 25 Aug 2009 06:53:39 +0000 (+0200) Subject: [configure]: Reject OTF versions from Century fonts too. X-Git-Tag: release/2.12.3-1~7 X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=commitdiff_plain;h=dcab4f0a3ce9ab526bce4777d9cba36c3d81201c;p=lilypond.git [configure]: Reject OTF versions from Century fonts too. (cherry picked from commit 71b978ee2718cd0e3fdb2ade582af3e2fe5ab855) --- diff --git a/configure.in b/configure.in index b067305f9d..e2118d95f5 100644 --- a/configure.in +++ b/configure.in @@ -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`