automake
[Top][All Lists]
Advanced

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

Re: 87-stricter-vars.patch


From: Tom Tromey
Subject: Re: 87-stricter-vars.patch
Date: 03 Mar 2001 15:37:39 -0700

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

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