Skip to content

WIP: Substitute src/args-std.def via configure run

Tim Rühsen requested to merge tmp-substitution into master

Generate src/args-std.def from src/args-std.def.in during ./configure run.

So that version, copyright and package information reported by --version is correct after building (e.g. for installation). Prior this change, that information was only available within the tarball.

Maybe I introduced this during the bootstrap changes before 3.6.3 (didn't check).

Reviewer's checklist:

  • Any issues marked for closing are addressed
  • There is a test suite reasonably covering new functionality or modifications
  • Function naming, parameters, return values, types, etc., are consistent and according to CONTRIBUTION.md
  • This feature/change has adequate documentation added
  • No obvious mistakes in the code
Edited by Nikos Mavrogiannopoulos

Merge request reports