added --previous to all msgmerge commands
this raises the version required for running msgmerge to gettext 0.16 for normal building there should be *no* difference
This commit is contained in:
parent
ea27c901cb
commit
463ad3f584
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ GMSGFMT = @GMSGFMT@
|
|||
MSGFMT = @MSGFMT@
|
||||
XGETTEXT = @XGETTEXT@
|
||||
WMLXGETTEXT = $(top_srcdir)/utils/wmlxgettext
|
||||
MSGMERGE = msgmerge
|
||||
MSGMERGE = msgmerge --previous
|
||||
MSGMERGE_UPDATE = @MSGMERGE@ --update
|
||||
MSGINIT = msginit
|
||||
MSGCONV = msgconv
|
||||
|
|
Loading…
Add table
Reference in a new issue