From: Akim Demaille Date: Tue, 8 Jul 2003 10:48:53 +0000 (+0000) Subject: Fix the ChangeLog. X-Git-Tag: Release-1-7b~122 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=0031243a8f93d5eff8d2b8363f603ec2ed3f72fe;p=automake.git Fix the ChangeLog. --- diff --git a/ChangeLog b/ChangeLog index 057f2236..7fa20fdf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,10 +2,14 @@ * 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