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 5398

Summary: sdl2.m4 and acinclude updates:
Product: SDL Reporter: Ozkan Sezer <sezeroz>
Component: buildAssignee: Ozkan Sezer <sezeroz>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2 Keywords: target-2.0.16
Version: HG 2.0   
Hardware: All   
OS: All   
Attachments: sdl2.m4 patch
acinclude patch

Description Ozkan Sezer 2020-12-15 00:30:11 UTC
These patches are result of autoupdate & manual editing:

sdl2.m4: updated for newer autoconf, removed HP-UX 9.x (1992) support.

acinclude/
esd.m4:  updated for newer autoconf, removed HP-UX 9.x (1992) support.
alsa.m4: updated for newer autoconf.

test/acinclude.m4: updated for newer autoconf, removed HP/UX 9 support


configure.ac itself will need updating later.
Comment 1 Ozkan Sezer 2020-12-15 00:30:49 UTC
Created attachment 4582 [details]
sdl2.m4 patch
Comment 2 Ozkan Sezer 2020-12-15 00:31:19 UTC
Created attachment 4583 [details]
acinclude patch
Comment 3 Ozkan Sezer 2020-12-15 15:54:15 UTC
Provided these are OK, should I apply or should I wait until after release?
Comment 4 Sam Lantinga 2020-12-15 16:59:24 UTC
Please wait until after release. We're in code-freeze right now as we finish up the last of the issues for release.
Comment 5 Ozkan Sezer 2020-12-22 14:05:48 UTC
Pushed multiple autotools updates:

https://hg.libsdl.org/SDL/rev/78e6d6d74b7a
https://hg.libsdl.org/SDL/rev/4afe72b84f60
https://hg.libsdl.org/SDL/rev/9b006ffceb82
https://hg.libsdl.org/SDL/rev/480807dad854
https://hg.libsdl.org/SDL/rev/d51715582c9f

configure.ac itself will need updating later for autoconf-2.70
compatibility.
Comment 6 Ozkan Sezer 2020-12-22 14:07:05 UTC
Closing this one.  configure.ac/autoconf-2.70 update patches
will be in another bug entry in future.