* autogen.sh: Use ‘"’ to quote a message that often contains ‘'’.
This commit is contained in:
parent
3e9fa60a5c
commit
4a05c50a46
2 changed files with 3 additions and 1 deletions
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue