diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-11-04 00:16:54 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-11-04 00:16:54 +0800 |
commit | 0ff7c1f97322f3e0f2c4c1bca6c9bef7cf9453c6 (patch) | |
tree | e0e007d978c582056172aa2786d0aaf49095718e /configure.in | |
parent | 6f1ef0ffdd957568425ffb1d4e07f57b137573ae (diff) | |
download | gsoc2013-evolution-0ff7c1f97322f3e0f2c4c1bca6c9bef7cf9453c6.tar.gz gsoc2013-evolution-0ff7c1f97322f3e0f2c4c1bca6c9bef7cf9453c6.tar.zst gsoc2013-evolution-0ff7c1f97322f3e0f2c4c1bca6c9bef7cf9453c6.zip |
AC_PROG_INTLTOOL instead of
AM_PROG_XML_I18N_TOOLS.
svn path=/trunk/; revision=18509
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |