]> sourceware.org Git - automake.git/commit
* lib/Automake/Variable.pm (loc_and_value_as_list_recursive,
authorAlexandre Duret-Lutz <adl@gnu.org>
Sat, 29 Nov 2003 23:47:01 +0000 (23:47 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sat, 29 Nov 2003 23:47:01 +0000 (23:47 +0000)
commit8b57a69482665e47d091343812341194ad8065ca
tree570fd91aaf655149c19566db3593145c77e5f1a9
parentb96b68191c49132692235b4b348e7c202fa87598
* lib/Automake/Variable.pm (loc_and_value_as_list_recursive,
_value_as_list_recursive_worker): Merge into ...
(value_as_list_recursive): ... this function.  Pass options
as a hash argument, and use the `location' option to trigger
the behavior of loc_and_value_as_list_recursive.
(traverse_recursively, transform_variable_recursively): Take
options as a %options argument.
(_do_recursive_traversal): Perform expansion of inner variables
(as in `$(FILE).ext') on request.
* automake.in (handle_options, check_libobjs_sources)
(handle_source_transform, handle_LIBOBJS, handle_ltlibraries)
(handle_ltlibraries, handle_man_pages, handle_dist)
(handle_gettext, am_install_var): Adjust usage of
value_as_list_recursive.
(handle_texinfo_helper): Pass inner_expand to
value_as_list_recursive.
* tests/txinfo28.test: New file.
* tests/Makefile.am (TESTS): Add txinfo28.test.
Report from Ralf Corsepius.
ChangeLog
automake.in
lib/Automake/Variable.pm
tests/Makefile.am
tests/Makefile.in
tests/txinfo28.test [new file with mode: 0755]
This page took 0.026375 seconds and 5 git commands to generate.