GNOME Bugzilla – Bug 690891
Support Automake 1.13
Last modified: 2013-02-04 13:30:57 UTC
Created attachment 232392 [details] [review] Patch to allow Automake 1.13 Cogl fails to build with Automake 1.13 because autogen.sh checks to ensure the Automake version is 1.11 or 1.12. Nothing breaks when building with 1.13, however, so autogen.sh should allow version 1.13. Simple patch attached.
Thanks for reporting this and attaching a patch. I've pushed the following commit to master based on your suggestion and cherry picked this to the cogl-1.14 branch too: commit 5de5569e960102afe979a5f2f0403e1defebca62 Author: Robert Bragg <robert@linux.intel.com> Date: Thu Jan 17 22:56:41 2013 +0000 build: update to build with automake 1.13 This make autogen.sh look for automake-1.13 and also updates all Makefile.am files to no longer use the INCLUDES variable which automake 1.13 warns is deprecated by AM_CPPFLAGS. https://bugzilla.gnome.org/show_bug.cgi?id=690891 Reviewed-by: Neil Roberts <neil@linux.intel.com>
Could you perhaps cherry-pick it to cogl-1.12, too? That's the branch that JHBuild builds with the gnome-apps-3.8 moduleset.
Since last Sunday the JHBuild modulesets for gnome 3.8 should now be picking the cogl-1.14 branch so hopefully that effectively resolves your issue. If you still need it cherry picked to 1.12 then please re-open, thanks.