summaryrefslogtreecommitdiff
path: root/configure.ac
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 /configure.ac
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 'configure.ac')
-rw-r--r--configure.ac12
1 files changed, 8 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index c7cbbf5..70cb39e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -55,7 +55,6 @@ AM_PROG_CC_C_O
AC_PROG_CXX
AC_HEADER_STDC
LT_INIT
-IT_PROG_INTLTOOL([0.41.1])
dnl - For dislpay Date
m4_define(ibus_datedisplay,
@@ -412,14 +411,19 @@ AC_SUBST(LT_VERSION_INFO)
dnl - define GETTEXT_* variables
GETTEXT_PACKAGE=ibus-anthy
AC_SUBST(GETTEXT_PACKAGE)
-AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Define to the read-only architecture-independent data directory.])
+AC_DEFINE_UNQUOTED(
+ GETTEXT_PACKAGE, "$GETTEXT_PACKAGE",
+ [Define to the read-only architecture-independent data directory.]
+)
+
+AM_GNU_GETTEXT_VERSION([0.19.8])
AM_GNU_GETTEXT([external])
-AM_GNU_GETTEXT_VERSION(0.16.1)
dnl - OUTPUT files
-AC_CONFIG_FILES([ po/Makefile.in
+AC_CONFIG_FILES([
+po/Makefile.in
Makefile
ibus-anthy.spec
data/Makefile