for instance libexec_SCRIPTS = folder/foobar.sh will be registered with “folder/foobar.sh” being the tool name instead of “foobar.sh”.
install-exec-local is already using basename as expected but not install-data-local and all-local.

Submitted on 13 August 2006 at 21:03

On 13 August 2006 at 21:35 Jira commented:

STR-617, sigour_b:
Reminder: for the all-local rule, the location of the tool register is also incorrect. It sould be $d + dirname $file


On 13 August 2006 at 22:35 Jira commented:

STR-617, sigour_b:
Btw in order to avoid adding lots of “./” everywhere (since dirname $file = . in most of the cases) it’d be better to do something like: test x"dirname $file" != x. && d=“$d/dirname $file

Log in to post comments