# fss-0002

main:
  ./configure $CONF  --enable-threads --enable-64bit --with-tclinclude=${TC}include --with-tcl=${TC}lib
  sed -i -e 's|-ltclstub8.5||g' Makefile
  make
  make install
  mv -v /lib/tclx* /lib/tcl?.?/
  chgrp e_tcl -R /lib/tcl?.?/tclx*
  chmod o-rx -R /lib/tcl?.?/tclx*
  find /lib/tcl?.?/ -type d -exec chmod g+s '{}' ';'
