I don’t think so, but you really don’t need it, it’s probably a script that parses the configure file.
It’s sufficient to run
./configure
from the root dir and read the terminal output, if a dependency is missing you’ll get an error message, the you can install it by getting the appropriate *-devel package.
running
./configure --help
also helps getting that info.
I know reading errors from the terminal is not that fun but you can always see the readme file and install dependencies.