https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/branches/v0_99_maint
........
r7846 | efiring | 2009-10-05 12:44:38 -1000 (Mon, 05 Oct 2009) | 8 lines
Tk directory-finding patch by Benjamin Drung.
Fixes the following:
Guess the correct directory in Debian/Ubuntu fails. Replacing all tcl by
tk does not lead to a correct directory:
/usr/share/tcltk/tcl8.5 -> /usr/share/tktk/tk8.5
The correct directory is /usr/share/tcltk/tk8.5
........
r7847 | efiring | 2009-10-05 13:11:10 -1000 (Mon, 05 Oct 2009) | 2 lines
Add more platforms to setupext.py; patch by Benjamin Drung
........