diff options
author | Rodney Dawes <dobey@ximian.com> | 2004-05-01 03:33:22 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2004-05-01 03:33:22 +0800 |
commit | 5135f65c83b0256b275a4166c3dbfbe4315509b7 (patch) | |
tree | a412573818472ae487949bbb92ebcbccc9f70306 /configure.in | |
parent | fade26c2d60b3bde2dc84339382434e2f85ff68e (diff) | |
download | gsoc2013-evolution-5135f65c83b0256b275a4166c3dbfbe4315509b7.tar.gz gsoc2013-evolution-5135f65c83b0256b275a4166c3dbfbe4315509b7.tar.zst gsoc2013-evolution-5135f65c83b0256b275a4166c3dbfbe4315509b7.zip |
Require intltool 0.30 for the error xml files
2004-04-30 Rodney Dawes <dobey@ximian.com>
* configure.in: Require intltool 0.30 for the error xml files
svn path=/trunk/; revision=25725
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 b5079f48cb..9a16913550 100644 --- a/configure.in +++ b/configure.in @@ -44,7 +44,7 @@ AM_CONDITIONAL(HAVE_JW, test "x$HAVE_JW" = "xyes") AC_SUBST(HAVE_JW) dnl I18N stuff -AC_PROG_INTLTOOL +AC_PROG_INTLTOOL([0.30]) ALL_LINGUAS="am az be bg ca cs da de el en_AU en_CA en_GB es et eu fa fi fr ga gl hr hu is it ja ko lt lv mn ms nl nn no pl pt pt_BR ro ru sk sl sq sr sr@Latn sv tr uk vi zh_CN zh_TW" AM_GLIB_GNU_GETTEXT |