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 681285 - Support building with automake 1.12.x
Support building with automake 1.12.x
Status: RESOLVED FIXED
Product: cogl
Classification: Platform
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Cogl maintainer(s)
Cogl maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2012-08-06 09:42 UTC by Stef Walter
Modified: 2012-08-13 13:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Support building with automake 1.12.x (1.55 KB, patch)
2012-08-06 09:42 UTC, Stef Walter
none Details | Review

Description Stef Walter 2012-08-06 09:42:47 UTC
Currently cogl fails to build with automake 1.12.x due to the 
check in autogen.sh 

The attached patch fixes the issue. It applies to both the master
and cogl-1.10 branches.

I couldn't 'make distcheck' since the cogl wayland backend does not
build with the wayland-server headers in fedora rawhide.
Comment 1 Stef Walter 2012-08-06 09:42:49 UTC
Created attachment 220426 [details] [review]
Support building with automake 1.12.x
Comment 2 Stef Walter 2012-08-13 08:01:48 UTC
Since this breaks the GNOME build, I'm going to go ahead and commit it shortly unless I hear objections from cogl developers.
Comment 3 Neil Roberts 2012-08-13 13:20:34 UTC
Thanks. I've pushed it to the 1.10 branch as 85064a7 and to master as e5b5c501
Comment 4 Stef Walter 2012-08-13 13:25:00 UTC
Thanks!