Use upstream gettext instead the glib one

This commit is contained in:
Javier Jardón
2010-09-30 21:50:44 +02:00
parent e582ccff2d
commit 1a6782bfc1
2 changed files with 6 additions and 2 deletions

View File

@ -22,4 +22,7 @@ which gnome-autogen.sh || {
echo "You need to install gnome-common from the GNOME git"
exit 1
}
autopoint --force || exit $?
USE_GNOME2_MACROS=1 . gnome-autogen.sh

View File

@ -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)