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> . &transform_cond ('BASE' => $strip_subdir,
Akim> 'EXEC' => $X =~ /exec/)
This is still wrong.
User-defined directory names follow the `exec'-name test.
autoconf/automake-defined directory names do not.
For instance, `foo_DATA', `data_DATA', and `pkgdata_DATA' must be
installed by install-data.
`fooexec_SCRIPTS' and `bin_PROGRAMS' must be installed by install-exec.
I think the latter case fails the new test.
Akim> I also provide a new test case.
This test is necessary but not sufficient.
Please add some more cases like those above...
Tom