# fss-0002

main:
  ./configure $CONF
  echo "#define HAVE_ISNAN 1" >> config.h
  echo "#undef HAVE__ISNAN" >> config.h
  echo "#include <math.h>" >> config.h
  # TODO: remove rpl_* from config.h
  make
  make install
  FIXME: finish this
