| Summary: | Please replace AC_HELP_STRING with AS_HELP_STRING | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Hugh McMaster <hugh.mcmaster> |
| Component: | build | Assignee: | 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 | ||
Fixed, thanks! https://hg.libsdl.org/SDL/rev/b708d2c3fe08 |
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