]> git.ipfire.org Git - thirdparty/automake.git/commit
* lib/Automake/Variable.pm (@EXPORT): Remove
authorRaja R Harinath <harinath@acm.org>
Sun, 3 Aug 2003 21:17:32 +0000 (21:17 +0000)
committerRaja R Harinath <harinath@acm.org>
Sun, 3 Aug 2003 21:17:32 +0000 (21:17 +0000)
commitbbde2866d97f2d8dd28be10f7e0e627417da6794
tree0b25495e8aeb51448e227b5e5d11341f8f850665
parent269f16e2247f284f3238eb0c2e0114e77198501d
* lib/Automake/Variable.pm (@EXPORT): Remove
traverse_variable_recursively and
require_variables_for_variable.
(require_variables_for_variable, traverse_variable_recursively)
(_traverse_variable_recursively_worker): Convert to
Automake::Variable methods, remove support for being
invoked with variable names, and rename to ...
(requires_variables, traverse_recursively)
(_do_recursive_traversal): ... these.
(_value_as_list_recursive_worker, transform_variable_recursively):
Update to reflect changes.
* automake.in (handle_LIBOBJS, handle_ALLOCA)
(handle_libraries, handle_ltlibraries, am_primary_prefixes):
Likewise.
(define_objects_from_sources): Fix typo in comment.
ChangeLog
automake.in
lib/Automake/Variable.pm