aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rwxr-xr-xautogen.sh2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bcc44003df9..3d6cc362b67 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
12014-05-04 Paul Eggert <eggert@cs.ucla.edu> 12014-05-04 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * autogen.sh: Use ‘"’ to quote a message that often contains ‘'’.
4
3 Require ImageMagick >= 6.3.5, due to PixelSetMagickColor (Bug#17339). 5 Require ImageMagick >= 6.3.5, due to PixelSetMagickColor (Bug#17339).
4 * configure.ac (IMAGEMAGICK_MODULE): Bump prereq from 6.2.8 to 6.3.5. 6 * configure.ac (IMAGEMAGICK_MODULE): Bump prereq from 6.2.8 to 6.3.5.
5 A more-complicated fix would be to remove uses of PixelSetMagickColor, 7 A more-complicated fix would be to remove uses of PixelSetMagickColor,
diff --git a/autogen.sh b/autogen.sh
index cc68f13a138..d04893316a4 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -279,7 +279,7 @@ autoreconf -fi -I m4 || exit $?
279## cause 'make' to needlessly run 'autoheader'. 279## cause 'make' to needlessly run 'autoheader'.
280echo timestamp > src/stamp-h.in || exit 280echo timestamp > src/stamp-h.in || exit
281 281
282echo "You can now run \`./configure$env_space$AUTORECONF_ENV'." 282echo "You can now run \"./configure$env_space$AUTORECONF_ENV\"."
283 283
284exit 0 284exit 0
285 285