From: Choe Hwanjin Date: Thu, 10 Mar 2011 15:01:20 +0000 (+0900) Subject: gettext 관련 파일을 업데이트하기 위해서 autopoint를 사용함 X-Git-Tag: libhangul-0.1.0~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=af02a9491b0023c23948e5ba5c6f42b7d204fea3;p=platform%2Fcore%2Fuifw%2Flibhangul.git gettext 관련 파일을 업데이트하기 위해서 autopoint를 사용함 git-svn-id: http://kldp.net/svn/hangul/libhangul/trunk@259 8f00fcd2-89fc-0310-932e-b01be5b65e01 --- 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