diff options
author | Kenneth Christiansen <kenneth@gnu.org> | 2001-02-04 12:10:39 +0800 |
---|---|---|
committer | Kenneth Christiansen <kenneth@src.gnome.org> | 2001-02-04 12:10:39 +0800 |
commit | 1b96583c0c6142969e366409bdfd371f078fc683 (patch) | |
tree | c999053054b4c122cb4c35b28ae368a302d058c6 /configure.in | |
parent | d33f5f73f8a0f16975dc8028c6a5886dc7c95b17 (diff) | |
download | gsoc2013-evolution-1b96583c0c6142969e366409bdfd371f078fc683.tar.gz gsoc2013-evolution-1b96583c0c6142969e366409bdfd371f078fc683.tar.zst gsoc2013-evolution-1b96583c0c6142969e366409bdfd371f078fc683.zip |
Added AM_PROG_XML_I18N_TOOLS so translations works correctly. Added a
2001-02-04 Kenneth Christiansen <kenneth@gnu.org>
* configure.in: Added AM_PROG_XML_I18N_TOOLS
so translations works correctly.
* macros/autogen.sh: Added a check for xml-i18n-tools.
svn path=/trunk/; revision=7951
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 3aacc9837a..821fc1220c 100644 --- a/configure.in +++ b/configure.in @@ -13,6 +13,8 @@ PACKAGE=evolution AM_INIT_AUTOMAKE($PACKAGE, $VERSION) AC_SUBST(VERSION) +dnl Initialize xml-i18n-tools +AM_PROG_XML_I18N_TOOLS dnl Initialize libtool AM_PROG_LIBTOOL |