I will push this series to maint in a couple of days if there is no objection. Reviews are welcome.
Regards, Stefano Stefano Lattarini (4): refactor: rip module Automake::Language out of automake script build: auto-generate perl subroutines prototypes for automake and aclocal maint: use more perl subroutines prototypes in the automake script style: call perl functions 'like_this()', not '&like_this()' HACKING | 5 +- Makefile.am | 14 +- aclocal.in | 22 +- automake.in | 752 ++++++++++++++++++++------------------------ bootstrap.sh | 11 +- lib/Automake/Language.pm | 122 +++++++ lib/gen-perl-protos | 36 +++ maintainer/syntax-checks.mk | 19 +- 8 files changed, 522 insertions(+), 459 deletions(-) create mode 100644 lib/Automake/Language.pm create mode 100755 lib/gen-perl-protos -- 1.8.1.1.662.gaa39828