# fss-0002

main:
  ./configure $CONF 
  sed -i -e 's|makeinfo|echo makeinfo|' Makefile doc/Makefile
  sed -i -e 's|#define HAVE_ICONV 1||' config.h
  sed -i -e 's|#define ICONV_CONST||' config.h
  sed -i -e '/LIBICONV = /d' Makefile */Makefile
  sed -i -e '/LTLIBICONV = /d' Makefile */Makefile
  sed -i -e 's|\-liconv||g' Makefile */Makefile
  make
  make install
  chgrp e_regex /bin/{,f,e}grep
  chmod o-rx /bin/{,f,e}grep
  tkis_handle_documentation info standard /info
  rm -Rf /share/locale
