This is the mail archive of the automake-cvs@sources.redhat.com mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

automake ./ChangeLog ./automake.in lib/Automak ...


CVSROOT:	/cvs/automake
Module name:	automake
Changes by:	adl@sourceware.org	2003-11-29 23:47:02

Modified files:
	.              : ChangeLog automake.in 
	lib/Automake   : Variable.pm 
	tests          : Makefile.am Makefile.in 
Added files:
	tests          : txinfo28.test 

Log message:
	* 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.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/ChangeLog.diff?cvsroot=automake&r1=1.2442&r2=1.2443
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/automake.in.diff?cvsroot=automake&r1=1.1520&r2=1.1521
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/lib/Automake/Variable.pm.diff?cvsroot=automake&r1=1.25&r2=1.26
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/tests/txinfo28.test.diff?cvsroot=automake&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/tests/Makefile.am.diff?cvsroot=automake&r1=1.535&r2=1.536
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/tests/Makefile.in.diff?cvsroot=automake&r1=1.691&r2=1.692


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]