When I call ./configure with the option:
--target=i486-slackware-linux
the shared libs are not installed by make && make
install. I only get libtclreadline.la and
libtclreadline.a (no so libs). Same problem when I add
--enable-shared to ./configure.
Without the target option, everything works fine. This
is probably a bug with autoconf/automake.