summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorMartin Blanchard <tchaik@gmx.com>2019-03-07 22:02:50 +0000
committerMartin Blanchard <tchaik@gmx.com>2019-03-07 22:21:33 +0000
commit8745e3f2630cdad6b1715b4a074e4efc4db14534 (patch)
treeda3019e353448a591033a9105ad5c3c961e53d8b /m4
parent23c22e50f1eef2d5b5fb88f999849e8cba131ee8 (diff)
downloadibus-hangul-8745e3f2630cdad6b1715b4a074e4efc4db14534.tar.gz
build: Prefer gettext over intltool
The intltool module is outdated: https://wiki.gnome.org/Initiatives/GnomeGoals/GettextMigration
Diffstat (limited to 'm4')
-rw-r--r--m4/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/m4/Makefile.am b/m4/Makefile.am
index 675bb5f..5b9d60f 100644
--- a/m4/Makefile.am
+++ b/m4/Makefile.am
@@ -20,4 +20,12 @@
EXTRA_DIST = \
as-version.m4 \
+ gettext.m4 \
+ iconv.m4 \
+ lib-ld.m4 \
+ lib-link.m4 \
+ lib-prefix.m4 \
+ nls.m4 \
+ po.m4 \
+ progtest.m4 \
$(NULL)