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 - Please rename configure.in to configure.ac
Summary: Please rename configure.in to configure.ac
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: build (show other bugs)
Version: HG 2.1
Hardware: x86 Linux
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-25 12:26 UTC by Hugh McMaster
Modified: 2019-04-02 12:31 UTC (History)
0 users

See Also:


Attachments
Rename configure.in to configure.ac (312.80 KB, text/plain)
2019-03-25 12:26 UTC, Hugh McMaster
Details
Rename configure.in to configure.ac (311.64 KB, patch)
2019-03-28 10:23 UTC, Hugh McMaster
Details | Diff
Replace references to configure.in with configure.ac (1.48 KB, patch)
2019-03-28 10:25 UTC, Hugh McMaster
Details | Diff

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