Mercurial > hg > octave-jordi > gnulib-hg
changeset 18057:7f6dc0c3b535
autoupdate
author | Karl Berry <karl@freefriends.org> |
---|---|
date | Mon, 20 Jul 2015 08:59:04 -0700 |
parents | 0e448a70368a |
children | b667e7ac6e3f |
files | build-aux/po/Makefile.in.in |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 @@ 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;; \ *) \