summaryrefslogtreecommitdiff
path: root/src/config.mk.in
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-06-12 18:03:29 +0200
committerBram Moolenaar <Bram@vim.org>2014-06-12 18:03:29 +0200
commite639eb44e9ca063f682f064095aa98fc781f5df1 (patch)
treee743fcd6d235b940df364569ca65943354ecccc4 /src/config.mk.in
parent0e6c5ef7ef4f4a1eb16b5eebc97e3bf139d6276a (diff)
downloadvim-git-e639eb44e9ca063f682f064095aa98fc781f5df1.tar.gz
updated for version 7.4.322v7.4.322
Problem: Using "msgfmt" is hard coded, cannot use "gmsgfmt". Solution: Use the msgfmt command found by configure. (Danek Duvall)
Diffstat (limited to 'src/config.mk.in')
-rw-r--r--src/config.mk.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.mk.in b/src/config.mk.in
index 3b08766d1..bd5649e4d 100644
--- 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