# fss-0002

main:
  ./configure $CONF  --enable-threads --enable-64bit --with-tclinclude=${TC}include --with-tcl=${TC}lib
  make
  make install
  mv -v /lib/dict$version /lib/tcl?.?/
  chgrp e_tcl -R /lib/tcl?.?/dict$version
  chmod o-rx -R /lib/tcl?.?/dict$version
  find /lib/tcl?.?/dict$version -type d -exec chmod g+s '{}' ';'
