From 8bfd62301c5b727cbb0960240854138484e8a98e Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Sat, 6 Oct 2007 21:48:15 +0200 Subject: [PATCH] Ignore ttf files with fontforge configure check Signed-off-by: Reinhold Kainhofer --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 15a41e98e0..6468597097 100644 --- a/configure.in +++ b/configure.in @@ -70,7 +70,7 @@ 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" | grep 'file:'` + NCSB_FILE=`$FCMATCH --verbose "Century Schoolbook L:style=$style" | grep 'file:' | grep -v "\.ttf"` NCSB_FILE=`echo $NCSB_FILE | sed 's/^.*"\(.*\)".*$/\1/g'` NCSB_FILE=`$PYTHON "$srcdir/buildscripts/readlink.py" $NCSB_FILE` -- 2.39.2