autotools.eclass: autotools_run_tool: allow full paths to tools #549268
authorMike Frysinger <vapier@gentoo.org>
Wed, 2 Sep 2015 04:49:24 +0000 (00:49 -0400)
committerMike Frysinger <vapier@gentoo.org>
Wed, 2 Sep 2015 04:50:15 +0000 (00:50 -0400)
commitecd9954d249956d09be0f4803b1b8766ae203adc
treed83be44d3452db42b977b744481f9ebcc046ca8b
parent2b282d043d6736105916357f8671b0c472c7a5c8
autotools.eclass: autotools_run_tool: allow full paths to tools #549268

In some cases we want to pass the full path to the autotool program.
Since the wrapper doesn't really care about this part, normalize the
program name to its basename when creating the stderr file.
eclass/autotools.eclass