summaryrefslogtreecommitdiff
path: root/build-aux/po
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-07-20 08:59:04 -0700
committerKarl Berry <karl@freefriends.org>2015-07-20 08:59:04 -0700
commiteda101a012571c3d043380c959d0aa04de40e721 (patch)
treef28fbe12e1f070775c584d4afc9d03bb91745695 /build-aux/po
parent5db5343031edb72b4bb5d25fe4aa26ed4099607c (diff)
downloadgnulib-eda101a012571c3d043380c959d0aa04de40e721.tar.gz
autoupdate
Diffstat (limited to 'build-aux/po')
-rw-r--r--build-aux/po/Makefile.in.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/po/Makefile.in.in b/build-aux/po/Makefile.in.in
index d1ca9d781a..c36f1ad26d 100644
--- a/build-aux/po/Makefile.in.in
+++ b/build-aux/po/Makefile.in.in
@@ -6,7 +6,7 @@
# notice and this notice are preserved. This file is offered as-is,
# without any warranty.
#
-# Origin: gettext-0.19
+# Origin: gettext-0.19.5
GETTEXT_MACRO_VERSION = 0.19
PACKAGE = @PACKAGE@
@@ -224,7 +224,7 @@ $(POFILES): $(POFILESDEPS)
test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
echo "$${cdcmd}$(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) --lang=$${lang} $${lang}.po $(DOMAIN).pot"; \
cd $(srcdir) \
- && { case `$(MSGMERGE_UPDATE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
+ && { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
'' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
$(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) $${lang}.po $(DOMAIN).pot;; \
*) \