configure: use libdir & datadir instead of prefix + path
commit9b46d4922bf258d70b1d6a31b2362afd40a4d225
authorStefan Becker <stefan.becker@nokia.com>
Thu, 7 Oct 2010 18:37:59 +0000 (7 21:37 +0300)
committerAnibal Avelar <aavelar@cofradia.org>
Mon, 25 Oct 2010 04:34:15 +0000 (24 23:34 -0500)
tree5f0699ff1206ac33e12331fe8dd213febda636cd
parentdb6343f7e9775263cd01ec27b11b444f75b37e04
configure: use libdir & datadir instead of prefix + path

As reported in one thread on 64-bit system adding $prefix/lib to
PKG_CONFIG_PATH isn't correct. It should be $prefix/lib64 instead.

Replace all direct references to $prefix with either $libdir or $datadir.
(cherry picked from commit 34e18f5fda3359d53cc68ed2e56b366ec742358b)
configure.ac