Remove hard-coded version number from release tools (dist.sh...)
----------------------------------------------------------------
Key: AXIS2C-1457
URL: https://issues.apache.org/jira/browse/AXIS2C-1457
Project: Axis2-C
Issue Type: Wish
Components: build system (Unix/Linux)
Affects Versions: 1.6.0, Current (Nightly)
Reporter: Olivier Mengué
Priority: Minor
Currently the last version number (1.6.0) is hard coded in the release scripts
(dist.sh, bindist.sh).
It would be easier to build custom builds if those release scripts would use
the version number defined in configure.ac.
The fix is to make the script to be generated from template by the configure
script:
- rename the scripts to ${script}.in
- replace "1.6.0" with "@VERSION@"
- add ${script} to AC_CONFIG_FILES() in configure.ac
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]