We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 1830

Summary: aclocal 1.13 required
Product: SDL_image Reporter: leighmanthegreat
Component: miscAssignee: Sam Lantinga <slouken>
Status: RESOLVED INVALID QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2 CC: ahelper2
Version: unspecified   
Hardware: x86_64   
OS: Linux   

Description leighmanthegreat 2013-05-01 10:04:31 UTC
Since http://hg.libsdl.org/SDL_image/rev/56243a3eb8ea (?) building SDL_image seems to require aclocal 1.13.
This version is not available on eg. the latest Ubuntu release.
Comment 1 ahelper2 2013-05-01 16:38:30 UTC
Simply requires running autogen.sh fixes this.
Comment 2 leighmanthegreat 2013-05-02 11:03:19 UTC
That did indeed work.
Sorry for the noise.