I need to know the version of the library libraptor2 installed on the computer.
libraptor2
Preferably I need to determine it in configure script.
configure
How to do it?
It can be done this way:
RAPTOR_VERSION=`pkg-config --modversion raptor2`