summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChoe Hwanjin <choe.hwanjin@gmail.com>2011-03-11 00:01:20 +0900
committerChoe Hwanjin <choe.hwanjin@gmail.com>2011-03-11 00:01:20 +0900
commitaf02a9491b0023c23948e5ba5c6f42b7d204fea3 (patch)
treefb2ea268fba0cbeff60e2e5de9eb9ec54c1e55a9 /configure.ac
parent89b48613b0081e4979dea70372beeaa386b1d6ac (diff)
downloadlibhangul-af02a9491b0023c23948e5ba5c6f42b7d204fea3.tar.gz
gettext 관련 파일을 업데이트하기 위해서 autopoint를 사용함
git-svn-id: http://kldp.net/svn/hangul/libhangul/trunk@259 8f00fcd2-89fc-0310-932e-b01be5b65e01
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 260a761..d4581d6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -49,6 +49,7 @@ GETTEXT_PACKAGE="$PACKAGE"
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", gettext package name)
AM_GNU_GETTEXT([external])
+AM_GNU_GETTEXT_VERSION(0.11)
# Checks for unit test framework
PKG_PROG_PKG_CONFIG