default_pre_build             &&

if [[ "x${E17_BRANCH}" == "xscm" ]]; then
  cd  $SOURCE_DIRECTORY         &&
  #
  # Remove .svn directories, otherwise they get installed
  #
  # #15777 find . -type d -name .svn -exec rm -rf {} \; 2>/dev/null || true  &&

  #sedit  "s/; aclocal/; aclocal-1.9/" autogen.sh &&
  #sedit  "s/; automake/; automake-1.9/" autogen.sh &&
  NOCONFIGURE=ON  ./autogen.sh
fi
