From 4a05c50a46dee2a75b06a2e4e3bc7732c267d7bb Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 4 May 2014 14:18:30 -0700 Subject: * autogen.sh: Use ‘"’ to quote a message that often contains ‘'’. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ChangeLog | 2 ++ autogen.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bcc44003df..3d6cc362b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2014-05-04 Paul Eggert + * 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, diff --git a/autogen.sh b/autogen.sh index cc68f13a13..d04893316a 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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 -- cgit v1.2.3