diff options
author | Javier Jardón <jjardon@gnome.org> | 2010-10-01 03:50:44 +0800 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-10-01 03:50:44 +0800 |
commit | 1a6782bfc18d2b2d6eb5e57194f0d3a086cfabce (patch) | |
tree | f99cbb75e5be50744fdb7b5830ca557f982870e7 /configure.ac | |
parent | e582ccff2d7642353462c966995be217a568a706 (diff) | |
download | gsoc2013-evolution-1a6782bfc18d2b2d6eb5e57194f0d3a086cfabce.tar.gz gsoc2013-evolution-1a6782bfc18d2b2d6eb5e57194f0d3a086cfabce.tar.zst gsoc2013-evolution-1a6782bfc18d2b2d6eb5e57194f0d3a086cfabce.zip |
Use upstream gettext instead the glib one
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index af2ac94daa..fcb65e9860 100644 --- a/configure.ac +++ b/configure.ac @@ -229,9 +229,10 @@ fi dnl ****************************** dnl I18N stuff dnl ****************************** -IT_PROG_INTLTOOL([0.35.5]) +IT_PROG_INTLTOOL([0.40.0]) -AM_GLIB_GNU_GETTEXT +AM_GNU_GETTEXT_VERSION([0.17]) +AM_GNU_GETTEXT([external]) GETTEXT_PACKAGE=evolution-$BASE_VERSION AC_SUBST(GETTEXT_PACKAGE) |