automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FYI: s/$cygnus_mode/$options{'cygnus'}/


From: Akim Demaille
Subject: Re: FYI: s/$cygnus_mode/$options{'cygnus'}/
Date: Tue, 12 Aug 2003 09:53:28 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)

>>> "adl" == Alexandre Duret-Lutz <address@hidden> writes:
 > [...]

 adl> on second thought perhaps we should switch to "if
 adl> ($options{'foo'})" everywhere.  After all, no legitimate
 adl> value of $options{'foo'} can be false except undef.  I'll
 adl> look into this tomorrow.

 > I've updated and installed the patch as follows.  I'll
 > simplify the other $options{'foo'} usages separately.

 > 2003-07-26  Alexandre Duret-Lutz  <address@hidden>

 >      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.

Thanks for having taken care of these.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]