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 4565

Summary: Please rename configure.in to configure.ac
Product: SDL Reporter: Hugh McMaster <hugh.mcmaster>
Component: buildAssignee: 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

Description Hugh McMaster 2019-03-25 12:26:10 UTC
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.
Comment 1 Hugh McMaster 2019-03-28 10:23:32 UTC
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.
Comment 2 Hugh McMaster 2019-03-28 10:25:19 UTC
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).