summaryrefslogtreecommitdiff
path: root/m4macros
diff options
context:
space:
mode:
authorRomain Bouvier <skunnyk@alteroot.org>2021-01-11 00:33:52 +0100
committerSimon Steinbeiß <ochosi@xfce.org>2021-01-12 15:32:55 +0100
commit6f651e4a6b1e78d4745cba1b8bb193d73e38af2b (patch)
treeb7d3a9cb1095b627c120545a31703fd81c9eb9a3 /m4macros
parent008475ee9a08aaa458df8ff650d739889fb377a0 (diff)
downloadxfce4-dev-tools-6f651e4a6b1e78d4745cba1b8bb193d73e38af2b.tar.gz
Get rid of glib-gettextize usage and XGETTEXT_ARGS custom args
- intltoolize already do all the job that glib-gettextize do (maybe since 10 years) - Remove the XGETTEXT_ARGS custom feature, I can't find any projec using this in xfce
Diffstat (limited to 'm4macros')
-rw-r--r--m4macros/xdt-i18n.m410
1 files changed, 0 insertions, 10 deletions
diff --git a/m4macros/xdt-i18n.m4 b/m4macros/xdt-i18n.m4
index 1abd153..7adc761 100644
--- a/m4macros/xdt-i18n.m4
+++ b/m4macros/xdt-i18n.m4
@@ -66,15 +66,5 @@ AC_DEFUN([XDT_I18N],
])
AC_MSG_RESULT([$localedir])
AC_SUBST([localedir])
-
- dnl Determine additional xgettext flags
- AC_MSG_CHECKING([for additional xgettext flags])
- if test x"$XGETTEXT_ARGS" = x""; then
- XGETTEXT_ARGS="--keyword=Q_ --from-code=UTF-8";
- else
- XGETTEXT_ARGS="$XGETTEXT_ARGS --keyword=Q_ --from-code=UTF-8";
- fi
- AC_SUBST([XGETTEXT_ARGS])
- AC_MSG_RESULT([$XGETTEXT_ARGS])
])