From cca994dde70bef1b6c4e5cab871bcef845fec37c Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Thu, 20 Aug 2015 22:24:37 +0200 Subject: [PATCH] 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... --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)') -- 2.39.5