]> git.ipfire.org Git - thirdparty/automake.git/commit
Complete changes from 2003-07-08.
authorAlexandre Duret-Lutz <adl@gnu.org>
Sat, 26 Jul 2003 10:12:03 +0000 (10:12 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sat, 26 Jul 2003 10:12:03 +0000 (10:12 +0000)
commit2ad5634f1ca1dfa40f62ab20bf15afc078c971d6
treea68e30c48a7b683f7b286f71d4935a937a23f9d8
parent2620a40939958ff00e63b5c5cd5c6ea702259a2b
Complete changes from 2003-07-08.
* automake.in ($cmdline_use_dependencies, $use_dependencies): Remove,
replaced by $options{'no-dependencies'}.
($global_options): Remove.
(%global_options): New variable.
(initialize_per_input): Empty %options.
(process_option_list): Take a location and %options ref argument,
process no-dependencies as other options.
(handle_options): Do not reparse the global options, just initialize
%options from %global_options and fill it with local options.
(handle_languages, handle_single_transform_list)
(handle_configure, check_cygnus): Adjust usage of
$options{'no-dependencies'}.
(make_paragraphs): Adjust usage of $options{'cygnus'}.
(parse_arguments): Set cygnus and no-dependencies in %global_options.
(scan_autoconf_traces) <AM_INIT_AUTOMAKE>: Call process_option_list
to fill %global_options.
ChangeLog
automake.in
stamp-vti
version.texi