From eda101a012571c3d043380c959d0aa04de40e721 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 20 Jul 2015 08:59:04 -0700 Subject: [PATCH] autoupdate --- build-aux/po/Makefile.in.in | 4 ++-- 1 file 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;; \ *) \ -- 2.39.5