Closed somasis closed 8 years ago
We should add a call to PKG_PROG_PKG_CONFIG
somewhere at the beginning of configure.ac and then just use ${PKG_CONFIG}
without fallback. configure should fail if it cannot set PKG_CONFIG
.
Good idea, I forgot about that macro. Amended the commit with that.
Merged, thanks !
This allows for ./configure to use the program in
$PKG_CONFIG
if it is set, which keeps in line with how most autoconf-utilizing programs use pkg-config.