Merge branch 'minor'
[automake.git] / PLANS / obsolete-removed / configure.in.txt
blobd3f6da79539013a02f1e6efedfe457cd1e2739e4
1 In Automake 1.13.x (once planned, then dropped)
2 -----------------------------------------------
4 We are already warning about 'configure.in' used as the name for the
5 Autoconf input file ('configure.ac' should be used instead); we've
6 been doing that since Automake 1.12.4.
8 We had scheduled to remove support for it altogether in Automake 1.13
9 (and announced that in our NEWS file), because we thought that Autoconf
10 too would have started deprecating it by the time our 1.13 release was
11 done.  Alas, this hasn't been the case: the deprecation code is only
12 present in the development version of autoconf so far (scheduled to
13 become Autoconf 2.70).  So ...
16 For Automake 2.0
17 ----------------
19 ... we have decided to wait until 2.70 is out before really removing
20 'configure.in' support.  Since we plan to require Autoconf 2.70 in
21 Automake 2.0 (so that we can remove the hacky code emulating
22 AC_CONFIG_MACRO_DIRS for older autoconf versions), we are quite sure
23 that Autoconf will actually have started deprecating 'configure.in'
24 by the time Automake 2.0 is released.
26 Note that the removal of 'configure.in' has already been implemented
27 in our 'master' branch (from where the 2.0 release will be finally
28 cut); see commits 'v1.13-17-gbff57c8' and 'v1.13-21-g7626e63'.