Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4a05c50a
Commit
4a05c50a
authored
May 04, 2014
by
Paul Eggert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* autogen.sh: Use ‘"’ to quote a message that often contains ‘'’.
parent
3e9fa60a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
ChangeLog
ChangeLog
+2
-0
autogen.sh
autogen.sh
+1
-1
No files found.
ChangeLog
View file @
4a05c50a
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,
...
...
autogen.sh
View file @
4a05c50a
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment