#!/bin/sh

echo "***"
echo "*** NB: if compilation is 'noisy', consider adding '-Wno-ignored-attributes' to your default compiler flags CXXFLAGS via ~/.R/Makevars"
echo "***     we cannot add this to the package as these options are considered non-portable"
echo "***"

: ${R_HOME:=`R RHOME`}

${R_HOME}/bin/Rscript tools/configure.R
