Kubilay Kocak added the comment:

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.

----------
nosy: +koobs

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28207>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to