This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author koobs
Recipients Santiago Castro, christian.heimes, koobs, ned.deily, yan12125, zach.ware
Date 2016-09-27.05:25:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474953951.88.0.346081865746.issue28207@psf.upfronthosting.co.za>
In-reply-to
Content
This (adding support for pkg-config) should be done in tandem with adding --with-foo-{include,library} arguments for each *external* dependency, which can be used for: libffi, readline, libintl, openssl, sqlite, db*, among others.

Values obtained from pkg-config should then use the same variables, but only if they are/have not been specified at the command line (./configure).

Doing this and a few other best-practice, standard autoconf things will enable us to drastically simplify and remove hacks in the Python configure.ac, Makefile and setup.py's long term.
History
Date User Action Args
2016-09-27 05:25:51koobssetrecipients: + koobs, christian.heimes, ned.deily, zach.ware, yan12125, Santiago Castro
2016-09-27 05:25:51koobssetmessageid: <1474953951.88.0.346081865746.issue28207@psf.upfronthosting.co.za>
2016-09-27 05:25:51koobslinkissue28207 messages
2016-09-27 05:25:51koobscreate