Ticket #2888: cleanups in master branch.
commit48846a3b37a5a4325833321b1c5415449cd897b0
authorAndrew Borodin <aborodin@vmail.ru>
Tue, 25 Sep 2012 13:07:03 +0000 (25 17:07 +0400)
committerAndrew Borodin <aborodin@vmail.ru>
Thu, 27 Sep 2012 13:17:03 +0000 (27 17:17 +0400)
tree59026757c271bdd877f96a4f3033d7ef6fac821f
parent6dedc674273455e5848fcc8d3f569d59d8d60bd4
Ticket #2888: cleanups in master branch.

Fix of exec_prefix expansion and usage.

Some distros use autoconf site scripts resourced via $CONFIG_SITE
environment varaible. That scripts are defined variable libexecdir
as

libexecdir='${exec_prefix}/lib'

In this case, EXTHELPERSDIR variable is generated wrongly, because
the 'exec_prefix' variable isn't expanded.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
configure.ac