summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorMartin Blanchard <tchaik@gmx.com>2019-03-12 17:13:30 +0900
committerfujiwarat <takao.fujiwara1@gmail.com>2019-03-12 17:13:30 +0900
commitda71a2e69726815a561f0f8dc6ade572d08a037c (patch)
tree0343ed31ce5ef00ee0dc1d60f90030d8f6ccc680 /m4
parent49f1e2fed1f9bf4223602db84fe03f002e2a87d2 (diff)
downloadibus-anthy-da71a2e69726815a561f0f8dc6ade572d08a037c.tar.gz
build: Prefer gettext over intltool (#11)
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 cb179ca..50bc3c9 100644
--- a/m4/Makefile.am
+++ b/m4/Makefile.am
@@ -22,4 +22,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)