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.13.4-1~140 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0162536d5361e83344a71b304f625e2a99c3a7e7;p=lilypond.git [configure]: Reject OTF versions from Century fonts too. --- diff --git a/configure.in b/configure.in index f274204aaa..66226f8bc3 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`