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 707154 - build fails due to side-by-side IT_PROG_INTLTOOL and AM_GNU_GETTEXT and missing IT_PROG_INTLTOOL macro
build fails due to side-by-side IT_PROG_INTLTOOL and AM_GNU_GETTEXT and missi...
Status: RESOLVED FIXED
Product: gnome-tweak-tool
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME Tweak Tool maintainer(s)
GNOME Tweak Tool maintainer(s)
: 707507 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2013-08-30 20:39 UTC by Seán de Búrca
Modified: 2013-09-10 08:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix build with latest gnome-common (1.47 KB, patch)
2013-08-30 20:40 UTC, Seán de Búrca
committed Details | Review

Description Seán de Búrca 2013-08-30 20:39:21 UTC
Due to changes in gnome-common git, an implicit m4 directory is no longer created during autogen. The attached patch explicitly and correctly specifies a macro directory. Additionally, per https://bugzilla.gnome.org/show_bug.cgi?id=705365, using both IT_PROG_INTLTOOL and AM_GNU_GETTEXT is unsupported. Changes in gnome-common master cause build to break with this combination.
Comment 1 Seán de Búrca 2013-08-30 20:40:11 UTC
Created attachment 253660 [details] [review]
Fix build with latest gnome-common
Comment 2 John Stowers 2013-09-10 08:14:14 UTC
*** Bug 707507 has been marked as a duplicate of this bug. ***
Comment 3 John Stowers 2013-09-10 08:15:35 UTC
fix build against new gnome-common