GNOME Bugzilla – Bug 358318
Improve requirement checking during build
Last modified: 2006-10-02 13:36:41 UTC
Don't rely on pkgconfig for testing whether certain Python libraries are installed or not. Instead, create a single Python script which tests for all requirements, invoke it, and output any missing libs.
Fixed. Added autoconf macro AM_CHECK_PYSCRIPT to invoke a Python script (pyreqs.py) which performs the necessary tests for all required Python modules.