Commit 835b9cd586739a5cf086060f40b2d52b335ac40f

Werner Lemberg 2013-03-21T09:07:44

Minor.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/configure b/configure
index aa3956f..5052c08 100755
--- a/configure
+++ b/configure
@@ -28,9 +28,12 @@ if test -z "`$MAKE -v 2>/dev/null | grep GNU`"; then
   if test -z "`$MAKE -v 2>/dev/null | grep makepp`"; then
     echo "GNU make (>= 3.80) or makepp (>= 1.19) is required to build FreeType2." >&2
     echo "Please try" >&2
-    echo "  \`MAKE=<GNU make command name> $0'." >&2
-    echo "or >&2"
-    echo "  \`MAKE=\"makepp --norc-substitution\" $0'." >&2
+    echo >&2
+    echo "  MAKE=<GNU make command name> $0" >&2
+    echo >&2
+    echo "or" >&2
+    echo >&2
+    echo "  MAKE=\"makepp --norc-substitution\" $0" >&2
     exit 1
   fi
 fi