nls: Do not update po files on first make invocation.
authorJulien Lepiller <julien@lepiller.eu>
Sun, 2 May 2021 20:12:16 +0000 (22:12 +0200)
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>
Mon, 3 May 2021 13:29:44 +0000 (09:29 -0400)
commita23789bbbdd23b1130f0f2521ee8d68872b7fc2c
treef6fbe27e3fa836112ca2c76a852540a4ce7205fb
parent283d4960a47e51bfab5466ca857cf3eddeacbe2e
nls: Do not update po files on first make invocation.

We need to update the minimal gettext version to take advantage of new
features.  Before this patch, the first make invocation would modify
po/guix and po/packages po files, and we advised to run `git checkout
po` to clean the changes.

* configure.ac (AM_GNU_GETTEXT_VERSION): Update to 0.19.1.
* po/guix/Makevars: Set PO_DEPENDS_ON_POT to no.
* po/packages/Makevars: Set PO_DEPENDS_ON_POT to no.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
configure.ac
po/guix/Makevars
po/packages/Makevars