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 4452

Summary: Please replace AC_HELP_STRING with AS_HELP_STRING
Product: SDL Reporter: Hugh McMaster <hugh.mcmaster>
Component: buildAssignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2 CC: hugh.mcmaster
Version: 2.0.9   
Hardware: All   
OS: Linux   
Attachments: configure.in: Use AS_HELP_STRING

Description Hugh McMaster 2019-01-11 12:02:27 UTC
Created attachment 3566 [details]
configure.in: Use AS_HELP_STRING

AC_HELP_STRING is deprecated and is considered an obsolete macro in autoconf 2.69.

Please replace AC_HELP_STRING with AS_HELP_STRING.

I have attached a patch that makes this change.

Thank you
Comment 1 Sam Lantinga 2019-03-17 00:49:03 UTC
Fixed, thanks!
https://hg.libsdl.org/SDL/rev/b708d2c3fe08