Hello automakers.

This patch series moves almost all the code of automake from
the `automake.in' script into the new module `Automake::Main'.
This should improve unit-testability right away, and simplify
a prospective refactoring of Automake codebase in the long run.

OK to apply the patches to a new branch?  If yes, do you have
any suggestion about a possible name for that branch?

-*-*-

Stefano Lattarini (3):
  Refactoring: new module `Automake::Language'.
  Refactoring: less AC_SUBST'd stuff in automake.in.
  Refactoring: new module `Automake::Main'.

 ChangeLog                |   20 +
 aclocal.in               |    6 +-
 automake.in              | 8689 +---------------------------------------------
 lib/Automake/Config.in   |    5 +-
 lib/Automake/Language.pm |  121 +
 lib/Automake/Main.pm     | 8653 +++++++++++++++++++++++++++++++++++++++++++++
 lib/Automake/Makefile.am |    2 +
 lib/Automake/Makefile.in |    2 +
 8 files changed, 8808 insertions(+), 8690 deletions(-)
 create mode 100644 lib/Automake/Language.pm
 create mode 100644 lib/Automake/Main.pm


Reply via email to