]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix commit `Issue 4552 / 1: Add configure script to search TeX Gyre font OTF files'.
authorWerner Lemberg <wl@gnu.org>
Thu, 20 Aug 2015 20:24:37 +0000 (22:24 +0200)
committerWerner Lemberg <wl@gnu.org>
Thu, 20 Aug 2015 20:24:37 +0000 (22:24 +0200)
Printing a backtick doesn't work with the current definition of
STEPMAKE_ADD_ENTRY...

configure.ac

index 11ccebaef17b200b2e8622cf37129121bae6d771..ca151e70f3f4fdfca196a9bb671ba177e1024da8 100644 (file)
@@ -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)')