[evolution-data-server] Use upstream gettext instead glib one
- From: Javier Jardón <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Use upstream gettext instead glib one
- Date: Thu, 30 Sep 2010 19:34:22 +0000 (UTC)
commit 5440f849c38f9855386bf19507315432e4dd24e5
Author: Javier Jardón <jjardon gnome org>
Date: Thu Sep 30 21:22:15 2010 +0200
Use upstream gettext instead glib one
autogen.sh | 3 +++
configure.ac | 3 ++-
2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 38349a4..e16daa8 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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
diff --git a/configure.ac b/configure.ac
index 2ee263d..caf32ca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]