summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChangwoo Ryu <cwryu@debian.org>2019-08-10 22:13:15 +0900
committerChoe Hwanjin <choe.hwanjin@gmail.com>2021-04-06 23:16:55 +0900
commitcf218777a2019753462084a5ceec7ca0457b9f65 (patch)
tree86f20388f7ecc1312cb447e44b09a8be069dabdd /configure.ac
parent5d1c7a77e6153227701fc906d3611b15e5b390ee (diff)
downloadlibhangul-cf218777a2019753462084a5ceec7ca0457b9f65.tar.gz
intltool to gettext migration
https://wiki.gnome.org/Initiatives/GnomeGoals/GettextMigration
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 80ee216..369f904 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,8 @@ AC_SUBST(LIBHANGUL_CURRENT)
AC_SUBST(LIBHANGUL_REVISION)
AC_SUBST(LIBHANGUL_AGE)
-IT_PROG_INTLTOOL
+AM_GNU_GETTEXT_VERSION([0.19.8])
+AM_GNU_GETTEXT([external])
# Checks for programs.
AC_PROG_CC