GNOME Bugzilla – Bug 703156
Allow newer automake versions
Last modified: 2013-06-29 17:46:41 UTC
Created attachment 247859 [details] [review] autogen: accept automake through 1.13 Right now, autogen.sh only allows automake 1.8 - 1.11. On my Fedora 19 system, I only have easy access to 1.4, 1.7, and 1.13. I actually think it makes more sense to remove check, or add a bunch of logic to parse `automake --version` to avoid hard-coding the maximum supported version, but this is a bit less intrusive.
committed