* automake.in ($cygnus_mode): Replace with $options{'cygnus'}.
Adjust all dependencies.
- (&depend): Move next to %dependencies.
+ (&depend): Move next to %dependencies and prototype.
(&initialize_per_input): Initialize the 'cygnus' field of
'%options' to spare the code from 'exists' or 'defined' when
testing it.
+ (&handle_configure, &do_check_merge_target, &check_cygnus): Prototype.
+ (&parse_arguments): Rename '%options' and '%options_1st_pass' as
+ '%cli_options' and '%cli_options_1st_pass' to avoid clashes and
+ inconsistencies.
2003-07-07 Alexandre Duret-Lutz <adl@gnu.org>