feat(plugins): allow subclasses to set autoconf parameters
Metadata
Current evaluation
Merged a feature allowing autotools and make plugin subclasses to set default autoconf parameters. Approved by two reviewers and passing CI, the update enables applications to customize configure parameters for specific use cases.
Suggested action: —
No scores available.
Issue body
Applications subclassing the autotools plugin can set default configure
parameters to values specific to the applications' use case. Also extend
the pattern to the make plugin.
- [ ] Have you followed the guidelines for contributing?
- [ ] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
- [ ] Have you successfully run `make lint && make test`?
- [ ] Have you added an entry to the changelog (`docs/reference/changelog.rst`)?
---
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged a feature allowing autotools and make plugin subclasses to set default autoconf parameters. Approved by two reviewers and passing CI, the update enables applications to customize configure parameters for specific use cases. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged to allow autotools and make plugin subclasses to define custom default configure parameters. The change extends the plugin architecture for application-specific autoconf settings. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #35 plugins: add autotools plugin | craft-parts | merged | Merged the addition of an autotools plugin for handling ./configure scripts. Approved by two reviewers, the change adds 195 lines across four files, successfully integrating new build system support. |