default_pre_build  &&

if [[ $EET_BRANCH == scm ]]; then
  cd  $SOURCE_DIRECTORY         &&

  #
  # Remove .svn directories, otherwise they get installed
  #
  # #15777 find . -type d -name .svn -exec rm -rf {} \; 2>/dev/null || true  &&

  NOCONFIGURE=ON  ./autogen.sh
fi
