Akim>   * automake.in (%am_vars, @var_list, %def_type): Globals.
Akim>   (&initialize_per_input): Initialize them.
Akim>   (&read_main_am_file): Don't local them.
Akim>   (&get_object_extension): $objext is private.
Akim>   (&handle_single_transform_list): $lang is.
Akim>   (&handle_ltlibraries): $libname_rx is.
Akim>   (&scan_autoconf_config_files): How about actually paying attention
Akim>   to your arguments, instead of working on $_? (this is no Perl
Akim>   variable, it's a Perl variable followed by a question mark).
Akim>   (&file_contents): $contents and $separator are private.
Akim>   (&am_install_var): Declare @condvals, not $condvals.
Akim>   (%make_dirs): My.

Ok.

Akim> +# The keys here are variables we want to dump at the end of this
Akim> +# function.  The values are corresponding comments.  Need dynamic
Akim> +# scopes.
Akim> +my %am_vars;
Akim> +my @var_list;
Akim> +my %def_type;
Akim> +

Could you update this comment to say something relevant?
Something about what the variables actually mean.
Thanks.

Tom

Reply via email to