summaryrefslogtreecommitdiffstats
path: root/src/config.mk.in
diff options
context:
space:
mode:
authorRestorerZ <restorer@mail2k.ru>2024-03-12 22:11:36 +0100
committerChristian Brabandt <cb@256bit.org>2024-03-12 22:14:39 +0100
commite498cafe74e9073a9f8134f04c22b61d7bc68894 (patch)
tree33fd95ffb3a3027e87e3913e2a6b47418b7febb5 /src/config.mk.in
parent9a660d2883f92b3a3761c964dc14363a8f70c8d8 (diff)
patch 9.1.0173: msgfmt ver. 0.22 forcibly converts text to UTF-8v9.1.0173
Problem: msgfmt ver. 0.22 forcibly converts text to UTF-8 Solution: use '--no-convert' if msgfmt supports it. Add a configure check for the msgfmt version (RestorerZ). closes: #14163 Co-authored-by: Christian Brabandt <cb@256bit.org> Signed-off-by: RestorerZ <restorer@mail2k.ru> Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'src/config.mk.in')
-rw-r--r--src/config.mk.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.mk.in b/src/config.mk.in
index 4eb692839b..2aaaf69f43 100644
--- a/src/config.mk.in
+++ b/src/config.mk.in
@@ -175,6 +175,7 @@ OS_EXTRA_OBJ = @OS_EXTRA_OBJ@
MAKEMO = @MAKEMO@
MSGFMT = @MSGFMT@
+MSGFMTCMD = @MSGFMTCMD@
MSGFMT_DESKTOP = @MSGFMT_DESKTOP@
### set if $SOURCE_DATE_EPOCH was set when running configure