From 0162536d5361e83344a71b304f625e2a99c3a7e7 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Tue, 25 Aug 2009 08:53:39 +0200 Subject: [PATCH] [configure]: Reject OTF versions from Century fonts too. --- configure.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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` -- 2.39.5