]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit - configure.ac
fix configure --prefix
authorChristoph Hellwig <hch@lst.de>
Thu, 22 Jul 2010 05:18:33 +0000 (07:18 +0200)
committerChristoph Hellwig <hch@lst.de>
Thu, 22 Jul 2010 05:18:33 +0000 (07:18 +0200)
commit2ccb8cf0927df9ca8a2e018ff453d18693a30b38
treedfa028865df429de6492b069e2b9ad4323c8f765
parent65b04d8cf71ee5ddd8d7bf50535159206f7e233e
fix configure --prefix

We need to substitute root_sbindir and root_libdir even for the case
where we don't have the different from the default prefix, otherwise
xfsprogs won't build for that case with rpath errors, and wouldn't
install correctly either.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Alex Elder <aelder@sgi.com>
Reported-by: Christian Kujau <lists@nerdbynature.de>
Tested-by: Christian Kujau <lists@nerdbynature.de>
configure.in