Fix scim-tables' gettext problem.
authorTz-Huan Huang <tzhuan@gmail.com>
Tue, 3 Jul 2012 04:21:26 +0000 (04:21 +0000)
committerTz-Huan Huang <tzhuan@gmail.com>
Tue, 3 Jul 2012 04:21:26 +0000 (04:21 +0000)
svn commit r395

bootstrap
configure.ac

index 2d7c43fc2b0363a928327da21414c998d908e434..a507b5ef23279894ee9602ff27dabe53525abb67 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -22,6 +22,8 @@
 set -x
 
 autoreconf --force --install
+intltoolize --force
+autoreconf
 
 #aclocal -I m4
 #autoheader
index 15ee25d2d1e683669c47ca8891b11dbc71364727..f990725218f06d233692a881729603dfe9e07356 100644 (file)
@@ -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