This is the mail archive of the
automake-cvs@sources.redhat.com
mailing list for the automake project.
automake ./ChangeLog ./automake.in lib/Automak ...
- From: adl at sources dot redhat dot com
- To: automake-cvs at sources dot redhat dot com
- Date: 8 Dec 2003 18:00:02 -0000
- Subject: automake ./ChangeLog ./automake.in lib/Automak ...
CVSROOT: /cvs/automake
Module name: automake
Changes by: adl@sourceware.org 2003-12-08 18:00:02
Modified files:
. : ChangeLog automake.in
lib/Automake : Variable.pm
Log message:
* 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.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/ChangeLog.diff?cvsroot=automake&r1=1.2456&r2=1.2457
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/automake.in.diff?cvsroot=automake&r1=1.1525&r2=1.1526
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/lib/Automake/Variable.pm.diff?cvsroot=automake&r1=1.26&r2=1.27