From: Reinhold Kainhofer Date: Sat, 6 Oct 2007 19:48:15 +0000 (+0200) Subject: Ignore ttf files with fontforge configure check X-Git-Tag: release/2.11.35-1~91 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8bfd62301c5b727cbb0960240854138484e8a98e;p=lilypond.git Ignore ttf files with fontforge configure check Signed-off-by: Reinhold Kainhofer --- 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`