After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 631784 - Use upstream gettext instead of the glib one.
Use upstream gettext instead of the glib one.
Status: RESOLVED FIXED
Product: planner
Classification: Other
Component: General
0.14.x
Other All
: Normal minor
: ---
Assigned To: Alexandre Franke
planner-maint
cleanup
Depends on:
Blocks:
 
 
Reported: 2010-10-09 21:57 UTC by Alexandre Franke
Modified: 2012-03-05 12:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to configure.in to use native gettext (490 bytes, patch)
2012-02-16 20:30 UTC, Luke Carrier
committed Details | Review

Description Alexandre Franke 2010-10-09 21:57:17 UTC
See http://blogs.gnome.org/jjardon/2010/10/08/use-upstream-gettext-instead-the-glib-one/ for explanation.
Comment 1 Luke Carrier 2012-02-16 20:30:33 UTC
Created attachment 207805 [details] [review]
Patch to configure.in to use native gettext
Comment 2 Luke Carrier 2012-02-16 20:34:04 UTC
Comment on attachment 207805 [details] [review]
Patch to configure.in to use native gettext

>diff --git a/configure.in b/configure.in
>index c251dac..c2dd1dd 100644
>--- a/configure.in
>+++ b/configure.in
>@@ -163,7 +163,9 @@ GETTEXT_PACKAGE=planner
> AC_SUBST(GETTEXT_PACKAGE)
> AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [The prefix for our gettext translation domains.])
> 
>-AM_GLIB_GNU_GETTEXT
>+AM_GNU_GETTEXT([external])
>+AM_GNU_GETTEXT_VERSION([0.17])
> 
> if test "x$prefix" = "xNONE"; then
>   GNOMELOCALEDIR=$ac_default_prefix/${DATADIRNAME}/locale
Comment 3 Alexandre Franke 2012-03-05 12:17:59 UTC
For the record I switched lines to follow what's been done in other projects.