]> git.ipfire.org Git - thirdparty/automake.git/commit
Change signature of 'Automake::Options::_process_option_list()'.
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 20 Dec 2010 15:59:08 +0000 (16:59 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 15 Jan 2011 14:26:55 +0000 (15:26 +0100)
commitf90a06c1eb001d03366b3bd50699d0672ca2cbdb
tree2222d41b9cf72c09115f5c0a622392a734ff8283
parent2bc047b1d6ba46439219979634a999c3e3be41ce
Change signature of 'Automake::Options::_process_option_list()'.

This only modifies internal details in the automake implementation,
bearing no externally visible effect, but preparing the way for the
final fix of Automake bug#7669 a.k.a. PR/547.

* lib/Automake/Options.pm (_process_option_list): Now accepts as
arguments a list of hash references with keys 'option' and 'where',
where 'option' is an option as might occur in AUTOMAKE_OPTIONS or
M_INIT_AUTOMAKE, and 'where' is the location where that occurred.
(process_option_list, process_global_option_list): Update.
* automake.in (handle_options, scan_autoconf_traces): Update.
ChangeLog
automake.in
lib/Automake/Options.pm