# fss-0002

main:
  sed -i -e "s|/usr/include|${TO}include/|g" configure
  ./configure $CONF $ST_ONLY
  echo "#undef HAVE_STROPTS_H" >> config.h
  echo "#undef HAVE_MCHECK_H" >> config.h
  echo "#define HAVE_LANGINFO_CODESET 1" >> config.h
  echo "#define HAVE_LC_MESSAGES 1" >> config.h
  make
  make install
  rm -Rf ${TO}bin/{,p}gawk-*
