projects
/
platform
/
core
/
uifw
/
ise-engine-tables.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b03a1d
)
Fix scim-tables' gettext problem.
author
Tz-Huan Huang
<tzhuan@gmail.com>
Tue, 3 Jul 2012 04:21:26 +0000
(
04:21
+0000)
committer
Tz-Huan Huang
<tzhuan@gmail.com>
Tue, 3 Jul 2012 04:21:26 +0000
(
04:21
+0000)
svn commit r395
bootstrap
patch
|
blob
|
history
configure.ac
patch
|
blob
|
history
diff --git
a/bootstrap
b/bootstrap
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
diff --git
a/configure.ac
b/configure.ac
index 15ee25d2d1e683669c47ca8891b11dbc71364727..f990725218f06d233692a881729603dfe9e07356 100644
(file)
--- 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