From: Werner Lemberg <wl@gnu.org>
Date: Thu, 20 Aug 2015 20:24:37 +0000 (+0200)
Subject: Fix commit `Issue 4552 / 1: Add configure script to search TeX Gyre font OTF files'.
X-Git-Tag: release/2.19.26-1~22
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=cca994dde70bef1b6c4e5cab871bcef845fec37c;p=lilypond.git

Fix commit `Issue 4552 / 1: Add configure script to search TeX Gyre font OTF files'.

Printing a backtick doesn't work with the current definition of
STEPMAKE_ADD_ENTRY...
---

diff --git a/configure.ac b/configure.ac
index 11ccebaef1..ca151e70f3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -95,7 +95,7 @@ if test "$TEXGYRE_DIR" = "" -o "$MISSING_TEXGYRE_FILES" != ""; then
     if test "$FCLIST" = ""; then
       STEPMAKE_ADD_ENTRY(REQUIRED,'(install the fc-list utility from FontConfig, or use --with-texgyre-dir)')
     else
-      STEPMAKE_ADD_ENTRY(REQUIRED,'(make sure the fc-list utility can see them, e.g. \`sudo apt-get install fonts-texgyre\', or use --with-texgyre-dir)')
+      STEPMAKE_ADD_ENTRY(REQUIRED,"(make sure the fc-list utility can see them, e.g. 'sudo apt-get install fonts-texgyre', or use --with-texgyre-dir)")
     fi
   else
     STEPMAKE_ADD_ENTRY(REQUIRED,'(these files are missing: $MISSING_TEXGYRE_FILES)')