Skip to content

Commit

Permalink
gettext 관련 파일을 업데이트하기 위해서 autopoint를 사용함
Browse files Browse the repository at this point in the history
git-svn-id: http://kldp.net/svn/hangul/libhangul/trunk@259 8f00fcd2-89fc-0310-932e-b01be5b65e01
  • Loading branch information
choehwanjin committed Mar 10, 2011
1 parent 89b4861 commit af02a94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion autogen.sh
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if test -z "$libtoolize"; then
libtoolize=libtoolize libtoolize=libtoolize
fi fi


gettextize --force --no-changelog autopoint --force
$libtoolize --automake --copy --force $libtoolize --automake --copy --force
aclocal $ACLOCAL_AMFLAGS aclocal $ACLOCAL_AMFLAGS
autoheader autoheader
Expand Down
1 change: 1 addition & 0 deletions configure.ac
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ GETTEXT_PACKAGE="$PACKAGE"
AC_SUBST(GETTEXT_PACKAGE) AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", gettext package name) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", gettext package name)
AM_GNU_GETTEXT([external]) AM_GNU_GETTEXT([external])
AM_GNU_GETTEXT_VERSION(0.11)


# Checks for unit test framework # Checks for unit test framework
PKG_PROG_PKG_CONFIG PKG_PROG_PKG_CONFIG
Expand Down

0 comments on commit af02a94

Please sign in to comment.