From: Stefano Lattarini Date: Sat, 16 Feb 2013 17:54:19 +0000 (+0100) Subject: Merge branch 'perl-sub-protos' into maint X-Git-Tag: v1.13b~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9829cf24dad4310de0dbfbc3732f6c439b8e6931;p=thirdparty%2Fautomake.git Merge branch 'perl-sub-protos' into maint * perl-sub-protos: style: call perl functions 'like_this()', not '&like_this()' maint: use more perl subroutines prototypes in the automake script build: auto-generate perl subroutines prototypes for automake and aclocal refactor: rip module Automake::Language out of automake script --- 9829cf24dad4310de0dbfbc3732f6c439b8e6931 diff --cc automake.in index 4bb968718,0df09653e..d4c25c4c0 --- a/automake.in +++ b/automake.in @@@ -5979,10 -5894,10 +5894,10 @@@ sub register_language (% # Update the pattern of known extensions. accept_extensions (@{$lang->extensions}); - # Upate the $suffix_rule map. + # Update the $suffix_rule map. foreach my $suffix (@{$lang->extensions}) { - foreach my $dest (&{$lang->output_extensions} ($suffix)) + foreach my $dest ($lang->output_extensions->($suffix)) { register_suffix_rule (INTERNAL, $suffix, $dest); }