[totem] Use upstream gettext instead of GLib's gettext
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] Use upstream gettext instead of GLib's gettext
- Date: Fri, 8 Oct 2010 23:15:05 +0000 (UTC)
commit 1c1672491442722ffff58c5ec2645096283b255f
Author: Philip Withnall <philip tecnocode co uk>
Date: Sat Oct 9 00:14:38 2010 +0100
Use upstream gettext instead of GLib's gettext
As explained here: http://blogs.gnome.org/jjardon/2010/10/08
/use-upstream-gettext-instead-the-glib-one/.
configure.in | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index bc3ace7..aa8c8cf 100644
--- a/configure.in
+++ b/configure.in
@@ -25,7 +25,8 @@ dnl Add the languages which your application supports to po/LINGUAS
GETTEXT_PACKAGE=totem
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, ["$GETTEXT_PACKAGE"], [Define to the Gettext package name])
AC_SUBST(GETTEXT_PACKAGE)
-AM_GLIB_GNU_GETTEXT
+AM_GNU_GETTEXT([external])
+AM_GNU_GETTEXT_VERSION([0.17])
IT_PROG_INTLTOOL([0.40.0])
GNOME_DOC_INIT
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]