* lib/Automake/Variable.pm (hook): Use $$ as prototype, not $&.
authorAlexandre Duret-Lutz <adl@gnu.org>
Mon, 8 Dec 2003 18:00:02 +0000 (18:00 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Mon, 8 Dec 2003 18:00:02 +0000 (18:00 +0000)
commita5fc5b6d7e16ce28d332cf550803f85463aed041
tree428e0ff72ea348a9113a36d74b22b936006ea7e9
parent3fa9f4b416951ba0954a2f5eaf7557c14737a622
* lib/Automake/Variable.pm (hook): Use $$ as prototype, not $&.
Perl 5.6.0 will not accept a reference sub reference for the
latter.
* automake.in (var_SUFFIXES_trigger): Adjust registration via
Automake::Variabke::hook.
(handle_texinfo_helper): Make sure `inner_expand => 1' appears
on one line, so that Perl 5.6.0 does not complain about
inner_expand being a bare identifier.
ChangeLog
automake.in
lib/Automake/Variable.pm