You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
557 B
12 lines
557 B
diff -Naur lilypond-2.18.2.orig/aclocal.m4 lilypond-2.18.2/aclocal.m4 |
|
--- lilypond-2.18.2.orig/aclocal.m4 2014-03-17 16:29:16.000000000 +0100 |
|
+++ lilypond-2.18.2/aclocal.m4 2015-07-20 23:48:09.857819701 +0200 |
|
@@ -42,7 +42,7 @@ |
|
|
|
if test -z "$_ver"; then |
|
## If empty, try date [fontforge] |
|
- eval _ver=\"\`("$1" --version || "$1" -V) 2>&1 | grep '[0-9]\{6,8\}' \ |
|
+ eval _ver=\"\`("$1" --version || "$1" -V) 2>&1 | grep 'libfontforge [0-9]\{6,8\}' \ |
|
| head -n 1 \ |
|
| sed -e 's/^[^.0-9]*//' -e 's/[^.0-9]*$//'\`\" |
|
fi
|
|
|