Page MenuHome GnuPG

Bump gettext version to 0.21
Needs ReviewPublic

Authored by gniibe on Mar 16 2024, 5:32 PM.

Details

Reviewers
mjsir911
Summary

All I've done is bump the version in configure.ac and run autopoint --force

It *looks* like this was already done in b37c68f2 (mostly). I'm a bit confused as to the discrepancy that ended up happening between po/Makefile.in.in & configure.ac's gettext versions. Let's make them
match again.

Test Plan

Project configures & compiles correctly (even after running autopoint --force against the README.GIT's best wishes)

Diff Detail

Repository
rE libgpg-error
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

mjsir911 created this revision.
mjsir911 edited the summary of this revision. (Show Details)

Thank you for the reminder. I will update the version in configure.ac for AM_GNU_GETTEXT_VERSION, when I will confirm other developers' emvironment.

Please note that it's not right running autopoint --force or gettexize --force for a project which is already using gettext; For example, the file po/Makevars.template is a template for po/Makevars, which is not intended to be distributed.
The version specified in configure.ac is used by autogen.sh, so, the version should be conservative. On the other hand, m4 macro update from newer version is useful.

gniibe edited reviewers, added: mjsir911; removed: gniibe.