| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
This has probably no real practical use, but it simplifies testing.
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
This additional variable allows a check if an option was
explicitly given or implicitly set using the default.
|
| |
|
|
|