summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am13
-rw-r--r--configure.ac13
2 files changed, 3 insertions, 23 deletions
diff --git a/Makefile.am b/Makefile.am
index 0baf322..7c82a74 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,21 +15,14 @@
## along with this program; if not, write to the Free Software
## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-EXTRA_DIST = config.rpath m4/ChangeLog COPYING \
- intltool-extract.in \
- intltool-update.in \
- intltool-merge.in
+EXTRA_DIST = config.rpath COPYING
AUTOMAKE_OPTIONS = gnu
-SUBDIRS = po intl src utils tests
+SUBDIRS = src utils tests
MAINTAINERCLEANFILES = Makefile.in
-CLEANFILES = *.bak \
- intltool-extract \
- intltool-merge \
- intltool-update
-
+CLEANFILES = *.bak
ACLOCAL = aclocal -I .
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