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 703156 - Allow newer automake versions
Allow newer automake versions
Status: RESOLVED FIXED
Product: gmime
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Jeffrey Stedfast
Jeffrey Stedfast
Depends on:
Blocks:
 
 
Reported: 2013-06-26 22:43 UTC by Evan Nemerson
Modified: 2013-06-29 17:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
autogen: accept automake through 1.13 (1.49 KB, patch)
2013-06-26 22:43 UTC, Evan Nemerson
none Details | Review

Description Evan Nemerson 2013-06-26 22:43:19 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.
Comment 1 Jeffrey Stedfast 2013-06-29 17:46:41 UTC
committed