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 707490 - [PATCH] Don't use AM_GNU_GETTEXT
[PATCH] Don't use AM_GNU_GETTEXT
Status: RESOLVED FIXED
Product: devhelp
Classification: Applications
Component: General
git master
Other Linux
: Normal normal
: ---
Assigned To: devhelp-maint
devhelp-maint
: 707107 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2013-09-04 17:07 UTC by Kerrick Staley
Modified: 2013-09-06 06:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (866 bytes, patch)
2013-09-04 17:07 UTC, Kerrick Staley
committed Details | Review

Description Kerrick Staley 2013-09-04 17:07:54 UTC
Created attachment 254113 [details] [review]
patch

AM_GNU_GETTEXT can no longer be used with IT_PROG_INTLTOOL.

Same problem/fix as https://bugzilla.gnome.org/show_bug.cgi?id=706828;
see https://bugzilla.gnome.org/show_bug.cgi?id=705365#c7 for more
details.
Comment 1 Kerrick Staley 2013-09-04 17:16:23 UTC
*** Bug 707107 has been marked as a duplicate of this bug. ***
Comment 2 Aleksander Morgado 2013-09-06 06:20:14 UTC
Review of attachment 254113 [details] [review]:

::: configure.ac
@@ +81,3 @@
 # i18n stuff
 IT_PROG_INTLTOOL([0.40.0])
 

If this is due to an update of intltool, shouldn't we also now also require a newer version of it? Otherwise devhelp won't build properly with older ones, right?

Looking at https://code.launchpad.net/~robert-ancell/intltool/remove-am-gnu-gettext/+merge/114274, I see that the original author actually suggests now 0.50.0.
Comment 3 Aleksander Morgado 2013-09-06 06:26:00 UTC
I merged it anyway, we can update the intltool version requirement afterwards if needed.