Use upstream gettext instead glib one
authorJavier Jardón <jjardon@gnome.org>
Thu, 30 Sep 2010 19:22:15 +0000 (21:22 +0200)
committerJavier Jardón <jjardon@gnome.org>
Thu, 30 Sep 2010 19:33:56 +0000 (21:33 +0200)
autogen.sh
configure.ac

index 38349a4..e16daa8 100755 (executable)
@@ -22,4 +22,7 @@ which gnome-autogen.sh || {
     echo "You need to install gnome-common from the GNOME CVS"
     exit 1
 }
+
+autopoint --force || exit $?
+
 USE_GNOME2_MACROS=1 . gnome-autogen.sh
index 2ee263d..caf32ca 100644 (file)
@@ -249,7 +249,8 @@ dnl I18N stuff
 dnl ******************************
 IT_PROG_INTLTOOL([0.35.5])
 
-AM_GLIB_GNU_GETTEXT
+AM_GNU_GETTEXT_VERSION([0.17])
+AM_GNU_GETTEXT([external])
 
 GETTEXT_PACKAGE=evolution-data-server-$BASE_VERSION
 AC_SUBST(GETTEXT_PACKAGE)