# fss-0002

main:
  tkis_local_push program gettext-runtime
  ./configure $CONF $SH_N_ST --without-csharp --disable-libasprintf $TARGET --enable-relocatable --disable-rpath
  make -C intl/
  make -C intl/ install
  cp -v intl/libintl.h ${TO}include/
  if [[ -f ${TO}lib/libintl.so ]] ; then chmod +x ${TO}lib/libintl.so* ; fi
  tkis_local_pop

static:
  tkis_local_push program gettext-runtime
  ./configure $CONF $ST_ONLY --without-csharp --disable-libasprintf $TARGET --enable-relocatable --disable-rpath
  make -C intl/
  make -C intl/ install
  cp -v intl/libintl.h ${TO}include/
  tkis_local_pop
