emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r117058: * autogen.sh: Use ‘"’ to quote a message t


From: Paul Eggert
Subject: [Emacs-diffs] trunk r117058: * autogen.sh: Use ‘"’ to quote a message that often contains ‘'’.
Date: Sun, 04 May 2014 21:18:32 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117058
revision-id: address@hidden
parent: address@hidden
author: Paul Eggert  <address@hidden>
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Sun 2014-05-04 14:18:30 -0700
message:
  * autogen.sh: Use ‘"’ to quote a message that often contains ‘'’.
modified:
  ChangeLog                      changelog-20091113204419-o5vbwnq5f7feedwu-1538
  autogen.sh                     autogen.sh-20091113204419-o5vbwnq5f7feedwu-2495
=== modified file 'ChangeLog'
--- a/ChangeLog 2014-05-04 19:37:56 +0000
+++ b/ChangeLog 2014-05-04 21:18:30 +0000
@@ -1,5 +1,7 @@
 2014-05-04  Paul Eggert  <address@hidden>
 
+       * 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,

=== modified file 'autogen.sh'
--- a/autogen.sh        2014-05-03 18:24:10 +0000
+++ b/autogen.sh        2014-05-04 21:18:30 +0000
@@ -279,7 +279,7 @@
 ## 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
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]