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 - Please replace AC_HELP_STRING with AS_HELP_STRING
Summary: Please replace AC_HELP_STRING with AS_HELP_STRING
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: build (show other bugs)
Version: 2.0.9
Hardware: All Linux
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-11 12:02 UTC by Hugh McMaster
Modified: 2019-03-17 00:49 UTC (History)
1 user (show)

See Also:


Attachments
configure.in: Use AS_HELP_STRING (35.72 KB, text/plain)
2019-01-11 12:02 UTC, Hugh McMaster
Details

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