summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2017-09-02 02:05:51 +0200
committerJonathan Kang <jonathan121537@gmail.com>2017-09-22 12:01:20 +0800
commitab2108662183805273e014b1ecf705be745f8d85 (patch)
treeb64d9144f696b03dd817af4842a06e642c6cfda2 /configure.ac
parent2c18217aa1c775f1d3c6e714ca230c09df8ac0da (diff)
downloadgnome-logs-ab2108662183805273e014b1ecf705be745f8d85.tar.gz
Migrate from intltool to gettext.
For more info, see [1]. [1] https://wiki.gnome.org/MigratingFromIntltoolToGettext Signed-off-by: Niels De Graef <nielsdegraef@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 102b4d7..4d327c1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,7 +31,8 @@ AS_IF([test "x$GLIB_MKENUMS" = "x"],
AC_SUBST([GLIB_COMPILE_RESOURCES], [`$PKG_CONFIG --variable glib_compile_resources gio-2.0`])
dnl Internationalization
-IT_PROG_INTLTOOL([0.50.0])
+AM_GNU_GETTEXT([external])
+AM_GNU_GETTEXT_VERSION([0.19.8])
AC_SUBST([GETTEXT_PACKAGE], [AC_PACKAGE_TARNAME])
AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], ["$GETTEXT_PACKAGE"], [gettext package name])