]> git.ipfire.org Git - thirdparty/automake.git/commit
* lib/Automake/Variable.pm (check_defined_unconditionally): Add
authorAlexandre Duret-Lutz <adl@gnu.org>
Thu, 29 May 2003 19:05:55 +0000 (19:05 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Thu, 29 May 2003 19:05:55 +0000 (19:05 +0000)
commit4f299408abff4d92306a1de100ca3c42e2106423
treee19f6a7972b6ceba94fb6e596e25c2967cf62fbb
parent66fdf15e884cf32677e25e9fcd2103f3ed1e9b9d
* lib/Automake/Variable.pm (check_defined_unconditionally): Add
the $parent_cond argument.
(output): Use $self->name in diagnostic not $self.
(variable_value_as_list): Rename as ...
(value_as_list): ... this.  Declare as a method.  Take a $parent_cond
argument and pass it to check_defined_unconditionally.  Do not call
variable_assert, now that this is a method.
(variable_assert): Delete (unused).
* automake.in (traverse_variable_recursively_worker): Adjust to
use check_defined_unconditionally and value_as_list as a methods.
ChangeLog
automake.in
lib/Automake/Variable.pm