When installing to a given prefix, make sure that the .pc file contains that prefix rather than the value of CMAKE_INSTALL_PREFIX that the project was configured with.
libsecp256k1.pc
This change allows downstream projects to use pkg-config to search for the libsecp256k1 library that is built with CMake.