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 3861

Summary: ./configure script is missing from tip
Product: SDL Reporter: Intellectual Kitty <IntellectualKitty>
Component: buildAssignee: Sam Lantinga <slouken>
Status: RESOLVED INVALID QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2 CC: icculus
Version: don't know   
Hardware: x86   
OS: Other   

Description Intellectual Kitty 2017-10-04 21:28:47 UTC
I normally build SDL using (1) ./configure, (2) make, and (3) make install.  However, the ./configure script is missing from the tip download (10-04-2017).

Also, if this is part of a planned change in the build system, the README documents have not yet been updated.  README.MacOSX still specifies the steps that I normally use (above), and grepping through the README documents indicates that the classic configure approach is mentioned in most or all of them.
Comment 1 Ryan C. Gordon 2017-10-04 21:35:12 UTC
When you say "tip" that means the latest commit to the whole repository, which in this case was probably to the SDL-1.2 branch. You should use "default" instead, which is the latest commit to our usual development branch.

(1.2 didn't keep the generated configure script in revision control.)

--ryan.