aboutsummaryrefslogtreecommitdiffstats
path: root/m4
Commit message (Collapse)AuthorAgeFilesLines
* configure: Add an option to enable all optional features/pluginsTobias Brunner2014-03-201-1/+3
| | | | This has probably no real practical use, but it simplifies testing.
* autoconf: Split PACKAGE_VERSION in four partsTobias Brunner2013-09-021-0/+17
| | | | | | | | | | | The parts can be accessed with the variables: PACKAGE_VERSION_MAJOR PACKAGE_VERSION_MINOR PACKAGE_VERSION_BUILD PACKAGE_VERSION_REVIEW The last part will be empty for regular releases.
* Add a configure option to disable all default pluginsTobias Brunner2013-02-041-1/+3
| | | | | | The --disable-defaults option disables all plugins that would be enabled by default. This allows to selectively enable specific plugins without issues when new default options get added in future releases.
* Include m4/config directory in git, supporting autoregen -i of a fresh cloneMartin Willi2011-06-012-1/+1
|
* Use a m4 helper macro to build plugin listsMartin Willi2010-08-121-0/+10
|
* Set a xy_given variable for a --enable/disable-xy optionMartin Willi2010-03-111-4/+8
| | | | | This additional variable allows a check if an option was explicitly given or implicitly set using the default.
* Use macros to define --with optionsMartin Willi2009-09-071-0/+24
|
* Use macros to define --enable/--disable optionsMartin Willi2009-09-071-0/+32
|
* Added a .gitignore for generated m4 scriptsMartin Willi2009-09-071-0/+1