This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: 52-factored-install.patch
>>>>> "Akim" == akim <akim@lrde.epita.fr> writes:
Akim> My bad, I forgot to remove `dir' from the _DATA var.
Oops, I missed that too.
Akim> mybindir = $(bindir)/my
Akim> mybin_DATA = doto
User defined variables are handled by name.
I agree that this case is handled correctly with the current cvs.
Directory variables like sbindir which are defined by autoconf
and the GNU standards are handled different.
For instance sbindir is architeture-specific.
So sbin_DATA must be installed by install-exec.
I've updated instdata2.test to check this.
Tom