build-sys: use the same modlibexecdir as PulseAudio 06/25206/1
authorTanu Kaskinen <tanu.kaskinen@linux.intel.com>
Mon, 23 Jun 2014 13:20:29 +0000 (16:20 +0300)
committerTanu Kaskinen <tanu.kaskinen@linux.intel.com>
Wed, 30 Jul 2014 16:11:40 +0000 (19:11 +0300)
commit21add76dd0b7eb77e1dd106239d591f8f2d358a1
tree07964e3fe0d92907d5b2afc7e12d5c0bd3c2034c
parent36c0d9edd8b3cc34364a45a7dde822d910996893
build-sys: use the same modlibexecdir as PulseAudio

When running ./configure, the old way of setting modlibexecdir
resulted in "/usr/local/lib/pulse-/modules" on my machine, which is
obviously wrong (it's missing the version number after "pulse-"). I
didn't track down the root cause (I suspect that the pkg-config
command used for getting the version didn't find the .pc file from
/usr/local), but I think the old way didn't make sense anyway. Why
would anyone want to use any other value for modlibexecdir than what
is used for building the upstream PulseAudio modules? This patch
reads the modlibexecdir value from pulseaudio-module-devel.pc. Now
the modlibexecdir value on my machine is
"/usr/local/lib/pulse-5.0/modules" as it should.

Change-Id: If8f9db70aea6c157d19f14ec370c571279fa5eb1
configure.ac