Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
olena
Commits
b7e6a030
Commit
b7e6a030
authored
Sep 15, 2011
by
Guillaume Lazzara
Browse files
bootstrap: Fix minimum required version for convert.
parent
4b5e69d7
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
b7e6a030
2011-09-15 Guillaume Lazzara <z@lrde.epita.fr>
* bootstrap: Fix minimum required version for convert.
2011-09-15 Guillaume Lazzara <z@lrde.epita.fr>
* configure.ac: Handle both GraphicsMagick and ImageMagick.
...
...
bootstrap
View file @
b7e6a030
...
...
@@ -154,7 +154,11 @@ export LIBTOOLIZE=$libtoolize
require
$libtoolize
1.5.22
require doxygen 1.5.6
require convert 6.3.7
# We used to require `convert' from ImageMagick 6.3.7, but `convert'
# from GraphicsMagick 1.3.12 is also fine. Use that later revision
# number even if ImageMagick is actually used so as to be compatible
# with both implementations.
require convert 1.3.12
-version
require hevea 1.10
-version
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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