# fss-0002

main:
  sed -i -e '/MV.*old/d' Makefile.in
  sed -i -e '/{OLDSUFF}/c:' support/shlib-install
  ./configure $CONF --with-curses --enable-multibyte
  make SHLIB_LIBS='-lncurses -ltinfo'
  make install
  tkis_handle_documentation info core /info
  chmod ug+x /lib/libreadline.so
  chgrp e_public /lib/libreadline.so /lib/libhistory.so
  chmod o-rx /lib/libreadline.so /lib/libhistory.so
