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 - aclocal 1.13 required
Summary: aclocal 1.13 required
Status: RESOLVED INVALID
Alias: None
Product: SDL_image
Classification: Unclassified
Component: misc (show other bugs)
Version: unspecified
Hardware: x86_64 Linux
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-01 10:04 UTC by leighmanthegreat
Modified: 2013-05-02 11:03 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.