diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2006-05-09 18:56:29 +0800 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2006-05-09 18:56:29 +0800 |
commit | 4b4abd30438c497ec12073b1775fd37ccc34cb83 (patch) | |
tree | 6c3a4377676f3e9a10cb4cc1d9a95e436b572d0e /configure.in | |
parent | 8e8efaafceffb25a297e59cb485a51f5645c2a7a (diff) | |
download | gsoc2013-evolution-4b4abd30438c497ec12073b1775fd37ccc34cb83.tar.gz gsoc2013-evolution-4b4abd30438c497ec12073b1775fd37ccc34cb83.tar.zst gsoc2013-evolution-4b4abd30438c497ec12073b1775fd37ccc34cb83.zip |
Patch from Brian Pepple to achieve GNOME Goal for po/LINGUAS. Closes bug
2006-05-09 Kjartan Maraas <kmaraas@gnome.org>
* configure.in: Patch from Brian Pepple to achieve
GNOME Goal for po/LINGUAS. Closes bug #337965.
* po/LINGUAS: New file.
svn path=/trunk/; revision=31964
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 4584d2efda..9487d8055d 100644 --- a/configure.in +++ b/configure.in @@ -80,9 +80,8 @@ AM_CONDITIONAL(HAVE_JW, test "x$HAVE_JW" = "xyes") AC_SUBST(HAVE_JW) dnl I18N stuff -AC_PROG_INTLTOOL([0.30]) +AC_PROG_INTLTOOL([0.34.90]) -ALL_LINGUAS="am ar az be bg bn bs ca cs cy da de dz el en_AU en_CA en_GB es et eu fa fi fr ga gl gu he hi hr hu id is it ja ka ko ku lt lv mn mk ms nb ne nl nn pa pl pt pt_BR ro ru rw sk sl sq sr sr@Latn sv ta te th tr uk vi wa xh zh_CN zh_HK zh_TW" AM_GLIB_GNU_GETTEXT GETTEXT_PACKAGE=evolution-$BASE_VERSION |