summaryrefslogtreecommitdiff
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
parent89b48613b0081e4979dea70372beeaa386b1d6ac (diff)
downloadlibhangul-af02a9491b0023c23948e5ba5c6f42b7d204fea3.tar.gz
gettext 관련 파일을 업데이트하기 위해서 autopoint를 사용함
git-svn-id: http://kldp.net/svn/hangul/libhangul/trunk@259 8f00fcd2-89fc-0310-932e-b01be5b65e01
-rwxr-xr-xautogen.sh2
-rw-r--r--configure.ac1
2 files changed, 2 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index d6e7db7..635edf6 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -8,7 +8,7 @@ if test -z "$libtoolize"; then
libtoolize=libtoolize
fi
-gettextize --force --no-changelog
+autopoint --force
$libtoolize --automake --copy --force
aclocal $ACLOCAL_AMFLAGS
autoheader
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