tclreadline
tclreadline copied to clipboard
Update tclreadlineInit.tcl.in
In 64-bit linux system, standart library path is /usr/lib64 and library tclreadline.so placed correctly by installer, but installer incorrect configure tclreadlineInit.tcl script, which find library in /usr/lib. Correct way - to change installer (Makefile or configure.in file) for correct path in @TCLRL_LIBDIR@, but easy way - correct this file. This patch add standart hardcoded library path, depending to platform.