automake
[Top][All Lists]
Advanced

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

Re: 52-factored-install.patch


From: Tom Tromey
Subject: Re: 52-factored-install.patch
Date: 26 Feb 2001 13:36:57 -0700

>>>>> "Akim" == Akim Demaille <address@hidden> writes:

Akim>   * automake.in (&am_install_var): Recognize whether predefined
Akim>   directories are `data' or `exec'.
Akim>   * libs.am, ltlib.am, progs.am, python.am, scripts.am: Install
Akim>   ?EXEC?.

You checked this in already, which is fine.

Akim> +     # Directories installed during 'install-exec' phase.
Akim> +     my %exec_dir_p =
Akim> +       (
Akim> [ ... ]

How smart is Perl?
I used to have this as a global so that it wasn't reevaluated each
time through the loop.  It never changes -- it is a constant
structure.

Tom



reply via email to

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