diff src/config.mk.in @ 5962:fd96c55d683d v7.4.322

updated for version 7.4.322 Problem: Using "msgfmt" is hard coded, cannot use "gmsgfmt". Solution: Use the msgfmt command found by configure. (Danek Duvall)
author Bram Moolenaar <bram@vim.org>
date Thu, 12 Jun 2014 18:03:29 +0200
parents 1ccc1ace9e5b
children de35e123e63c
line wrap: on
line diff
--- a/src/config.mk.in
+++ b/src/config.mk.in
@@ -164,6 +164,8 @@ OS_EXTRA_OBJ	= @OS_EXTRA_OBJ@
 ### If the *.po files are to be translated to *.mo files.
 MAKEMO		= @MAKEMO@
 
+MSGFMT		= @MSGFMT@
+
 # Make sure that "make first" will run "make all" once configure has done its
 # work.  This is needed when using the Makefile in the top directory.
 first: all