default_pre_build               &&

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

  #
  # No longer complaing about missing unneeded config.rpath
  #
  touch  config.rpath             &&
  NOCONFIGURE="ON"  ./autogen.sh
fi
