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 - sdl2.m4 and acinclude updates:
Summary: sdl2.m4 and acinclude updates:
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: build (show other bugs)
Version: HG 2.0
Hardware: All All
: P2 normal
Assignee: Ozkan Sezer
QA Contact: Sam Lantinga
URL:
Keywords: target-2.0.16
Depends on:
Blocks:
 
Reported: 2020-12-15 00:30 UTC by Ozkan Sezer
Modified: 2020-12-22 14:07 UTC (History)
0 users

See Also:


Attachments
sdl2.m4 patch (2.62 KB, patch)
2020-12-15 00:30 UTC, Ozkan Sezer
Details | Diff
acinclude patch (6.08 KB, patch)
2020-12-15 00:31 UTC, Ozkan Sezer
Details | Diff

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