GNOME Bugzilla – Bug 377295
configure help for available extensions outdated
Last modified: 2006-11-24 10:05:40 UTC
configure --help for available extensions is outdated and has a typo: --with-extensions=extension1,extension2,... build the specified extensions. Available: actions, adblock, certificates, error-viewer, extensions-manager-ui, gestures, livehttpheaders, page-info, rss, sample, sampls-mozilla, select-stylesheet, sidebar, smart-bookmarks, tab-groups, as well as the aliases default, all, and really-all The following extensions are missing from the list: auto-reload, auto-scroller, favicon, greasemonkey, permissions, push-scroller, python-console, sample-python, tab-states, java-console Additionally sample-mozilla has a typo - "sampls"
Created attachment 76894 [details] [review] Trivial patch against 2.16.1 This patch uses the same approach as before - simply list all the available extensions manually, without using ALL_EXTENSIONS or PYTHON_ALL_EXTENSIONS to do it automatically
Created attachment 76896 [details] [review] Patch for HEAD The same patch with cc-license-viewer added for HEAD usage, where cc-license-viewer extension has been added to PYTHON_ALL_EXTENSIONS
Thanks!
Committed patches to the appropriate branch, with the following ChangeLog entry for both: 2006-11-24 Mart Raudsepp <mraudsepp@cvs.gnome.org> * configure.ac: Update list of extensions in configure help. Fixes bug #377295.