aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-11-04 00:16:54 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-11-04 00:16:54 +0800
commit0ff7c1f97322f3e0f2c4c1bca6c9bef7cf9453c6 (patch)
treee0e007d978c582056172aa2786d0aaf49095718e
parent6f1ef0ffdd957568425ffb1d4e07f57b137573ae (diff)
downloadgsoc2013-evolution-0ff7c1f97322f3e0f2c4c1bca6c9bef7cf9453c6.tar
gsoc2013-evolution-0ff7c1f97322f3e0f2c4c1bca6c9bef7cf9453c6.tar.gz
gsoc2013-evolution-0ff7c1f97322f3e0f2c4c1bca6c9bef7cf9453c6.tar.bz2
gsoc2013-evolution-0ff7c1f97322f3e0f2c4c1bca6c9bef7cf9453c6.tar.lz
gsoc2013-evolution-0ff7c1f97322f3e0f2c4c1bca6c9bef7cf9453c6.tar.xz
gsoc2013-evolution-0ff7c1f97322f3e0f2c4c1bca6c9bef7cf9453c6.tar.zst
gsoc2013-evolution-0ff7c1f97322f3e0f2c4c1bca6c9bef7cf9453c6.zip
AC_PROG_INTLTOOL instead of
AM_PROG_XML_I18N_TOOLS. svn path=/trunk/; revision=18509
-rw-r--r--ChangeLog5
-rw-r--r--configure.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2cd79432f6..c936c531a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-11-03 Ettore Perazzoli <ettore@ximian.com>
+
+ * configure.in: AC_PROG_INTLTOOL instead of
+ AM_PROG_XML_I18N_TOOLS.
+
2002-11-01 Ettore Perazzoli <ettore@ximian.com>
* configure.in: Update to use Autoconf 2.53. Remove checks for
diff --git a/configure.in b/configure.in
index 4d9c87070e..6a72254a4a 100644
--- a/configure.in
+++ b/configure.in
@@ -54,7 +54,7 @@ AM_CONDITIONAL(HAVE_JW, test "x$HAVE_JW" = "xyes")
AC_SUBST(HAVE_JW)
dnl Initialize xml-i18n-tools
-AM_PROG_XML_I18N_TOOLS
+AC_PROG_INTLTOOL
dnl Initialize libtool
AM_PROG_LIBTOOL