Whamcloud - gitweb
Use pkg-config to determine where to find the devmapper library
authorTheodore Ts'o <tytso@mit.edu>
Wed, 2 Jan 2008 01:05:04 +0000 (20:05 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 3 Jan 2008 17:36:59 +0000 (12:36 -0500)
commita4ece35911f2b37a2031b9d6a233021e3eac5de8
tree03007552e6d06707a4ae68d2444126d4cc6bb11c
parent9c3ea642e36e7c0ab95f226b46573a5b40c2c551
Use pkg-config to determine where to find the devmapper library

Fedora and Red Hat puts the devmapper library in different locations
compared to Debian, so we use pkg-config.  Unfortunately Debian's
devmapper.pc file is buggy (See Debian Bug #390243), so we have to
work around it.

Historically, e2fsprogs has tried not to depend on pkg-config, since
its answers are so often **wrong** (the Debian bug has been ignored
for over a year), so I'm hoping I'm not going to regret this.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
MCONFIG.in
aclocal.m4
configure
configure.in
debian/control