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 711818 - Don't use both AM_GNU_GETTEXT and IT_PROG_INTLTOOL
Don't use both AM_GNU_GETTEXT and IT_PROG_INTLTOOL
Status: RESOLVED FIXED
Product: gdm
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: GDM maintainers
GDM maintainers
Depends on:
Blocks:
 
 
Reported: 2013-11-11 06:40 UTC by Laurent Bigonville
Modified: 2013-11-11 18:51 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Don't use both AM_GNU_GETTEXT and IT_PROG_INTLTOOL (1013 bytes, patch)
2013-11-11 06:40 UTC, Laurent Bigonville
accepted-commit_now Details | Review

Description Laurent Bigonville 2013-11-11 06:40:12 UTC
When using IT_PROG_INTLTOOL using the gettect automake macros isn't
necessary. To make matters worse, when mixing the marcos both try to
generate po/Makefile.in.in. Recent versions of intltool detect when
gettext won and bails when building.
Comment 1 Laurent Bigonville 2013-11-11 06:40:14 UTC
Created attachment 259524 [details] [review]
Don't use both AM_GNU_GETTEXT and IT_PROG_INTLTOOL
Comment 2 Ray Strode [halfline] 2013-11-11 16:44:37 UTC
Review of attachment 259524 [details] [review]:

++
Comment 3 Laurent Bigonville 2013-11-11 17:19:10 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.

From c14b16af23529afb7371890e3c686457c365e8be Mon Sep 17 00:00:00 2001
From: Laurent Bigonville <bigon@bigon.be>
Date: Mon, 11 Nov 2013 06:36:26 +0000
Subject: Don't use both AM_GNU_GETTEXT and IT_PROG_INTLTOOL

When using IT_PROG_INTLTOOL using the gettect automake macros isn't
necessary. To make matters worse, when mixing the marcos both try to
generate po/Makefile.in.in. Recent versions of intltool detect when
gettext won and bails when building.

https://bugzilla.gnome.org/show_bug.cgi?id=711818
Comment 4 Colin Walters 2013-11-11 17:51:25 UTC
This breaks Continuous:

ob: running: ./autogen.sh
autopoint: *** Missing version: please specify in configure.ac through a line 'AM_GNU_GETTEXT_VERSION(x.yy.zz)' the gettext version the package is using
autopoint: *** Stop.

I think we just need to remove autopoint from the autogen.sh.  Testing.