This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: 52-factored-install.patch
>>>>> "Akim" == Akim Demaille <akim@epita.fr> 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