| Summary: | Please rename configure.in to configure.ac | ||
|---|---|---|---|
| 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 | ||
| Version: | HG 2.1 | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Attachments: |
Rename configure.in to configure.ac
Rename configure.in to configure.ac Replace references to configure.in with configure.ac |
||
Created attachment 3713 [details]
Rename configure.in to configure.ac
This patch is the same as the previous version, except two files in the docs directory are removed, due to the presence of different line endings.
Created attachment 3714 [details]
Replace references to configure.in with configure.ac
This patch updates two references to configure.in with configure.ac. The line endings in these files are CR+LF (Windows), so they are incompatible with the main patch, which uses Unix line endings (LF only).
These patches are in, thanks! https://hg.libsdl.org/SDL/rev/95689b6959db https://hg.libsdl.org/SDL/rev/e2d1f4e9c323 https://hg.libsdl.org/SDL/rev/33be90a3c475 |
Created attachment 3712 [details] Rename configure.in to configure.ac When running autoreconf -fiv, aclocal warns that configure.in should be named configure.ac, as the former is deprecated. The attached patches rename configure.in to configure.ac and updates references in other files.