[totem-pl-parser] Use upstream gettext instead of GLib's gettext
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem-pl-parser] Use upstream gettext instead of GLib's gettext
- Date: Fri, 8 Oct 2010 23:16:16 +0000 (UTC)
commit cd01b63cb314107d80e7c239dcf8001d5911e9b3
Author: Philip Withnall <philip tecnocode co uk>
Date: Sat Oct 9 00:15:46 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 650a7b7..080c604 100644
--- a/configure.in
+++ b/configure.in
@@ -22,7 +22,8 @@ dnl Add the languages which your application supports to po/LINGUAS
GETTEXT_PACKAGE=totem-pl-parser
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.35.0])
AC_PROG_CXX
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]