summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPeng Huang <shawn.p.huang@gmail.com>2009-10-10 07:07:11 +0800
committerPeng Huang <shawn.p.huang@gmail.com>2009-10-10 07:07:11 +0800
commit8b3a7e9dbfa097c594cc31c55c04ab72661ef033 (patch)
tree0f6d46b1d617f4f83ca9ce54f290197a66953a2e /configure.ac
parentd78465f9eb4fa032888b60c9ecf6a6c744f2ecd8 (diff)
downloadibus-libpinyin-8b3a7e9dbfa097c594cc31c55c04ab72661ef033.tar.gz
ibus-libpinyin-8b3a7e9dbfa097c594cc31c55c04ab72661ef033.tar.xz
ibus-libpinyin-8b3a7e9dbfa097c594cc31c55c04ab72661ef033.zip
Use gnome-autogen and update zh_CN.po
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 3 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 438b767..6825d8a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -47,6 +47,7 @@ AC_PROG_CXX
AM_PROG_CC_C_O
AC_ISC_POSIX
AC_HEADER_STDC
+IT_PROG_INTLTOOL([0.35.0])
AM_PROG_LIBTOOL
# check ibus
@@ -74,11 +75,9 @@ AM_PATH_PYTHON([2.5])
# define GETTEXT_* variables
GETTEXT_PACKAGE=ibus-pinyin
AC_SUBST(GETTEXT_PACKAGE)
-AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Define to the read-only architecture-independent data directory.])
-
-AM_GNU_GETTEXT([external])
-AM_GNU_GETTEXT_VERSION(0.16.1)
+AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package])
+AM_GLIB_GNU_GETTEXT
# --enable-db-android
AC_ARG_ENABLE(db-android,