config_query GNUPLOT_SCM "Do you want to use the development version from CVS?" n &&

if [[ $GNUPLOT_SCM  ==  "y" ]];  then
  config_query  GNUPLOT_AUTOUPDATE                              \
                "Automatically update on every system update?"  n
fi

