diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2004-04-30 Rodney Dawes <dobey@ximian.com> + + * configure.in: Require intltool 0.30 for the error xml files + 2004-04-30 Mike Castle <dalgoda@ix.netcom.com> * data/Makefile.am (install-data-local): get the mime file from 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 |