]> git.eshelyaron.com Git - emacs.git/commitdiff
* autogen.sh: Use ‘"’ to quote a message that often contains ‘'’.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 4 May 2014 21:18:30 +0000 (14:18 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 4 May 2014 21:18:30 +0000 (14:18 -0700)
ChangeLog
autogen.sh

index bcc44003df9e56013d24d0f1fc0ef43f7127cd46..3d6cc362b67e502cb1666f249d907ba74cf1e7c1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2014-05-04  Paul Eggert  <eggert@cs.ucla.edu>
 
+       * autogen.sh: Use ‘"’ to quote a message that often contains ‘'’.
+
        Require ImageMagick >= 6.3.5, due to PixelSetMagickColor (Bug#17339).
        * configure.ac (IMAGEMAGICK_MODULE): Bump prereq from 6.2.8 to 6.3.5.
        A more-complicated fix would be to remove uses of PixelSetMagickColor,
index cc68f13a138886b5b3f98310e2ac053147e10bd6..d04893316a485a3561678da910b10aa75284f612 100755 (executable)
@@ -279,7 +279,7 @@ autoreconf -fi -I m4 || exit $?
 ## cause 'make' to needlessly run 'autoheader'.
 echo timestamp > src/stamp-h.in || exit
 
-echo "You can now run \`./configure$env_space$AUTORECONF_ENV'."
+echo "You can now run \"./configure$env_space$AUTORECONF_ENV\"."
 
 exit 0