Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
eog-plugins
Commits
90653a96
Commit
90653a96
authored
May 05, 2009
by
Felix Riemann
Browse files
Make the --with-plugins configure parameter look nice
parent
8af751a4
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
90653a96
2009-05-05 Felix Riemann <friemann@svn.gnome.org>
* configure.ac: Make --with-plugins parameter appear nice with a list
of the included plugins.
2009-05-05 Felix Riemann <friemann@svn.gnome.org>
* autogen.sh:
...
...
configure.ac
View file @
90653a96
...
...
@@ -76,14 +76,14 @@ then
else
AC_MSG_WARN([eog compiled without python support, plugins $PYTHON_ALL_PLUGINS will not be available])
fi
AC_ARG_WITH([plugins],
[ --with-plugins=plugin1,plugin2,...
build the specified plugins. Available:
postr, as well as the aliases default,
all, and really-all],
[plugins=$with_plugins],
[plugins="default"])
[AS_HELP_STRING([--with-plugins=LIST],
[Comma-separated list specifying the plugins to build.
Available: champlain, fit-to-width, postr, pythonconsole,
slideshowshuffle, as well as the aliases default,
all, and really-all])],
[plugins=$with_plugins],
[plugins="default"])
if test "x$with_plugins" = xyes
then
...
...
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