I get this error message:
./configure: line 6294: freetype-config: command not found
My system is: Tcl/Tk 9.0.2 (64-bit; locally installed); Debian GNU/Linux 12 (bookworm); Linux 6.1.0-38-amd64 (x86_64).
I have libfreetype6 and libfreetype-dev installed. I don't believe that Debian has freetype-config any more (if it ever did have it). I have these files:
/usr/lib/x86_64-linux-gnu/libfreetype.a
/usr/lib/x86_64-linux-gnu/libfreetype.so
/usr/lib/x86_64-linux-gnu/libfreetype.so.6
/usr/lib/x86_64-linux-gnu/libfreetype.so.6.18.3
/usr/lib/x86_64-linux-gnu/pkgconfig/freetype2.pc
Maybe Debian now uses pkg-config?