commit | 65657c27fabc9d2419d1616c7e0e3915998047e0 | [log] [tgz] |
---|---|---|
author | Ned Deily <nad@acm.org> | Fri Oct 25 00:34:44 2013 -0700 |
committer | Ned Deily <nad@acm.org> | Fri Oct 25 00:34:44 2013 -0700 |
tree | 913bf075294f6b86891d771a1de5056cd6309d6b | |
parent | 7d6392c517c6501d79541b4b2bdbfd661b9322a7 [diff] |
Issue #1584: Provide options to override default search paths for Tcl and Tk when building _tkinter. configure has two new options; if used, both must be specified: ./configure \ --with-tcltk-includes="-I/opt/local/include" \ --with-tcltk-libs="-L/opt/local/lib -ltcl8.5 -ltk8.5" In addition, the options can be overridden with make: make \ TCLTK_INCLUDES="-I/opt/local/include" \ TCLTK_LIBS="-L/opt/local/lib -ltcl8.6 -ltk8.6"