diff options
author | Daiki Ueno <ueno@gnu.org> | 2015-07-28 14:32:43 +0900 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2015-07-28 14:36:34 +0900 |
commit | 712d6770504fd326a45d3e0bd101484e984f8150 (patch) | |
tree | a7590032bd6618295f4a28b9c428a184cd1ce1bb /Admin | |
parent | 733283cfc3a631e594e67065a27e3c547d1e6639 (diff) | |
download | external_gettext-712d6770504fd326a45d3e0bd101484e984f8150.zip external_gettext-712d6770504fd326a45d3e0bd101484e984f8150.tar.gz external_gettext-712d6770504fd326a45d3e0bd101484e984f8150.tar.bz2 |
build: Substitute archive version with configure
* gettext-tools/configure.ac (ARCHIVE_VERSION): New substituted
variable.
* gettext-tools/misc/gettextize.in (archive_version): New variable, set
to ARCHIVE_VERSION. Use it as the argument of AM_GNU_GETTEXT_VERSION.
* gettext-tools/tests/init-env.in (ARCHIVE_VERSION): New substituted
variable.
* gettext-tools/tests/autopoint-2: Use ARCHIVE_VERSION, instead of the
hard-coded version string.
* gettext-tools/tests/autopoint-3: Likewise.
Diffstat (limited to 'Admin')
-rw-r--r-- | Admin/release-steps | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/Admin/release-steps b/Admin/release-steps index 1eab4d3..c568442 100644 --- a/Admin/release-steps +++ b/Admin/release-steps @@ -112,17 +112,13 @@ Release procedure * Update autopoint related files: - - gettext-tools/misc/autopoint.in - - Update the case statement to include the latest release. + - gettext-tools/configure.ac - - gettext-tools/tests/autopoint-[23] + Update ARCHIVE_VERSION - Update required_gettext_version. - - - gettext-tools/misc/gettextize.in + - gettext-tools/misc/autopoint.in - Update gettext_version. + Update the case statement to include the latest release. and commit the changes. |