configure.in.txt 1.2 KB

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