Re: Why does glib-networking hardcode automake 1.10 - 1.11?
Aljosha Papsch <[email protected]>
| Newsgroups | gmane.comp.gnome.love |
|---|---|
| Message-ID | <2584595.GiijNcuj3Z@creek> |
Am Montag, 30. April 2012, 22:34:05 schrieb William Ting: > Hi, > > I regularly build Epiphany for development. Last night after I updated my > system, it bumped automake to 1.12.1. However this breaks glib-networking > build because it's hardcoded to only support 1.10.x and 1.11.x. > > Obviously I can rollback my system's automake to an older version, but is > there a reason glib-networking is hardcoded to use specific versions rather > than 1.10+? > > - William Which version of glib-networking are you using? Version 2.32.1 here requires Automake 1.11 or later. You could try and remove the version from AM_INIT_AUTOMAKE options (in glib-networking in configure.ac on line 10), instead of rollback. Aljosha