From: Tz-Huan Huang Date: Tue, 3 Jul 2012 04:21:26 +0000 (+0000) Subject: Fix scim-tables' gettext problem. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=44abcabb15e9ce3b6ffc58c9e05613869828ade5;p=platform%2Fcore%2Fuifw%2Fise-engine-tables.git Fix scim-tables' gettext problem. svn commit r395 --- diff --git a/bootstrap b/bootstrap index 2d7c43f..a507b5e 100755 --- a/bootstrap +++ b/bootstrap @@ -22,6 +22,8 @@ set -x autoreconf --force --install +intltoolize --force +autoreconf #aclocal -I m4 #autoheader diff --git a/configure.ac b/configure.ac index 15ee25d..f990725 100644 --- a/configure.ac +++ b/configure.ac @@ -19,6 +19,9 @@ ALL_LINGUAS="zh_CN zh_TW ja ko de fr it pa nl" AM_GNU_GETTEXT([external]) AM_GNU_GETTEXT_VERSION(0.14) +# Check intltool +IT_PROG_INTLTOOL([0.33], [no-xml]) + AC_LIBTOOL_WIN32_DLL AC_LIBTOOL_DLOPEN AC_PROG_LIBTOOL