config_query  JACKDMP_VCS  "Build latest version from development tree?"  n  &&

if  [[ $JACKDMP_VCS == y ]]
then
  message  "${MESSAGE_COLOR}The 'control' branch includes an experimental"  \
           "\nD-Bus control interface for JACK.$DEFAULT_COLOR"              &&

  config_query_list  JACKDMP_VCS_BRANCH            \
                     "Which branch to pull from?"  \
                     trunk                         \
                     control                       &&

  config_query  JACKDMP_VCS_AUTOUPDATE  \
                "Automatically update on every system update?"  n
fi  &&

#
# Removed in 0.70
#
persistent_remove  _SRCDIR
