summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2010-08-03 11:08:59 +0800
committerPeng Wu <alexepico@gmail.com>2010-08-03 11:08:59 +0800
commita7104b5a177b6020d637c15f6552117968e29bde (patch)
tree20f3374200cd444719d5dc7837e4dd50813a57dd /configure.ac
parentbc405dc74f029339a2267daf0654839288109f9e (diff)
downloadlibpinyin-a7104b5a177b6020d637c15f6552117968e29bde.tar.gz
libpinyin-a7104b5a177b6020d637c15f6552117968e29bde.tar.xz
libpinyin-a7104b5a177b6020d637c15f6552117968e29bde.zip
fixes autoconf.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/configure.ac b/configure.ac
index 0007d6f..0d9390a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,17 +25,6 @@ AC_PROG_LIBTOOL
AC_LIB_LTDL
AC_SUBST(LIBTOOL_DEPS)
-# Init gettext
-ALL_LINGUAS="zh_CN zh_TW"#"ko ja de fr it"
-AM_GNU_GETTEXT
-
-# Check intltool
-#AC_PROG_INTLTOOL
-IT_PROG_INTLTOOL([0.33], [no-xml])
-
-GETTEXT_PACKAGE="libpinyin"
-AC_SUBST(GETTEXT_PACKAGE)
-
# libtool option to control which symbols are exported
# right now, symbols starting with _ are not exported
LIBTOOL_EXPORT_OPTIONS='-export-symbols-regex "^[[^_]].*"'
@@ -78,8 +67,6 @@ AC_SEARCH_LIBS([db_create], [db], [], AC_MSG_ERROR([Cannot find Berkeley DB libr
AC_CONFIG_FILES([Makefile
- po/Makefile.in
- intl/Makefile
src/Makefile
src/include/Makefile
src/storage/Makefile