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 - ./configure script is missing from tip
Summary: ./configure script is missing from tip
Status: RESOLVED INVALID
Alias: None
Product: SDL
Classification: Unclassified
Component: build (show other bugs)
Version: don't know
Hardware: x86 Other
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-04 21:28 UTC by Intellectual Kitty
Modified: 2017-10-04 21:35 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 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.