* lib/Automake/VarDef.pm (value): Rename as ...
authorAlexandre Duret-Lutz <adl@gnu.org>
Sat, 29 Nov 2003 18:02:40 +0000 (18:02 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sat, 29 Nov 2003 18:02:40 +0000 (18:02 +0000)
commit9177ef8953732721b03af161b1c814e6451255d4
tree00a87439f49a4bb16afb170f2f3c71e4069dfafb
parent2e3bd8433ea520d381c687775919753ddd020cd7
* lib/Automake/VarDef.pm (value): Rename as ...
(raw_value): ... this.
(value): New method, strip # and \n.
(dump): Use raw_value.
* lib/Automake/Variable.pm (output): Use raw_value.
(value_as_list): Simplify, now that backslash and comments
are already removed.
* tests/txinfo22.test: Make sure Automake isn't confused
by comments in variables.
ChangeLog
lib/Automake/VarDef.pm
lib/Automake/Variable.pm
tests/txinfo22.test